Don't query about discarding changes in ephemeral groups
[gnus] / lisp / ChangeLog
1 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
4         discarding changes in ephemeral groups.
5
6         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
7         things the user isn't interested in.
8
9 2014-11-13  Julien Danjou  <jd@abydos>
10
11         * gnus-notifications.el (gnus-notifications-notify): Provide both
12         app-icon and image-path.
13
14 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
15
16         * mm-url.el (mm-url-encode-multipart-form-data):
17         Restore to handle "multipart/form-data" by eww.
18
19 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
20
21         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
22         Landscheidt.
23
24 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
25
26         Simplify use of current-time and friends.
27         * gnus-delay.el (gnus-delay-article):
28         * gnus-sum.el (gnus-summary-read-document):
29         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
30         * message.el (message-make-expires-date):
31         Omit unnecessary call to current-time.
32         * gnus-util.el (gnus-float-time): Simplify to an alias because
33         time-to-seconds now behaves like float-time with respect to nil arg.
34         (gnus-seconds-year): Don't call current-time twice to get the current
35         time stamp, as this can lead to inconsistent results.
36         * time-date.el (time-to-seconds) [!float-time]:
37         Use current time if arg is nil, to be compatible with float-time.
38         (time-date--day-in-year): New function, with most of the guts of
39         the old time-to-day-in-year.
40         (time-to-day-in-year): Use it.
41         (time-to-days): Use it, to avoid decoding the same time stamp twice.
42
43 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
44
45         * gnus.el (gnus-mode-line-buffer-identification):
46         Don't add image data for a non-graphic display (bug#18813).
47
48 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
49
50         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
51         load-path, it blocks autoloading of find-image (bug#18813).
52
53 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
54
55         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
56         to keep connection open (bug#18728).
57
58 2014-10-20  Glenn Morris  <rgm@gnu.org>
59
60         * Merge in all changes up to 24.4 release.
61
62 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
63
64         * message.el (message-insert-signature): Use `newline' instead of
65         inserting explicit "\n".
66
67 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
68
69         * gnus-icalendar.el: Support vcal format timezones.
70         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
71         compute dates with associated timezone.
72         (gnus-icalendar-event-from-ical): Compute all timezones.
73
74 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
75
76         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
77         check the newsrc.eld file's timestamp before saving it.
78         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
79         timestamp has changed to be newer.
80
81 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
82
83         * gnus-icalendar.el (gnus-icalendar-identities):
84         Include message-alternative-emails.
85
86 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
87
88         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
89         New compatibility functions.
90         (ntlm-build-auth-response): Use them.
91
92 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
93
94         * ntlm.el (ntlm-build-auth-request):
95         Add NTLM2 Session support.  (Bug#15603)
96
97 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
98
99         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
100         expired messages only when it was built in reverse order.
101
102 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
103
104         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
105         last so it can be used in `message-send-hook'.
106
107 2014-09-29  Daiki Ueno  <ueno@gnu.org>
108
109         * mml.el (mml-parse-1): Error out if unknown mode is specified in
110         <#secure> tag (bug#18513).
111
112 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
113
114         * parse-time.el: Require cl when compiling.
115
116 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
117
118         Use cl-lib as much as possible following the 2014-09-26 change
119         in the Emacs trunk.
120         * parse-time.el: Try requiring cl-lib.
121         (parse-time-incf): Alias to cl-incf or incf.
122         (digit-char-p): Remove.
123         (parse-time-integer): Alias to cl-parse-integer or the one defined.
124         (parse-integer): Rename to parse-time-integer.
125         (parse-time-tokenize, parse-time-rules, parse-time-string)
126         Use parse-time-incf and parse-time-integer.
127
128 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
129
130         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
131         of ":delete".
132
133 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
134
135         * gnus-art.el (gnus-article-browse-html-save-cid-content)
136         (gnus-article-browse-html-parts):
137         Revert last change that breaks links other than cid contents.
138
139 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
140
141         * gnus-art.el (gnus-article-browse-html-save-cid-content)
142         (gnus-article-browse-html-parts): Make cid file names relative.
143
144 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
145
146         * mm-view.el (mm-display-inline-fontify): Make the working buffer
147         temporarily displayed when running a mode function (at least org-mode
148         requires it).
149
150 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
151
152         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
153         the gnus-summary-article-expire-hook should be told where the function
154         is going. In particular, the Gnus registry might want to know.
155
156 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
157
158         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
159
160 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
161
162         * gnus-sum.el (gnus-summary-expire-articles): Revert.
163
164 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
165
166         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
167         the gnus-summary-article-expire-hook should be told where the function
168         is going. In particular, the Gnus registry might want to know.
169
170 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
171
172         Don't mishandle year-9999 dates (Bug#18176).
173         * parse-time.el (parse-time-rules):
174         Allow years up to most-positive-fixnum.
175         * time-date.el (date-to-time):
176         Pass "Specified time is not representable" errors through.
177
178 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
179
180         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
181         groups and t.
182
183 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
184
185         * gnus-utils.el (gnus-recursive-directory-files):
186         Unify hard or symbolic links (bug#18063).
187
188 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
189
190         * gnus-msg.el (gnus-configure-posting-style):
191         Allow string replacements in values when matching against a header.
192
193 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
194
195         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
196         the dribble buffer even when it is shrunk a lot.
197         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
198
199 2014-06-26  Glenn Morris  <rgm@gnu.org>
200
201         * mm-util.el (help-function-arglist): Remove outdated declaration.
202
203 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
204
205         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
206         attribute values.  (Bug#17834)
207
208 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
209
210         * gnus-sum.el (gnus-summary-edit-article-done):
211         Prefer point-marker to copy-marker of point.
212
213 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
214
215         * Makefile.in (install-el, install-el-elc): Compress .el files.
216         (uninstall): Remove compressed .el files.
217
218 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
219
220         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
221         (gnus-article-read-summary-keys):
222         Don't bug out when there is no article in the summary buffer.
223         (gnus-mime-buttonize-attachments-in-header):
224         Improve criterion that finds parts to display.
225
226         * gnus-art.el (gnus-mm-display-part):
227         * mm-decode.el (mm-shr):
228         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
229         (mm-insert-inline): Revert last changes.
230
231 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
232
233         * gnus-art.el (gnus-mm-display-part):
234         * mm-decode.el (mm-shr):
235         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
236         (mm-insert-inline): Set insertion type of end-marker, not only
237         start-marker, of undisplayer so as to stay after inserted text.
238
239 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
240
241         * html2text.el (html2text-get-attr): Fix typo when splitting value from
242         attribute. (Bug#17613)
243
244 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
245
246         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
247         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
248
249 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
250
251         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part): Don't
252         delete next part button; keep spacing between buttons.
253
254 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
255
256         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
257         Work for the last MIME part in an article.
258         (gnus-mime-display-single): Suppress excessive newlines between parts.
259
260         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
261         by leading or trailing newline.
262
263 2014-05-12  Sam Steingold  <sds@gnu.org>
264
265         * time-date.el (seconds-to-string): New function to pretty print time
266         delay in seconds.
267
268 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
269
270         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
271         while prompting a user for a file name, etc.
272         (gnus-mime-display-single): Display part with a common appearance no
273         matter whether MIME button is omitted or not; don't add duplicate entry
274         to gnus-article-mime-handle-alist.
275         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
276
277 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
278
279         * mml2015.el (mml2015-display-key-image): New variable.
280
281 2014-05-08  Glenn Morris  <rgm@gnu.org>
282
283         * gnus-fun.el (gnus-grab-cam-face):
284         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
285         This is CVE-2014-3421.
286
287 2014-05-04  Glenn Morris  <rgm@gnu.org>
288
289         * gnus-registry.el (gnus-registry-install-p): Doc fix.
290
291 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
292
293         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
294         the displaying state of a part.
295         (gnus-mm-display-part): Don't insert a newline in the beginning of
296         a part like gnus-mime-inline-part doesn't; work for XEmacs.
297
298         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
299         (mm-shr): Make undisplayer unbreakable.
300
301         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs): Don't
302         insert excessive newline.
303         (mm-inline-text-html-render-with-w3m, mm-inline-text)
304         (mm-insert-inline): Make undisplayer unbreakable.
305
306 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
307
308         * gnus.el: Ma Gnus v0.11 is released.
309
310 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
311
312         * gnus-art.el (gnus-mm-display-part):
313         Highlight header attachment buttons.
314
315 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
316
317         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
318         a part; redisplay a button (enbugged in 2014-02-05).
319
320 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
321
322         * auth-source.el (auth-source-search, auth-source-search-backends):
323         Treat :max 0 as an indicator that a boolean return is wanted, as
324         documented. Reported by Joe Bloggs.
325
326 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
327
328         * gnus-icalendar.el: Require gnus-art.
329
330 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
331
332         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
333         (gnus-icalendar--update-org-event): put event timestamp in
334         the org entry body instead of the drawer.
335         (gnus-icalendar-event--get-attendee-names): list of participants should
336         contain even attendees without common name attribute.
337         (gnus-icalendar--update-org-event): don't generate duplicates of empty
338         property tags in org drawers.
339
340 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
341
342         * gmm-utils.el (gmm-format-time-string): New function.
343
344         * message.el (message-insert-formatted-citation-line): Use the original
345         author's time zone to express a date string.
346
347 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
348
349         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
350         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
351         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
352         Silence compiler warnings.
353         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
354
355 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
356
357         * mml.el: Require url when compiling.
358
359         * gnus-cloud.el (gnus-cloud-parse-version-1):
360         Use plist-get rather than CL's getf.
361         (gnus-activate-group, gnus-subscribe-group): Declare.
362
363         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
364
365 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
366
367         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
368         buttons when toggling the header off.
369
370 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
371
372         * tls.el (tls-program): Reflow docstring.
373
374 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
375
376         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
377         groups work again.
378
379 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
380
381         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
382         999 correctly (i.e. "1,342").
383
384 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
385
386         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
387         out if the directory doesn't exist.
388
389 2014-03-07  Daiki Ueno  <ueno@gnu.org>
390
391         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
392         commands here; instead, only check if epg-config.el is available.
393
394 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
395
396         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
397         messages with embedded images.
398         (mml-generate-mime): Don't bug out if you don't have libxml.
399
400 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
401
402         * message.el (message-make-html-message-with-image-files): New command.
403
404 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
405
406         * gnus-group.el (gnus-group-make-group): Clarify prompt.
407
408         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
409
410 2014-02-23  David Engster  <deng@randomsample.de>
411
412         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
413         to stay compatible with older Emacsen, so replace `cl-loop' with
414         `loop'.
415
416 2014-02-22  Daniel Colascione  <dancol@dancol.org>
417
418         * auth-source.el (auth-source-secrets-listify-pattern): New function.
419         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
420         instead, build list of patterns.
421
422 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
423
424         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
425         Display header attachment buttons by gnus-article-prepare-display
426         rather than gnus-article-prepare so as to view in mml-preview as well.
427
428 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
429
430         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
431         in `auth-sources' means and link to EPA docs.
432
433 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
434
435         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
436         (bug#12375).
437
438 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
439
440         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
441         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
442
443 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
444
445         * message.el (message-tab): Mention what happens on normal tabs
446         (bug#11297).
447
448 2014-02-08  Glenn Morris  <rgm@gnu.org>
449
450         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
451
452 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
453
454         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
455         buttons that are hidden in unselected alternative part as well.
456         (gnus-mime-display-alternative): Redraw attachment buttons in header.
457
458         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
459
460 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
461
462         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
463         keystroke.
464         (gnus-server-toggle-cloud-server): Only allow clouding applicable
465         types.
466
467         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
468         with an empty string.
469
470 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
471
472         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
473         buffer-local in some buffers, so bind it explicitly in the buffer we're
474         trying to cancel the article in (bug#10808).
475
476 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
477
478         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
479         New functions.
480
481         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
482         New user option.
483         (gnus-mime-buttonize-attachments-in-header): New function.
484         (gnus-article-prepare): Use it.
485         (gnus-mime-inline-part): Suppress extra newline.
486         (gnus-mm-display-part): Save excursion;
487         remove useless deleting and adding of buttons.
488         (gnus-insert-mime-button): Allow insertion in the middle of a line.
489
490         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
491         Add gnus-mime-buttonize-attachments-in-header.
492
493 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
494
495         * nnimap.el (nnimap-request-articles): New command to download several
496         articles at once.
497
498         * gnus.el (gnus-variable-list): Save Cloud variables.
499
500         * gnus-int.el (gnus-request-accept-article): Doc fix.
501
502 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
503
504         * parse-time.el (parse-time-iso8601-regexp)
505         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
506         it more generally.
507
508 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
509
510         * gnus-cloud.el: New file to provide the Emacs Cloud.
511
512         * dgnushack.el: Silence XEmacs w3 warning.
513
514         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
515         `url-retrieve-synchronously', apparently.
516
517         * dgnushack.el: Silence XEmacs dns.el warning.
518
519         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
520         instead of in all files.
521
522         * dns.el (network-interface-list): Define for XEmacs.
523
524         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
525         XEmacs.
526
527         * nnrss.el (libxml-parse-html-region): Silence compilation error.
528
529 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
530
531         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
532         `gnus-group-split-fancy'.
533
534 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
535
536         * message.el (message-remove-header): Doc fix.
537         (message-forward-included-headers): New variable.
538         (message-remove-ignored-headers): Use it.
539
540 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
541
542         * nnir.el (nnir-request-update-mark): Don't try to update the source
543         group if we can't find it (bug#16611).
544
545 2014-01-31  Dave Abrahams  <dave@boostpro.com>
546
547         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
548
549 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
550
551         * dns.el (dns-servers-up-to-date-p): New function to see whether the
552         network interfaces changed.
553         (dns-query): Use it to flush the data.
554
555 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
556
557         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
558         from random face commands.
559         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
560         Face.
561         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
562         (gnus--random-face-with-type): Generic function returning a face-type
563         as a string.
564         (gnus--insert-random-face-with-type): Generic function inserting a face
565         in a message buffer header.
566         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
567         (gnus-insert-random-x-face-header): Rewritten to use
568         `gnus--insert-random-face-with-type`.
569         (gnus-random-face): Return random (png) Face as string.
570         (nus-insert-random-face-header): Insert random (png) Face in a message
571         buffer.
572
573 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
574
575         * mm-url.el: Remove all usage of w3.
576
577         * nnrss.el: Ditto.
578
579         * mm-decode.el: Ditto.
580
581         * mm-view.el: Ditto.
582
583         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
584         outdated and all Emacsen have url.el built-in.
585
586         * gnus-setup.el: Remove outdated file.
587
588 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
589
590         * gnus.el: Ma Gnus v0.9 is released.
591
592 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
593
594         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
595
596 2014-01-31  Dave Abrahams  <dave@boostpro.com>
597
598         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
599         in the summary buffer (bug#13769).
600
601 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
602
603         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
604         name if we're using a single article buffer.  Otherwise, it may point
605         to a killed buffer (bug#13756).
606
607 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
608
609         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
610         the match data, just save and restore it explictly (bug#12375).
611
612         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
613         that's needed.
614
615         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
616         the code once (bug#9069).
617
618 2014-01-18  Steinar Bang  <sb@dod.no>
619
620         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
621         reading.
622
623 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
624
625         * message.el (message-bury): Call bury-buffer with no argument
626         in the message-return-action case too.
627
628 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
629
630         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
631         (nnimap-split-fancy, nnimap-split-methods): Declare.
632
633         * mm-util.el (help-function-arglist): Declare.
634
635 2013-12-28  Glenn Morris  <rgm@gnu.org>
636
637         * gnus-sieve.el (gnus-sieve-select-method):
638         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
639         (gravatar-rating, gravatar-size):
640         * message.el (message-minibuffer-local-map):
641         * sieve-manage.el (sieve-manage-authenticators)
642         (sieve-manage-authenticator-alist): Specify custom types.
643
644         * hashcash.el (hashcash-program): Rename from hashcash-path.
645         Update callers.
646
647         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
648         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
649         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
650
651         * auth-source.el (auth-sources):
652         * nnmairix.el (nnmairix-propagate-marks-upon-close):
653         Fix custom types.
654
655         * tls.el (tls-certtool-program): Fix default value.
656
657 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
658
659         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
660         we get proper traces there, too.
661
662 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
663
664         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
665         value of the parameters if the current article has a Reply-To or From
666         field.
667
668 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
669
670         * gnus.el (gnus-group-buffer): Remove duplicate definition.
671
672 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
673
674         * gnus-sum.el (gnus-summary-exit): Stop animations.
675
676 2013-12-19  Juri Linkov  <juri@jurta.org>
677
678         * gnus.el (gnus-suppress-keymap):
679         * gnus-art.el (gnus-article-mode-map):
680         * gnus-group.el (gnus-group-mode-map):
681         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
682         Remove [backspace] key binding because it shadows DEL (bug#16035).
683
684         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
685
686 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
687
688         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
689         Make sure work directory exists.
690         (gnus-uu-digest-mail-forward): Store temporary files in work directory
691         rather than tmp directory.
692         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
693         not necessarily always run, with it.
694
695 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
696
697         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
698         value of gnus-icalendar-additional-identities work without restart.
699
700 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
701
702         * mm-util.el (mm-make-temp-file):
703         Alias to make-temp-file for modern Emacsen.
704
705 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
706
707         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
708         nnir-article-number and nnir-article-group.
709
710 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
711
712         * message.el (message-send-mail-with-sendmail):
713         Don't kill error buffer if sending fails.
714
715 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
716
717         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
718         (gnus-icalendar-event->org-entry)
719         (gnus-icalendar--update-org-event)
720         (gnus-icalendar-event->gnus-calendar): Distinguish between
721         required/optional/non-participant attendee status.  Fix bug causing
722         the first required event participant to be omitted.
723
724 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
725
726         * gnus-art.el (article-de-quoted-unreadable)
727         (article-de-base64-unreadable, gnus-mime-copy-part)
728         * gnus-html.el (gnus-article-html)
729         * mm-view.el (mm-inline-text-html-render-with-w3)
730         (mm-inline-text-html-render-with-w3m-standalone)
731         * rfc2231.el (rfc2231-decode-encoded-string):
732         Allow overriding charset by mm-charset-override-alist.
733
734         * gnus-art.el (gnus-article-browse-html-parts):
735         Replace LWSPs with `&nbsp;'s in header.
736
737         Work for broken Chinese articles.
738
739         * gnus-art.el (gnus-article-browse-html-save-cid-content):
740         Exclude broken handles that gnus-summary-enter-digest-group may create.
741         (gnus-article-browse-html-parts):
742         Allow overriding charset by mm-charset-override-alist.
743
744 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
745
746         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
747         (gnus-icalendar-identities): Support additional-identities.
748
749 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
750
751         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
752         org-timestamp for events ending at midnight.
753
754 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
755
756         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
757         .log files.
758
759 2013-11-20  David Engster  <deng@randomsample.de>
760
761         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
762
763 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
764
765         * message.el (message-beginning-of-line):
766         Use beginning-of-visual-line when visual-line-mode is turned on.
767
768 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
769
770         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
771         (gnus-icalendar-event-from-ical)
772         (gnus-icalendar-event->org-entry)
773         (gnus-icalendar--update-org-event): Required/optional participation,
774         list of attendees synced to org.
775
776 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
777
778         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
779         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
780         cancellations to be synced to org if the original appt has an org
781         outline.
782
783 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
784
785         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
786         (gnus-icalendar-event->org-entry)
787         (gnus-icalendar--update-org-event)
788         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
789
790 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
791
792         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
793         Fix timezone handling in gnus-icalendar export to org.
794
795 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
796
797         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
798
799 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
800
801         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
802
803 2013-10-30  Glenn Morris  <rgm@gnu.org>
804
805         * gnus-group.el (gnus-group-browse-foreign-server):
806         * gnus-int.el (gnus-start-news-server):
807         Silence compiler obsolescence warning.
808
809 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
810
811         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
812         `nnoo-current-server' first, then for the actual `nnimap-address' to
813         allow netrc entries for the nnoo server to coexist with netrc entries
814         for the `nnimap-address'.
815
816 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
817
818         * mm-decode.el (mm-dissect-buffer): Revert last change.
819         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
820         The problem that motivated those changes was attributed to a broken
821         mail sender, and has been fixed.
822
823 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
824
825         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
826         token is missing in the Content-Type header.
827
828         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
829
830 2013-09-18  Glenn Morris  <rgm@gnu.org>
831
832         * gnus-util.el (image-size): Declare.
833
834 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
835
836         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
837         (gnus-icalendar-event-from-ical)
838         (gnus-icalendar-event--build-reply-event-body)
839         (gnus-icalendar-event-reply-from-buffer)
840         (gnus-icalendar-find-org-event-file)
841         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
842         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
843
844         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
845
846 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
847
848         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
849         Use save-current-buffer.
850         (gnus-tree-mode-map): Initialize in the declaration.
851         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
852         (scroll-in-place): Defvar it.
853         (gnus-tmp-*): Defvar them.
854         (gnus-get-tree-buffer): Use derived-mode-p.
855         (gnus--let-eval): New macro.
856         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
857         non-prefixed variables.
858         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
859
860         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
861         vars since it doesn't seem to be available.
862         (gnus-set-global-variables, gnus-summary-read-group-1)
863         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
864         (gnus-summary-display-article, gnus-summary-select-article)
865         (gnus-summary-next-article, gnus-offer-save-summaries)
866         (gnus-summary-generic-mark): Use derived-mode-p.
867         (gnus-summary-read-group-1, gnus-summary-exit)
868         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
869         Adjust calls to gnus-tree-close and gnus-tree-open.
870
871         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
872
873         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
874         (gnus-agent-mode): Use derived-mode-p.
875         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
876         gnus-command-method and *-command-method to nil, but bind
877         gnus-command-method to *-command-method instead!
878         (gnus-agent-fetch-articles): Remove unused var `id'.
879         (gnus-agent-fetch-headers): Remove unused arg `force'.
880         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
881         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
882         (gnus-agent-short-article, gnus-agent-long-article)
883         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
884         first use.
885         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
886         `score-param'.
887         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
888         (gnus-get-predicate): Push in front of the cache, rather than end.
889         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
890         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
891         (gnus-agent-expire-unagentized-dirs): Don't rebind
892         gnus-agent-expire-current-dirs since the defvar silences the warning.
893         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
894         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
895         (gnus-agent-regenerate): Simplify interactive spec and doc.
896
897 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
898
899         * gnus-int.el (gnus-open-server): Silence compiler.
900
901         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
902
903         * message.el (message-display-completion-list): Abolish.
904         (message-completion-in-region): Use display-completion-list.
905
906 2013-09-17  Glenn Morris  <rgm@gnu.org>
907
908         * gnus-util.el (gnus-message-with-timestamp-1):
909         Use `messages-buffer' function if available.  Ignore read-only.
910
911 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
912
913         * message.el (message-expand-group, message-completion-in-region):
914         Correct the order of start and end of a region.
915
916 2013-09-13  Glenn Morris  <rgm@gnu.org>
917
918         * mml2015.el (gnus-create-image): Autoload it.
919
920         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
921
922         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
923         (image-size): Declare.
924
925 2013-09-12  Glenn Morris  <rgm@gnu.org>
926
927         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
928         Avoid using `find', which i) might not be defined at runtime;
929         ii) does not work, since its default test is eql, not equal.
930         (gnus-mime-action-alist): Declare.
931
932 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
933
934         * score-mode.el (gnus-score-mode-map): Move initialization
935         into declaration.
936         (gnus-score-mode): Use define-derived-mode.
937         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
938         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
939         into declaration.
940         (gnus-kill-file-mode): Use define-derived-mode.
941         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
942         Use derived-mode-p.
943         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
944         (gnus-group-setup-buffer, gnus-group-name-at-point)
945         (gnus-group-make-web-group, gnus-group-enter-directory)
946         (gnus-group-suspend): Use derived-mode-p.
947         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
948         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
949         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
950         (gnus-article-setup-buffer, gnus-article-prepare)
951         (gnus-article-prepare-display, gnus-sticky-article)
952         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
953         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
954         (gnus-article-read-summary-keys): Use derived-mode-p.
955
956 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
957
958         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
959
960 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
961
962         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
963         shift_jis from the default value set for Japanese users.
964
965 2013-08-13  Glenn Morris  <rgm@gnu.org>
966
967         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
968
969         * gnus.el (gnus-valid-select-methods): Fix type.
970
971         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
972
973 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
974
975         * mm-decode.el (mm-display-external): Run a timer for the temp files
976         deletion after a viewer exits; add a deletion timer for the needsterm
977         case, too.
978
979         * mm-decode.el (mm-display-external): Try to delete temporary files by
980         using a 1-min. timer.
981
982 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
983
984         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
985         New internal variables.
986         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
987         (mm-display-external): Use it to delete temporary files instead of
988         using timers.
989
990 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
991
992         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
993
994 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
995
996         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
997         with cond for backwards compatability.
998
999 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1000
1001         * mm-decode.el (mm-display-external): Bind process-connection-type to
1002         nil; don't delete a temp file immediately even if a viewer finishes,
1003         since it may be a shell script, like xdg-open, that launches a real
1004         viewer program belatedly.
1005
1006 2013-08-05  Dave Abrahams  <dave@boostpro.com>
1007
1008         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
1009         that we can create nndoc groups that excerpt other groups.
1010
1011 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1012
1013         * gnus-delay.el (gnus-delay-article): Fix typo.
1014
1015         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
1016         articles.
1017
1018         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
1019         we can get spell-checking etc.
1020
1021 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1022
1023         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1024         a single one used for encoding the whole text in a header.
1025
1026 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1027
1028         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
1029         doesn't work properly on XEmacs.
1030
1031 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1032
1033         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
1034         before sending.
1035
1036         * dgnushack.el (dgnushack-compile): Add a temporary check for
1037         gnus-icalendar.
1038
1039         * mm-decode.el (mm-command-output): New face.
1040         (mm-display-external): Use it.
1041
1042 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
1043
1044         * nnmbox.el (nnmbox-request-article): Don't change point.
1045
1046 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1047
1048         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
1049         Include `handle' parameter.
1050
1051 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
1052
1053         * gnus-icalendar.el: New file.
1054
1055 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1056
1057         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
1058
1059         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
1060         dummy roots, too.
1061
1062 2013-08-01  David Edmondson  <dme@dme.org>
1063
1064         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
1065         out on ttys.
1066
1067 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1068
1069         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
1070         not empty.
1071
1072         * nnrss.el (nnrss-discover-feed): Indent.
1073
1074 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1075
1076         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1077
1078 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1079
1080         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1081         dirty to ensure nnimap data being saved.
1082
1083 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1084
1085         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
1086         menu entry.
1087
1088         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
1089         the current thread's total score instead of the current article's
1090         score.
1091
1092         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
1093         (gnus-sort-threads-recursively): Delete defcustom.
1094         (gnus-sort-threads-recursive): Adapt accordingly.
1095
1096 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1097
1098         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
1099         (gnus-sort-threads-recursive): Use it.
1100         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1101         again.  Now that determines how to sort subthreads.
1102
1103 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
1104
1105         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
1106         (gnus-sort-threads): Use it.
1107
1108 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
1109
1110         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
1111         punctuation characters follow parentheses (bug#14950).
1112
1113 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1114
1115         * gnus.el (gnus-continuum-version):
1116         * gnus-msg.el (gnus-extended-version): Simplify.
1117
1118         * gnus.el (gnus-continuum-version-1): Remove.
1119         * gnus-msg.el (gnus-bug): Revert.
1120
1121         Calculate gnus-version correctly on Cygwin.
1122
1123         * gnus.el (gnus-continuum-version): Do main calculations in integers.
1124         (gnus-continuum-version-1): New function, return a string.
1125
1126         * gnus-msg.el (gnus-extended-version, gnus-bug):
1127         Use gnus-continuum-version-1 instead of gnus-continuum-version.
1128
1129 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
1130
1131         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
1132         (bug#13384).
1133
1134 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1135
1136         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
1137         that were only relevant in a development version a long time ago.
1138
1139 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1140
1141         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
1142         that the old Emacs 24s bundle.
1143
1144 2013-07-10  David Engster  <deng@randomsample.de>
1145
1146         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1147         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
1148         fixes a bug in Emacs trunk where the 'unexist' marks were always
1149         removed at startup because "Gnus v5.13" was considered smaller than "Ma
1150         Gnus v0.03".
1151
1152 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
1153
1154         * gnus.el (gnus-summary-line-format): Reference
1155         `gnus-user-date-format-alist' for the &user-date; format, not
1156         `gnus-summary-user-date-format-alist'.
1157
1158 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1159
1160         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1161         delete files (bug#13481).
1162
1163 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
1164
1165         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
1166
1167 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
1168
1169         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1170         display images.
1171
1172         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1173
1174         * message.el (message-cancel-news): According to
1175         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1176         preferred over "cmsg cancel" in the Subject.
1177
1178         * nnir.el (nnir-engines): Note that the group specs are regexps
1179         (bug#13238).
1180
1181         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1182         gotten read-only text properties, ensure that those aren't heeded when
1183         copying stuff over (bug#13434).
1184
1185         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1186         (bug#13762).
1187
1188 2013-07-05  David Kastrup  <dak@gnu.org>
1189
1190         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1191         authinfo file again (important for blank passwords).  This had been
1192         broken with 2013-06-15 change.
1193
1194 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1195
1196         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1197         Revert 2013-01-14 change.
1198
1199 2013-07-02  Daiki Ueno  <ueno@gnu.org>
1200
1201         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1202         of 'create-image' for XEmacs compatibility; check errors when decoding
1203         image.  Reported by Uwe Brauer.
1204
1205 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1206
1207         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1208         gnus-button-push revised at 2011-01-19.
1209
1210 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1211
1212         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
1213         now live in the lisp/net Emacs 24 repository.
1214
1215 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1216
1217         * eww.el (eww-update-header-line-format): Quote % characters.
1218
1219 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1220
1221         * eww.el (eww-process-text-input): Display passwords as asterisks.
1222
1223         * shr.el (shr-make-table-1): Protect against invalid column-spans.
1224
1225 2013-06-19  Tom Tromey  <tromey@redhat.com>
1226
1227         * eww.el (eww-top-url): Remove.
1228         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
1229         (eww-render): Set new variables.  Don't set eww-top-url.
1230         (eww-handle-link): Handle "prev", "home", and "contents".
1231         Downcase the rel text.
1232         (eww-top-url): Choose best top URL.
1233
1234 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1235
1236         * eww.el: Rewrite to implement form elements "by hand" instead of
1237         relying in widget.el.  Using widget.el leads to too many
1238         user interface inconsistencies.
1239         (eww-self-insert): Implement entering commands in text fields.
1240         (eww-process-text-input): New function to make text input field editing
1241         work.
1242         (eww-submit): Rewrite to use the new-style form methods.
1243         (eww-select-display): Display the correct selected item.
1244         (eww-change-select): Implement changing the select value.
1245         (eww-toggle-checkbox): Implement radio/checkboxes.
1246         (eww-update-field): Fix compilation error.
1247         (eww-tag-textarea): Implement <textarea>.
1248
1249         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
1250         don't shadow mode-specific bindings.
1251
1252         * eww.el (eww-browse-url): Don't push stuff onto history if there's
1253         nothing to push.
1254
1255         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
1256
1257 2013-06-19  Glenn Morris  <rgm@gnu.org>
1258
1259         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1260
1261 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1262
1263         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1264
1265 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1266
1267         * shr.el (shr-make-table-1): Implement <td rowspan>.
1268         (shr-table-horizontal-line): Allow nil as a value, and change the
1269         default.
1270         (shr-insert-table-ruler): Respect the nil value.
1271
1272 2013-06-18  Tom Tromey  <tromey@barimba>
1273
1274         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
1275         New defvars.
1276         (eww-open-file): New defun.
1277         (eww-render): Initialize new variables.
1278         (eww-display-html): Handle "link" and "a".
1279         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
1280         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
1281         (eww-back-url): Rename from eww-previous-url.
1282         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
1283         defuns.
1284
1285 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1286
1287         * shr.el (shr-tag-table): Insert the images after the table, so that
1288         they're not covered by the table colourisation, which often looked
1289         awkward.
1290         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1291         <dd>.
1292         (shr-make-table-1): Implement <td colspan=> support.
1293         (shr-insert-document): Use one less than window width if `shr-width' is
1294         nil, since otherwise things may get one character too wide.
1295
1296 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1297
1298         * eww.el (eww-detect-charset): Improve regexp; move backward.
1299
1300 2013-06-18  Glenn Morris  <rgm@gnu.org>
1301
1302         * mm-decode.el (widget-convert-button): Autoload.
1303
1304         * sieve-manage.el (mm-enable-multibyte): Autoload.
1305
1306         * shr.el (libxml-parse-html-region): Declare.
1307         (shr-render-buffer): Explicit error if no libxml2 support.
1308
1309 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
1310
1311         * auth-source.el (auth-source-current-line): New function.
1312         (auth-source-netrc-parse-entries): When a data token is "machine",
1313         assume we're in the wrong place and abort parsing the current line.
1314
1315 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1316
1317         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1318         (eww-convert-widgets): Don't bug out if the first widget starts at the
1319         beginning of the buffer.
1320         (eww-convert-widgets): Fix last patch.
1321         (eww-tag-input): Support <input type=image>.
1322
1323         * shr.el (shr-insert-table): Respect border-collapse: collapse.
1324         (shr-tag-base): Protect against base specs that are degenerate.
1325         (shr-ensure-paragraph): Don't delete empty lines that have text
1326         properties, because these may be input fields.
1327
1328         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1329         we can navigate to them.
1330
1331         * shr.el (shr-colorize-region): Put the colours over the entire region.
1332         (shr-inhibit-decoration): New variable.
1333         (shr-add-font): Use it to inhibit text property decorations while doing
1334         preliminary table renderings.  This speeds up typical Wikipedia page
1335         renderings by 15%.
1336         (shr-tag-span): Don't respect the <title>, because that overwrites the
1337         help-echo from links inside the spans.
1338         (shr-next-link): Use `help-echo' for navigation, so that we can
1339         navigate to form elements, too.
1340
1341         * eww.el (eww-button): New face.
1342         (eww-convert-widgets): Use it to make submit buttons more button-like.
1343
1344         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1345         that Gnus commands work.
1346
1347         * shr.el (shr-render-td): Support horizontal alignment.
1348
1349         * eww.el (eww-put-color): Removed.
1350         (eww-colorize-region): Use `add-face-text-property'.
1351
1352         * shr.el (shr-add-font): Append face data, so that we get the correct
1353         precedence: The innermost value (which is applied first) wins.
1354         (shr-make-overlay): Obsolete function.
1355
1356         * mm-decode.el (mm-convert-shr-links): New function to convert
1357         new-style shr URL links into widgets.
1358         (mm-shr): Use it.
1359
1360         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1361         widget commands, since we're no longer using widgets for links.
1362
1363         * shr.el (shr-next-link): New command.
1364         (shr-previous-link): New command.
1365         (shr-urlify): Don't use `widget-convert', because that's slow.
1366         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1367         because collecting the overlays and reapplying them when generating
1368         tables is slow.
1369         (shr-insert-table): Ditto.
1370
1371 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1372
1373         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1374         * shr.el (browse-url): Require `url'.
1375         * eww.el (url): Require format-spec.
1376
1377 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1378
1379         * eww.el (eww-display-html): Default to using the entire window width.
1380         (eww-browse-url): Don't add a User-Agent header (twice), because that
1381         makes Bing refuse connection.
1382
1383         * shr.el (shr-make-table): Cache the table rendering at the table
1384         level, and not the <td> level.  This is a bit faster.
1385
1386         * eww.el (eww-render): Go to the correct ID when given URLs ending with
1387         #id.
1388
1389         * shr.el (shr-tag-li): Don't require a new paragraph, since other
1390         browsers don't.
1391         (shr-expand-url): Respect #anchor links.
1392         (shr-parse-base): Chop off the anchor before using.
1393         (shr-descend): Respect display: none.
1394         (shr-descend): Allow marking elements that have certain IDs.
1395
1396         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1397
1398         * shr.el (shr-expand-url): Don't bug out on zero-length links.
1399
1400         * eww.el (eww-tag-textarea): Support <textarea>.
1401
1402 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1403
1404         * shr.el (shr-dom-to-xml): Fixed function call.
1405
1406         * eww.el (eww): New group.
1407         (eww-header-line-format): New custom variable.
1408         (eww-current-title): New variable.
1409         (eww-display-html): Update header and handle title tag.
1410         (eww-update-header-line-format): New function.
1411         (eww-tag-title): New function.
1412
1413         * shr.el (shr-dom-to-xml): New function.
1414         (shr-tag-svg): Add support for the SVG tag.
1415         (shr-bullet): New custom variable.
1416         (shr-tag-li): Support custom bullet in unordered lists.
1417
1418 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1419
1420         * shr.el (shr-expand-url): Respect // URLs.
1421
1422         * eww.el (eww-tag-body): Override the shr body rendering so that we can
1423         put a background colour onto the entire buffer.
1424         (eww-render): When being redirected, use the redirect URL as the new
1425         base URL.
1426
1427         * shr.el (shr-parse-base): Fix parsing error.
1428
1429         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1430
1431         * shr.el (shr-parse-base): New function.
1432         (shr-expand-url): Use it to expand relative URLs reliably.
1433
1434 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
1435
1436         * auth-source.el (auth-source-search-collection): Fix docstring.
1437         (auth-source-netrc-parse): Refactor and improve netrc parser to support
1438         single-quoted strings and multiline entries.
1439         (auth-source-netrc-parse-next-interesting)
1440         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
1441         functions to support parser.
1442
1443 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1444
1445         * eww.el (eww-submit): Get submit button logic right when hitting RET
1446         on non-submit buttons.
1447
1448         * shr.el: Remove shr-preliminary-table-render, since that can't really
1449         be used for anything in practice.
1450
1451 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1452
1453         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1454         (sieve-manage-quit).
1455
1456 2013-06-14  Glenn Morris  <rgm@gnu.org>
1457
1458         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
1459
1460 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
1461
1462         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1463         control the maximum size of photo ID image.
1464         (mml2015-epg-key-image-to-string): Respect it.
1465
1466 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1467
1468         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1469         instead of the final one so that we can more easily distinguish them.
1470
1471         * eww.el (eww-submit): Compute the submission URL correctly.
1472
1473 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1474
1475         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1476         Use plist-get rather than CL's getf.
1477         (sieve-manage-parse-capability): Avoid CL's remove-if.
1478
1479 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1480
1481         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1482         (sieve-manage-quit).
1483
1484 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1485
1486         * shr.el (shr-expand-url): Expansion should chop off the bits after the
1487         last slash.
1488
1489         * eww.el (eww-tag-select): Use the first value as the default value.
1490
1491 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1492
1493         * eww.el (eww): Prepend urls with http:// if scheme is missing.
1494         (eww-mode): Use `define-derived-mode'.
1495         (eww-parse-headers): Parse headers from beginning of buffer so that
1496         file:// links work.
1497
1498 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1499
1500         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1501
1502 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1503
1504         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1505         to handle them at all.
1506
1507 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1508
1509         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1510         work, too.
1511         (eww-tag-select): Implement <select>.
1512
1513 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1514
1515         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
1516         stream managing functions by using open-protocol-stream to do most of
1517         the work.  Has the nice benefit of enabling STARTTLS.
1518         Wait for capabilities after STARTTLS: following RFC5804, the server
1519         sends new capabilities after successfully establishing a TLS connection
1520         with the client.  The client should update the cached list of
1521         capabilities, but we just ignore the answer for now.
1522         (sieve-manage-network-p, sieve-manage-network-open)
1523         (sieve-manage-starttls-p, sieve-manage-starttls-open)
1524         (sieve-manage-forward, sieve-manage-streams)
1525         (sieve-manage-stream-alist): Remove unneeded functions neither in the
1526         API, nor called by any other function.
1527         Enable Multibyte for SieveManage buffers: The parser won't properly
1528         handle umlauts and line endings unless multibyte is turned on in the
1529         process buffer.
1530
1531 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1532
1533         * eww.el (eww-tag-input): Support password fields.
1534         (eww-submit): Support POST.
1535
1536 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1537
1538         * eww.el (eww-tag-form): Protect against degenerate forms.
1539
1540         * shr.el (shr-expand-url): Expand URLs that start with a slash
1541         correctly.
1542
1543         * eww.el (eww-submit): Get submit button logic right.
1544
1545         * shr.el (shr-final-table-render): New variable to signal when we're
1546         doing the final table rendering so that we can collect more data at
1547         that point.
1548
1549         * eww.el (eww-submit): Make form submission work.
1550         (eww-tag-input): Implement submit buttons.
1551         (eww-click-radio): Implement radio and checkboxes.
1552         (eww-submit): Handle hidden elements.
1553
1554         * shr.el (shr-descend): Allow other packages to override (or provide)
1555         rendering of elements.
1556         (shr-expand-url): Strip query strings from URLs before expanding them.
1557
1558         * eww.el: Don't require cl-lib.
1559         (eww-tag-form): Start form support.
1560
1561         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
1562
1563         * eww.el: Start writing a new, tiny web browser.
1564         (eww-previous-url): New command.
1565         (eww-quit): New command.
1566
1567 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1568
1569         * sieve.el: Put point at beginning of buffer when viewing a script.
1570         (sieve-open-server): Respect the PORT parameter.  Show the correct port
1571         number in sieve-buffer's header.  Fixed code to also work with a string
1572         as port specifier.  Properly close the connection on pressing 'q'.  Make
1573         sieve-manage-quit close the connection and process buffer.  Also, remove
1574         duplicate keybinding for 'q'.
1575
1576 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
1577
1578         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1579         make it easier to read.
1580         (mm-pkcs7-enveloped-magic): Ditto.
1581
1582 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1583
1584         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1585         before `image-type-available-p' to avoid loading the image libraries
1586         needlessly.
1587
1588 2013-06-05  David Engster  <deng@randomsample.de>
1589
1590         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1591         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1592         to see whether the group was synced before.
1593
1594 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
1595
1596         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
1597         when opening the connection.
1598         Suggested by João Távora <joaotavora@gmail.com> in
1599         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
1600
1601 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1602
1603         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1604         assume Date header begins with "Date", that may be customized into
1605         something like "X-Sent" using gnus-article-time-format.
1606         (article-transform-date): Allow multi-line Date header.
1607
1608 2013-06-02  David Engster  <deng@randomsample.de>
1609
1610         * registry.el (initialize-instance, registry-lookup)
1611         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1612         (registry-lookup-secondary-value, registry-search, registry-delete)
1613         (registry-insert, registry-reindex, registry-size, registry-prune): Do
1614         not wrap methods in `eval-and-compile'.  This breaks due to latest
1615         changes in EIEIO (introduction of eieio-core.el).
1616
1617 2013-05-30  Glenn Morris  <rgm@gnu.org>
1618
1619         * nnmail.el (nnmail-fancy-expiry-target):
1620         Also bind mail-dont-reply-to-names.
1621
1622         * spam-stat.el (spam-stat-save):
1623         No need to tweak font-lock in temp buffers.
1624
1625         * shr.el (shr-put-image): Silence compiler.
1626
1627 2013-05-29  Glenn Morris  <rgm@gnu.org>
1628
1629         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1630
1631         * gnus-group.el (gnus-sequence-of-unread-articles)
1632         (gnus-summary-add-mark, gnus-mark-article-as-read)
1633         (gnus-group-make-articles-read): Declare.
1634
1635         * gnus-sum.el (gnus-parameter-list-identifier)
1636         (gnus-article-stop-animations, gnus-stop-downloads)
1637         (gnus-article-only-boring-p, article-goto-body)
1638         (gnus-flush-original-article-buffer, article-narrow-to-head)
1639         (gnus-article-hidden-text-p, gnus-delete-wash-type)
1640         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1641
1642         * gnus.el: No need to eval-and-compile autoloads.
1643
1644         * gravatar.el (help-function-arglist): Autoload.
1645
1646         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1647
1648         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1649
1650         * spam.el: No need to load spam-report when compiling.
1651         No need to eval-and-compile autoloads.
1652         (spam-report-resend-to): Declare.
1653         (spam-report-resend-register-routine): Require 'spam-report.
1654
1655 2013-05-24  Julien Danjou  <julien@danjou.info>
1656
1657         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1658         setup.
1659
1660 2013-05-23  Glenn Morris  <rgm@gnu.org>
1661
1662         * gnus-util.el (rmail-swap-buffers-maybe)
1663         (rmail-maybe-set-message-counters, rmail-count-new-messages)
1664         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1665         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1666
1667         * mm-decode.el: No need to load term when compiling.
1668         (term-mode, term-char-mode): Declare.
1669
1670         * mm-util.el: No need to load jka-compr when compiling.
1671         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1672
1673         * nnmaildir.el: Require is automatically eval-and-compile.
1674         (nnmail): Require at run-time too.
1675
1676         * registry.el (registry-size): Move definition before use.
1677
1678 2013-05-22  Daiki Ueno  <ueno@gnu.org>
1679
1680         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1681         signed data to conform the standard.  (Bug#14232)
1682
1683 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
1684
1685         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1686         double angle quotation mark.
1687
1688 2013-05-20  Glenn Morris  <rgm@gnu.org>
1689
1690         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
1691
1692 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1693
1694         * message.el (message-insert-formatted-citation-line): handle finding
1695         first/lastname when more than 2 names appear.
1696
1697 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1698
1699         * shr.el (shr-tag-span): New function.
1700
1701 2013-05-18  Glenn Morris  <rgm@gnu.org>
1702
1703         * message.el (message-mode): Use message-mode-abbrev-table,
1704         with text-mode-abbrev-table as parent.  (Bug#14413)
1705
1706 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1707
1708         * message.el (message-expand-group): Decode group names.
1709
1710 2013-05-16  Julien Danjou  <julien@danjou.info>
1711
1712         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1713         app-icon.
1714
1715 2013-05-15  Glenn Morris  <rgm@gnu.org>
1716
1717         * shr-color.el (shr-color-visible-luminance-min)
1718         (shr-color-visible-distance-min): Use shr-color group.
1719
1720 2013-05-11  Glenn Morris  <rgm@gnu.org>
1721
1722         * gnus-vm.el: Make it loadable without VM.
1723         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1724         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1725
1726 2013-05-09  Glenn Morris  <rgm@gnu.org>
1727
1728         * mml1991.el: Make it loadable.  (Bug#13456)
1729
1730         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1731         * gnus-async.el (gnus-async-post-fetch-function):
1732         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1733         * gnus-html.el (gnus-html-image-cache-ttl):
1734         * gnus-notifications.el (gnus-notifications-timeout):
1735         * gnus-picon.el (gnus-picon-properties):
1736         * gnus-util.el (gnus-completion-styles):
1737         * gnus.el (gnus-other-frame-resume-function):
1738         * message.el (message-user-organization-file)
1739         (message-cite-reply-position):
1740         * nnir.el (nnir-summary-line-format)
1741         (nnir-retrieve-headers-override-function):
1742         * shr-color.el (shr-color-visible-luminance-min):
1743         * shr.el (shr-blocked-images):
1744         * spam-report.el (spam-report-resend-to):
1745         * spam.el (spam-summary-exit-behavior): Fix custom types.
1746
1747         * gnus-salt.el (gnus-selected-tree-face): Fix default.
1748
1749 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1750
1751         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1752         because of let-binding help-xref-following.  (Bug#14356)
1753
1754 2013-05-06  Glenn Morris  <rgm@gnu.org>
1755
1756         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
1757
1758 2013-05-04  Andrew Cohen  <cohen@bu.edu>
1759
1760         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1761         entering into the registry.
1762
1763 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1764
1765         * gnus.el: Ma Gnus v0.7 is released.
1766
1767 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1768
1769         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1770         (Bug#14304)
1771
1772 2013-04-27  Glenn Morris  <rgm@gnu.org>
1773
1774         * gnus.el (gnus-list-debbugs):
1775         Use require rather than autoload.  (Bug#14262)
1776
1777 2013-04-27  Julien Danjou  <julien@danjou.info>
1778
1779         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1780         port to "sieve" now that it has an official IANA port assigned.
1781
1782 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1783
1784         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1785         Don't set the MAILHOST environment variable permanently (Bug#14271).
1786
1787 2013-04-26  Glenn Morris  <rgm@gnu.org>
1788
1789         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
1790
1791 2013-04-25  Andrew Cohen  <cohen@bu.edu>
1792
1793         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1794         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
1795
1796 2013-04-24  Andrew Cohen  <cohen@bu.edu>
1797
1798         * nnir.el (nnir-close-group): Make sure we are in the right group.
1799
1800         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1801         dependency table from all newly retrieved headers.
1802
1803 2013-04-16  David Edmondson  <dme@dme.org>
1804
1805         Support <img src="data:...">.
1806
1807         * shr.el (shr-image-from-data): New function.
1808         (shr-tag-img): Use it.
1809
1810 2013-04-14  Andrew Cohen  <cohen@bu.edu>
1811
1812         * nnir.el (nnir-request-set-mark): Make sure we are in the right
1813         group.
1814
1815 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1816
1817         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1818         corresponding to any existing group (Bug#14166).
1819
1820 2013-04-10  Andrew Cohen  <cohen@bu.edu>
1821
1822         * nnir.el (number-sequence): No longer used.
1823         (nnir-request-set-mark): New function.
1824         (nnir-request-update-info): Improve marks updating.
1825         (nnir-request-scan): Don't duplicate marks updating.
1826         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1827         Use 'assq rather than 'assoc.  Quote anonymous function.
1828         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1829         Use 'gnus-group-prefixed-p.
1830         (gnus-summary-create-nnir-group): Make sure server for method is open.
1831
1832 2013-04-04  Andrew Cohen  <cohen@bu.edu>
1833
1834         * nnir.el (gnus-nnir-group-p): New function.
1835         (nnir-possibly-change-group): Use it.
1836
1837         * gnus-msg.el (gnus-setup-message): Use it.
1838
1839 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1840
1841         * mml.el (mml-minibuffer-read-description): Use `default' insted of
1842         `initial-input' for the argument name.
1843         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1844
1845 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
1846
1847         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1848         (used by MH-E).
1849
1850 2013-04-01  Andrew Cohen  <cohen@bu.edu>
1851
1852         * nnir.el (nnir-request-update-mark): Improve mark updating in original
1853         group.
1854
1855         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1856         fix compilation.
1857
1858 2013-03-31  Andrew Cohen  <cohen@bu.edu>
1859
1860         * nnir.el (nnir-method-default-engines): And another typo.
1861
1862 2013-03-30  Andrew Cohen  <cohen@bu.edu>
1863
1864         * nnir.el (nnir-method-default-engines): Fix typo.
1865
1866 2013-03-29  Andrew Cohen  <cohen@bu.edu>
1867
1868         * nnir.el: Define 'number-sequence for xemacs.
1869         (gnus-summary-create-nnir-group): New function to create an nnir group
1870         from an nnir summary buffer based on the current query.
1871         (nnir-request-create-group): Update to allow nnir group creation based
1872         on the current query.
1873
1874 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1875
1876         * nndraft.el (nndraft-request-expire-articles):
1877         Make expiry target always `delete'.
1878
1879 2013-03-27  Andrew Cohen  <cohen@bu.edu>
1880
1881         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1882         buffer use the posting-style and gcc of the original article group.
1883         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1884
1885         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
1886         after other deffoos.
1887
1888 2013-03-25  Andrew Cohen  <cohen@bu.edu>
1889
1890         * nnir.el: Major rewrite.  Cleaner separation between searches and group
1891         management.  Marks are now shown in nnir summary buffers.  Rudimentary
1892         support for real (i.e. not ephemeral) nnir groups.
1893         (gnus-summary-make-nnir-group): New function for initiating searches
1894         from a summary buffer.
1895
1896 2013-03-18  Sam Steingold  <sds@gnu.org>
1897
1898         * message.el (message-bury): Minor cleanup.
1899
1900 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
1901
1902         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
1903
1904 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1905
1906         * nndir.el (nndir-request-list): Remove 2nd argument passed to
1907         nnml-request-list.  (Bug#13873)
1908         (nndir-request-newsgroups): Remove, unused.
1909
1910         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1911
1912 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1913
1914         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
1915         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
1916         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
1917
1918 2013-03-03  Ted Phelps  <phelps@gnusto.com>
1919
1920         * shr.el: Make all the overlays set the `evaporate' property so that
1921         they're removed properly.
1922
1923 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
1924
1925         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
1926         shell-quote-argument.
1927
1928 2013-02-22  David Engster  <deng@randomsample.de>
1929
1930         * gnus-registry.el (gnus-registry-save): Provide class name when
1931         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
1932         `condition-case' to stay compatible with older EIEIO versions which
1933         only accept one argument.
1934
1935 2013-02-17  Daiki Ueno  <ueno@gnu.org>
1936
1937         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1938         (epg-user-id-validity): Autoload.
1939         (mml2015-epg-check-user-id): New function.
1940         (mml2015-epg-check-sub-key): New function split from
1941         mml2015-epg-find-usable-key.
1942         (mml2015-epg-find-usable-key): Accept context, name, usage, and
1943         optional name-is-key-id, to handle the case when user-id is unusable.
1944         Reported by Łukasz Stelmach <stlman@poczta.fm>.
1945
1946 2013-02-17  Glenn Morris  <rgm@gnu.org>
1947
1948         * shr.el (shr-put-image): Use image-multi-frame-p if available.
1949
1950 2013-02-16  Glenn Morris  <rgm@gnu.org>
1951
1952         * shr.el (shr-put-image): Only animate images that specify a delay.
1953         This is consistent with the old image-animated-p behavior.
1954
1955 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1956
1957         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1958         for XEmacs.
1959
1960 2013-02-13  Juri Linkov  <juri@jurta.org>
1961
1962         * gnus-art.el (gnus-article-mode-map):
1963         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1964         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
1965
1966 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
1967
1968         * auth-source.el (auth-source-format-prompt): Don't get confused by
1969         any "\" in replacement text.  (Bug#13637)
1970
1971 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
1972
1973         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1974         (gnus-backend-trace): Honour gnus-backend-trace.
1975
1976         * mml.el (mml-insert-part): Insert closing tag.
1977
1978         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1979
1980 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1981
1982         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1983         able to find the article, which can happen in debbugs groups,
1984         apparently.
1985
1986 2013-01-16  Glenn Morris  <rgm@gnu.org>
1987
1988         * smiley.el (smiley-style): Make the file loadable in batch mode.
1989
1990 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1991
1992         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1993         imap process running.
1994
1995 2013-01-14  Julien Danjou  <julien@danjou.info>
1996
1997         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1998         Compare addresses against addresses, not against the full From field.
1999
2000 2013-01-13  Richard Stallman  <rms@gnu.org>
2001
2002         * message.el (message-forward-make-body-mime): New args BEG, END
2003         specify what part of FORWARD-BUFFER to use.  Do the work directly
2004         instead of calling `mml-insert-buffer'.
2005
2006 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
2007
2008         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
2009         cross-reference(s).
2010
2011         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
2012         cross-reference(s).
2013
2014 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
2015
2016         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2017         and point-max-marker.
2018         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2019
2020 2013-01-11  Julien Danjou  <julien@danjou.info>
2021
2022         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2023         max are almost equal.  Also return the correct value for V which is
2024         already between 0 and 1.
2025
2026 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
2027
2028         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2029         to mml2015-encrypt-to-self.
2030         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2031
2032 2013-01-09  Daiki Ueno  <ueno@gnu.org>
2033
2034         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2035         mml-smime-epg-find-usable-secret-key.
2036
2037 2013-01-08  Glenn Morris  <rgm@gnu.org>
2038
2039         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
2040
2041 2013-01-07  Daiki Ueno  <ueno@gnu.org>
2042
2043         * mml-smime.el: Support signing by sender.
2044         Requested by Uwe Brauer.
2045         (mml-smime-sign-with-sender): New user option analogous
2046         to mml2015-sign-with-sender.
2047         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2048         (mml-smime-epg-find-usable-secret-key): New helper function copied from
2049         mml2015.el.
2050
2051 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2052
2053         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2054         isn't running, because Gnus will probably not know how to handle the
2055         Gcc header (bug#11941).
2056
2057         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2058         articles.
2059
2060 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2061
2062         * nnfolder.el (nnfolder-recursive-directory-files): New function.
2063         (nnfolder-generate-active-file): Make this function work with recursive
2064         folder names.
2065
2066 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2067
2068         * nntp.el (nntp-open-connection): Use HELP as the capability command
2069         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2070         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
2071
2072 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
2073
2074         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2075         place holder since this gives `Invalid face reference: nil' messages.
2076         Use the `default' face instead.  It has the same effect here, even
2077         though it is not no-op.
2078
2079         * gnus-util.el
2080         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2081
2082 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2083
2084         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2085         non-string posting styles (bug#13285).
2086
2087 2012-12-27  Glenn Morris  <rgm@gnu.org>
2088
2089         * plstore.el (plstore-passphrase-callback-function):
2090         Use plstore-get-file.
2091
2092 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
2093
2094         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2095         stderr.
2096
2097 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2098
2099         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2100
2101         * gnus-compat.el (set-buffer-multibyte): Remove.
2102
2103 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2104
2105         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2106         temporary file to get PGP key image.  Pass no-show-photos when
2107         extracting image to avoid having it pop up twice.
2108
2109 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
2110
2111         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
2112         eligible for treatment.
2113
2114         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
2115         lines.  This makes summary commands with hidden threads work more
2116         reliably.
2117
2118         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
2119         button to mark the hidden citations (bug#9395).
2120
2121 2012-12-26  Daiki Ueno  <ueno@gnu.org>
2122
2123         * mml2015.el (mml2015-epg-signature-to-string): New function.
2124         (mml2015-epg-verify-result-to-string): New function.
2125         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
2126         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
2127         instead of epg-verify-result-to-string.
2128         (epg-signature-key-id, epg-signature-to-string): Autoload.
2129         (epg-verify-result-to-string): Remove autoload.
2130
2131 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2132
2133         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
2134         ID image from GPG public key.
2135         (mml2015-epg-key-image-to-string): New function.
2136
2137 2012-12-25  Leo Liu  <sdl.web@gmail.com>
2138
2139         * plstore.el (plstore-passphrase-callback-function): Fix error when
2140         error when plstore-cache-passphrase-for-symmetric-encryption is set
2141         (bug#13264).
2142
2143 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2144
2145         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2146         buffer to the article buffer here, because that clobbers multiple
2147         article buffers.
2148
2149         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2150         buffer always points to the right summary buffer.
2151
2152 2012-12-25  John Wiegley  <jwiegley@gmail.com>
2153
2154         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2155         the password (bug#12097).
2156
2157 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2158
2159         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2160         (bug#13263).
2161
2162         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2163         buffer exists before using it (bug#12475).
2164
2165         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
2166         offline groups (bug#11937).
2167
2168         * message.el (message-yank-original): When using customize to set the
2169         value of `message-cite-style', the variable it set to a symbol that's
2170         the name of the variable, which must then be dereferenced (bug#12616).
2171
2172 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
2173
2174         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2175         the `face' property with a list whose car is the face specified in the
2176         format string and whose cdr is (nil).
2177         * lisp/gnus-util.el
2178         (gnus-put-text-property-excluding-characters-with-faces):
2179         Change accordingly.
2180         (gnus-get-text-property-excluding-characters-with-faces): New function.
2181         * lisp/gnus-sum.el (gnus-summary-highlight-line):
2182         * lisp/gnus-salt.el (gnus-tree-highlight-node):
2183         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2184
2185 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2186
2187         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2188         login methods.
2189         (nnimap-login): Respect the `nnimap-authenticator' variable.
2190
2191         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2192         mark state when moving articles.  Otherwise unticked articles will get
2193         their ticks back after moving.
2194
2195 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2196
2197         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2198
2199         * message.el (message-ignored-news-headers): Always remove
2200         X-Message-SMTP-Method to avoid information leakage if the user
2201         mistakenly inserts the header into news messages.
2202
2203         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
2204
2205         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
2206         right than four characters, this command would move point to
2207         `point-max'.  Don't do that.
2208
2209         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
2210         to nil to allow re-selecting groups that gain articles.
2211         (gnus-bug-group-download-format-alist): Update the URL.
2212
2213 2012-12-23  Andreas Schwab  <schwab@suse.de>
2214
2215         * shr.el (shr-tag-em): Render em as italic, not bold.
2216
2217 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
2218
2219         * gnus-int.el (gnus-backend-trace): Factor out into its own function
2220         for reuse.
2221         (gnus-open-server): Use it to add more tracing.
2222         (gnus-finish-retrieve-group-infos): Add backend tracing.
2223         (gnus-backend-trace): Also note the elapsed seconds.
2224
2225 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
2226
2227         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2228         Set epa-file-encrypt-to from variable to avoid querying.
2229
2230 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
2231
2232         * sieve-mode.el (sieve-font-lock-keywords):
2233         Keywords should be word delimited.  (Bug#13173)
2234
2235 2012-12-13  Andreas Schwab  <schwab@suse.de>
2236
2237         * tls.el (tls-program): Update customize type.
2238
2239 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2240
2241         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2242         instead of <pre> to align message header.
2243
2244 2012-12-12  Sam Steingold  <sds@gnu.org>
2245
2246         * gnus.el (gnus-other-frame-resume-function): Add user option.
2247         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2248
2249 2012-12-06  Sam Steingold  <sds@gnu.org>
2250
2251         * gnus-start.el (gnus-before-resume-hook): Add.
2252         (gnus-1): Run it when Gnus is alive.
2253
2254 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2255
2256         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2257         * gnus-art.el (article-unsplit-urls)
2258         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2259         * gnus-registry.el (gnus-registry-get-article-marks)
2260         * message.el (message-goto-body): Use it.
2261         (message-called-interactively-p): Remove.
2262
2263         * spam-stat.el (spam-stat-called-interactively-p): New macro.
2264         (spam-stat-score-buffer): Use it.
2265
2266         * spam.el: Silence the warnings against BBDB functions when compiling.
2267
2268         * gnus-score.el (gnus-score-decode-text-parts):
2269         Use append+mapcar instead of the cl function mapcan.
2270
2271 2012-12-05  Sam Steingold  <sds@gnu.org>
2272
2273         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2274         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2275         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2276
2277 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2278
2279         * gmm-utils.el (gmm-called-interactively-p): Revert.
2280         This seems to cause Emacs to get stuck!
2281         * gnus-art.el (article-unsplit-urls)
2282         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2283         * gnus-registry.el (gnus-registry-get-article-marks)
2284         * message.el (message-goto-body)
2285         (message-called-interactively-p): Revert.
2286
2287         * gmm-utils.el (gmm-called-interactively-p): New function.
2288         * gnus-art.el (article-unsplit-urls)
2289         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2290         * gnus-registry.el (gnus-registry-get-article-marks)
2291         * message.el (message-goto-body): Use it.
2292         (message-called-interactively-p): Remove.
2293
2294         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2295         * gnus-sync.el (gnus-sync-lesync-call)
2296         * message.el (message-read-from-minibuffer): Use it.
2297
2298 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2299
2300         * gmm-utils.el (gmm-flet): Remove.
2301         * gnus-sync.el (gnus-sync-lesync-call)
2302         * message.el (message-read-from-minibuffer): Don't use it.
2303
2304 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2305
2306         * gmm-utils.el (gmm-labels): Use cl-labels if available.
2307
2308 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2309
2310         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2311
2312         * gnus-sync.el (gnus-sync-lesync-call)
2313         * message.el (message-read-from-minibuffer): Use gmm-flet.
2314
2315         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2316
2317         * gnus-util.el (gnus-macroexpand-all): Remove.
2318
2319 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
2320
2321         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2322         to TAB, not [tab].
2323         (gnus-summary-article-map): Likewise.
2324
2325         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2326         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2327
2328 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
2329
2330         * time-date.el: Commentary fix.
2331
2332 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2333
2334         * color.el: Don't require cl.
2335         (color-complement): `caddr' -> `nth 2'.
2336
2337         * time-date.el (time-to-seconds): De-obsolete.
2338
2339 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2340
2341         * message.el (message-get-reply-headers):
2342         Make sure the reply goes to the author if it is a wide reply.
2343
2344 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
2345
2346         * gnus-score.el (gnus-score-body):
2347         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2348         scoring by body.
2349
2350 2012-11-16  Glenn Morris  <rgm@gnu.org>
2351
2352         * gnus-diary.el (nndiary-request-create-group-functions)
2353         (nndiary-request-update-info-functions)
2354         (gnus-subscribe-newsgroup-functions)
2355         (nndiary-request-accept-article-functions):
2356         Use new names for hooks rather than obsolete aliases.
2357
2358 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2359
2360         * dgnushack.el (define-obsolete-variable-alias): Simplify.
2361
2362 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2363
2364         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2365         in meta tag with the one the part specifies in its header.
2366
2367 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2368
2369         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2370         by default.
2371
2372 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2373
2374         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
2375         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
2376
2377 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2378
2379         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
2380         and a runtime function for it, of which the XEmacs version takes only
2381         two arguments.
2382
2383 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2384
2385         * nndiary.el (nndiary-request-create-group-functions)
2386         (nndiary-request-update-info-functions)
2387         (nndiary-request-accept-article-functions):
2388         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2389         "-hooks" suffix.
2390
2391 2012-10-19  Julien Danjou  <julien@danjou.info>
2392
2393         * gnus-art.el: Require gnus-util because it uses
2394         `gnus-timer--function'.
2395
2396 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2397
2398         * starttls.el (starttls-extra-arguments): Doc fix.
2399
2400 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2401
2402         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2403         it.
2404
2405 2012-10-06  Glenn Morris  <rgm@gnu.org>
2406
2407         * gnus-notifications.el (gnus-notifications):
2408         Add missing group :version tag.
2409         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2410         (gnus-gcc-post-body-encode-hook):
2411         * gnus-sync.el (gnus-sync-lesync-name)
2412         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2413
2414 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2415
2416         * color.el (color-hsl-to-rgb): Fix incorrect results for
2417         small and large hue values.  (Bug#12559)
2418
2419 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2420
2421         New UIDL implementation.
2422
2423         * mail-source.el (mail-sources, mail-source-keyword-map):
2424         Add :leave as a pop3 keyword.
2425         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2426
2427         * pop3.el (pop3-leave-mail-on-server): Allow number.
2428         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2429         (pop3-movemail): Add UIDL support.
2430         (pop3-send-streaming-command): Take a list of mail numbers instead of
2431         the number of mails.
2432         (pop3-write-to-file): Add X-UIDL header.
2433         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2434         (pop3-uidl-add-xheader): New functions.
2435
2436         * message.el (message-ignored-resent-headers):
2437         Add X-Content-Length and X-UIDL headers.
2438
2439 2012-10-05  Glenn Morris  <rgm@gnu.org>
2440
2441         * color.el (color-name-to-rgb, color-rgb-to-hex)
2442         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2443         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2444         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2445         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2446
2447 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2448
2449         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2450         a user about whether to delete temp files if once a user answered as n.
2451
2452 2012-09-25  Chong Yidong  <cyd@gnu.org>
2453
2454         * password-cache.el (password-read-and-add): Use a declare form to mark
2455         this function obsolete.
2456
2457 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2458
2459         * lpath.el: Bind mail-encode-mml for old Emacsen.
2460
2461 2012-09-17  Richard Stallman  <rms@gnu.org>
2462
2463         * message.el (message-in-body-p): Don't set mark or modify buffer.
2464
2465         * mml.el (mml-attach-file): Doc fix.
2466         (mml-attach-external, mml-attach-buffer, mml-attach-file):
2467         Set mail-encode-mml when in Mail mode.
2468         Simplify code to set HEAD and move back to HEAD.
2469         (mml-insert-multipart, mml-insert-part):
2470         Set mail-encode-mml when in Mail mode.
2471
2472 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2473
2474         * gnus-util.el (gnus-timer--function): New function.
2475
2476         * gnus-art.el (gnus-article-stop-animations): Use it.
2477
2478 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2479
2480         Fix glitches caused by addition of psec to timers.
2481         * gnus-art.el (gnus-article-stop-animations): Use timer--function
2482         rather than raw access to timer vector.
2483
2484 2012-09-11  Julien Danjou  <julien@danjou.info>
2485
2486         * gnus-notifications.el (gnus-notifications): Check for nil values in
2487         ignored addresses check.
2488
2489 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2490
2491         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2492
2493 2012-09-07  Chong Yidong  <cyd@gnu.org>
2494
2495         * gnus-util.el
2496         (gnus-put-text-property-excluding-characters-with-faces): Restore.
2497
2498         * gnus-salt.el (gnus-tree-highlight-node):
2499         * gnus-sum.el (gnus-summary-highlight-line):
2500         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2501
2502 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2503
2504         * gnus-util.el: Fix compilation error on XEmacs 21.4.
2505
2506 2012-09-06  Juri Linkov  <juri@jurta.org>
2507
2508         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2509         scheme for buffer names to be more consistent with other group and
2510         article buffer names in Gnus.
2511
2512 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2513
2514         * gnus-util.el
2515         (gnus-put-text-property-excluding-characters-with-faces): Removed.
2516
2517         * gnus-compat.el: Define compat function `add-face' from Wolfgang
2518         Jenkner.
2519
2520         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2521
2522         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2523
2524         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2525
2526 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2527
2528         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2529         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2530
2531         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2532         string-prefix-p in Emacs >=23.2.
2533
2534         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2535         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2536         instead of string-match-p.
2537         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2538
2539 2012-09-06  Kenichi Handa  <handa@gnu.org>
2540
2541         * qp.el (quoted-printable-decode-region): Fix previous change; handle
2542         lowercase a..f.
2543
2544 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2545
2546         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2547
2548 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
2549
2550         * nnimap.el (nnimap-request-move-article): Decode the group name when
2551         doing internal moves to avoid charset issues.
2552
2553         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
2554         TIME is set.
2555
2556 2012-09-05  Juri Linkov  <juri@jurta.org>
2557
2558         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2559         than one group at a time (bug#11961).
2560
2561 2012-09-05  Julien Danjou  <julien@danjou.info>
2562
2563         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2564         this hide the real reason with a message giving absolutely no hint.
2565
2566 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
2567
2568         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2569         to the backend (bug#11804).
2570
2571         * message.el (message-insert-newsgroups): Don't insert newsgroup
2572         duplicates (bug#12275).
2573
2574 2012-09-05  John Wiegley  <johnw@newartisans.com>
2575
2576         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2577         sieve rules.
2578
2579 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
2580
2581         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2582         function.
2583
2584         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2585
2586         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2587
2588 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2589
2590         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2591         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2592         This should make nnmaildir more usable with offlineimap.
2593
2594 2012-09-05  Julien Danjou  <julien@danjou.info>
2595
2596         * nnimap.el (nnimap-request-list): Revert change that made listing
2597         synchronous.
2598         (nnimap-get-responses): Restore.
2599
2600 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
2601
2602         * dgnushack.el: XEmacs 21.5 compilation fix.
2603
2604         * gnus-notifications.el (gnus-notifications-notify): Use it.
2605
2606         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2607         warnings on XEmacs.
2608
2609 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2610
2611         Better seeds for (random).
2612         * gnus-sync.el (gnus-sync-lesync-setup):
2613         * message.el (message-canlock-generate, message-unique-id):
2614         Change (random t) to (random), now that the latter is more random.
2615
2616 2012-08-31  Dave Abrahams  <dave@boostpro.com>
2617
2618         * nnimap.el (nnimap-change-group): Document result value
2619
2620         * auth-source.el (auth-sources): Fix macos keychain access.
2621
2622         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2623         allow the backend `request-head' function to determine the group
2624         name on its own.
2625         (gnus-request-expire-articles): Filter out negative article numbers
2626         during expiry (Bug#11980).
2627
2628         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2629         O(N^2) to O(N).  This makes warping into huge groups tolerable.
2630
2631         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2632         you've found the article when you haven't.
2633
2634         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
2635         that nnimap-change-group can return t.
2636
2637 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2638
2639         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2640
2641 2012-08-30  Julien Danjou  <julien@danjou.info>
2642
2643         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2644         `gnus-notifications-timeout'.
2645         (gnus-notifications-timeout): Add.
2646         (gnus-notifications-action): New function.
2647         (gnus-notifications-notify): Add :action using
2648         `gnus-notifications-action'.
2649         (gnus-notifications-id-to-msg): New variable.
2650         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2651         notifications id to messages.
2652
2653 2012-08-30  Kenichi Handa  <handa@gnu.org>
2654
2655         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2656         once.
2657
2658 2012-08-29  Julien Danjou  <julien@danjou.info>
2659
2660         * gnus-notifications.el: New file.
2661         (gnus-notifications-notify): New function.
2662         (gnus-notifications): Use `gnus-notifications-notify'.
2663
2664 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2665
2666         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2667         transfer encoding first; bind gnus-newsgroup-charset to the charset
2668         that the article specifies (Bug#12209).
2669
2670 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2671
2672         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2673         (gnus-group-customize-done): Encode values posting-style holds.
2674
2675         * gnus-msg.el (gnus-summary-resend-message)
2676         (gnus-configure-posting-styles): Decode values posting-style group
2677         parameter holds.
2678
2679 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2680
2681         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2682         `name' and `address' in Resent-From header.
2683
2684 2012-08-14  Chong Yidong  <cyd@gnu.org>
2685
2686         * gnus-art.el (article-display-face): Handle failure in
2687         gnus-create-image (Bug#11802).
2688
2689 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2690
2691         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2692         Use defsetf.
2693
2694 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
2695
2696         * auth-source.el (auth-source-plstore-search)
2697         (auth-source-secrets-search): Ignore :require and :type in search spec.
2698
2699 2012-08-06  Julien Danjou  <julien@danjou.info>
2700
2701         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
2702         `nnimap-request-move-article'.
2703
2704         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2705         Remove autoload, already handled by gnus.el.
2706
2707         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
2708
2709         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
2710         supported by nnimap actually.  Reverts previous change.
2711
2712         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
2713         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
2714         to-buffer argument that is already supported.
2715
2716 2012-08-05  Julien Danjou  <julien@danjou.info>
2717
2718         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2719         Add autoload.
2720
2721 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2722
2723         * gnus.el (gnus-valid-select-methods): Fix custom type.
2724
2725 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
2726
2727         * auth-source.el (auth-sources, auth-source-backend-parse)
2728         (auth-source-macos-keychain-search)
2729         (auth-source-macos-keychain-search-items)
2730         (auth-source-macos-keychain-result-append)
2731         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2732         auth-source.el through the /usr/bin/security utility.
2733         (auth-sources): Fix syntax error.
2734         (auth-source-macos-keychain-result-append): Fix variable name.
2735         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2736
2737 2012-07-27  Julien Danjou  <julien@danjou.info>
2738
2739         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2740         Emacs < 24.1
2741
2742 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2743
2744         * message.el (message-kill-address): Don't kill last newline.
2745         (message-skip-to-next-address): Don't move to the next header.
2746         (message-fill-field-address): Work properly.
2747
2748 2012-07-25  Julien Danjou  <julien@danjou.info>
2749
2750         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2751
2752 2012-07-24  Julien Danjou  <julien@danjou.info>
2753
2754         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2755
2756         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2757         (nntp-async-timer-handler): Remove, unused.
2758
2759         * nnimap.el (nnimap-get-responses): Remove, unused.
2760
2761         * nnheader.el (mail-header-set-extra): Remove, unused.
2762
2763         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
2764         unused.
2765
2766         * mm-view.el (mm-view-sound-file): Remove, unused.
2767
2768         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2769         (mm-url-encode-multipart-form-data): Remove, unused.
2770
2771         * message.el (message-remove-signature, message-make-host-name)
2772         (message-fill-address): Remove, unused.
2773
2774         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2775         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2776         unused.
2777
2778         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
2779         (gnus-xmas-call-region): Remove, unused.
2780
2781         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2782
2783         * gnus-util.el (gnus-extract-address-component-name)
2784         (gnus-extract-address-component-email, gnus-sortable-date)
2785         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2786         (gnus-process-live-p): Remove, unused.
2787
2788         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2789
2790         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2791         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2792         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2793         function.
2794
2795         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2796
2797         * gnus-score.el (gnus-summary-score-crossposting)
2798         (gnus-score-regexp-bad-p): Remove, unused.
2799
2800         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2801
2802         * gnus-range.el (gnus-sublist-p): Remove, unused.
2803
2804         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2805         unused.
2806
2807         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2808
2809         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2810         (gnus-request-associate-buffer): Remove, unused.
2811
2812         * gnus-group.el (gnus-group-set-method-info)
2813         (gnus-group-set-params-info): Remove, unused.
2814
2815         * gnus-fun.el (gnus-shell-command-to-string)
2816         (gnus-shell-command-on-region): Remove, unused.
2817
2818         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2819
2820         * gnus-art.el (gnus-article-text-type-exists-p)
2821         (article-translate-characters, gnus-article-hide-text-of-type)
2822         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2823         Remove, unused.
2824
2825 2012-07-22  Andrew Cohen  <cohen@bu.edu>
2826
2827         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2828
2829 2012-07-21  Julien Danjou  <julien@danjou.info>
2830
2831         * message.el (message-dont-reply-to-names): Replace deprecated
2832         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2833         (message-get-reply-headers): Ditto.
2834
2835 2012-07-18  Julien Danjou  <julien@danjou.info>
2836
2837         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2838         `sieve-upload-and-kill'.
2839
2840         * sieve.el (sieve-bury-buffer): Remove function.
2841         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2842         (sieve-upload-and-kill): New function, mapped to C-c C-c.
2843
2844 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
2845
2846         * shr.el (shr-expand-url): Handle URL starting with `//'.
2847
2848 2012-07-13  Chong Yidong  <cyd@gnu.org>
2849
2850         * smime.el (smime-certificate-info): Set buffer-read-only directly,
2851         instead of calling toggle-read-only with a (bogus) argument.
2852
2853 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
2854
2855         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2856         of initial input when reading the author to restrict the summary to.
2857
2858 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2859
2860         * mm-decode.el (mm-shr):
2861         Allow overriding charset by mm-charset-override-alist.
2862
2863 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2864
2865         * gnus-art.el (gnus-article-view-part):
2866         Toggle subparts of multipart/alternative part.
2867
2868 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2869
2870         * shr.el (shr-render-buffer): New command.
2871         (shr-visit-file): Use it.
2872
2873 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2874
2875         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2876         Set no-byte-compile and no-update-autoloads.
2877
2878 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2879
2880         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2881
2882 2012-06-25  Julien Danjou  <julien@danjou.info>
2883
2884         * nnimap.el (nnimap-request-articles-find-limit): Rename from
2885         `nnimap-request-move-articles-find-limit' since we do not use it only
2886         for move operations.
2887         (nnimap-request-accept-article): Use
2888         `nnimap-request-articles-find-limit' to limit search by message-id.
2889
2890 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
2891
2892         Support higher-resolution time stamps (Bug#9000).
2893
2894         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
2895         VARLIST.  It's optional, for backward compatibility.
2896         (encode-time-value): New optional arg PICO.  New type 3.
2897         (time-to-seconds) [!float-time]: Support the new picoseconds
2898         component if it's used.
2899         (seconds-to-time, time-subtract, time-add):
2900         Support ps-resolution time stamps as well.
2901
2902 2012-06-19  Julien Danjou  <julien@danjou.info>
2903
2904         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
2905
2906         * nnimap.el (nnimap-log-buffer): Check that
2907         `window-point-insertion-type' is boundp, since it's not available in
2908         XEmacs.
2909
2910 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2911
2912         * nnimap.el (nnimap-log-buffer): Add this, setting
2913         `window-point-insertion-type' in the buffer to t.
2914         (nnimap-log-command): Use nnimap-log-buffer.
2915
2916 2012-06-19  Julien Danjou  <julien@danjou.info>
2917
2918         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
2919         argument to be able to limit the search.
2920         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
2921         (nnimap-request-move-articles-find-limit): Add this to limit the search
2922         by Message-Id after a message move.
2923         (nnimap): Add defgroup.
2924
2925 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2926
2927         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2928
2929 2012-06-15  Julien Danjou  <julien@danjou.info>
2930
2931         * nnimap.el (nnimap-find-article-by-message-id): Use
2932         `nnimap-possibly-change-group' rather than its own EXAMINE call.
2933         (nnimap-possibly-change-group): Add read-only argument.
2934         (nnimap-request-list): Use nnimap-possibly-change-group rather than
2935         issuing EXAMINE manually.
2936         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
2937         with read-only argument.
2938         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
2939         cannot possibly change because we need to be sure that it's either
2940         read-write or read-only.
2941
2942 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2943
2944         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2945         being bound to a lambda form.
2946
2947 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
2948
2949         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2950         articles when fetch-old is non-nil (bug#11370).
2951
2952 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
2953
2954         * gnus-picon.el (gnus-picon-properties): New defcustom.
2955         (gnus-picon-create-glyph): Use it.
2956
2957 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2958
2959         * gnus-group.el (gnus-group-get-new-news): Respect
2960         `gnus-group-use-permanent-levels', as documented (bug#11638).
2961
2962 2012-06-10  Dave Abrahams  <dave@boostpro.com>
2963
2964         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2965         groups (bug#11641).
2966
2967 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
2968
2969         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2970         is an integer to avoid later problems.
2971
2972 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2973
2974         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2975         locales.
2976
2977         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2978         on a handle.
2979
2980         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2981         address as the default.
2982         (gnus-summary-insert-old-articles): Don't include unexisting messages.
2983
2984         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
2985         makes no sense to query the user about internal files.
2986
2987         * gnus-spec.el: Remove all the byte-compilation stuff, since
2988         benchmarking shows that it doesn't help when entering large summary
2989         buffers.
2990
2991         * gnus-xmas.el (gnus-xmas-define): Remove.
2992
2993         * gnus-util.el (gnus-byte-code): Remove.
2994
2995         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2996         grouplens stuff.
2997
2998 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2999
3000         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3001         (bug#11514).
3002
3003 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3004
3005         * message.el (message-buffers): Return all buffers derived from Message
3006         to make `gnus-dired-attach' work with mu4e.
3007
3008 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3009
3010         * nntp.el: Stop the `letf' madness.
3011         (nntp--report-1): New var.
3012         (nntp-report): Merge nntp-report-1 into it.
3013         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3014         the nntp-report function.
3015
3016         * auth-source.el: Fix comment-style to follow the convention.
3017
3018 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
3019
3020         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
3021         (mm-dissect-singlepart): Don't guess the MIME type of
3022         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
3023         set.
3024         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
3025         toplevel MIME type is multipart/encrypted.
3026
3027 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3028
3029         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3030         a string so that Gcc works (bug#11514).
3031
3032 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3033
3034         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3035         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3036
3037 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3038
3039         * gnus-win.el (gnus-configure-frame): Don't signal an error when
3040         jumping to *Server* from a dedicated *Group* window.
3041         (gnus-configure-frame): CSE.
3042
3043         * gnus-registry.el: Minor style cleanup.
3044         (gnus-registry--set/remove-mark): New function, extracted from
3045         gnus-registry-install-shortcuts.
3046         (gnus-registry-install-shortcuts): Use it.
3047
3048 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3049
3050         * nnspool.el (news-path): Use eval-and-compile.
3051
3052 2012-05-24  Glenn Morris  <rgm@gnu.org>
3053
3054         * nnspool.el (news-directory, news-path, news-inews-program):
3055         Move here from paths.el.  Don't see a need for these to be autoloaded.
3056
3057         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3058         Merge in doc from paths.el version.  Don't see any need for this to be
3059         autoloaded, or for the warning about users not setting it.
3060
3061 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
3062
3063         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
3064         format.  In particular, add an optional argument and a docstring.
3065
3066         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
3067
3068         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
3069         current before calling `gnus-groups-to-gnus-format'.
3070         Note that this was already the case for `gnus-active-to-gnus-format'.
3071
3072 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
3073
3074         Fix minor Y10k bug.
3075         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3076
3077 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3078
3079         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3080         message once it's actually open.
3081
3082 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3083
3084         * gnus.el: Ma Gnus v0.5 is released.
3085
3086 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3087
3088         * auth-source.el (auth-source--aput-1, auth-source--aput)
3089         (auth-source--aget): New functions and macros.
3090         Use them instead of aput/aget.
3091
3092 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
3093
3094         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3095
3096 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3097
3098         * plstore.el (plstore-called-interactively-p): New compat macro copied
3099         from message.el.
3100         (plstore-mode): Use it.
3101
3102 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3103
3104         * plstore.el: Revive the editing feature.
3105         (plstore-mode): New mode to edit plstore file.
3106         (plstore-mode-toggle-display, plstore-mode-original)
3107         (plstore-mode-decoded): New command.
3108         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3109         (plstore--insert-buffer, plstore--make): New function.
3110         (plstore-open, plstore-save): Simplify by using them.
3111
3112 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3113
3114         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
3115
3116 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
3117
3118         * tls.el (open-tls-stream): Remove unused binding.
3119
3120 2012-04-16  Glenn Morris  <rgm@gnu.org>
3121
3122         * nndraft.el (nndraft-request-list): Fix declaration.
3123
3124 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3125
3126         * mm-decode.el (mm-dissect-buffer): Doc fix.
3127
3128         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3129         don't have a current group.
3130
3131         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
3132         buffer if it doesn't exist.
3133
3134         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
3135         given, mark the group as ephemeral with the current window conf.
3136
3137         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
3138         buffer exists, which it doesn't if we haven't started Gnus.
3139         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
3140
3141 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3142
3143         * mml.el (mml-generate-mime): Allow specifying what the top-level part
3144         type is.
3145
3146         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
3147         `unexists' entries.
3148         (gnus-clean-old-newsrc): Fix last checkin.
3149
3150         * nnimap.el (nnimap-update-info): None of the articles below the active
3151         low-water mark exist.
3152
3153         * dgnushack.el: Get rid of XEmacs compilation warning.
3154
3155         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3156         would have gotten if we posted to the group, and use that to compare
3157         against the message we want to cancel (bug#10808).
3158
3159         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
3160         on XEmacs.
3161
3162 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3163
3164         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
3165         `scroll-margin'.
3166
3167 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
3168
3169         * gnus-cite.el (gnus-dissect-cited-text): A single line without
3170         citation prefix within a block of cited text should be considered part
3171         of that block *only* if it is a blank line.
3172
3173 2012-04-09  Chong Yidong  <cyd@gnu.org>
3174
3175         * binhex.el, hashcash.el, uudecode.el:
3176         Remove * characters from the front of variable docstrings.
3177
3178 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3179
3180         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
3181         before kinsoku-bol characters nor within kinsoku-eol characters.
3182
3183 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3184
3185         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
3186         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
3187         (gnus-sync-read): Use mapc instead of mapcar.
3188
3189         * mm-archive.el: Require mm-decode for some macros.
3190         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
3191         the byte compiler.
3192         (mm-archive-decoders): New function that returns the value of
3193         the mm-archive-decoders variable.
3194
3195         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
3196         instead.
3197         (mm-dissect-singlepart): Use the function mm-archive-decoders.
3198
3199         * nnimap.el (gnus-refer-thread-use-nnir):
3200         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
3201
3202 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3203
3204         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
3205
3206 2012-03-12  Peter Münster  <pmrb@free.fr>
3207
3208         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
3209         (gnus-demon-cancel): Ditto.
3210         (gnus-demon-run-callback): When function cannot be called due to low
3211         idleness, call it when idleness reaches the expected value, instead of
3212         waiting another timer period.
3213         (gnus-demon-init): Add `time' to arguments of call-back.
3214
3215 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3216
3217         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
3218
3219         * gnus.el: Register gnus-registry functions.
3220
3221         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
3222         indent.
3223
3224         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
3225         enabled before warping.
3226
3227 2012-03-22  Dave Abrahams  <dave@boostpro.com>
3228
3229         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
3230         registry about each article retrieved.
3231
3232         * gnus-int.el (gnus-select-group-with-message-id): New function.
3233         (gnus-try-warping-via-registry): Ditto.
3234         (gnus-warp-to-article): Fall back on the registry.
3235
3236 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
3237
3238         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
3239         inboxes.
3240
3241 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3242
3243         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
3244
3245 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3246
3247         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
3248         gnus-gcc-self-resent-messages may be a group parameter.
3249         (gnus-summary-resend-message): Don't encode encoded words in header
3250         when Gcc'ing resent message.
3251
3252 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3253
3254         * shr.el (shr-insert): Treat non-breaking space just like normal
3255         space.  This seems to produce more pleasing results.
3256         (shr-insert): Only insert a blank line if we're starting from an image.
3257         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
3258         (shr-ensure-paragraph): Consider lines with white space to be blank.
3259
3260 2012-03-15  Elias Pipping  <pipping@lavabit.com>
3261
3262         * Makefile.in: Respect DESTDIR.
3263
3264 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
3265
3266         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
3267         and gnus-gcc-post-body-encode-hook.
3268
3269 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3270
3271         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
3272         messages that don't exist.
3273
3274         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
3275
3276 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3277
3278         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
3279         Remove.
3280
3281         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
3282
3283         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
3284
3285 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3286
3287         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3288         have a group name.
3289
3290         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3291         a multibyte buffer (bug#7410).
3292         (article-wash-html): Parse the original article buffer to get the
3293         unencoded data (bug#7410).
3294
3295         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3296         .newsrc.el files.
3297
3298 2012-04-05  Bastien Guerry  <bzg@altern.org>
3299
3300         * color.el (color-lighten-name): Fix typo.
3301
3302 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3303
3304         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3305         "#" to avoid having them interpreted as comments.
3306
3307 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3308
3309         * shr.el (shr-insert): Update the text state properly to avoid
3310         inserting spurious paragraph starts.
3311
3312 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3313
3314         * shr.el (shr-table-widths): Divide the extra width more fairly over
3315         the TDs (bug#10973).
3316         (shr-render-td): Don't delete too much padding.
3317         (shr-natural-width): Compute the natural width more correctly.
3318         (shr-insert): Allow the natural width to be computed for tables again.
3319         (shr-tag-table-1): Rework how the natural widths are computed by
3320         rendering the table a third time.
3321         (shr-natural-width): Removed.
3322         (shr-buffer-width): New function.
3323         (shr-expand-newlines): Use it.
3324
3325         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
3326         using a `gnus-use-full-window' setup (bug#11013).
3327
3328 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3329
3330         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3331         24.1 release.
3332
3333 2012-03-10  David Edmondson  <dme@dme.org>
3334
3335         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3336         'Forwarded Message' header and the start of the message.
3337
3338 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3339
3340         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3341         isn't running (bug#10897).
3342
3343 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3344
3345         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
3346         This is inconsistent with all the other stream functions, which leave
3347         the setting up to the higher levels (if so wanted) (bug#10931).
3348
3349 2012-02-28  Glenn Morris  <rgm@gnu.org>
3350
3351         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
3352         mm-decode.el: Standardize possessive apostrophe usage.
3353
3354 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3355
3356         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3357
3358 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
3359
3360         * parse-time.el (parse-time-string): Allow extractor to return nil.
3361
3362 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3363
3364         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3365
3366 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3367
3368         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
3369
3370 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3371
3372         * mm-decode.el (mm-shr): Remove "soft hyphens".
3373
3374         * nnimap.el (nnimap-request-list): Return the group names encoded as
3375         utf8.  Otherwise non-European group names don't work.
3376         (nnimap-request-newgroups): Ditto.
3377
3378         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3379         the default in `read-string' (bug#10757).
3380
3381         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3382         topics (bug#10843).
3383
3384         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3385         buffer.  Suggested by Herbert Valerio Riedel.
3386         (nnimap-request-move-article): Delete the message from the correct IMAP
3387         server.
3388
3389 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3390
3391         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3392         Reported by Peter Münster.
3393
3394 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3395
3396         * shr.el (shr-image-fetched): Make sure we really kill the right
3397         buffer.
3398
3399 2012-02-16  Leo Liu  <sdl.web@gmail.com>
3400
3401         * gnus-start.el (gnus-1): Avoid duplicate entries.
3402
3403 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3404
3405         * imap.el: Remove.
3406
3407         * nntp.el (nntp-coding-system-for-read): Remove.
3408         (nntp-coding-system-for-write): Ditto.
3409         (nntp-open-connection): Just use `binary' directly.
3410
3411         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
3412         Gnus 0.3.
3413
3414 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3415
3416         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
3417         application/octet-stream parts really is.
3418
3419         * gnus-sum.el (gnus-propagate-marks): Remove.
3420
3421 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
3422
3423         * shr.el (shr-rescale-image): Undo previous change; see
3424         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3425
3426 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3427
3428         * gnus.el: Ma Gnus v0.3 is released.
3429
3430 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3431
3432         * gnus-sum.el (gnus-summary-local-variables): Make
3433         `gnus-newsgroup-unexist' into a local variable.
3434
3435 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3436
3437         * registry.el (registry-usage-test, registry-persistence-test): Move to
3438         tests/gnustest-registry.el.
3439         (registry-make-testable-db, registry-match-test)
3440         (registry-instantiation-test): Move to tests/gnustest-registry.el.
3441
3442         * gnus-registry.el (gnus-registry-misc-test)
3443         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3444
3445         * tests/gnustest-registry.el: New file with the registry and
3446         gnus-registry ERT tests.
3447
3448 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3449
3450         * gnus-msg.el (gnus-summary-resend-message): Make
3451         gnus-summary-resend-message-insert-gcc be last item in
3452         message-header-setup-hook.
3453
3454 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3455
3456         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3457         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
3458         Remove.
3459         (nnfolder-open-server): Don't use marks.
3460         (nnfolder-request-delete-group): Ditto.
3461         (nnfolder-request-rename-group): Ditto.
3462         (nnfolder-request-set-mark, nnfolder-request-marks)
3463         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3464         (nnfolder-save-marks, nnfolder-open-marks): Remove.
3465
3466         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3467         (nnml-marks-modtime): Remove.
3468         (nnml-request-delete-group): Don't use marks.
3469         (nnml-request-rename-group): Ditto.
3470         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3471         (nnml-save-marks, nnml-open-marks): Remove.
3472
3473         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3474         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3475         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3476         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3477         (nntp-server-to-method-cache): Remove.
3478
3479         * shr.el (shr-rescale-image): Fix wrong merge.
3480
3481 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3482
3483         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3484         too-wide lines.
3485
3486 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3487
3488         * nnimap.el (nnimap-record-commands): New variable.
3489         (nnimap-log-command): Use it.
3490         (nnimap-make-process-buffer): Add a space to the process buffer.
3491         (nnimap-transform-headers): Don't bug out on header lines containing
3492         stuff that look like IMAP length encodings.
3493
3494         * shr.el (shr-rescale-image): Allow viewing large images.
3495
3496 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
3497
3498         * nnml.el (nnml-request-compact-group): Delete the marks file after
3499         compaction (bug#10800).
3500
3501         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3502         group exit.
3503
3504         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3505         QRESYNC/FETCH output.
3506
3507 2012-02-11  Glenn Morris  <rgm@gnu.org>
3508
3509         * sieve-manage.el (sieve-manage-default-stream):
3510         * shr.el (shr):
3511         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3512         (nnir-retrieve-headers-override-function)
3513         (nnir-imap-default-search-key, nnir-notmuch-program)
3514         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3515         (nnir-method-default-engines):
3516         * message.el (message-cite-reply-position):
3517         * gssapi.el (gssapi-program):
3518         * gravatar.el (gravatar):
3519         * gnus-sum.el (gnus-refer-thread-use-nnir):
3520         * gnus-registry.el (gnus-registry-unfollowed-addresses)
3521         (gnus-registry-max-pruned-entries):
3522         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3523         * gnus-int.el (gnus-after-set-mark-hook)
3524         (gnus-before-update-mark-hook):
3525         * gnus-async.el (gnus-async-post-fetch-function):
3526         * auth-source.el (auth-source-cache-expiry):
3527         Add missing :version tags to new defcustoms and defgroups.
3528
3529 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
3530
3531         * gnus-sum.el (gnus-adjust-marked-articles): Add to
3532         `gnus-newsgroup-unexist'.
3533
3534         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
3535         marks.
3536         (gnus-article-special-mark-lists): Put the `unexist' in the special
3537         marks list instead.
3538
3539         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
3540         articles in the list of articles to be selected.
3541
3542         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
3543         articles.
3544         (nnimap-update-info): Keep track of unexisting articles.
3545         (nnimap-update-qresync-info): Ditto.
3546
3547 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3548
3549         * message.el (message-default-send-mail-function): Made into own
3550         function for reuse by emacsbug.el.
3551
3552 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
3553
3554         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3555         `gnus-sloppily-equal-method-parameters' to avoid a warning.
3556
3557 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3558
3559         * mm-archive.el (mm-archive-dissect-and-inline): New function.
3560         (mm-archive-dissect-and-inline): Fix up the undisplayer.
3561
3562         * gnus-compat.el: Define `timer-set-function'.
3563
3564         * mm-decode.el (mm-display-external): Output the text from the command
3565         in the buffer after the command finished.  This makes text-based
3566         commands behave better.
3567
3568 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3569
3570         * gnus-compat.el: Add a compat for the old `url-retrieve'.
3571
3572 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3573
3574         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
3575         23.1.
3576
3577 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3578
3579         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3580
3581 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3582
3583         * message.el (smtpmail-smtp-user): Silence compiler warning.
3584
3585 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3586
3587         * message.el (message-multi-smtp-send-mail): Also allow specifying the
3588         SMTP user name.
3589
3590 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3591
3592         * gnus-sum.el (gnus-summary-show-thread):
3593         next-single-char-property-change may return nil in XEmacs.
3594         (gnus-summary-article-map): Fix typo.
3595
3596 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3597
3598         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3599         running.
3600
3601         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3602
3603         * gnus.el (gnus-server-extend-method): Don't add an -address component
3604         if the method already has one (bug#9676).
3605
3606 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3607
3608         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3609         of an initial-input for consistency (bug#10757).
3610
3611         * dgnushack.el: Fix XEmacs compilation warning.
3612
3613         * shr.el: Inhibit getting and sending cookies when fetching pictures.
3614
3615         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3616
3617 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3618
3619         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3620         lines that are narrower than the window width.  Otherwise background
3621         "blocks" will look less readable.
3622
3623 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3624
3625         * nnimap.el (nnimap-transform-headers): Remove unused variable.
3626         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3627         have newlines within the strings, and where the UID comes after the
3628         BODYSTRUCTURE element (bug#10537).
3629
3630         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3631         (bug#10732).
3632
3633         * shr.el (shr-insert-document): Add doc string.
3634         (shr-visit-file): Ditto.
3635         (shr-remove-trailing-whitespace): New function.
3636         (shr-insert-document): Use it to clean up trailing whitespace as the
3637         final step (bug#10714).
3638
3639 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3640
3641         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3642         buffer if `gnus-kill-summary-on-exit' is nil.
3643
3644 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3645
3646         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3647         when just reading a single group from "without" Gnus.
3648
3649 2012-02-06  Chong Yidong  <cyd@gnu.org>
3650
3651         * gnus-sum.el (gnus-summary-show-thread):
3652         next-single-char-property-change never returns nil (Bug#8657).
3653
3654 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3655
3656         * message.el (message-multi-smtp-send-mail): New function.
3657         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
3658         header to implement multi-SMTP functionality.
3659
3660         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
3661         (gnus-agentize): Don't set it.
3662         (gnus-agent-send-mail): Don't use it.
3663
3664         * gnus-sum.el (gnus-summary-widget-backward): New function and
3665         keystroke.
3666
3667         * gnus-compat.el: More the compat functions more compatible.
3668
3669         * shr.el (shr-put-image): Remove underlines from sliced images.
3670         (shr-zoom-image): Compute the region to be replaced more correctly.
3671
3672 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3673
3674         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
3675         (gnus-summary-resend-message-insert-gcc): New function.
3676         (gnus-summary-resend-message): Modify message-header-setup-hook and
3677         message-sent-hook to make it work for Gcc.
3678         (gnus-inews-do-gcc): Update the number of unread articles of groups
3679         that messages are Gcc'd to.
3680
3681         * message.el (message-resend): Run message-sent-hook to do Gcc.
3682
3683 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3684
3685         * lpath.el: Fix an XEmacs compilation warning.
3686
3687         * gnus-compat.el: Require `help-fns' to fix compilation error.
3688
3689         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
3690         a higher level to silence compilation.
3691
3692         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
3693         parameter to allow controlling the scaling.
3694
3695         * shr.el (shr-zoom-image): New command and keystroke.
3696         (shr-put-image): Take a `size' flag to say how to scale the image.
3697
3698         * gnus-compat.el: Redefine `delete-directory' to provide recursive
3699         deletion unless already defined.
3700
3701         * gnus.el (gnus-compat): Require it.
3702
3703         * gnus-compat.el: New file.
3704
3705         * gnus-start.el (gnus-clean-old-newsrc): New function.
3706         (gnus-read-newsrc-file): Use it.
3707
3708         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
3709         Use recursive deletion.
3710         (mm-dissect-archive): Add support for zip files.
3711
3712         * gnus-util.el (gnus-recursive-directory-files): New function.
3713
3714         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
3715         (mm-archive-decoders): Add tgz support.
3716
3717         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
3718         Otherwise inserting text into the Gnus buffer can look odd.
3719
3720         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
3721
3722         * mm-archive.el (mm-archive-decoders): Add support for tar.
3723
3724         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
3725
3726         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
3727
3728 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3729
3730         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
3731
3732         * mm-archive.el: New file.
3733
3734         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
3735
3736         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
3737
3738         * message.el (message-goto-*): Make all the `message-goto-*' commands
3739         push the mark before moving point.  This makes it easier to go back to
3740         where you came from after editing whatever you jumped to.
3741
3742 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3743
3744         * gnus.el: Ma Gnus v0.1 is released.
3745
3746 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
3747
3748         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3749         without reconnecting.
3750         (nnimap-possibly-change-group): Ditto.
3751         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3752         connection has died before being called.
3753
3754 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3755
3756         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3757         an initial sync unless we're really doing one.
3758
3759         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3760         address parameter if one already exists (bug#9676).
3761
3762         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3763         not the prefix, as documented (bug#10689).
3764
3765 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3766
3767         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3768         the "server".
3769
3770         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3771         the real error message with the useless "previously known to be down".
3772         Which isn't even correct.
3773
3774         * nntp.el (nntp-open-connection): Report the error message if the nntp
3775         server can't be reached.
3776
3777         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3778         groups we do a total scan for.
3779         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3780         doing that.
3781
3782 2012-01-31  Jim Meyering  <jim@meyering.net>
3783
3784         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3785         Correct a comment (insert "not") and hide nominally-doubled "to".
3786
3787 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3788
3789         * gnus.el (gnus-version): Change name to "Ma Gnus".
3790
3791 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3792
3793         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3794         section in the manual.
3795
3796 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3797
3798         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3799         words.
3800         (rfc2047-encode-string): Ditto.
3801         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
3802         understand folded filename="..." parameters, for instance.
3803
3804         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3805         the message for greater debuggability.
3806
3807 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3808
3809         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3810         instead of setting it locally, since the latter doesn't seem to have
3811         any effect (most of the time).
3812
3813 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
3814
3815         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3816         function call.
3817
3818 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3819
3820         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3821         seconds, and make the repeat clause with HH:MM specs work as
3822         documented.
3823
3824 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3825
3826         * proto-stream.el (proto-stream-capability-open): Fall back on
3827         :end-of-command if :end-of-capability doesn't exist.
3828
3829 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3830
3831         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3832         bound globally in old Emacsen and XEmacsen.
3833
3834 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3835
3836         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3837         so that previous errors don't prohibit getting new news.
3838
3839         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3840
3841         * nntp.el (nntp-retrieve-group-data-early): Ditto.
3842
3843 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
3844
3845         * gnus.el (gnus-group-find-parameter): Check for liveness of the
3846         buffer, not of the string which is its name.
3847
3848 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3849
3850         * proto-stream.el (proto-stream-capability-open): Wait for
3851         :end-of-capability, not :end-of-command.
3852
3853         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3854         non-server-marks groups.
3855         (gnus-group-make-articles-read): Ditto.
3856
3857         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3858         methods (bug#9676).
3859
3860         * gnus.el (gnus-method-ephemeral-p): New function.
3861
3862 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3863
3864         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3865         left-to-right.
3866
3867 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3868
3869         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3870         warning.
3871
3872 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3873
3874         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3875         macroexpand the nnir things, since they haven't been defined yet, and
3876         nnir requires gnus-sum.
3877
3878 2012-01-24  Julien Danjou  <julien@danjou.info>
3879
3880         * color.el (color-rgb-to-hsl): Fix value computing.
3881         (color-hue-to-rgb): New function.
3882         (color-hsl-to-rgb): New function.
3883         (color-clamp, color-saturate-hsl, color-saturate-name)
3884         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3885         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3886
3887 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3888
3889         * mm-decode.el (mm-interactively-view-part): Fix prompt.
3890
3891 2012-01-19  Julien Danjou  <julien@danjou.info>
3892
3893         * color.el (color-name-to-rgb): Use the white color to find the max
3894         color component value and return correctly computed values.
3895         (color-name-to-rgb): Add missing float conversion for max value.
3896
3897 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
3898
3899         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
3900         logical server name in addition to the actual machine address.
3901
3902         * auth-source.el (auth-source-user-and-password): Add convenience
3903         wrapper to search by just host and optionally user.
3904
3905 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3906
3907         * shr.el (shr-visit-file): Move point to the beginning of the buffer
3908         after rendering.
3909
3910 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3911
3912         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
3913         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
3914         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
3915
3916 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3917
3918         * gnus-sum.el (gnus-summary-read-group): Document more parameters
3919         (bug#9693).
3920         (gnus-summary-setup-buffer): Document return value (bug#9697).
3921
3922         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3923         since ido doesn't work on symbols (bug#9632).
3924
3925         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3926         when getting a single value as when getting all the values.  This means
3927         that atoms like `gcc-self' work cumulatively, like variable settings,
3928         instead of getting the value from the last matching clause.
3929         (gnus-group-find-parameter): Protect against the group buffer not
3930         existing (bug#9585).
3931
3932 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3933
3934         * gnus-start.el (gnus-activate-group): Document more parameters
3935         (bug#9694).
3936
3937         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3938         (bug#9692).
3939
3940         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3941         article was fetched, so that it can be expired later (bug#9958).
3942         (gnus-agent-summary-fetch-series): Add doc string.
3943         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3944         (bug#9517).
3945
3946         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3947         retrieval is happening.
3948
3949         * gnus.el (gnus-parameters): Doc fix.
3950
3951 2012-01-06  Dave Abrahams  <dave@boostpro.com>
3952
3953         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3954         show the thread after expansion.
3955
3956 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3957
3958         * gnus-art.el (article-narrow-to-head): If the head is completely
3959         empty, narrow to the empty region (bug#9764).
3960
3961         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3962         read, and then mark them as unread only when the unread mark is used.
3963         This makes `C-- T k' actually work, even though it's confusing.
3964
3965         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3966         alive before we try to find its window.
3967
3968 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
3969
3970         * mm-decode.el (mm-display-external): Use a longer timeout for the
3971         deletion to allow slow programs to display the file.
3972
3973 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3974
3975         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3976         prompt to be less confusing.
3977
3978         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3979         argument to `message-reply'.  This broke `special-display-*' frame
3980         pop-uping (bug#10238).
3981
3982 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3983
3984         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3985         systems, since these allegedly don't work there.
3986
3987 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
3988
3989         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3990         live buffer.
3991
3992 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3993
3994         * nnir.el (nnir-retrieve-headers): Protect against the article not
3995         existing on the server (bug#10335).
3996
3997 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3998
3999         * gnus-agent.el (gnus-agent-load-local): Recompute
4000         gnus-agent-article-local on changing method.
4001
4002 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4003
4004         * gnus.el (gnus-parameters): Note precedence.
4005
4006 2012-01-04  Leo Liu  <sdl.web@gmail.com>
4007
4008         * nndraft.el (nndraft-update-unread-articles): Don't move point around
4009         in the group buffer.
4010
4011 2012-01-04  Julien Danjou  <julien@danjou.info>
4012
4013         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
4014         change.
4015
4016 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4017
4018         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
4019         too.
4020
4021         * nntp.el (nntp-retrieve-group-data-early): Use it.
4022
4023 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4024
4025         * nntp.el (nntp-retrieval-in-progress): New variable.
4026         (nntp-make-process-buffer): Make it buffer-local.
4027
4028         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
4029         2010.
4030         (gnus-demon-init): Use it to compute the time if time is on the form
4031         "04:23".
4032
4033         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
4034
4035         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
4036         status in the correct buffer.
4037
4038 2012-01-03  Leo Liu  <sdl.web@gmail.com>
4039
4040         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
4041         when opening topics (bug#10407).
4042
4043 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4044
4045         * gnus-cus.el (gnus-score-customize):
4046         * gnus-sum.el (gnus-sort-gathered-threads):
4047         * message.el (message-shorten-references):
4048         * nnmairix.el (nnmairix-request-group):
4049         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
4050
4051 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4052
4053         * gnus-agent.el (gnus-agent-regenerate-group):
4054         * gnus-int.el (gnus-retrieve-group-data-early):
4055         * mm-util.el (mm-codepage-ibm-list):
4056         * nndiary.el (Commentary, nndiary-get-new-mail):
4057         * nnir.el (nnir):
4058         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
4059
4060 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4061
4062         * mm-view.el (mm-display-inline-fontify): Add comment.
4063
4064 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4065
4066         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
4067         * ntlm.el (ntlm-smb-dohash): Spelling fix.
4068
4069 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
4070
4071         * gnus-art.el (gnus-split-methods):
4072         * gnus-msg.el (gnus-configure-posting-styles):
4073         * gnus-spec.el (gnus-parse-simple-format):
4074         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4075         * message.el (message-do-actions): Spelling fix.
4076
4077 2011-12-15  Juri Linkov  <juri@jurta.org>
4078
4079         * mm-decode.el (mm-inline-media-tests): Add missing
4080         `mm-handle-media-subtype'.
4081
4082 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4083
4084         * gnus-group.el (gnus-group-tool-bar):
4085         * gnus-sum.el (gnus-summary-tool-bar):
4086         * message.el (message-tool-bar):
4087         * rfc2231.el (rfc2231-parse-string): Spelling fix.
4088
4089 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
4090
4091         * plstore.el (plstore--insert-buffer): Spelling fix.
4092
4093 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
4094
4095         * message.el (message-valid-fqdn-regexp): Update with newly approved
4096         top-level domain names ".tel" and ".asia".
4097
4098 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4099
4100         * gnus-sum.el (gnus-summary-show-article): Don't load shr
4101         unconditionally.
4102
4103 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4104
4105         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
4106         pop-to-buffer-same-window for old Emacsen.
4107
4108 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
4109
4110         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
4111
4112 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4113
4114         * netrc.el (netrc-credentials): Spelling fix.
4115
4116 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
4117
4118         * gnus-fun.el (gnus-fun-ppm-change-string):
4119         * gnus-msg.el (gnus-inews-do-gcc):
4120         * gnus-sum.el (gnus-summary-find-for-reselect):
4121         * gnus.el (gnus-summary-cancelled):
4122         * message.el (message-cancel-hook, message-send-news):
4123         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
4124         * nnir.el (nnir-run-hyrex):
4125         * nntp.el (nntp-with-open-group-function):
4126         * pgg.el (pgg-pending-timers): Spelling fix.
4127
4128 2011-12-04  Chong Yidong  <cyd@gnu.org>
4129
4130         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
4131         change (Bug#10200).
4132
4133 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4134
4135         * compface.el (uncompface):
4136         * gnus-art.el (gnus-article-x-face-command): Update the header format
4137         of icon data for the most recent icontopbm program.
4138
4139 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4140
4141         * gnus-msg.el (gnus-inews-do-gcc):
4142         * message.el (message-send-mail):
4143         * mml.el (mml-generate-mime): Share the value of the buffer-local
4144         `message-options' variable between a draft buffer and temprary working
4145         buffers.
4146
4147 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4148
4149         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
4150
4151 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4152
4153         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
4154         for Cygwin.
4155
4156 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4157
4158         * gnus-group.el (gnus-group-prepare-flat):
4159         * mm-bodies.el (mm-encode-body):
4160         * mml.el (mml-preview):
4161         * nnml.el (nnml-request-compact-group):
4162         * pop3.el (pop3-stream-type): Spelling fix.
4163
4164 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4165
4166         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
4167
4168 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4169
4170         * color.el (color-rgb-to-hsl):
4171         * gmm-utils.el (gmm-tool-bar-style):
4172         * gnus-group.el (gnus-group-prepare-flat):
4173         * gnus-topic.el (gnus-topic-prepare-topic):
4174         * mm-decode.el (mm-discouraged-alternatives):
4175         * rfc2047.el (rfc2047-encode-1):
4176         * starttls.el: Spelling fix.
4177
4178 2011-11-24  Glenn Morris  <rgm@gnu.org>
4179
4180         * binhex.el (binhex-begin-line): Give it basic doc-string.
4181
4182         * starttls.el, tls.el: Fix case of "GnuTLS".
4183
4184 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
4185
4186         * gnus-group.el (gnus-group-highlight): Fix typo.
4187
4188 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
4189
4190         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
4191         value of `delete-file', that returns nil for a local file but returns t
4192         for a remote file using ssh.
4193
4194 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4195
4196         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
4197
4198 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4199
4200         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
4201         avoid later breakage.
4202
4203 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4204
4205         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
4206         article buffers' name.
4207
4208 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4209
4210         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
4211         by Paul Eggert's spellfixes two days ago.
4212
4213 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4214
4215         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
4216         doesn't have it.
4217
4218         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
4219         buffer-local instead of binding them to avoid warnings.  Also demote
4220         errors (bug#10063).
4221         (font-lock-mode-hook): Shut up byte compiler.
4222
4223 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
4224
4225         * mm-util.el (mm-charset-after):
4226         * nnir.el (nnir-run-hyrex):
4227         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
4228         (ntlm-get-password-hashes, ntlm-md4hash):
4229         * smime.el: Fix typo.
4230
4231 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4232
4233         * gnus-agent.el (gnus-agent-expire-group-1):
4234         * nndiary.el (nndiary-last-occurence):
4235         * nnimap.el (nnimap-request-set-mark):
4236         * nnmairix.el (nnmairix-only-use-registry):
4237         * gnus-group.el (gnus-group-prepare-flat):
4238         * gnus-sum.el (gnus-decode-encoded-word-methods):
4239         * message.el (message-wash-subject):
4240         * nntp.el (nntp-retrieve-headers-with-xover):
4241         * smime.el (smime-certificate-directory): Spelling fix.
4242
4243 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
4244
4245         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
4246
4247         * color.el:
4248         * gnus-agent.el (gnus-agent-possibly-alter-active):
4249         * gnus-dired.el (gnus-dired-print):
4250         * mail-parse.el:
4251         * nnmairix.el (nnmairix-request-group):
4252         * shr.el (shr-image-displayer):
4253         * sieve-manage.el:
4254         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
4255
4256 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
4257
4258         * gnus-sum.el (gnus-auto-select-subject):
4259         * spam-report.el (spam-report-resend): Spelling fix.
4260
4261 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4262
4263         * gnus-agent.el (gnus-agent-get-undownloaded-list):
4264         * gnus-art.el (gnus-default-article-saver):
4265         * gnus-srvr.el (gnus-server-copy-server):
4266         * gnus.el (gnus-sloppily-equal-method-parameters):
4267         * html2text.el (html2text-format-tag-list):
4268         * message.el (message-narrow-to-head):
4269         * nndiary.el:
4270         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4271         * sieve.el: Spelling fix.
4272
4273 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
4274
4275         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4276         * gnus-sum.el (gnus-summary-make-menu-bar):
4277         * gnus-uu.el (gnus-uu-decode-postscript)
4278         (gnus-uu-decode-postscript-and-save):
4279         * mailcap.el (mailcap-print-command):
4280         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
4281         Fix typos.
4282
4283 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
4284
4285         * gnus-art.el (gnus-article-part-wrapper):
4286         * html2text.el (html2text-fix-paragraphs):
4287         * mm-decode.el (mm-image-fit-p):
4288         * rfc2047.el (rfc2047-encode-message-header):
4289         * shr-color.el (shr-color-visible-distance-min)
4290         (shr-color-relative-to-absolute, set-minimum-interval)
4291         (shr-color-visible): Fix typos.
4292
4293 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
4294
4295         * gmm-utils.el (gmm-tool-bar-item):
4296         * gnus-art.el (gnus-treat-body-boundary):
4297         * gnus-diary.el (gnus-user-format-function-d):
4298         * gnus-start.el (gnus-get-unread-articles):
4299         * pgg-gpg.el (pgg-gpg-update-agent):
4300         * smime.el (smime-cert-by-ldap-1): Spelling fix.
4301
4302 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
4303
4304         * gnus-topic.el (gnus-group-prepare-topics):
4305         * gnus-uu.el (gnus-extract-view):
4306         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
4307
4308 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
4309
4310         * spam.el: Move BBDB autoloads.
4311         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
4312         BBDB 2 and 3.
4313         (spam-check-BBDB): Use it.
4314         (spam-enter-ham-BBDB): Use it.
4315
4316 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4317
4318         * smime.el (smime-draw-buffer): Spelling fix.
4319
4320 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
4321
4322         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
4323         for scanning exactly one level.
4324         * gnus-start.el (gnus-get-unread-articles): Ditto.
4325
4326 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4327
4328         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4329         slightly clearer.
4330
4331 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4332
4333         * gnus-sync.el: More commentary about setup.
4334
4335 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4336
4337         * message.el (message-send-and-exit): Document `arg'.
4338
4339 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4340
4341         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
4342
4343 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
4344
4345         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
4346
4347         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
4348         we don't use `bound-and-true-p'.
4349
4350 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4351
4352         * gnus-util.el (gnus-bound-and-true-p): Remove.
4353         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
4354         * nnir.el: Use it.
4355         * nnmairix.el: Use it.
4356
4357 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4358
4359         * gnus-sync.el: Improve docs about CouchDB admins.
4360
4361         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
4362         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
4363         for reasons unknown.
4364         * nnir.el: Use it.
4365         * nnmairix.el: Use it.
4366
4367         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
4368         * nnir.el: Ditto.
4369         * nnmairix.el: Ditto.
4370
4371         * gnus-registry.el (gnus-registry-enabled): Default to nil.
4372
4373 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
4374
4375         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
4376         not needed.  Provide xmlplistread list function to produce XML plist
4377         output for non-Gnus LeSync clients.
4378
4379 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4380
4381         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
4382
4383         * gnus-sync.el: Add LeSync synchronization backend and logic to read
4384         and save against it.  Group subscriptions, read marks, other marks,
4385         subscription levels, topic names, and topic offsets (the group's
4386         position within the topic) are saved.  This is an experimental backend
4387         and may change significantly.  Load json.el from the gnus-fallback-lib
4388         if it's not available otherwise.
4389         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
4390
4391 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4392
4393         * message.el (message-completion-function): Make sure
4394         message-tab-body-function is not attempted if one of
4395         message-completion-alist fails to find a completion (bug#9158).
4396
4397 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
4398
4399         * mml.el (mml-quote-region): Quote <#secure> tag.
4400         (mml-generate-mime-1): Unquote <#secure> tag.
4401
4402 2011-10-20  Chong Yidong  <cyd@gnu.org>
4403
4404         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4405         calling a minor mode from Lisp with nil arg enables it, so we have to
4406         make the wording a bit ambiguous here).
4407
4408 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4409
4410         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4411         * nnir.el (nnir-mode): Use it.
4412         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4413         Use it.
4414
4415         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4416         * nnmairix.el (gnus-registry-enabled): Ditto.
4417
4418 2011-10-17  Dave Abrahams  <dave@boostpro.com>
4419
4420         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
4421         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4422         only while we need to find out if it should be t or nil.
4423         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4424         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4425         the registry is installed.  Set it to nil when it's unloaded.
4426         (gnus-registry-install-p): Provide user guidance for the initial value
4427         of `gnus-registry-install' when it's 'ask, otherwise return its value.
4428         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4429         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4430         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4431         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4432         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4433         `gnus-registry-install'.
4434
4435 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
4436
4437         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4438         previous change.
4439         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4440         primary key is marked as disabled.
4441
4442 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
4443
4444         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4445         primary key is marked as disabled.
4446
4447 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
4448
4449         * html2text.el (html2text-clean-anchor): Check for quotes around
4450         `href' value.
4451
4452 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4453
4454         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4455         searching.  Drop `bbdb-cache'.
4456
4457 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4458
4459         * message.el (message-signed-or-encrypted-p): Exclude header when
4460         checking if there is signed or encrypted body in text/plain message.
4461
4462 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
4463
4464         * html2text.el (html2text-get-attr): Correctly handle attribute values
4465         containing "=".
4466
4467 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
4468
4469         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4470         handle bindings.
4471
4472 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4473
4474         * gnus-win.el (gnus-configure-windows): Protect against reading
4475         ephemeral groups outside of Gnus.
4476
4477 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4478
4479         * shr.el (shr-tag-img): Don't get images displayed in tables.
4480
4481 2011-10-03  Glenn Morris  <rgm@gnu.org>
4482
4483         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4484         the "maintainer" version of debbugs.gnu.org reports.
4485
4486 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4487
4488         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4489         make asynchronous adjacent image insertion work better.
4490
4491 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
4492
4493         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
4494         documentation.
4495
4496 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4497
4498         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4499         `gnus-asynchronous' isn't shadowed.
4500
4501 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4502
4503         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
4504
4505         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4506         (nnimap-insert-partial-structure): The charset parameter isn't
4507         case-sensitive.
4508
4509         * nnheader.el (nnheader-message-maybe): New function.
4510
4511         * shr.el (shr-tag-table): Render totally broken tables better.
4512
4513         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4514         computing the boundary.
4515
4516 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4517
4518         * pop3.el (pop3-number-of-responses): Remove.
4519         (pop3-wait-for-messages): Rewrite to take linear time instead of
4520         exponential time.
4521
4522 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4523
4524         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4525         re-fetch images.
4526
4527         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4528         re-fetch images when hitting `g' in Gnus.
4529
4530 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4531
4532         * mml.el (mml-inhibit-compute-boundary): New internal variable.
4533         (mml-compute-boundary): Don't check collision if it is non-nil.
4534         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4535         before checking collision.
4536
4537 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4538
4539         * message.el (message-indent-citation): Really make sure there's a
4540         newline at the end.
4541
4542         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4543         Fix suggested by John Wiegley.
4544
4545         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4546
4547         * gnus-art.el (gnus-treat-hide-citation): Add doc.
4548
4549         * message.el (message-default-send-rename-function): Break out into its
4550         own function.
4551
4552         * ecomplete.el (ecomplete-display-matches): Revert patch since it
4553         doesn't work under XEmacs.
4554
4555         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4556         of "imaps" to word around Windows problems.
4557         (nnimap-open-connection-1): Use it.
4558
4559         * message.el (message-indent-citation): Revert last change which made
4560         `F' not work.
4561
4562 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
4563
4564         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4565         terminal as well.
4566
4567 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4568
4569         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4570         because it displays images using overlays that aren't easy to copy to
4571         the article buffer.
4572
4573 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
4574
4575         * message.el (message-indent-citation): Fix empty line removal at the
4576         end of the citation.
4577
4578 2011-09-20  Julien Danjou  <julien@danjou.info>
4579
4580         * auth-source.el (auth-source-netrc-create): Use default value for
4581         password if specified.  Evaluate default.
4582         (auth-source-plstore-create): Ditto.
4583         (auth-source-plstore-create, auth-source-netrc-create): Fix default
4584         value evaluation.
4585         (auth-source-netrc-create): Typo fix.
4586         (auth-source-plstore-create): Ditto.
4587
4588         * password-cache.el (password-cache-remove): Remove entries even if the
4589         value is nil, so that password with a nil value (negative caching) is
4590         possible to invalidate.
4591
4592         * auth-source.el (auth-source-format-cache-entry): New function.
4593
4594 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4595
4596         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4597
4598 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4599
4600         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
4601
4602 2011-09-19  Julien Danjou  <julien@danjou.info>
4603
4604         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
4605         which work with things that are not ASCII.
4606
4607 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4608
4609         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
4610
4611 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4612
4613         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4614         message level.
4615
4616 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4617
4618         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
4619
4620 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4621
4622         * gnus.el (gnus-interactive-exit): Update defcustom spec.
4623
4624 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4625
4626         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
4627         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
4628
4629 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
4630
4631         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
4632         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
4633         articles.
4634
4635 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
4636
4637         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
4638         (message-mail-other-window, message-mail-other-frame)
4639         (message-news-other-window, message-news-other-frame):
4640         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
4641         instead of setting buffer display varibles.
4642
4643 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4644
4645         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
4646
4647         * gnus-sum.el (gnus-fetch-headers): Bump message level.
4648
4649 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4650
4651         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
4652         duplicates" to a higher level.
4653
4654         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
4655         most egregious messages.
4656
4657 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4658
4659         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
4660
4661 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
4662
4663         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
4664         up the file (bug#9351).
4665
4666 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4667
4668         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
4669         it does with all other backends, but decode the names immediately after
4670         getting them.
4671
4672         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
4673         decoding nnimap groups.
4674
4675         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
4676         newsrc file.  It doesn't seem like an important optimization any more.
4677
4678 2011-09-10  Dave Abrahams  <dave@boostpro.com>
4679
4680         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
4681         overflows.
4682
4683 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4684
4685         * gnus.el (gnus-article-mark-lists): Remove `recent'.
4686         (gnus-interactive-exit): Extend to `quiet'.
4687
4688         * gnus-sum.el (gnus-offer-save-summaries): Use it.
4689
4690         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
4691         string.
4692
4693         * plstore.el (plstore--get-buffer): Silence compiler warnings by
4694         renaming function arguments from `this'.
4695
4696         * gnus-sum.el (gnus-newsgroup-recent): Remove.
4697
4698         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4699         has been renamed.
4700         (gnus-lrm-string-p): Include RLM and PDF, too.
4701
4702         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4703         (bug#9225).
4704
4705 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
4706
4707         Add autoload cookies for functions used by sendmail.el.
4708         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4709
4710         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4711
4712 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4713
4714         * gnus-art.el (article-date-ut): Work properly even when there are
4715         things like Date header in the body; work for forwarded parts.
4716
4717 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
4718
4719         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
4720         original-article-buffer.
4721
4722 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
4723
4724         * nnir.el (nnir-compose-result): Fix matching of server type.
4725         (nnir-run-swish++): Ditto.
4726         (nnir-run-namazu): Ditto.
4727         (nnir-run-notmuch): Ditto.
4728
4729 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4730
4731         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
4732         (bug#9405).
4733
4734         * gnus-score.el (gnus-summary-increase-score): Doc clarification
4735         (bug#9421).
4736
4737         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
4738         (bug#9425).
4739
4740         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
4741         thing (bug#9426).
4742
4743 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4744
4745         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
4746         the error message.
4747
4748 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
4749
4750         * message.el (message-setup-1): Return t (Bug#9392).
4751
4752 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
4753
4754         * gnus-sum.el: When adding article headers to a summary buffer also
4755         update gnus-newsgroup-articles (bug#9386).
4756
4757 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4758
4759         * auth-source.el: Autoload help-mode.
4760
4761 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4762
4763         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
4764         names.
4765
4766 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
4767
4768         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
4769         mm-replace-in-string for compatibility issues.
4770         * mml2015.el (mml2015-epg-verify): Ditto.
4771
4772 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4773
4774         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4775
4776         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4777
4778 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4779
4780         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4781         continue on and do the clean-up phase (bug#9188).
4782
4783         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4784         just ignore groups that can't be opened instead of erroring out
4785         (bug#9225).
4786
4787         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4788         nil since some many people are fuddy-duddies.
4789
4790         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4791         images.
4792
4793         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4794         instead.
4795
4796         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
4797
4798         * gnus-util.el (gnus-process-live-p): Copy over compat function.
4799
4800         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
4801         processing.
4802
4803         * nntp.el (nntp-kill-buffer): Kill the process before killing the
4804         buffer to avoid warnings.
4805
4806 2011-08-20  Simon Josefsson  <simon@josefsson.org>
4807
4808         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
4809         specified to reduce precision.
4810
4811 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4812
4813         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
4814         bodystructures (bug#9314).
4815
4816 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4817
4818         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
4819         Make button keymap non-sticky after buttons.
4820
4821 2011-08-18  David Engster  <dengste@eml.cc>
4822
4823         * nnmairix.el (nnmairix-request-set-mark)
4824         (nnmairix-goto-original-article): Remove adding of article to registry,
4825         since `gnus-registry-add-group' isn't available anymore.
4826         (nnmairix-determine-original-group-from-registry):
4827         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
4828         available anymore.
4829
4830 2011-08-12  Simon Josefsson  <simon@josefsson.org>
4831
4832         * starttls.el (starttls-any-program-available): Define as obsolete
4833         function.
4834
4835 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4836
4837         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
4838         versions which Gnus use when appropriate.
4839
4840         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
4841         a pretty destructive command.
4842
4843         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
4844
4845 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4846
4847         * message.el (message-fix-before-sending): Make a different warning
4848         about NUL characters (bug#9270).
4849
4850         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
4851         from custom (bug#9260).
4852
4853         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
4854         things work in Emacs 22 and XEmacs, too.
4855
4856         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
4857         default From.
4858
4859         * gnus-spec.el (gnus-lrm-string-p): New macro.
4860         (gnus-lrm-string): New constant.
4861         (gnus-summary-line-format-spec): LRM-ify the from.
4862         (gnus-tilde-max-form): LRM-ify string chopping.
4863
4864         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
4865
4866         * message.el (message-is-yours-p): Allow disabling canlock checking
4867         (bug#9295).
4868         (message-shoot-gnksa-feet): Add `canlock-verify'.
4869         (message-auto-save-directory): Use ~/ as the auto-save directory if the
4870         message directory isn't writable (bug#9304).
4871
4872         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4873         non-world-readable.
4874
4875 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4876
4877         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4878         articles.
4879
4880 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
4881
4882         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4883         copy-list.
4884
4885 2011-08-12  Sam Steingold  <sds@gnu.org>
4886
4887         * gnus-score.el (gnus-score-find-alist): Keep the score files already
4888         in the reverse order to avoid modifying the cache with `nreverse'.
4889         (gnus-all-score-files): Do not modify the value returned by
4890         `gnus-score-find-alist' because it lives in a cache variable.
4891         (gnus-current-home-score-file): No need to `nreverse' the return value
4892         of `gnus-score-find-alist', it is already in the correct order.
4893
4894 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
4895
4896         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
4897         type MESSAGE and subtype RFC822 is slightly different from those of
4898         type TEXT.
4899
4900 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
4901
4902         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
4903         This allows article-referral to work from an nnir group.
4904
4905 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
4906
4907         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
4908
4909 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
4910
4911         * mml1991.el (mml1991-epg-find-usable-key)
4912         (mml1991-epg-find-usable-secret-key): New function.
4913         (mml1991-epg-sign): Check if signing key is usable.
4914         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4915
4916 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
4917
4918         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4919         server-variables only.  This should fix a bug introduced with commit
4920         e1889675b7f4adf057833c5513c9374134c4e053.
4921         (nnir-run-query): 'nnir-search-engine should not be set from the global
4922         environment.
4923
4924 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
4925
4926         * nnir.el (nnir-search-thread): Position point on referring article
4927         line.
4928         (nnir-warp-to-article): Clean up summary buffers.
4929
4930         * nnimap.el (nnimap-request-thread): Whitespace fix.
4931
4932 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
4933
4934         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4935
4936 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4937
4938         * starttls.el (starttls-available-p): Rename from
4939         `starttls-any-program-available' and changed return convention.
4940
4941 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
4942
4943         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4944         `unix-sync' unless it's defined.
4945
4946 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
4947
4948         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4949         `aref' for XEmacs compatibiltiy.
4950
4951 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4952
4953         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4954
4955 2011-07-31  Dave Abrahams  <dave@boostpro.com>
4956
4957         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4958         closures, quote the form properly (bug#9194).
4959
4960 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4961
4962         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4963         (gnus-summary-insert-new-articles): Protect against servers that are
4964         down.
4965
4966 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4967
4968         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4969         in mm handle if none is specified.
4970
4971 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
4972
4973         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4974
4975 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
4976
4977         * nnir.el (nnir-search-thread): New function to make an nnir group
4978         based on a thread query.
4979
4980         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4981         of nnir in thread referral.
4982         (gnus-summary-refer-thread): Use it.
4983
4984         * nnimap.el (nnimap-request-thread): Use it.
4985
4986 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4987
4988         * shr.el (shr-tag-comment): Ignore HTML comments.
4989
4990 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
4991
4992         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4993         argument.
4994         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4995         Use `nnir-address' to handle server info rather than passing an arg.
4996
4997         * nnimap.el (nnimap-make-thread-query): New utility function to format
4998         an imap thread search query.
4999         (nnimap-request-thread): Use it.
5000
5001         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
5002         right select-method if we are not going back to the group buffer.
5003
5004 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5005
5006         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
5007         enter invalid buffer configurations into the quit form (bug#9107).
5008         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
5009         unplugged/plugged.
5010
5011         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
5012         keep track of which ones are unread (bug#9061).
5013
5014         * gnus.el (gnus-refer-article-method): Allow entering any sexp
5015         (bug#9055).
5016
5017         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
5018         (bug#9041).
5019
5020         * gnus-html.el (mm-util): Require (bug#9073).
5021
5022         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
5023         (gnus-summary-refer-thread): Use it to remove duplicates in the
5024         un-threaded view (bug#9053).
5025         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
5026
5027 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
5028
5029         * nnir.el (nnir-read-server-parm): Use default value from global
5030         variable.  Without this the default search engine parameters aren't
5031         used at all.
5032
5033 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5034
5035         * message.el (message-unique-id): Don't use the undocumented return
5036         value from (random t) (bug#9118).
5037
5038 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5039
5040         * message.el (message-auto-save-directory): If the ~/Mail directory
5041         doesn't exist, use ~ as the auto-save directory (bug#4432).
5042
5043         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
5044         hasn't already been started.
5045
5046 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5047
5048         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
5049
5050         * message.el (message-reply): Work around mysterious bug where
5051         `message-mode' seems to overwrite the locally bound `subject' variable.
5052
5053 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
5054
5055         * nnimap.el (nnimap-request-thread): Ensure search is performed in
5056         correct group.
5057
5058         * gnus-int.el (gnus-request-thread): Add group argument.
5059
5060         * gnus-sum.el (gnus-summary-refer-thread): Use it.
5061
5062 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5063
5064         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
5065
5066         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
5067         renamed to `debbugs-gnu-*'.
5068
5069 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
5070
5071         * plstore.el: Revert the editing feature since it is not urgent.
5072         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
5073         (plstore-mode-decoded): Remove.
5074
5075 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5076
5077         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
5078         isn't very interesting any more, and it leaks potentially secret data.
5079         (gnus-debug): Remove.
5080
5081         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
5082         use of :custom-show.
5083
5084 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
5085
5086         * plstore.el: Add documentation.
5087         (plstore-mode): New mode to edit plstore file.
5088         (plstore-mode-toggle-display, plstore-mode-original)
5089         (plstore-mode-decoded): New command.
5090         (plstore--encode, plstore--decode, plstore--write-contents-functions)
5091         (plstore--insert-buffer, plstore--make): New function.
5092         (plstore-open, plstore-save): Simplify by using them.
5093
5094 2011-07-06  Glenn Morris  <rgm@gnu.org>
5095
5096         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
5097
5098 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5099
5100         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
5101         no longer is much used.
5102         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
5103         Articles".
5104
5105 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
5106
5107         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
5108         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
5109         `notmuch' backend.
5110
5111 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5112
5113         * mm-decode.el (mm-text-html-renderer): Doc fix.
5114
5115         * gnus-msg.el (gnus-bug): Fix the MML tag.
5116
5117         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
5118
5119 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
5120
5121         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
5122         secondary methods if started with `gnus-no-server'.
5123
5124 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
5125
5126         * message.el (message-return-action): Fix typo in docstring.
5127
5128 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5129
5130         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
5131         bug reports at once.
5132
5133         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
5134
5135 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5136
5137         * nndraft.el: Require gnus-group.
5138         (nndraft-request-list): Declare.
5139
5140         * nndraft.el (nndraft-update-unread-articles): Don't show group having
5141         no unread article unless it matches gnus-permanently-visible-groups.
5142
5143         * nndraft.el (nndraft-update-unread-articles): New function.
5144         (nndraft-request-associate-buffer): Use it to update the number of
5145         unread articles for the nndraft groups in the group buffer when saving
5146         or killing a draft message.
5147
5148 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5149
5150         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
5151         systems to binary before writing and reading the mbox files.
5152
5153         * gnus.el (gnus-summary-line-format): Link to the info node for %U
5154         instead of trying to list them all (bug#8978).
5155
5156 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5157
5158         * pop3.el (pop3-open-server): Use :end-of-capability.
5159
5160 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5161
5162         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
5163         the id is always a number.
5164
5165         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
5166
5167         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
5168         debbugs mode, if possible.
5169
5170 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
5171
5172         * auth-source.el (auth-source-token-passphrase-callback-function):
5173         Reindent.
5174         (epg-context-operation): Remove unnecessary autoload.
5175
5176 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5177
5178         * gnus.el (gnus-list-debbugs): New command.
5179
5180         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
5181         mboxstat instead of the maintbox, since the stat seems to be fuller.
5182
5183         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
5184         summary buffers.
5185
5186         * message.el (message-get-reply-headers): Delete all duplicates,
5187         instead of the first.
5188         (message-get-reply-headers): Ensure that we have progress while
5189         deleting duplicates.
5190
5191         * gnus-msg.el (gnus-configure-posting-styles): Get the local
5192         gnus-posting-style value from the summary buffer to make it easier to
5193         make that a per-buffer conf.
5194
5195 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
5196
5197         * nnir.el (nnir-run-imap): Allow halting a search when an article is
5198         found by setting `shortcut' in 'query.
5199         (nnir-request-article): Use `shortcut' setting when requesting article
5200         by Message-ID.
5201
5202 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
5203
5204         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
5205         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
5206         Bring the pseudo-headers back too.
5207
5208 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5209
5210         * auth-source.el (auth-source-token-passphrase-callback-function):
5211         Simplify and remove EPA dependency.
5212
5213 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
5214
5215         * nnir.el (nnir-request-article): Fix error message text.
5216
5217 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5218
5219         * auth-source.el (plstore-delete): Autoload.
5220         (auth-source-plstore-search): Support delete operation.
5221         * plstore.el (plstore-delete): New function.
5222
5223 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5224
5225         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
5226         mark actually existing articles as unread rather than the ones that
5227         active asserts.
5228
5229 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5230
5231         * nntp.el (nntp-record-command):
5232         * gnus-util.el (gnus-message-with-timestamp-1):
5233         Use format-time-string rather than decoding time stamps by hand.
5234         This is simpler and insulates the code from potential changes to
5235         current-time format.
5236
5237 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5238
5239         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
5240
5241 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5242
5243         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
5244         (plstore-save): Support public key encryption.
5245         (plstore--init-from-buffer): New function.
5246         (plstore-open): Use it; fix error when opening a non-existent file.
5247         (plstore-revert): Use plstore--init-from-buffer.
5248
5249 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5250
5251         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
5252
5253 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5254
5255         * mml2015.el (mml2015-use): Replace string-match-p with string-match
5256         for old Emacsen.
5257
5258 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5259
5260         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
5261         is not fully working.
5262
5263 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5264
5265         * dgnushack.el: Autoload sha1 on XEmacs.
5266
5267         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
5268         quit window configuration.
5269
5270         * auth-source.el (epg-context-set-passphrase-callback):
5271         Remove duplicate autoload.
5272
5273 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5274
5275         * nnir.el (nnir-request-article): Allow requesting articles by
5276         Message-ID with nnimap.
5277
5278         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
5279         current server.
5280
5281 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5282
5283         * auth-source.el: Autoload EPA/EPG functions.
5284         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
5285         changed when EPA/EPG is not available.
5286         (auth-source-backend): Rename "arg" member to "data".
5287         (auth-source-backend-parse, auth-source-plstore-search)
5288         (auth-source-plstore-create): Use it.
5289
5290 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5291
5292         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
5293         `gnus-refer-article-methods'.
5294
5295 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5296
5297         * auth-source.el: Require EPA and EPG.
5298         (auth-source-passphrase-alist): New variable.
5299         (auth-source-passphrase-callback-function)
5300         (auth-source-token-passphrase-callback-function): Callbacks for the
5301         netrc field encryption (GPG tokens).
5302         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
5303         Symmetric encryption and decryption of the netrc GPG tokens.
5304         (auth-source-netrc-normalize): Use them, simplifying the closure.
5305
5306 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5307
5308         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
5309         is available.
5310
5311 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5312
5313         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
5314         non-nil, and `nnimap-split-methods' is nil, use the former.
5315
5316 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5317
5318         * plstore.el (plstore-revert): New function.
5319         (plstore-open): Use it; hide the buffer from user.
5320
5321 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5322
5323         * auth-source.el (auth-source-backend): New member "arg".
5324         (auth-source-backend-parse): Handle new backend 'plstore.
5325         * plstore.el: New file.
5326
5327 2011-06-30  Glenn Morris  <rgm@gnu.org>
5328
5329         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
5330
5331 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5332
5333         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
5334         expiring articles to.
5335
5336         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
5337         variations as ASCII (bug#5458).
5338
5339 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5340
5341         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
5342
5343 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5344
5345         * message.el (message-point-in-header-p): Tweak the function to default
5346         to saying that we're not in the headers if there is no separator at
5347         all.  This makes it possible to use the Message version of `M-q' in
5348         buffers with no headers (bug#7987).
5349         (message-point-in-header-p): Fix last checkin to work with an empty
5350         mail-header-separator, too.
5351
5352         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
5353         again, save the choice via customize.
5354
5355 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5356
5357         * message.el (message-send-mail-function): Add `sendmail-query-once'.
5358
5359         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
5360         ended the connection, bail out before waiting infinitely on a new
5361         connection.
5362
5363 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
5364
5365         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
5366         reports.
5367
5368         * gnus.el (gnus-bug-package): Use "gnus."
5369         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
5370
5371 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5372
5373         * dgnushack.el: Make the timer warning go away on XEmacs.
5374
5375         * gnus-art.el (gnus-article-stop-animations): New function to stop any
5376         animations going on at article exit time.
5377
5378         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
5379         since removing it breaks people upgrading.
5380
5381         * shr.el (shr-put-image): Use the new interface for animating images.
5382         (shr-put-image): Animate for 60 seconds.
5383
5384         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
5385         avoid compiler warnings.
5386
5387         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5388         error with `find-file-hooks' on Emacs 22.
5389         (with-auth-source-epa-overrides): Ugly hack to Wrap the
5390         `find-file-hook' things in `symbol-value' to avoid compilation warnings
5391         on all architectures.
5392
5393         * spam.el (spam-stat): Require in a normal fashion without binding
5394         `spam-stat-install-hooks' to avoid compilation warnings.
5395
5396         * spam-stat.el (spam-stat-install-hooks): Remove.
5397         (spam-stat-install-hooks): Don't run automatically.
5398
5399 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
5400
5401         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5402         and keystroke.
5403
5404 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5405
5406         * auth-source.el (auth-source-netrc-cache): Move forward.
5407
5408 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5409
5410         * proto-stream.el (proto-stream-open-starttls): Use
5411         `gnutls-available-p' to see whether we have built-in support.
5412
5413         * auth-source.el (auth-source-netrc-create): Don't query the bits that
5414         we already know.
5415         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5416         (auth-source-netrc-create): Don't prompt for the stuff we already know.
5417
5418 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5419
5420         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5421         %S format, since that looks odd.
5422         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5423         file, especially when saving.
5424
5425 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
5426
5427         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
5428         article found.
5429
5430 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
5431
5432         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
5433         `auth-source-save-secrets' with a more sensitive alist that can be
5434         configured per file.  Experimental, so defaults to 'never.
5435         (auth-source-netrc-create): Use it.  Still experimental code.
5436         (with-auth-source-epa-overrides): Use `find-file-hooks' if
5437         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
5438
5439 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
5440
5441         * auth-source.el (auth-source-save-secrets): New variable to control if
5442         secret tokens should be saved encrypted.
5443         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
5444         to `auth-source-netrc-normalize'.
5445         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
5446         on the EPA variables being defined.
5447         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
5448         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
5449         the lexical-let closure.
5450         (auth-source-netrc-create): Create "gpg:" tokens according to
5451         `auth-source-save-secrets'.
5452
5453 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5454
5455         * gnus-group.el (gnus-group-update-group): Add new argument
5456         `info-unchanged' that stops updating dribble buffer.
5457
5458         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5459         deletes lines matching to it in dribble buffer.
5460
5461         * gnus-agent.el (gnus-agent-fetch-group-1):
5462         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5463         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5464         * gnus-start.el (gnus-group-change-level):
5465         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5466
5467         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5468         if newsgroup info is not changed.
5469
5470         * gnus-group.el (gnus-group-get-new-news-this-group):
5471         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5472         Don't update dribble buffer.
5473
5474 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
5475
5476         * gnus-registry.el (gnus-registry-remove-ignored): New function to
5477         remove entries with groups we ignore.
5478
5479 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5480
5481         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5482         the underline comes at the bottom.
5483
5484 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
5485
5486         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5487         `gnus-registry-user-format-function-M' and declare the latter obsolete.
5488         (gnus-registry-article-marks-to-names): Rename from
5489         `gnus-registry-user-format-function-M2'.
5490
5491 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5492
5493         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5494         ephemeral group.
5495
5496 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5497
5498         * shr.el (shr-browse-image): Copy the URL if called interactively.
5499
5500 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5501
5502         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5503         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
5504         done, then unselected articles may be marked as read.
5505
5506         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5507         since not doing this seems to lead to a race condition in pop3-logon.
5508
5509         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5510         so that the call chain it correct when we call "upwards".
5511
5512         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5513         in read-only groups.
5514
5515         * gnus-group.el (gnus-group-mark-article-read): Ditto.
5516
5517         * message.el (message-cite-reply-position): Doc string fix.
5518
5519         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5520         avoid regexp overflow.
5521         (nnimap-transform-split-mail): Ditto.
5522
5523         * pop3.el (pop3-retr): Error out if the server closes the connection.
5524
5525 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5526
5527         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5528         mm-with-unibyte-current-buffer.  The buffer should not contain any
5529         multibyte chars anyway at this stage.
5530
5531 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5532
5533         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5534         at the end of lines.
5535
5536 2011-05-29  Julien Danjou  <julien@danjou.info>
5537
5538         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5539
5540 2011-05-27  Glenn Morris  <rgm@gnu.org>
5541
5542         * gnus-group.el (gnus-bug-group-download-format-alist):
5543         Use the "maintainer" version of debian reports as well.
5544
5545 2011-05-26  Glenn Morris  <rgm@gnu.org>
5546
5547         * gnus-group.el (gnus-bug-group-download-format-alist):
5548         Use the "maintainer" version of debbugs.gnu.org reports.
5549
5550 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5551
5552         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5553
5554 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5555
5556         * gnus-cus.el (gnus-agent-customize-category):
5557         * gnus-delay.el (gnus-delay-send-queue):
5558         * gnus.el (gnus-other-frame):
5559         Don't quote lambda expressions with `quote'.
5560
5561 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5562
5563         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5564         the thread moves us backwards and so we loop forever.
5565
5566 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5567
5568         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5569         whitespace in base64 data lines.
5570
5571 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
5572
5573         * gnus-registry.el (gnus-registry-user-format-function-M):
5574         Use `mapconcat'.
5575         (gnus-registry-user-format-function-M2): Use to see the full text of
5576         the marks.  Make "," the mark text separator.
5577
5578         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5579         authentication with auth-source.
5580
5581 2011-05-17  Glenn Morris  <rgm@gnu.org>
5582
5583         * gnus-group.el (gnus-import-other-newsrc-file):
5584         Use insert-file-contents.
5585
5586 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
5587
5588         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
5589         1000 iterations.
5590
5591 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5592
5593         * nntp.el (nntp-open-connection): Check if process-type is available.
5594
5595 2011-05-16  Julien Danjou  <julien@danjou.info>
5596
5597         * shr.el (shr-tag-del): Add support for del tag.
5598
5599 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5600
5601         * gnus-html.el (gnus-html-put-image): Register a displayer.
5602
5603         * shr.el (shr-image-displayer): Don't remove text props from alt text.
5604
5605 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
5606
5607         * registry.el (prune-factor): New initialization parameter defaulting
5608         to 0.1.
5609         (registry-prune-hard): Use it.
5610
5611         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5612         0.1 expicitly.
5613
5614 2011-05-13  Glenn Morris  <rgm@gnu.org>
5615
5616         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
5617         is bound, since this function requires sendmail.
5618
5619 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
5620
5621         * registry.el (registry-usage-test): Disable pruning test.
5622
5623 2011-05-11  David Engster  <dengste@eml.cc>
5624
5625         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
5626         Bind set-network-process-option for XEmacs.
5627
5628 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
5629
5630         * registry.el (registry-prune-hard-candidates)
5631         (registry-prune-soft-candidates): Helper methods for registry pruning.
5632         (registry-prune): Use them.  Make the sort function optional.
5633
5634 2011-05-10  Jim Meyering  <meyering@redhat.com>
5635
5636         * shr.el (shr-colorize-region): Fix typo "on on -> on".
5637
5638 2011-05-10  Julien Danjou  <julien@danjou.info>
5639
5640         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
5641         symbol and not a list.
5642
5643 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5644
5645         * gnus-art.el (gnus-article-mode): Move binding of
5646         shr-put-image-function here from gnus-article-prepare-display.
5647
5648         * shr.el (shr-put-image-function): New variable.
5649         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
5650         (shr-put-image): Return scaled image.
5651
5652         * gnus-art.el (gnus-shr-put-image): New function.
5653         (gnus-article-prepare-display): Bind shr-put-image-function to it.
5654
5655         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
5656         original ones, as deletable.
5657
5658 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5659
5660         * nntp.el (nntp-open-connection): Set TCP keepalive option.
5661
5662 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5663
5664         * registry.el (registry-full): Add convenience method.  Fix logic.
5665         (registry-insert): Use it.  Fix logic here too.
5666
5667         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
5668         `registry-prune' if `registry-full' returns t.
5669         (gnus-registry-handle-action)
5670         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
5671         (gnus-registry-usage-test): Use it.
5672
5673 2011-05-07  Julien Danjou  <julien@danjou.info>
5674
5675         * shr.el (shr-link): Make shr-link inherit from link by default.
5676
5677 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
5678
5679         * shr.el (shr-urlify, shr-link): Fix shr-link face.
5680
5681 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5682
5683         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
5684         error out because the face is not a list.
5685
5686 2011-05-05  Glenn Morris  <rgm@gnu.org>
5687
5688         * proto-stream.el (gnutls-negotiate): Fix declarations.
5689
5690         * gnus-start.el (gnus-propagate-marks): Declare.
5691
5692 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
5693
5694         * registry.el (registry-reindex): Fix percentage message.
5695
5696         * proto-stream.el (network-stream-open-starttls): Adjust to call
5697         `gnutls-negotiate' with :process and :hostname arguments.
5698
5699 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
5700
5701         * shr.el: Add shr-link face for links.
5702         (shr-urlify): Use it.
5703
5704         * registry.el (registry-insert): Make error message more helpful.
5705
5706 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5707
5708         * gnus-html.el (gnus-html-schedule-image-fetching):
5709         Use url-queue-retrieve, if it exists.
5710
5711         * shr.el (shr-tag-img): Ditto.
5712
5713         * gnus.el: Autoload more gnus-agent functions.
5714
5715         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
5716         agent if we haven't already (bug#8502).
5717
5718         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
5719         into the Agent, too.
5720
5721         * gnus-agent.el (gnus-agent-store-article): New function.
5722
5723         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
5724         and moved from that file for reuse.
5725
5726         * pop3.el (pop3-open-server): Error messages are "-ERR".
5727
5728 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5729
5730         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
5731         (open-tls-stream): Remove superfluous tls/starttls autoloads.
5732
5733 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5734
5735         * gnus.el: No Gnus v0.17 is released.
5736
5737 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5738
5739         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
5740         buffer has moved to a different frame.
5741
5742 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5743
5744         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
5745         to get the conversion from unibyte to multibyte buffers to work on
5746         Emacs 22.
5747
5748         * nntp.el (nntp-request-article): Slight clean-up.
5749
5750 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5751
5752         * shr.el (shr-strike-through): New face.
5753         (shr-tag-s): Use it to provide <s> support.
5754         (shr-tag-s): Remove duplicate definition.
5755
5756 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5757
5758         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
5759         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
5760
5761 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
5762
5763         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
5764         `gnutls-negotiate'.
5765         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
5766
5767 2011-04-23  Glenn Morris  <rgm@gnu.org>
5768
5769         * gnus-sum.el (gnus-extra-headers): Bump :version.
5770
5771 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5772
5773         * shr.el (shr-tag-sup): New function.
5774         (shr-tag-sub): Ditto.
5775
5776 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
5777
5778         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
5779         for the case where `gnus-registry-ignored-groups' is a list of lists,
5780         and don't call `gnus-parameter-registry-ignore' otherwise.
5781
5782 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
5783
5784         * nnimap.el (nnimap-user): New backend variable.
5785         (nnimap-open-connection-1): Use it.
5786         (nnimap-credentials): Accept user parameter so it's explicit what user
5787         name is desired.
5788
5789         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
5790         default.
5791
5792         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
5793         not gnus-registry.el.
5794
5795         * gnus-registry.el: Mention in comments how to modify
5796         `gnus-extra-headers' for proper recipient tracking and that it may
5797         already have To and Cc recently, which it does as of this commit.
5798         (gnus-registry-ignored-groups): Remove defcustom.
5799         Explain why in comments.
5800         (gnus-registry-action): Fix data-header reference to use the extra
5801         headers.  Explain in package commentary how to add To and Cc headers to
5802         the gnus-extra-headers.
5803         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
5804         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
5805         parameter list or a string list in `gnus-registry-ignored-groups'.
5806         Fix logic error.
5807
5808 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5809
5810         * shr.el (shr-expand-url): Protect against null urls.
5811
5812 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5813
5814         * shr.el (shr-base): New binding.
5815         (shr-tag-base): Keep track of <base>.
5816         (shr-expand-url): New function used throughout.
5817
5818 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
5819
5820         * gnus-registry.el
5821         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
5822         (gnus-registry-ignored-groups): New variable.
5823         (gnus-registry-ignore-group-p): Use it.
5824         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
5825         set the destination group to nil (same as delete) if it's ignored.
5826
5827 2011-04-20  David Engster  <dengste@eml.cc>
5828
5829         * tests/gnustest-nntp.el: New file for simple NNTP testing.
5830
5831         * Makefile.in (test-nntp): New rule.
5832         (check): Add it.
5833         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
5834
5835 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5836
5837         * gnus-registry.el (gnus-registry-action)
5838         (gnus-registry-fetch-header-fast):
5839         Don't use mail-header that looks an internal function of mailheader.el.
5840
5841 2011-04-19  Glenn Morris  <rgm@gnu.org>
5842
5843         * time-date.el (time-to-days): Remove unused local variables.
5844
5845 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5846
5847         * gnus-registry.el: Eliminate cl functions.
5848         (gnus-registry-sort-addresses): New function that replaces mapcan.
5849         (gnus-registry-action, gnus-registry-spool-action)
5850         (gnus-registry-split-fancy-with-parent)
5851         (gnus-registry-fetch-recipients-fast): Use it.
5852         (gnus-registry-import-eld): Replace delete* with dolist + delq.
5853
5854         * registry.el (initialize-instance, registry-lookup)
5855         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
5856         (registry-lookup-secondary-value, registry-search, registry-delete)
5857         (registry-insert, registry-reindex, registry-size, registry-prune):
5858         Use eval-and-compile.
5859
5860 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
5861
5862         * registry.el (registry-reindex): New method to recreate the secondary
5863         registry indices.
5864
5865         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
5866         tracked field changes.
5867         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
5868         (gnus-registry-action, gnus-registry-spool-action)
5869         (gnus-registry-handle-action)
5870         (gnus-registry--split-fancy-with-parent-internal)
5871         (gnus-registry-split-fancy-with-parent)
5872         (gnus-registry-register-message-ids): Add recipient tracking on spool,
5873         move, and delete actions, and for fancy splitting with parent.
5874         (gnus-registry-extract-addresses)
5875         (gnus-registry-fetch-recipients-fast)
5876         (gnus-registry-fetch-header-fast): Convenience functions.
5877         (gnus-registry-misc-test): ERT test of
5878         `gnus-registry-extract-addresses'.
5879
5880 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
5881
5882         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5883         Track by subject first, then sender.
5884
5885 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5886
5887         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
5888
5889         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
5890         Lisp.
5891
5892         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
5893         (gnus-draft-send): Use it to avoid popping
5894         up frames from gnus-group-send-queue.
5895
5896 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5897
5898         * gnus-registry.el: Updated gnus-registry docs.
5899
5900 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
5901
5902         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5903         Fix logic bug.
5904         (gnus-registry-post-process-groups): Fix logging of no results and
5905         quote sender and subject.
5906
5907 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5908
5909         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
5910         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
5911         gnutls-cli are too slow to be done opportunistically.
5912
5913         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
5914         (gnus-read-active-for-groups): Don't try to finish getting stuff where
5915         we had no early-data returned.
5916         (gnus-get-unread-articles): Add a sanity check so that we don't issue
5917         two async commands to the same server at the same time.
5918
5919 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
5920
5921         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5922
5923 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5924
5925         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5926         "warning" level.
5927
5928         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5929         (mm-url-insert-file-contents): Don't set the package names.
5930
5931 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
5932
5933         * gnus-registry.el (gnus-registry-action): Remove properties and
5934         simplify subject in `gnus-registry-handle-action'.
5935         (gnus-registry-spool-action): Get subject and sender from message if
5936         they are not passed in.
5937         (gnus-registry-handle-action): Remove properties and simplify subject
5938         consistently.
5939
5940 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5941
5942         * registry.el: Require CL before using defmacro*.
5943
5944 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5945
5946         * gnus-art.el (article-treat-date): Assume that
5947         gnus-article-date-headers may be a group parameter.
5948
5949 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
5950
5951         * gnus-registry.el (gnus-registry-handle-action): More debugging.
5952
5953         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
5954         interactively so the newsrc file can contain foreign groups too.
5955         Useful for debugging but not much for users.
5956
5957 2011-04-07  David Engster  <dengste@eml.cc>
5958
5959         * registry.el (registry-usage-test): Only do
5960         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
5961         lexical binding.
5962
5963 2011-04-07  David Engster  <dengste@eml.cc>
5964
5965         * Makefile.in (check, test-registry): New rules for test-suite.
5966
5967 2011-04-06  David Engster  <dengste@eml.cc>
5968
5969         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5970         argument NOERROR for `require', since XEmacs 21.4 does not support it.
5971
5972 2011-04-06  David Engster  <dengste@eml.cc>
5973
5974         * registry.el (initialize-instance): Change :after to :AFTER to be
5975         compatible with old EIEIO version in XEmacs.
5976
5977 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5978
5979         * gnus-registry.el (gnus-registry-post-process-groups)
5980         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5981         and provide better messaging.
5982
5983 2011-04-06  David Engster  <dengste@eml.cc>
5984
5985         * Makefile.in (fail-on-warning): New rule to compile with warnings as
5986         errors.
5987
5988         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
5989         dgnushack-compile with error-on-warn enabled, and to signal an error if
5990         clean compilation failed.
5991         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
5992         with `byte-compile-error-on-warn'.  Return nil if errors occured.
5993
5994 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5995
5996         * gnus-registry.el: Don't use ERT if it's not available.  Load it
5997         unconditionally anyway, discarding errors.
5998         (gnus-registry-delete-entries): New convenience function.
5999         (gnus-registry-import-eld): Import from old .eld registry.
6000
6001         * registry.el: Don't use ERT if it's not available.  Load it
6002         unconditionally anyway, discarding errors.
6003
6004         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
6005         version from the Claudio Bley GnuTLS patch (extra optional parameters
6006         and host name).
6007
6008 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
6009
6010         * gnus-registry.el (gnus-registry-fixup-registry): New function to
6011         fixup the parameters that can be customized by the user between
6012         save/read cycles.
6013         (gnus-registry-read): Use it.
6014         (gnus-registry-make-db): Use it.
6015         (gnus-registry-spool-action, gnus-registry-handle-action):
6016         Fix messaging.
6017         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
6018         Map references to actual group names with sender and subject tracking.
6019         (gnus-registry-post-process-groups): Use `cond' for better messaging.
6020         (gnus-registry-usage-test): Add subject lookup test.
6021
6022         * registry.el (registry-db, initialize-instance): Set up constructor
6023         instead of :initform arguments for the sake of older Emacsen.
6024         (registry-lookup-breaks-before-lexbind): New method to demonstrate
6025         pre-lexbind merge bug.
6026         (registry-usage-test): Use it.
6027         (initialize-instance, registry-db): Move the non-function initforms
6028         back to the class definition.
6029
6030 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
6031
6032         * registry.el: New library to manage gnus-registry-style data.
6033
6034         * gnus-registry.el: Use it (major rewrite).
6035
6036         * nnregistry.el: Use it.
6037
6038         * spam.el: Use it.
6039
6040 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6041
6042         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
6043         marks on non-selected articles.
6044
6045 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
6046
6047         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
6048         parameter to open-protocol-stream.
6049
6050 2011-04-01  Julien Danjou  <julien@danjou.info>
6051
6052         * mm-view.el (mm-display-inline-fontify): Do not fontify with
6053         fundamental-mode.
6054
6055 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6056
6057         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
6058         servers.
6059
6060 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6061
6062         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
6063         made marks not propagate, again.
6064
6065 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
6066
6067         * proto-stream.el (open-protocol-stream): Bring back `network' type.
6068         Make this the default type.
6069         (proto-stream-open-plain): Rename from proto-stream-open-default.
6070         (open-protocol-stream, proto-stream-open-starttls)
6071         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
6072         with `plain'.
6073
6074         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
6075         value.
6076
6077         * nntp.el (nntp-open-connection-function): Document the fact that some
6078         values are not functions but are instead handled specially.
6079         Recognize nntp-open-plain-stream value.
6080         (nntp-open-connection): Recognize that value.
6081
6082 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6083
6084         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
6085         where it seems to be needed.
6086
6087 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6088
6089         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
6090         stuff.
6091
6092         * gnus-score.el (gnus-score-string): Fix calling convention of
6093         `gnus-simplify-buffer-fuzzy' after last patches.
6094
6095         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
6096         server for articles we didn't get any headers for.  This is a sanity
6097         check.
6098
6099 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
6100
6101         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
6102         new CAPABILITY, use it.
6103
6104 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6105
6106         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
6107         downloading anything.
6108
6109         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
6110
6111 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
6112
6113         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
6114         colors.
6115         (gnus-splash-svg-color-symbols): New function.
6116
6117 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6118
6119         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
6120         instead of using the global gnus-simplify-subject-fuzzy-regexp.
6121         (gnus-simplify-subject-fuzzy): Use the local
6122         gnus-simplify-subject-fuzzy-regex instead of the global one.
6123         This makes using this variable in group parameters work.
6124
6125 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6126
6127         * gnus-registry.el (gnus-registry-unfollowed-groups):
6128         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
6129         archive:sent-YYYY-MM-DD groups).
6130         (gnus-registry-split-fancy-with-parent): Bail out early in sender
6131         tracking if there are more than `gnus-registry-max-track-groups'
6132         matches.
6133
6134 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6135
6136         * message.el (message--yank-original-internal): New function to do the
6137         insertion cleanly inside eval in `message-yank-original'.
6138         (message-yank-original): Use it.
6139
6140 2011-03-29  Julien Danjou  <julien@danjou.info>
6141
6142         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
6143         local variables disabled rather than `normal-mode'.
6144
6145 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
6146
6147         * imap.el (imap-shell-open, imap-process-connection-type):
6148         Use imap-process-connection-type for 'shell' streams as well as
6149         Kerberos, SSL, other subprocesses.
6150
6151 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
6152
6153         * proto-stream.el: Changes preparatory to merging open-protocol-stream
6154         with open-network-stream.
6155         (proto-stream-always-use-starttls): Option removed.
6156         (open-protocol-stream): Return a process object by default.  Provide a
6157         new parameter :return-list specifying a list-type return value, which
6158         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
6159         :type `network' to `try-starttls', and `network-only' to `default'.
6160         Make `default' the default, for compatibility with open-network-stream.
6161         Handle the no-parameter case exactly as open-network-stream, with no
6162         additional stream processing.  Search plists using plist-get.
6163         Explicitly add :end-of-commend parameter if it is missing.
6164         (proto-stream-open-default): Rename from
6165         proto-stream-open-network-only.  Return 'default as the type.
6166         (proto-stream-open-starttls): Rename from proto-stream-open-network.
6167         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
6168         failed.  Always return a list with a (possibly dead) process as the
6169         first element, for compatibility with open-network-stream.
6170         (proto-stream-open-tls): Use plist-get.  Always return a list.
6171         (proto-stream-open-shell): Return `default' as connection type.
6172         (proto-stream-capability-open): Use plist-get.
6173         (proto-stream-eoc): Function deleted.
6174
6175         * nnimap.el (nnimap-stream, nnimap-open-connection)
6176         (nnimap-open-connection-1): Handle renaming of :type parameter for
6177         open-protocol-stream.
6178         (nnimap-open-connection-1): Pass a :return-list parameter
6179         open-protocol-stream to obtain a list return value.  Parse this list
6180         using plist-get.
6181
6182         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
6183         for open-protocol-stream.  Accept open-protocol-stream return value
6184         that is a subprocess object instead of a list.  Handle the case of a
6185         dead returned process.
6186
6187 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
6188
6189         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
6190
6191         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
6192
6193 2011-03-21  Julien Danjou  <julien@danjou.info>
6194
6195         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
6196         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
6197         query.
6198         (mm-inline-text): Render normal text with fontification whenever
6199         possible.
6200
6201         * gnus-sum.el (gnus-summary-save-parts-1):
6202         * gnus-art.el (gnus-article-browse-html-save-cid-content)
6203         (gnus-article-browse-html-parts, gnus-mime-delete-part)
6204         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
6205         Use `mm-handle-filename'.
6206
6207         * mm-util.el (mm-handle-filename): New function, return the filename of
6208         an handle.
6209
6210 2011-03-18  Julien Danjou  <julien@danjou.info>
6211
6212         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
6213         (gnus-buffer-live-p): Check that buffer is not nil.
6214
6215 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6216
6217         * gnus.el: No Gnus v0.15 is released.
6218
6219 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6220
6221         * time-date.el (format-seconds): Use assoc instead of assoc-string to
6222         avoid warning on XEmacs.
6223
6224         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
6225         on XEmacs.
6226
6227         * gnus-art.el: Require mouse, which the build bot seems to say is
6228         needed.
6229
6230         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
6231
6232         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
6233         XEmacs, since it doesn't have url-retrieve-synchronously.
6234
6235         * time-date.el (format-seconds): Use assoc instead of assoc-string,
6236         since assoc-string doesn't exist in XEmacs.
6237
6238 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
6239
6240         * gnus-group.el (gnus-group-list-ticked): New function.
6241         (gnus-group-make-menu-bar): Provide a menu entry for it.
6242         (gnus-group-list-map): Provide a binding for it.
6243
6244 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6245
6246         * shr.el (shr-visit-file): New command.
6247
6248         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
6249
6250 2011-03-17  Bjørn Mork  <bjorn@mork.no>
6251
6252         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
6253         servers.
6254
6255 2011-03-16  Julien Danjou  <julien@danjou.info>
6256
6257         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
6258         inline.
6259
6260         * gnus-art.el (article-hide-list-identifiers):
6261         Use gnus-group-get-list-identifiers.
6262
6263         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
6264         (gnus-summary-remove-list-identifiers):
6265         Use gnus-group-get-list-identifiers to get regexp.
6266         (gnus-select-newsgroup, gnus-summary-insert-subject)
6267         (gnus-summary-insert-articles):
6268         Call gnus-summary-remove-list-identifiers unconditionally.
6269
6270 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6271
6272         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
6273         we're selecting a group with unread articles.
6274
6275         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
6276
6277         * gssapi.el: New file separated out from imap.el to provide a general
6278         Kerberos 5 connection facility for Emacs.
6279
6280         * message.el (message-elide-ellipsis): Document the format spec
6281         ellipsis.
6282
6283 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6284
6285         * message.el (message-elide-region): Allow the ellipsis to say how many
6286         lines were removed.
6287
6288 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6289
6290         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
6291         window configurations containing buffers that are now dead.
6292
6293         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
6294         parsing to avoid integer overflows.
6295         (nnimap-parse-flags): Simplify the last change.
6296         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
6297         too large for 32-bit Emacsen.
6298
6299 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6300
6301         * auth-source.el (auth-source-netrc-create):
6302         * message.el (message-yank-original): Fix use of `case'.
6303
6304 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
6305
6306         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
6307         XEmacs, which was one character too wide.
6308
6309 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
6310
6311         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
6312         default number of articles to display.
6313         (gnus-articles-to-read): Use pretty names for prompt.
6314
6315 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6316
6317         * gnus-int.el (gnus-open-server): Ditto.
6318
6319         * gnus-start.el (gnus-activate-group): Give a backtrace if
6320         debug-on-quit is set and the user hits `C-g'.
6321         (gnus-read-active-file): Ditto.
6322
6323         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
6324
6325 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
6326
6327         * message.el (message-yank-original): Use cond instead of CL case.
6328
6329 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6330
6331         * auth-source.el (auth-source-netrc-create): Use usual format for the
6332         default in prompts.
6333
6334 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6335
6336         * lpath.el: Fbind read-char-choice for XEmacs.
6337
6338 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6339
6340         * auth-source.el (auth-source-netrc-create): Show the default in the
6341         prompt when prompting for token creation.
6342
6343 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6344
6345         * auth-source.el (auth-source-format-prompt): Always convert the value
6346         to a string to avoid evaluating non-string arguments.
6347         (auth-source-netrc-create): Offer default properly, not as initial
6348         content in `read-string'.
6349         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
6350         of line to determine if we've been run before.  If so, don't run again,
6351         but print a trivial message to indicate the cache was hit instead.
6352
6353 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
6354
6355         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
6356         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
6357         The user will have to run `gnus-sync-read' manually and wait for Cloudy
6358         Gnus.
6359
6360 2011-03-11  Julien Danjou  <julien@danjou.info>
6361
6362         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
6363         modified file".
6364
6365 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
6366
6367         * auth-source.el (auth-source-read-char-choice): New function to read a
6368         character choice using `dropdown-list', `read-char-choice', or
6369         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
6370         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
6371         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
6372         (auth-source-netrc-saver): Use it.
6373         (auth-source-pick-first-password): New convenience function.
6374
6375 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
6376
6377         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
6378         parameter in the credentials.
6379         (nnimap-open-connection-1): Use it after a successful login.
6380         (nnimap-credentials): Add IMAP-specific user and password prompt.
6381
6382         * auth-source.el (auth-source-search): Add :require parameter, taking a
6383         list.  Document it and the :save-function return token.  Pass :require
6384         down.  Change the CREATED message from a warning to a debug statement.
6385         (auth-source-search-backends): Pass :require down.
6386         (auth-source-netrc-search): Pass :require down.
6387         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
6388         Change save prompt to indicate all modifications saved here are
6389         deletions.
6390         (auth-source-netrc-create): Take user login name as default in user
6391         prompt.  Move all the save functionality to a lexically bound function
6392         under the :save-function token in the returned list.  Set up clearer
6393         default prompts for user, host, port, and secret.
6394         (auth-source-netrc-saver): New function, intended to be wrapped for
6395         :save-function.
6396
6397 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6398
6399         * shr.el (shr-table-horizontal-line): Change the defaults for the table
6400         lines to be spaces instead.
6401
6402 2011-03-07  Julien Danjou  <julien@danjou.info>
6403
6404         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6405         (sieve-sasl-auth): Check that auth-source-search did return something,
6406         or just return an empty string.
6407
6408 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6409
6410         * gnus.el (gnus-interactive): Use read-directory-name.
6411
6412         * gnus-uu.el (gnus-uu-decode-uu-and-save)
6413         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
6414         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
6415         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
6416         Likewise.
6417
6418         * gnus-group.el (gnus-group-make-directory-group): Likewise.
6419
6420 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6421
6422         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
6423         onto the list of killed groups, too.  This makes killed nnimap groups,
6424         for instance, more reliably not reappear.
6425
6426         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
6427         the parent.
6428
6429         * gnus-sum.el (gnus-update-read-articles): Fix typo.
6430
6431         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
6432         really have server-side marks.
6433
6434         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
6435         since most backends do not usefully have server-side marks.
6436         (gnus-update-read-articles): Propagate marks to all backends that
6437         really have server-side marks.
6438
6439 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6440
6441         * message.el (message-cite-reply-position, message-cite-style):
6442         New variables.
6443         (message-yank-original): Use the new citation styles.
6444
6445 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
6446
6447         * message.el (message-options): Revert 22da67af (workaround for XEmacs
6448         buffer-local issue); don't mark it buffer-local when running under
6449         XEmacs.
6450
6451 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
6452
6453         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
6454         numbers too big to be `read'.
6455
6456 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
6457
6458         * password-cache.el (password-in-cache-p): Add autoload.
6459
6460         * message.el (message-options): Make buffer-local two ways to attempt
6461         to fix a XEmacs bug.
6462
6463 2011-03-02  Julien Danjou  <julien@danjou.info>
6464
6465         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
6466
6467 2011-03-01  Julien Danjou  <julien@danjou.info>
6468
6469         * gnus-art.el (list-identifier): Add list-identifier as a parameter
6470         group.
6471         (article-hide-list-identifiers): Use list-identifier group parameter.
6472
6473 2011-02-28  Julien Danjou  <julien@danjou.info>
6474
6475         * sieve.el (sieve-buffer-script-name): New local variable to store
6476         sieve script name.
6477         (sieve-edit-script): Store sieve script name.
6478         (sieve-upload): Use sieve script name when uploading.
6479         (sieve-upload): Use substitute-command-keys.
6480         (sieve-edit-script): Use substitute-command-keys.
6481         (sieve-refresh-scriptlist): Use substitute-command-keys.
6482         (sieve-manage-mode-map): Define keymap properly.
6483         (sieve-manage-mode): Do not set mode name manually, change mode-name to
6484         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
6485         Remove commented code about cvs.
6486         (sieve-manage-quit): New function.
6487         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
6488
6489 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6490
6491         * gnus-group.el (gnus-import-other-newsrc-file): New function.
6492
6493 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6494
6495         * auth-source.el (auth-source-search): Cache empty result sets.
6496
6497         * password-cache.el (password-in-cache-p): Convenience function to
6498         check if a key is in the cache, even if the value is nil.
6499
6500         * auth-source.el (auth-source-save-behavior): New variable to replace
6501         `auth-source-never-create'.
6502         (auth-source-netrc-create): Use it.
6503         (auth-source-never-save): Remove.
6504
6505 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
6506
6507         * nnimap.el (nnimap-stream): Doc fix.
6508         (nnimap-open-connection-1): Reverse the order of the ports to that the
6509         prompted-for port is first.
6510
6511         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6512         retrieval by the no-group selection.
6513
6514         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
6515         numerical parameters.
6516
6517 2011-02-25  Julien Danjou  <julien@danjou.info>
6518
6519         * gnus-gravatar.el: Use gnus-with-article-buffer.
6520
6521         * gnus-art.el (gnus-with-article-buffer): Check that the
6522         gnus-article-buffer is alive.
6523
6524 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
6525
6526         * auth-source.el (auth-source-creation-prompts): New variable to manage
6527         creation-time prompts.
6528         (auth-source-search): Document it.
6529         (auth-source-format-prompt): Add utility function.
6530         (auth-source-netrc-create): Don't default the user name to
6531         user-login-name.  Use `auth-source-creation-prompts' and some default
6532         prompts for user, host, port, and password (the default generic prompt
6533         remains ugly).
6534         (auth-source-never-save): Add customizable option to never save info.
6535         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
6536         mode excursion.
6537
6538 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6539
6540         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6541         argument that XEmacs doesn't support.
6542
6543         * dgnushack.el (dgnushack-compile): Exclude color.el from being
6544         compiled for Emacsen having no `libxml-parse-html-region' support.
6545
6546         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
6547
6548         * lpath.el: Bind buffer-save-without-query for XEmacs.
6549
6550 2011-02-23  Julien Danjou  <julien@danjou.info>
6551
6552         * gnus-art.el (article-make-date-line): Ignore errors if time is
6553         invalid and not convertible.
6554         (article-make-date-line): Only add lapsed time if time is not nil.
6555
6556 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
6557
6558         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6559         `read-char-choice' for backwards compatibility.
6560         (auth-source-netrc-element-or-first): New function to DTRT for
6561         parameter extraction.
6562         (auth-source-netrc-create): Use it and fix multiple parameter print
6563         bug.  Use the default passed from above (given-default) or the
6564         built-in (user-login-name for :user).
6565
6566 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
6567
6568         * gnus-start.el (gnus-dribble-read-file):
6569         Set buffer-save-without-query, since we always want to save the dribble
6570         file, probably.
6571
6572         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6573         nnimap.
6574
6575         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6576         -summary- since it's a user-visible variable.
6577
6578         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
6579         first time you use the new Gnus.
6580
6581 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
6582
6583         * auth-source.el: Don't load netrc.el.
6584         (auth-sources): Search ~/.netrc as well by default.
6585         (auth-source-debug): Add 'trivia option for extra output.
6586         (auth-source-do-trivia): Use it.
6587         (auth-source-search): Simplify logic to use
6588         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
6589         appropriate.  Don't keep a running count at this level.  Layer :create
6590         and :delete options appropriately on the first and second passes.
6591         Don't track the backend with the search results.
6592         (auth-source-search-backends): New function to search a list of
6593         backends for a processed spec.
6594         (auth-source-netrc-parse): Cache all netrc files, making
6595         auth-source-netrc-cache an alist keyed by the file name and using the
6596         file mtime as the caching criterion.  Keep the obfuscated data secret
6597         with a lexical bind.
6598         (auth-source-netrc-search): Don't calculate the length of the results
6599         unnecessarily.
6600         (auth-source-search-backends): Fix bug.
6601         (auth-source-netrc-create): Rework prompts.
6602
6603 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
6604
6605         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
6606         Lower case names of search constraints.
6607         (nnir-run-query): Cache and reuse search constraints for all imap
6608         servers.
6609
6610 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
6611
6612         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
6613         after exit.
6614         (gnus-setup-message): Define missing variable from last checkin.
6615
6616         * gnus-sum.el (gnus-summary-show-article): When called with t as the
6617         value, show the raw article.
6618
6619 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6620
6621         * gnus.el: No Gnus v0.13 is released.
6622
6623 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6624
6625         * nnimap.el (nnimap-open-connection-1): Revert last change, since
6626         auth-source now accepts numbers.
6627
6628         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
6629         spec, too.
6630         (auth-source-ensure-strings): New function.
6631
6632         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
6633         (gnus-article-setup-buffer): Always restart the date timer so that user
6634         changes to the frequency is respected.
6635
6636         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
6637         port numbers, so make sure it gets that if nnimap-server-port is
6638         explicit.
6639
6640 2011-02-21  Simon Josefsson  <simon@josefsson.org>
6641
6642         * nnimap.el (nnimap-inbox): Doc fix.
6643
6644 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
6645
6646         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
6647         Autoload.  Add optional arg FRAME, and pass it to color-values.
6648         (color-complement): Caller changed.  Doc fix.
6649         (color-gradient): Rewrite for better clarity and efficiency.
6650
6651 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
6652
6653         * shr-color.el (shr-color->hexadecimal): Use renamed function names
6654         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
6655         color-lab-to-srgb.
6656
6657 2011-02-20  Drew Adams  <drew.adams@oracle.com>
6658
6659         * color.el: First part of merge from hexrgb.el.
6660         (color-rgb-to-hex): Rename from color-rgb->hex.
6661         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
6662         saturation to zero if the value is too small.
6663         (color-rgb-to-hsl): Rename from color-rgb->hsl.
6664         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
6665         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
6666         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
6667         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
6668         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
6669         (color-cie-de2000): Doc fix.
6670
6671 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6672
6673         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
6674         given method as in the group name if we're using an extended method.
6675         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
6676         command, if we're using that, instead of waiting for the beginning.
6677
6678         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
6679         we're sure to get unique server names, and we don't output two async
6680         commands in the same buffer.  This fixes an NNTP hang for some users.
6681
6682 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6683
6684         * gnus.el: No Gnus v0.11 is released.
6685
6686 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6687
6688         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
6689         summary buffer before reading going to the next buffer.  This avoids
6690         putting the point in the group buffer if you `C-g' the command.
6691
6692         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
6693         cache (for now) to make ~/.authinfo.gpg files usable.
6694
6695         * nnfolder.el (copyright-update): Define for the compiler.
6696
6697         * auth-source.el (auth-source-search): Fix unbound variable.
6698
6699 2011-02-19  Glenn Morris  <rgm@gnu.org>
6700
6701         * gnus.el (gnus-meta): Doc fix.
6702
6703 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
6704
6705         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
6706         in case it's not yet loaded.
6707
6708 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
6709
6710         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
6711         line we're waiting for.
6712
6713 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
6714
6715         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
6716         face with line-width greater than zero will cause RET in gnus summary
6717         buffer to scroll down article page-wise because auto vscroll happens,
6718         it should be temporally disabled when doing a scroll-up.
6719
6720 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
6721
6722         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
6723         outputs from the server.
6724
6725 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6726
6727         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
6728         later so that bbdb can hook in easier.
6729
6730 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
6731
6732         * auth-source.el (auth-source-search): Don't try to create credentials
6733         if the caller doesn't want that.
6734         (auth-source-search): If we don't find a match, don't bug out on
6735         non-bound variables.
6736         (auth-source-search): Only ask a single backend to create the
6737         credentials.
6738
6739         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
6740         logging.
6741         (nnimap-credentials): Protect against auth-source-search returning nil.
6742         (nnimap-request-list): Protect against not being able to open the
6743         server.
6744
6745 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
6746
6747         * auth-source.el (auth-source-search): Do a two-phase search, one with
6748         no :create to get the responses from all backends.
6749
6750         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
6751         when getting credentials.
6752
6753         * gnus-util.el (gnus-delete-duplicates): New function.
6754
6755 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
6756
6757         * nnimap.el (nnimap-credentials): Instead of picking the first port as
6758         a creation default, pass the whole port list down.  It will be
6759         completed.
6760
6761         * auth-source.el (auth-source-search): Updated docs to talk about
6762         multiple creation choices.
6763         (auth-source-netrc-create): Accept a list as a value (from the search
6764         parameters) and do completion on that list.  Keep a separate netrc line
6765         with the password obscured for showing the user.
6766
6767         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
6768         first choice to `auth-source-search' so it will be used for entry
6769         creation instead of the server's Gnus-specific name.
6770         (nnimap-credentials): Rely on the auth-source library to select which
6771         port is actually wanted in the new netrc entry, so don't override
6772         `auth-source-creation-defaults'.
6773
6774         * auth-source.el (auth-source-netrc-parse): Use :port instead of
6775         :protocol and accept a missing user, host, or port as a wildcard match.
6776         (auth-source-debug): Default to off.
6777
6778         (auth-source-netrc-search, auth-source-netrc-create)
6779         (auth-source-secrets-search, auth-source-secrets-create)
6780         (auth-source-user-or-password, auth-source-backend, auth-sources)
6781         (auth-source-backend-parse-parameters, auth-source-search): Use :port
6782         instead of :protocol.
6783
6784         * nnimap.el (nnimap-credentials): Pass a port default to
6785         `auth-source-search' in case an entry needs to be created.
6786         (nnimap-open-connection-1): Use :port instead of :protocol.
6787
6788 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6789
6790         * auth-source.el: Bind load-path when loading EIEIO from
6791         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
6792         21.4 doesn't support, to `require'.
6793         (auth-source-secrets-search): Use mm-delete-duplicates instead of
6794         delete-dups that is not available in XEmacs 21.4.
6795
6796 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
6797
6798         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
6799         as EIEIO must also be loaded when auth-source.el is being
6800         byte-compiled.
6801
6802 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6803
6804         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
6805
6806         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
6807
6808         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
6809
6810         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
6811
6812         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
6813
6814         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
6815
6816         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
6817
6818         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
6819         necessary.
6820
6821 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
6822
6823         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
6824         nil means that nnimap doesn't get updated.
6825
6826 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6827
6828         * auth-source.el (auth-source-netrc-create): Return a synthetic search
6829         result when the user doesn't want to write to the file.
6830         (auth-source-netrc-search): Expect a synthetic result and proceed
6831         accordingly.
6832         (auth-source-cache-expiry): New variable to override
6833         `password-cache-expiry'.
6834         (auth-source-remember): Use it.
6835
6836         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
6837         parameter.  Create entry if necessary by using :create t.
6838         (nnimap-open-connection-1): Don't pass `inhibit-create'.
6839
6840 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
6841
6842         * auth-source.el (auth-source-debug): Enable by default and don't
6843         mention the obsolete `auth-source-hide-passwords'.
6844         (auth-source-do-warn): New function to debug unconditionally.
6845         (auth-source-do-debug): Use it.
6846         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
6847         and for Secrets API entries when the secrets.el library is not
6848         available.
6849
6850 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6851
6852         * gnus-sum.el (gnus-propagate-marks): Default to nil.
6853         (gnus-summary-exit): Kill the correct article buffer on exit from a
6854         `C-d' group.
6855
6856         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
6857         gnus-propagate-marks.
6858
6859         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
6860         before killing the buffers so that a non-full window conf gets handled
6861         correctly.
6862         (gnus-summary-exit): Ditto.
6863         (gnus-summary-read-group-1): Ditto.
6864
6865         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
6866         async code again so that we can debug it properly.
6867
6868         * message.el (message-reply): Take an optional switch-buffer parameter
6869         so that Gnus window confs are respected better.
6870
6871 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6872
6873         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
6874         `plist-get' to accept non-list parameters (XEmacs issue).
6875         Fix docstring.
6876         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
6877         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
6878         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
6879         Login collection is "Login" and not "login".
6880
6881 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6882
6883         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
6884         multiple headers.
6885
6886         * nnimap.el (nnimap-inhibit-logging): New variable.
6887         (nnimap-log-command): Don't log login commands.
6888
6889         * auth-source.el (auth-source-netrc-search): The asserts seem to want
6890         to have more parameters.
6891
6892         * nnimap.el (nnimap-send-command): Mark the command time for each
6893         command, so that we don't get NOOPs stepping on our toes.
6894
6895         * gnus-art.el (article-date-ut): Get the date from the Date header on
6896         `t'.
6897
6898 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6899
6900         * auth-source.el (auth-source-search): Use copy-sequence instead of
6901         the cl.el copy-list.
6902
6903 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6904
6905         * imap.el: Bring it back (revert
6906         84d800cd31de3064f0ed39617d725709a2f8f42f).
6907
6908 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
6909
6910         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
6911         Improve prompt.
6912
6913 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
6914
6915         * gnus-art.el (gnus-article-mode-line-format): Remove the article
6916         washing status from the default format.  It isn't very informative.
6917
6918 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
6919
6920         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
6921         Fix Gcc processing on imap.
6922
6923 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6924
6925         * imap.el: Remove file.  All the functionality is in nnimap.el.
6926
6927 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6928
6929         * message.el (message-bury): Don't pop up a new window when selected
6930         window is dedicated.
6931
6932 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6933
6934         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
6935
6936 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
6937
6938         * sieve-manage.el: Autoload `auth-source-search'.
6939         (sieve-sasl-auth): Use it.
6940
6941 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
6942
6943         * nnimap.el: Autoload `auth-source-forget+'.
6944         (nnimap-open-connection-1): Use it if the connection fails.
6945
6946         * auth-source.el: Require `password-cache'.
6947         (auth-source-hide-passwords, auth-source-cache): Remove and mark
6948         obsolete.
6949         (auth-source-magic): Marker for `password-cache' keys.
6950         (auth-source-do-cache): Update docstring.
6951         (auth-source-search): Use and check cache.
6952         (auth-source-forget-all-cached, auth-source-remember)
6953         (auth-source-recall, auth-source-forget, auth-source-forget+)
6954         (auth-source-specmatchp): Caching support functions.
6955         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
6956         Remove and obsolete.
6957         (auth-source-user-or-password): Remove caching to further discourage
6958         using it.  Always hide passwords.
6959
6960         * password-cache.el (password-cache-remove): Accept secrets that are
6961         not strings.
6962
6963 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
6964
6965         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
6966         code for now, since it doesn't work for all users.
6967
6968 2011-02-09  Julien Danjou  <julien@danjou.info>
6969
6970         * message.el (message-options): Make message-options really buffer
6971         local.
6972
6973 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
6974
6975         * mail-source.el: Autoload `auth-source-search'.
6976         (mail-source-keyword-map): Note order matters.
6977         (mail-source-set-1): Get all the mail-source source values and
6978         defaults and search auth-source on those if needed.  This can all
6979         probably be simplified.
6980
6981         * nnimap.el: Autoload `auth-source-search'.
6982         (nnimap-credentials): Use it.
6983         (nnimap-open-connection-1): Ask for the virtual server and physical
6984         address in one shot.
6985
6986         * nntp.el: Autoload `auth-source-search'.
6987         (nntp-send-authinfo): Use it.  Note TODO.
6988
6989 2011-02-08  Julien Danjou  <julien@danjou.info>
6990
6991         * shr.el (shr-tag-body): Add support for text attribute in body
6992         markups.
6993
6994         * message.el (message-options): Make message-options a local variable.
6995
6996 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
6997
6998         * auth-source.el (auth-source-secrets-search)
6999         (auth-source-user-or-password): Use `append' instead of `nconc'.
7000         (auth-source-user-or-password): Build return list better and protect
7001         against nil :secret.
7002
7003 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
7004
7005         * nnimap.el (nnimap-update-info): Refactor slightly.
7006         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
7007         (nnimap-update-info): Clean up slightly.
7008         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
7009         characters.
7010         (nnimap-process-quirk): Rename function to avoid collision.
7011         (nnimap-update-info): Fix macrology bug-out.
7012         (nnimap-update-info): Simplify split history test.
7013
7014 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
7015
7016         * auth-source.el (top): Require 'eieio unconditionally.
7017         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
7018         (auth-source-secrets-search): Limit search when `max' is greater than
7019         number of results.
7020
7021 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
7022
7023         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
7024         part not returning any data.
7025
7026         * proto-stream.el (open-protocol-stream): Document the return value.
7027
7028 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7029
7030         * auth-source.el (auth-source-secrets-search): Add examples.
7031
7032 2011-02-06  Julien Danjou  <julien@danjou.info>
7033
7034         * message.el (message-setup-1): Handle message-generate-headers-first
7035         set to t.
7036
7037 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7038
7039         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
7040         API with a string "secrets:collection-name" and with 'default.
7041         (auth-source-backend-parse): Parse "secrets:collection-name" and
7042         'default.  Recurse on parses instead of repeating code.  Use the
7043         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
7044         message when ignoring a source.
7045         (auth-source-search): List ignored search keys at the top level.
7046         (auth-source-netrc-create): Use `case' instead of `cond'.
7047         (auth-source-secrets-search): Created with TODOs.
7048         (auth-source-secrets-create): Created with TODOs.
7049         (auth-source-retrieve, auth-source-create, auth-source-delete)
7050         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7051         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7052         (auth-source-user-or-password-sftp)
7053         (auth-source-user-or-password-smtp): Remove.
7054         (auth-source-user-or-password): Deprecated and modified to be a wrapper
7055         around `auth-source-search'.  Not tested thoroughly.
7056
7057 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
7058
7059         * auth-source.el: Bring in assoc and eioeio libraries.
7060         (secrets-enabled): New variable to track the status of the Secrets API.
7061         (auth-source-backend): New EIOEIO class to represent a backend.
7062         (auth-source-creation-defaults): New variable to set prompt defaults
7063         during token creation (see the `auth-source-search' docstring for
7064         details).
7065         (auth-sources): Simplify to allow a simple string as a netrc backend
7066         spec.
7067         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
7068         (auth-source-backend-parse-parameters): Fill in the backend parameters.
7069         (auth-source-search): Main auth-source API entry point.
7070         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
7071         (auth-source-search-collection): Helper function for searching.
7072         (auth-source-netrc-parse, auth-source-netrc-normalize)
7073         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
7074         Supports search, create, and delete.
7075         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
7076         backend stubs.
7077         (auth-source-user-or-password): Call `auth-source-search' but it's not
7078         ready yet.
7079
7080 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
7081
7082         * message.el (message-setup-1): Remove the read-only stuff, since it
7083         doesn't work under XEmacs, for some reason.
7084
7085         * gnus-sum.el (gnus-user-date): Rename back from
7086         gnus-summary-user-date since user code refers to it.
7087
7088         * shr.el (shr-render-td): Store the actual background color used.
7089
7090         * message.el (message-setup-1): Don't bind the constant
7091         -forbidden-properties.
7092         (message-setup-1): Revert previous change, since it needs to bind the
7093         props to insert them.
7094         (message-resend): Allow removing the read-only separator line.
7095
7096 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7097
7098         * nnimap.el (nnimap-request-accept-article): Give an error message if
7099         the APPEND wasn't successful.
7100
7101 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
7102
7103         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
7104         that have no groups.
7105
7106 2011-02-03  Julien Danjou  <julien@danjou.info>
7107
7108         * gnus-draft.el: Remove progn around gnus-draft-setup.
7109
7110 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7111
7112         * gnus-start.el (gnus-read-active-for-groups): This function is never
7113         called with a nil `infos', so clean that up.
7114         (gnus-get-unread-articles): Request active files from primary/secondary
7115         methods that have no groups (yet).
7116
7117 2011-02-03  Julien Danjou  <julien@danjou.info>
7118
7119         * message.el (message-setup-1): Always generate References first.
7120         (message-mail): Return the return value of message-setup, not always t.
7121         (message-setup-1): Insert mail-header-separator with read-only and
7122         intangible properties set.
7123
7124         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
7125         user-date in docstring.
7126
7127         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
7128
7129         * gnus.el (gnus-summary-line-format): Mention &user-date format in
7130         docstring.
7131
7132         * gnus.el (gnus-user-date-format-alist): Change default value.
7133         Use defcustom, with type and group.  Move from gnus-util.el.
7134         Rename to gnus-summary-user-date-format-alist.
7135
7136 2011-02-03  Glenn Morris  <rgm@gnu.org>
7137
7138         * nnimap.el (gnus-fetch-headers): Declare.
7139
7140         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
7141
7142 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7143
7144         * message.el (message-forward-make-body-digest-plain)
7145         (message-followup, message-reply): Clean up things noted by Stefan.
7146
7147         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
7148         gnus-article-update-date-headers is nil.
7149         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
7150         it didn't really work with defcustom.
7151         (article-update-date-lapsed): Make sure the window start doesn't move,
7152         either.
7153
7154 2011-02-01  Julien Danjou  <julien@danjou.info>
7155
7156         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
7157         format.
7158
7159         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
7160         standard in Emacs nowadays.
7161
7162         * color.el (color-gradient): Add a color-gradient function.
7163
7164 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7165
7166         * message.el (message-expand-name): Don't trust the return value of
7167         bbdb-complete-name.
7168         (message-check-news-header-syntax): Remove unused var `start'.
7169         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
7170         (message-inhibit-body-encoding): Move to before first use.
7171         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
7172         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
7173         (Organization, Message-ID, Date, mh-previous-window-config):
7174         Defvar the vars using dynamic scoping.
7175
7176 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
7177
7178         * shr.el (shr-render-td): Only do colors at the final rendering.
7179         Should be slightly faster.
7180         (shr-insert-table): Fix up TD background colors when doing the
7181         vertical padding.
7182
7183         * gnus-art.el (article-date-ut): Protect against articles with no Date
7184         header.
7185         (article-update-date-lapsed): Don't use current-column to find the
7186         horizontal position.  It's fragile in the presence of \003 characters.
7187
7188         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
7189
7190 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7191
7192         * gnus-art.el (article-transform-date): Rewrite to still work when
7193         there are several rfc2822 parts.
7194         (article-transform-date): Fix infinite recursion.
7195         (article-date-ut): Replace infinitely many Date headers with a single
7196         one when called interactively.
7197
7198         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
7199         secure manner.
7200
7201         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
7202         move around by not using save-window-excursion.  It seems to work...
7203
7204 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7205
7206         * gnus-art.el (article-make-date-line): Work for user-defined format.
7207
7208 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7209
7210         * nntp.el (nntp-retrieve-group-data-early)
7211         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
7212         fetching functions.
7213
7214         * gnus-start.el (gnus-read-active-for-groups): Read the active files
7215         thoroughly for all backends that have no known groups.  This should
7216         allow new nnml methods to retrieve mail.
7217
7218         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
7219         that Gnus doesn't know exists again.
7220
7221         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
7222         (gnus-treat-date-ut): Ditto.
7223         (gnus-article-update-date-header): Rename.
7224         (gnus-treat-date-local): Remove.
7225         (gnus-treat-date-english): Remove.
7226         (gnus-treat-date-lapsed): Remove.
7227         (gnus-treat-date-combined-lapsed): Remove.
7228         (gnus-treat-date-original): Remove.
7229         (gnus-treat-date-iso8601): Remove.
7230         (gnus-treat-date-user-defined): Remove.
7231         (gnus-article-date-headers): New variable to control all the date
7232         header options.
7233         (article-date-ut): Rewrite to allow using the new way to format date
7234         headers(s).
7235
7236 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
7237
7238         * nnmail.el (nnmail-article-group): Check for a direct fancy split
7239         method.
7240         (nnmail-article-group): A better test for fanciness.
7241
7242         * nnimap.el (nnimap-request-head): Protect against not finding the
7243         article by Message-ID.
7244
7245 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
7246
7247         * gnus-art.el (article-update-date-lapsed): Try a better way to really
7248         keep point at the "same place".
7249
7250 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7251
7252         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
7253         data if the group is inactive.
7254
7255 2011-01-28  Julien Danjou  <julien@danjou.info>
7256
7257         * gnus-win.el: Remove dead function gnus-window-configuration-element.
7258         (gnus-all-windows-visible-p): Remove old compatibility code.
7259         (gnus-window-top-edge): Add docstring.
7260
7261         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
7262
7263 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7264
7265         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
7266         older request-update-info.
7267
7268         * gnus-art.el (article-make-date-line): Limit the length a bit more.
7269
7270 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
7271
7272         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
7273         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
7274
7275 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7276
7277         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
7278         groups.  This makes the nndraft:queue group pop up if it's not already
7279         there.
7280
7281         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
7282         messages" logic, which was reversed.
7283
7284         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
7285         the "same place" even if point is on the line being replaced.
7286         (article-update-date-lapsed): Allow updating both the combined lapsed
7287         and the lapsed headers.
7288         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
7289         (article-make-date-line): Limit the number of segments dynamically to
7290         avoid too-long lines.
7291
7292 2011-01-27  Julien Danjou  <julien@danjou.info>
7293
7294         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
7295         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
7296
7297 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7298
7299         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
7300         Use plist-get instead of the cl function getf.
7301
7302 2011-01-27  Glenn Morris  <rgm@gnu.org>
7303
7304         * gnus-util.el (float-time): Get rid of compiler warning, again.
7305
7306 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7307
7308         * shr.el (shr-put-color): Special-case background colors: Do put them
7309         at the blank parts at the front of the lines.
7310
7311         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
7312         exit hook to nix out all data on readedness on group exit.
7313
7314         * gnus-util.el (float-time): If float-time is bound, always use it on
7315         all Emacsen.  It's unclear why the subrp check was there.
7316         (time-date): Require to make some autoload issues on XEmacs go away.
7317
7318         * shr.el (shr-put-color): Don't do the box padding in tables, since
7319         they're already padded.
7320
7321 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
7322
7323         * gnus-art.el (gnus-article-next-page): When the last line of the
7324         article is displayed, scroll down once more instead of going to the
7325         next article at once.
7326         (article-lapsed-string): Refactor out and allow specifying how many
7327         segments you want.
7328         (gnus-article-setup-buffer): Start updating the lapsed header directly.
7329         (gnus-article-update-lapsed-header): New variable.
7330
7331         * shr.el: Revert change that made headings use different-sized faces.
7332         The Emacs display engine isn't advanced enough that, for instance,
7333         tables can comfortably use differently-sized faces.
7334
7335 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7336
7337         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
7338         used.
7339         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
7340         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
7341         we're using an encrypted connection.
7342
7343         * proto-stream.el: Alter the interface functions to also return the
7344         actual stream type used: network or tls.
7345
7346 2011-01-25  Julien Danjou  <julien@danjou.info>
7347
7348         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
7349         (mm-display-javascript-inline): New function.
7350
7351         * mm-decode.el (mm-inline-media-tests): Add application/javascript
7352         viewing function.
7353
7354 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7355
7356         * shr.el (shr-expand-newlines): Fix variable name.
7357
7358 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7359
7360         * shr.el (shr-expand-newlines): Make nested boxes work.
7361
7362 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7363
7364         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
7365         backgrounds.
7366         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
7367         in a more sensible manner.
7368
7369 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
7370
7371         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
7372         if EPG is loaded.
7373
7374 2011-01-24  Julien Danjou  <julien@danjou.info>
7375
7376         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
7377         tags.
7378
7379 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7380
7381         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
7382         commands.
7383
7384         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
7385         in the article buffer.
7386         (gnus-gravatar-insert): Use blank space from the current buffer to
7387         avoid breaking text properties.  This makes X-Sent updating work again.
7388
7389         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
7390
7391 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
7392
7393         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
7394         fix the bug in url-http.el instead.
7395
7396         * shr.el (shr-image-fetched): Ditto.
7397
7398         * shr.el (shr-image-fetched): Avoid having point move in the article
7399         buffer.
7400
7401         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
7402         buffer after being called.  It's apparently being killed by url.el, and
7403         killing it made point move to end-of-buffer in a random buffer.
7404
7405         * shr.el (shr-image-fetched): Ditto.
7406
7407 2011-01-23  Julien Danjou  <julien@danjou.info>
7408
7409         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
7410
7411         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
7412         text/x-org.
7413
7414 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7415
7416         * gnus-sum.el (gnus-summary-move-article): Protect against backends
7417         (i.e., nnimap) returning nil as the article number.
7418
7419 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
7420
7421         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
7422         "DelSp" parameter in RFC3676.
7423
7424 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7425
7426         * message.el (message-check-recipients): Display the encoded version of
7427         the bogus address if they differ.
7428
7429         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
7430         after sending.
7431
7432         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7433
7434         * gnus-group.el (gnus-group-refresh-group): New convenience function.
7435
7436         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
7437         group buffer after sending the queue.
7438
7439         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7440
7441 2011-01-22  Julien Danjou  <julien@danjou.info>
7442
7443         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
7444
7445 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7446
7447         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
7448         nested related parts.
7449
7450         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
7451         unexpired articles.  This fixes the regression that led expiry marks to
7452         disappear from nnfolder groups.
7453
7454 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7455
7456         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
7457         Don't confuse the "ret" of "retrograde" with RET.
7458
7459 2011-01-21  Julien Danjou  <julien@danjou.info>
7460
7461         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
7462         than mm-insert-inline.
7463
7464 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7465
7466         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
7467         Widen article buffer.
7468
7469 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7470
7471         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
7472         the temp buffer.
7473         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
7474
7475 2011-01-20  Julien Danjou  <julien@danjou.info>
7476
7477         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
7478
7479         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
7480         than mm-insert-inline to insert inline part: this respect
7481         mm-inline-media-tests displayers.
7482
7483         * mm-view.el (mm-display-shell-script-inline): New function.
7484
7485         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
7486
7487         * mm-uu.el (mm-uu-type-alist): Add org block.
7488         (mm-uu-org-src-code-block-extract): New function.
7489
7490         * mm-view.el (mm-display-org-inline): New function.
7491
7492         * mm-decode.el (mm-automatic-display): Add text/org.
7493
7494         * mailcap.el (mailcap-mime-extensions): Add .org.
7495
7496 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7497
7498         * gnus-art.el (gnus-article-highlight): Remove argument passed to
7499         gnus-article-add-buttons.
7500
7501 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
7502
7503         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
7504         From header with a date and "nobody" as the sender.
7505
7506 2011-01-19  Julien Danjou  <julien@danjou.info>
7507
7508         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
7509         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
7510         if you have the same regexp several times.
7511         (gnus-button-push): Fix matching when regexp is symbol.
7512
7513 2011-01-15  Glenn Morris  <rgm@gnu.org>
7514
7515         * message.el (message-mail): A compose-mail function should
7516         accept headers as strings.
7517
7518 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
7519
7520         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
7521         Add :vert-only tags.
7522         (message-mail): New arg RETURN-ACTION.
7523         (message-return-action): New var.
7524         (message-bury): Use it.
7525         (message-mode): Make it buffer-local.
7526         (message-send-and-exit): Always call message-bury.
7527
7528         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
7529         message-mail.
7530
7531 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7532
7533         * nnimap.el (nnimap-convert-partial-article): Protect against
7534         zero-length body parts.
7535
7536         * mm-decode.el (mm-preferred-alternative-precedence):
7537         Discourage showing empty parts.
7538
7539         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
7540         and stuff if the backend didn't return the article number.  This fixes
7541         an Exchange-related nnimap bug.
7542
7543         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
7544         group window, because it does the wrong thing when a separate frame
7545         displays the group buffer.
7546
7547         * proto-stream.el (open-protocol-stream): Protect against the low-level
7548         transport functions returning nil.
7549
7550 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
7551
7552         * mml2015.el (epg-sub-key-fingerprint): Autoload.
7553         (mml2015-epg-find-usable-secret-key): New function.
7554         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
7555         mml2015-epg-find-usable-key (Bug#7797).
7556         (mml2015-epg-encrypt): Ditto.
7557
7558 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7559
7560         * dgnushack.el (rot13-string): Fix the way to get the argument.
7561
7562 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7563
7564         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
7565
7566 2011-01-03  Glenn Morris  <rgm@gnu.org>
7567
7568         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
7569
7570         * sieve.el (sieve-open-server): Give a more explicit error if
7571         sieve-manage-open returns nil.  (Bug#7720)
7572
7573 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
7574
7575         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
7576
7577 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7578
7579         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
7580         This avoids sending passwords in plain text over non-encrypted
7581         channels.
7582
7583         * shr.el (shr-rescale-image): Display all GIF images as animated images.
7584
7585         * nnimap.el (nnimap-login): Refactored out into own function, and
7586         implement CRAM-MD5.
7587         (nnimap-wait-for-line): Refactored out.
7588
7589         * mm-view.el (mml-smime): Require.
7590
7591 2010-12-20  David Engster  <deng@eml.cc>
7592
7593         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
7594         use EPG to decrypt S/MIME messages instead of openssl.
7595
7596 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7597
7598         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
7599
7600         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
7601         status is the group clearly is unreachable.
7602
7603         * auth-source.el (auth-source-create): Add the optional second
7604         parameter to `local-variable-p' to be compatible with XEmacs.
7605
7606 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
7607
7608         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
7609         work when using a compressed nnml folder.
7610
7611 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7612
7613         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
7614         backends after sanitising on entry, because this never makes sense:
7615         If the articles have gone missing, then the data no longer exists on
7616         the backend, and if they haven't, then Gnus is wrong, and shouldn't
7617         overwrite anything anyway.
7618
7619         * shr.el (shr-insert-document): Bind shr-width dynamically to
7620         window-width if it's nil.
7621
7622 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
7623
7624         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
7625         with the meaning of using the full emacs window width for rendering.
7626
7627 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
7628
7629         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
7630         case when sender is not given.
7631
7632 2010-12-23  Julien Danjou  <julien@danjou.info>
7633
7634         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
7635         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
7636         the addresses, otherwise we might misplaced the gravatar.
7637
7638 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
7639
7640         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
7641         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
7642         obsolete in Emacs.
7643
7644 2010-12-20  Julien Danjou  <julien@danjou.info>
7645
7646         * gnus-util.el (gnus-rescale-image): Revert last change.
7647
7648 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
7649
7650         * binhex.el: Improve commentary (Bug#7482).
7651
7652 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7653
7654         * gnus-group.el (gnus-group-delete-articles): New command.
7655
7656 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7657
7658         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
7659
7660 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7661
7662         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
7663         here, since it's up to the backends to do CRLF removal if their
7664         protocol has it.
7665
7666         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
7667
7668 2010-12-17  Julien Danjou  <julien@danjou.info>
7669
7670         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
7671         they are from file.  Can also scale up.
7672
7673 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7674
7675         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
7676         Restore gnus-use-agent.
7677         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
7678
7679         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
7680
7681 2010-12-17  Julien Danjou  <julien@danjou.info>
7682
7683         * gravatar.el (gravatar-retrieve-synchronously): New function.
7684         (gravatar-get-data): Make more robust.
7685
7686 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7687
7688         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
7689
7690 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7691
7692         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
7693         to really consider the last line.
7694
7695 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
7696
7697         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
7698         list of recipient keys, or use symmetric encryption if not a list.
7699         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
7700         EPA override, replacing the call to `netrc-store-data'.
7701
7702 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
7703
7704         * gnus-srvr.el: Avoid passing nil regexp argument to
7705         delete-matching-lines.
7706
7707 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7708
7709         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
7710         fetching stops when Gnus exits.
7711
7712         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
7713         function.
7714         (nnfolder-request-expire-articles): Save all the buffers after doing
7715         expiry.
7716
7717         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
7718         the last article", since that led to serious performance regressions
7719         when expiring nnml groups.
7720
7721 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
7722
7723         * nnir.el: Improve customizations.
7724
7725 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7726
7727         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
7728
7729         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
7730         group has been killed.
7731         (gnus-group-yank-group): Ditto.
7732
7733         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
7734
7735         * nnimap.el (nnimap-request-update-group-status): New function.
7736
7737         * gnus-int.el (gnus-request-update-group-status): New interface
7738         function.
7739
7740         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
7741         copying read-ness to the backends.
7742
7743         * nnimap.el (nnimap-quirk): New function.
7744         (nnimap-retrieve-group-data-early): Use it.
7745         (nnimap-quirks): New alist.
7746
7747 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7748
7749         * shr.el (shr-insert): Set shr-start after deleting trailing space;
7750         don't delete it within indentation.
7751
7752 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7753
7754         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
7755         previous line.
7756
7757 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7758
7759         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
7760         QRESYNC command by deleting a superfluous space which broke Cyrus
7761         servers.  This change will break other servers that are buggy the other
7762         way around.
7763
7764 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
7765
7766         * spam.el: Reindent and fix long lines.
7767         (spam-copy-or-move-routine): Exclude invalid move destinations.
7768
7769 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
7770
7771         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
7772         installed the registry.
7773
7774 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7775
7776         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
7777
7778 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7779
7780         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
7781         groupname doesn't contain "gmane".
7782
7783 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7784
7785         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
7786         and netrc-bound-and-true-p bindings.
7787         (netrc-parse): Cache the netrc contents.
7788
7789         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
7790         (gnus-1): Don't create the nndrafts group twice.
7791         (gnus-setup-news): There's no need to read the active file here, since
7792         that's done again later on a per-backend basis.
7793         (gnus-start-draft-setup): Make sure that the new group is started out
7794         empty.
7795
7796         * gnus-agent.el (gnus-agentize): Don't create the queue group
7797         automatically on startup.  It'll be created later, if needed.
7798
7799         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
7800         of automatically subscribed groups.
7801         (gnus-auto-subscribed-categories): New variable.
7802         (gnus-matches-options-n): Use it.
7803         (gnus-default-subscribed-newsgroups): Remove unused variable.
7804         (gnus-start-draft-setup): Message a bit less.
7805
7806 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7807
7808         * nnir.el (nnir-run-imap): Return article list in order of increasing
7809         UID.
7810
7811 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7812
7813         * gnus-sum.el (gnus-summary-enter-digest-group):
7814         Mention gnus-auto-select-on-ephemeral-exit.
7815
7816         * proto-stream.el (proto-stream-open-network-only): Fix the calling
7817         convention of the network-only option.
7818
7819 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7820
7821         * proto-stream.el (proto-stream-open-network-only): New function to
7822         have a way to specify non-STARTTLS upgrade connections.
7823
7824 2010-12-10  Julien Danjou  <julien@danjou.info>
7825
7826         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
7827         email address is nil.
7828
7829         * message.el (message-bogus-recipient-p): Set address to "" if nil.
7830
7831 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
7832
7833         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
7834         deletion.
7835         (nnir-run-imap): Only need to parse list once.
7836
7837 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7838
7839         * shr.el (shr-tag-script): Ignore <script>.
7840         (shr-tag-label): Add <label> support.
7841
7842 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7843
7844         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
7845
7846         * shr.el (shr-image-displayer): Work for images lined side by side.
7847
7848 2010-12-08  Robert Pluim  <rpluim@gmail.com>
7849
7850         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
7851         parameter, since XEmacs doesn't accept t as a parameter.
7852
7853 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
7854
7855         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
7856         ids.
7857         (nnir-run-gmane): Simplify groupspec formatting.
7858         (nnir-request-expire-articles): New function.
7859
7860 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7861
7862         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
7863         overflow, possibly.
7864
7865         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
7866         (shr-render-td): Handle td style="" better.
7867         (shr-tag-table): Use the color from the style sheet.
7868         (shr-render-td): Make sure we copy over all the overlays, too.
7869
7870 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
7871
7872         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
7873         (nnir-request-article): Improve article retrieval.
7874
7875 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7876
7877         * mm-util.el (mm-extra-numeric-entities): New variable.
7878
7879         * mm-url.el (mm-url-decode-entities):
7880         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
7881
7882         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
7883
7884 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7885
7886         * message.el: Use completion-at-point.
7887         (message-completion-function): New fun, extracted from message-tab.
7888         (message-mode): Use it for completion-at-point-functions.
7889         (message-tab): Use it and completion-at-point.
7890
7891 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7892
7893         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
7894         character if a non-breakable character follows.
7895
7896 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7897
7898         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
7899         any stream.
7900
7901         * shr.el (shr-tag-font): Colorize the region.
7902         (shr-tag-body): Ditto.
7903         (shr-tag-font): Actually let the styles be inherited instead of
7904         overwriting them.
7905         (shr-tag-font): Get the background color right.
7906         (shr-tag-style): Ignore all <style> tags for the moment.
7907
7908         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
7909         a Message-ID to avoid having nnimap depend on gnus-sum.
7910
7911         * shr.el (shr-descend): Only colorize something if we have a node that
7912         sets colors.
7913
7914 2010-12-06  Julien Danjou  <julien@danjou.info>
7915
7916         * shr.el (shr-render-td): Render td content with shr-descend, so style
7917         will be applied to <td> too.
7918         (shr-colorize-region): Colorize region even if we only have a background.
7919         (shr-tag-body): Fix color and background color inheritance.
7920         Do not recolorize after shr-generic.
7921         (shr-tag-font): Let shr-generic colorize via inheritance.
7922
7923 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7924
7925         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
7926
7927 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
7928
7929         * nnir.el (nnir-request-move-article): Remove obsolete code.
7930
7931 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7932
7933         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
7934
7935 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7936
7937         * gnus-sum.el (gnus-summary-respool-article): The completion function
7938         expects a list instead of an alist.
7939
7940         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
7941         string as the parameter.
7942
7943         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
7944
7945         * shr.el (shr-stylesheet): New dynamic variable for cascading the
7946         styles.
7947         (shr-colorize-region): New function.
7948         (shr-insert-background-overlay): Remove.
7949         (shr-render-td): Background setting should be taken care of on a higher
7950         level.
7951         (shr-tag-body): Use post-hoc colorizations.
7952         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
7953         (shr-put-color-1): Don't overwrite old colors.
7954         (shr-colorize-region): When the background color isn't explicit, use
7955         a fixed background.
7956
7957         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
7958         nnmail variables.
7959
7960 2010-12-05  Bjørn Mork  <bjorn@mork.no>
7961
7962         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
7963         unless necessary.
7964
7965 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
7966
7967         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
7968         server.
7969
7970 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7971
7972         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
7973         so that TAB works.
7974
7975         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
7976         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
7977
7978         * shr.el (shr-urlify): Show the URL before the title to avoid
7979         misleading URLs.
7980
7981 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
7982
7983         * shr.el (shr-urlify): Display the title in <a> tags.
7984
7985 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
7986
7987         * nnir.el (nnir-categorize): Replace mapcar with mapc.
7988
7989 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
7990
7991         * nnir.el: Rearrange code to allow macros to be autoloaded by
7992         gnus-sum.el.
7993         (nnir-retrieve-headers-override-function): Make this variable
7994         customizable.
7995         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
7996
7997         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
7998         from nnir.el.
7999
8000 2010-12-03  Julien Danjou  <julien@danjou.info>
8001
8002         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
8003
8004 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8005
8006         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
8007         allow optional argument `environment'.
8008
8009 2010-12-03  Glenn Morris  <rgm@gnu.org>
8010
8011         * mm-extern.el (message-goto-body): Update declaration.
8012
8013 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8014
8015         * gnus-util.el (gnus-macroexpand-all): New function.
8016
8017         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
8018         instead of macroexpand-all that is unavailable in XEmacs.
8019
8020 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
8021
8022         * nnir.el (nnir-summary-line-format): New variable.
8023         (nnir-mode): Use it.
8024         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
8025         (nnir-article-ids): Reimplement as defsubst.
8026         (nnir-retrieve-headers): Don't mangle the subject header.
8027         (nnir-run-imap): Use 100 as RSV score.
8028         (nnir-run-find-grep): Fix for full server searching.
8029         (nnir-run-gmane): Better restriction to gmane groups.
8030
8031         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
8032         summary buffers.
8033
8034 2010-12-02  Julien Danjou  <julien@danjou.info>
8035
8036         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
8037
8038         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
8039
8040         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
8041         support.
8042
8043 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
8044
8045         * nnir.el: Update to handle the registry better.
8046         (autoload): Silence byte-compiler.
8047         (nnir-open-server): Add a hook for nnir groups.
8048         (nnir-request-move-article): Don't mangle the header.  Better to use
8049         formatting variables (which will be added in the future).
8050         (nnir-registry-action): Update the registry using the original article
8051         group name.
8052         (nnir-mode): Install nnir-specific hooks for updating the registry.
8053
8054         * gnus-sum.el
8055         (gnus-article-original-subject, gnus-newsgroup-original-name):
8056         Remove obsolete variables.
8057         (gnus-summary-move-article): Remove use of obsolete variables.
8058         (gnus-summary-local-variables): Make move and delete hooks local to
8059         summary buffers.
8060
8061 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8062
8063         * rtree.el: New file.
8064
8065 2010-12-01  Julien Danjou  <julien@danjou.info>
8066
8067         * message.el (message-user-organization): Do not use
8068         gnus-local-organization.
8069
8070         * gnus.el: Remove gnus-local-organization.
8071
8072         * gnus-msg.el: Remove nastygram thing.
8073
8074 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8075
8076         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
8077         funcall.
8078
8079 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8080
8081         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
8082         names.
8083
8084         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
8085         characters.
8086
8087         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
8088         to t of inhibit-read-only since it is inside gnus-with-article-headers.
8089         Suggested by Štěpán Němec <stepnem@gmail.com>.
8090         (gnus-gravatar-transform-address): Use mail-extract-address-components
8091         that supports non-ASCII names rather than mail-header-parse-addresses.
8092
8093 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8094
8095         * proto-stream.el (open-protocol-stream): All starttls connections are
8096         handled by the network handler.
8097
8098 2010-11-30  Julien Danjou  <julien@danjou.info>
8099
8100         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
8101         (nnimap-open-connection-1): Fix PREAUTH.
8102
8103         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
8104
8105 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8106
8107         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
8108         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
8109         (shr-insert): Use them.
8110         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
8111
8112 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8113
8114         * nnir.el (nnir-request-move-article): Bail out if original group
8115         doesn't support article moves.
8116         (nnir-get-active): Improve active list retrieval.
8117
8118 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8119
8120         * shr.el (shr-find-fill-point): Don't break before apostrophes.
8121
8122 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
8123
8124         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
8125         seem to accept strings-with-numbers as port numbers.
8126
8127 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8128
8129         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
8130         change the registry.
8131
8132 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8133
8134         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
8135         delete-dups that is not available in XEmacs 21.4.
8136
8137         * mm-util.el (mm-delete-duplicates): Add comment.
8138
8139 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
8140
8141         * nnir.el (nnir-ignored-newsgroups): New variable.
8142         (nnir-get-active): Use it.
8143
8144 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8145
8146         * proto-stream.el (proto-stream-open-network): Add some comments.
8147
8148         * nntp.el (nntp-open-connection): Provide a :success condition.
8149
8150         * nnimap.el (nnimap-open-connection-1): Ditto.
8151
8152         * proto-stream.el (proto-stream-open-network): See what the response to
8153         the STARTTLS command is.
8154
8155         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
8156         backwards compatibility).
8157         (nnimap-open-connection-1): Really respect nnimap-server-port.
8158
8159         * proto-stream.el (proto-stream-open-network): When doing opportunistic
8160         TLS upgrades we don't really care about the identity of the peer.
8161         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
8162         that what we've checked for.
8163         (proto-stream-always-use-starttls): Only default to t if
8164         open-gnutls-stream exists.
8165         (proto-stream-open-network): If STARTTLS failed, then just open a
8166         normal connection.
8167         (proto-stream-open-network): Wait until the greeting before doing
8168         STARTTLS.
8169
8170         * nntp.el (nntp-open-connection): Report what the connection error is.
8171
8172         * proto-stream.el (open-protocol-stream): Rename from
8173         open-proto-stream.
8174
8175 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8176
8177         * nnimap.el (nnimap-stream): Change default to `undecided'.
8178         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
8179         first, and then network.
8180         (nnimap-open-connection-1): Respect nnimap-server-port.
8181         (nnimap-open-connection): Be more backwards-compatible.
8182
8183         * proto-stream.el (proto-stream-always-use-starttls): New variable.
8184         (proto-stream-open-starttls): De-duplicate the starttls code.
8185         (proto-stream-open-starttls): Folded back into the main function.
8186         (proto-stream-open-network): Fix typo in the gnutls path.
8187         (proto-stream-command): Refactor out.
8188
8189         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
8190
8191         * proto-stream.el (proto-stream-open-starttls): Actually implement the
8192         starttls.el STARTTLS.
8193
8194         * color.el (color-lab->srgb): Fix function call name.
8195
8196         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
8197         if we're using tls.el.
8198         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
8199         built in, then don't try to establish a STARTTLS connection.
8200
8201         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
8202         servers.
8203
8204         * proto-stream.el (open-proto-stream): Use network, not stream.
8205         (open-proto-stream): Add a way to specify what the end of a command is.
8206
8207         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
8208         connections types.
8209         (nntp-open-network-stream): Remove.
8210         (nntp-open-ssl-stream): Remove.
8211         (nntp-open-tls-stream): Remove.
8212         (nntp-ssl-program): Remove.
8213
8214         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
8215
8216 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
8217
8218         * nnir.el: Fix typos.
8219         (nnir-retrieve-headers-override-function): Rename variable to reflect
8220         new semantics.
8221         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
8222         macros.
8223         (nnir-request-article, nnir-request-move-article): Use them.
8224         (nnir-categorize): New function.
8225         (nnir-run-query): Use it.
8226         (nnir-retrieve-headers): Rewrite to batch header retrieval.
8227         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
8228         sorted.
8229         (nnir-group-full-name): Use gnus-group-full-name instead.
8230         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
8231         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
8232
8233 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8234
8235         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
8236
8237         * proto-stream.el: New library to provide protocol-specific
8238         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
8239         protocols.
8240         (open-proto-stream): Complete the documentation.
8241         (proto-stream-open-network): Fix some typos.
8242
8243         * nnimap.el (nnimap-open-connection): Use it.
8244
8245 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
8246
8247         * pop3.el (pop3-open-server): Read server greeting before starting TLS
8248         negotiation.
8249
8250 2010-11-26  Julien Danjou  <julien@danjou.info>
8251
8252         * color.el: Rename various rgb functions to srgb.
8253
8254 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8255
8256         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
8257         names.
8258
8259 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8260
8261         * shr.el (shr-insert): Revert last change.
8262         (shr-find-fill-point): Never leave point being at bol;
8263         relax the kinsoku limitation when rendering tables.
8264
8265 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8266
8267         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
8268         results from -accept-article.
8269
8270         * shr-color.el: Require cl when compiling.
8271
8272         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
8273         checkin.
8274
8275         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
8276
8277         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
8278
8279         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
8280         'add and 'delete to set backend marks.
8281
8282         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
8283
8284         * nnheader.el (nnheader-update-marks-actions): Refactor out.
8285
8286         * nntp.el (nntp-request-set-mark): Use it.
8287
8288         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8289
8290         * nnml.el (nnml-request-set-mark): Ditto.
8291
8292         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
8293         introduces regressions in article selection.
8294         (nnimap-find-uid-response): New function.
8295         (nnimap-request-accept-article): Use the UID returned, if any.
8296         (nnimap-request-move-article): Use the UID returned, if any.
8297         (nnimap-get-groups): Reimplement to work with folded lines.
8298         (nnimap-find-uid-response): The UID is the last element in the list.
8299         (nnimap-request-set-mark): Extend syntax with 'set.
8300
8301         * nnml.el (nnml-request-set-mark): Ditto.
8302
8303         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8304
8305         * nntp.el (nntp-request-set-mark): Ditto.
8306
8307 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8308
8309         * message.el (message-called-interactively-p): A temporary macro.
8310         (message-goto-body): Use it temporarily.
8311
8312 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8313
8314         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
8315         (nnimap-last-response-string): Unfold quoted lines, if they exist.
8316         (nnimap-last-response-string): Fix last unfolding fix.
8317
8318 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8319
8320         * shr.el (shr-insert): Fix the way to fold lines.
8321
8322 2010-11-25  Julien Danjou  <julien@danjou.info>
8323
8324         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
8325
8326         * color.el: Rename from color-lab.el
8327         (color-rgb->hex): Add.
8328         (color-complement): Add.
8329         (color-complement-hex): Add.
8330
8331         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
8332
8333 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8334
8335         * shr-color.el (shr-color-visible): Don't bug out if the color names
8336         don't exist.
8337
8338 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8339
8340         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
8341         assuming that article displaying or another mml-preview may be
8342         interrupted for an error or for the like.
8343
8344         * shr.el (shr-get-background): Fix argument name.
8345
8346 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8347
8348         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
8349
8350         * gnus-sum.el (gnus-summary-include-articles): New function.
8351
8352         * message.el (message-goto-body): called-interactively-p needs a
8353         parameter, so use `any'.
8354
8355         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
8356         clear marks before moving, since they're synced from the Gnus side
8357         first.
8358
8359         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
8360         (gnus-summary-move-article): Copy over all marks before moving, so that
8361         IMAP doesn't think a new article has arrived.
8362
8363 2010-11-24  Julien Danjou  <julien@danjou.info>
8364
8365         * shr.el (shr-insert-background-overlay): Fix typo.
8366         (shr-render-td): Copy the background before rendering.
8367
8368         * shr-color.el (shr-color-visible): Fix docstring.
8369
8370         * shr.el (shr-tag-table): Add bgcolor support.
8371         (shr-render-td): Add bgcolor support.
8372         (shr-get-background): Add.
8373         (shr-insert-foreground-overlay): Use shr-get-background.
8374
8375         * message.el (message-goto-body): Use called-interactively-p.
8376         (message-in-body-p): message-goto-body returns point.
8377
8378 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8379
8380         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
8381         Fixes something or other in Emacs 23, and is backwards compatible.
8382
8383         * message.el (message-goto-body): Remove the <#secure special-casing,
8384         which is too special.
8385
8386         * shr.el (shr-parse-style): Drop !important from styles.
8387
8388 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
8389
8390         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
8391         this function to return incorrect results when calling it with an
8392         explicit article argument different from
8393         (gnus-summary-article-number).
8394
8395 2010-11-24  Julien Danjou  <julien@danjou.info>
8396
8397         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
8398         (shr-tag-body): Add background support.
8399         (shr-descend): Add background support.
8400         (shr-tag-title): Add.
8401
8402         * shr-color.el (shr-color-visible): Really return original background
8403         if fixed.
8404
8405 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8406
8407         * shr.el (shr-color-check): Protect against non-existent color names.
8408
8409 2010-11-24  Julien Danjou  <julien@danjou.info>
8410
8411         * color-lab.el: Require 'cl when compiling.
8412
8413         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
8414
8415         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
8416         matched part.
8417
8418         * color-lab.el: Fix all expt calls to use float type.
8419
8420 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8421
8422         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
8423         expression to shr-color-check as is.
8424
8425         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
8426
8427         * color-lab.el: Add coding cookie.
8428         (float-pi): Use eval-and-compile.
8429
8430         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
8431         compiled for Emacsen having no `libxml-parse-html-region' support.
8432
8433 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8434
8435         * shr.el (shr-insert-color-overlay): Split stuff like
8436         "#444444 !important" to find the real color.
8437         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
8438         parse <font color="red"> entries.
8439
8440 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
8441
8442         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
8443         point when parsing headers.
8444
8445         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
8446         is positioned properly when parsing headers.
8447
8448 2010-11-23  Julien Danjou  <julien@danjou.info>
8449
8450         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
8451
8452         * shr-color.el (shr-color->hexadecimal): Add support for color names.
8453
8454         * shr.el (shr-parse-style): Replace \n with space in style parsing.
8455
8456         * shr-color.el (shr-color-hsl-to-rgb-fractions):
8457         Use shr-color-hue-to-rgb.
8458         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
8459
8460 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8461
8462         * shr.el (shr-color->hexadecimal): Autoload.
8463         (shr-descend): Add color to all tags.
8464
8465 2010-11-22  Julien Danjou  <julien@danjou.info>
8466
8467         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
8468         shr-color->hexadecimal.
8469
8470         * shr-color.el (shr-color->hexadecimal): Add converting functions for
8471         RGB() or HSL() color representation.
8472
8473         * shr.el (shr-tag-font): Add.
8474         (shr-tag-color-check): New function to get better colors.
8475         (shr-tag-insert-color-overlay): Factorize code between tag-font and
8476         tag-span.
8477
8478         * shr-color.el: New file.
8479
8480         * color-lab.el: New file.
8481
8482         * gnus-art.el (gnus-url-mailto): Do not downcase args.
8483
8484 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
8485
8486         * nnir.el: Fix typo in comments.
8487         (nnir-run-imap): Simplify code.  No need to reverse artlist.
8488         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
8489
8490 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8491
8492         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
8493
8494         * nnimap.el (nnimap-get-capabilities): Refactor out.
8495         (nnimap-open-connection): Re-request capabilities after STARTTLS.
8496
8497 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
8498
8499         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
8500         appearing when `mm-uu-hide-markers' is nil.
8501
8502 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8503
8504         * nnimap.el (nnimap-unselect-group): Make into its own function.
8505         (nnimap-request-rename-group): Unselect group before renaming.
8506         This had gotten lost somewhere.
8507         (nnimap-request-accept-article): Keep track of examined groups, and
8508         unselect the group before APPENDing to read-only groups.
8509         (nnimap-request-move-article): Clear flags before moving so that they
8510         can be re-set later.
8511
8512 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8513
8514         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
8515         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
8516
8517 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8518
8519         * gnus-art.el (gnus-mime-display-single):
8520         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
8521         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
8522         parameter.
8523
8524 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8525
8526         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
8527         (shr-table-vertical-line): New variable.
8528         (shr-insert-table): Use it.
8529
8530 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8531
8532         * gnus-html.el (gnus-html-wash-images): Don't display images if
8533         gnus-inhibit-images is non-nil; register displayer for cid images.
8534         (gnus-html-display-image): Work for cid image.
8535         (gnus-html-insert-image): Allow arguments.
8536         (gnus-html-put-image): Inhibit read-only.
8537         (gnus-html-prefetch-images): Don't prefetch images if
8538         gnus-inhibit-images is non-nil.
8539
8540 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8541
8542         * shr.el (shr-put-image): Break lines when inserting big pictures.
8543
8544 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8545
8546         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
8547         sender, thanks Katsumi Yamaoka.
8548
8549 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
8550
8551         * nnir.el (nnir-run-imap): Reverse the article list for each group
8552         rather than the whole list.
8553
8554 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8555
8556         * shr.el (shr-image-displayer): Protect function against non-existent
8557         image source.
8558
8559         * gnus-art.el (gnus-inhibit-images): New user option.
8560         (gnus-mime-display-single): Don't display image if it is non-nil.
8561
8562         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
8563         gnus-inhibit-images.
8564
8565         * shr.el (shr-image-displayer): New function.
8566         (shr-tag-img): Use it.
8567
8568 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8569
8570         * mml2015.el (mml2015-epg-sign): Use From header.
8571
8572 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8573
8574         * gnus-html.el (gnus-html-wash-images): Register a displayer.
8575
8576         * gnus-util.el (gnus-find-text-property-region): Return markers.
8577
8578         * shr.el (shr-tag-img): Put a displayer in the text property.
8579
8580         * gnus-util.el (gnus-find-text-property-region): New utility function.
8581
8582         * gnus-html.el (gnus-html-display-image): Make the alt optional.
8583         (gnus-html-show-images): Remove.
8584
8585         * gnus-art.el (gnus-article-show-images): New, more general function.
8586
8587         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
8588         image url text properties.
8589
8590         * shr.el: Ditto.
8591
8592         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
8593         gnus-agent-auto-agentize-methods is set.  Which it isn't.
8594
8595 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8596
8597         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
8598         work for two or more articles.
8599
8600 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8601
8602         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
8603         divide an image that's in an html article to two or more when washing
8604         non-ASCII characters in alt text of it.
8605
8606 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8607
8608         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
8609         smime-decrypt-region using function argument.
8610         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
8611
8612         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
8613
8614         * smime.el (smime-decrypt-region): Catch it.
8615
8616 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8617
8618         * smime.el (smime-mode-map): Move initialization into declaration.
8619         (gnus-run-mode-hooks): Don't autoload.
8620         (smime-mode): Use define-derived-mode.
8621
8622 2010-11-11  Glenn Morris  <rgm@gnu.org>
8623
8624         * smime.el (from): Restrict declaration to XEmacs.
8625
8626         * nnir.el (gnus-group-topic-name): Autoload.
8627
8628 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8629
8630         * shr.el (shr-insert): Don't break long line if it is because of
8631         kinsoku-bol characters in the line end.
8632
8633 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
8634
8635         * nnir.el (nnir-request-move-article): Fix to provide original group
8636         and subject.
8637         (nnir-warp-to-article): Don't fail on articles whose headers haven't
8638         been retrieved.
8639
8640         * gnus-sum.el (gnus-summary-move-article): Use original group and
8641         subject for virtual articles such as those in an nnir summary buffer.
8642
8643 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8644
8645         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
8646         least 21.5).
8647
8648         * smime.el (from): Declare it again for XEmacs.
8649
8650 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8651
8652         * message.el (message-resend): Don't disable encoding unless it's
8653         already encoded.
8654
8655         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
8656         low-numbered articles.
8657
8658 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8659
8660         * rfc2047.el (rfc2047-syntax-table): Simplify.
8661
8662         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
8663
8664         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
8665         set-char-table-range for XEmacs.
8666
8667 2010-11-10  Glenn Morris  <rgm@gnu.org>
8668
8669         * time-date.el (time-to-seconds): Always an alias on Emacs,
8670         never a real function.
8671         (with-no-warnings): Remove compat stub, now unused.
8672         (time-less-p): Doc fix.
8673         (time-to-number-of-days): Simplify.
8674
8675         * smime.el (from): Remove unused declaration.
8676
8677         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
8678         (gnus-float-time): On Emacs, always an alias.
8679
8680         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
8681         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
8682
8683 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8684
8685         * dgnushack.el: Don't use ignore-errors in the top level form since it
8686         is unavailable in XEmacs even if cl is loaded.
8687
8688         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
8689
8690 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8691
8692         * shr.el (browse-url-mailto): Autoload.
8693
8694         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
8695
8696         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
8697         regexp doesn't need quoting.
8698
8699 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
8700
8701         * message.el (message-subject-trailing-was-ask-regexp)
8702         (message-subject-trailing-was-regexp): Match was: in addition to was.
8703
8704 2010-11-09  Glenn Morris  <rgm@gnu.org>
8705
8706         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
8707         (nnbabyl-check-mbox): Use point-at-bol.
8708
8709 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8710
8711         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
8712
8713         * message.el (message-mailto): New function.
8714         (message-mailto): Should accept other parameters.
8715         (message-mailto): Remove since it duplicates browse-url-mailto
8716         functionality.
8717
8718 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8719
8720         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
8721         methods.
8722         (gnus-read-active-file): Ditto.
8723
8724         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
8725         ": " from the prompt.
8726         (gnus-group-make-group): Ditto.
8727
8728 2010-11-07  Glenn Morris  <rgm@gnu.org>
8729
8730         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
8731         (gnus-bookmark-kill-line): Use point-at-eol.
8732
8733 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8734
8735         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
8736         asterisks in From header.
8737
8738 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8739
8740         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
8741         string to avoid making the From headers syntactically invalid.
8742
8743         * message.el (message-send-mail): Don't insert courtesy messages if the
8744         message already has List-Post and List-ID messages.
8745
8746 2010-11-06  Glenn Morris  <rgm@gnu.org>
8747
8748         * gnus-art.el (gnus-treat-article): Give dynamic local variables
8749         `condition', `type', `length' a prefix.
8750         (gnus-treat-predicate): Update for above name changes.
8751
8752 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
8753
8754         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
8755         binding.  Handled by `gnus-summary-refer-thread' instead.
8756         (nnir-warp-to-article): New backend function.
8757
8758         * nnimap.el (nnimap-request-thread): Force dependency updating.
8759
8760         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
8761         (gnus-summary-refer-thread): Rework to improve thread-referral.
8762
8763         * gnus-int.el (gnus-warp-to-article): New function.
8764
8765         * gnus-sum.el (gnus-summary-article-map): Bind it.
8766
8767 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
8768
8769         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
8770         gnus-summary-refer-thread.
8771
8772         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
8773         headers.
8774         (gnus-summary-limit-include-thread): Prevent articles in thread from
8775         being cut in gnus-cut-threads.
8776         (gnus-summary-refer-thread): Limit retrieved headers to those in
8777         thread.
8778
8779 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8780
8781         * message.el (message-send-mail): Use the value of
8782         message-courtesy-message from the message buffer.
8783
8784         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
8785
8786         * shr.el (shr-browse-url): Implement mailto: URLs.
8787
8788         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
8789         "raw".
8790
8791         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
8792         if it's already selected.
8793
8794         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
8795
8796 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8797
8798         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
8799         to measure the length and truncate alt text.
8800
8801 2010-11-03  Glenn Morris  <rgm@gnu.org>
8802
8803         * nndiary.el (nndiary-generate-nov-databases-1)
8804         (nndiary-generate-active-info): Rename dynamic variable `files' to
8805         something less generic.
8806
8807 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
8808
8809         * nnir.el (nnir-request-move-article): Call the underlying backend to
8810         move articles from nnir.
8811
8812 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8813
8814         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
8815
8816 2010-11-02  Julien Danjou  <julien@danjou.info>
8817
8818         * nnir.el: Remove wais support.
8819
8820 2010-11-02  Glenn Morris  <rgm@gnu.org>
8821
8822         * gnus-html.el: Reorder requirements to quieten compiler.
8823
8824 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8825
8826         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
8827         properly for XEmacs as well.
8828         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
8829         (gnus-article-natural-long-line-p): Use window-width rather than
8830         frame-width.
8831
8832 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
8833
8834         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
8835         (nnir-read-parms): Don't modify query.
8836         (nnir-run-query): Add ability to search topic on current line.
8837         (nnir-get-active): Clean up.
8838
8839 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8840
8841         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
8842         degenerate articles.
8843
8844         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
8845         (gnus-print-buffer): Just print the buffer as is, without any copying
8846         to a buffer and then re-highlighting.
8847
8848         * nnimap.el (nnimap-request-group): Store the new updated info.
8849         (nnimap-request-group): Select the group when we don't know whether it
8850         exists or not.
8851
8852         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
8853         groups.
8854
8855         * gnus-group.el (gnus-group-find-new-groups): Display all the new
8856         groups.
8857
8858         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
8859         groups.
8860
8861         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
8862         long-lines case by only filling the long lines.
8863
8864         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
8865         (bug#7311).
8866
8867 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8868
8869         * shr.el: No need to declare `declare-function' since shr.el is for
8870         only Emacsen that provide `libxml-parse-html-region'.
8871
8872         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
8873         effective only in a file it is referred to.
8874
8875 2010-11-01  Glenn Morris  <rgm@gnu.org>
8876
8877         * mm-util.el (gnus-completing-read): Autoload.
8878         (mm-read-coding-system): Simplify Emacs definition.
8879
8880         * nnmail.el (gnus-activate-group):
8881         * nnimap.el (gnutls-negotiate):
8882         * nntp.el (netrc-parse): Fix declarations.
8883
8884 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8885
8886         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
8887         string-match-p in Emacs >=23.
8888
8889         * gnus-msg.el (gnus-configure-posting-styles):
8890         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
8891
8892 2010-11-01  Glenn Morris  <rgm@gnu.org>
8893
8894         * nnir.el (declare-function): Add compat stub.
8895         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
8896         (nnir-run-gmane): Require 'mm-url.
8897
8898         * mm-util.el (mm-string-to-multibyte): Simplify.
8899
8900         * shr.el (declare-function): Add compat stub.
8901         (url-cache-create-filename): Declare.
8902         (mm-disable-multibyte, widget-convert-button): Autoload.
8903
8904         * smime.el (ldap-search): Declare.
8905         (smime-cert-by-ldap-1): Require ldap on Emacs.
8906
8907         * nnimap.el: Require nnmail, and gnus-sum when compiling.
8908         (nnimap-keepalive): Use gnus-float-time.
8909
8910         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
8911         (mail-source-delete-crash-box): Use gnus-float-time.
8912
8913         * gnus-dired.el (gnus-completing-read): Autoload.
8914
8915         * mm-view.el (gnus-rescale-image): Autoload.
8916
8917         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
8918
8919         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
8920
8921         * sieve-manage.el: Require 'cl when compiling.
8922
8923         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
8924         (gnus-iswitchb-completing-read): Require iswitchb.
8925         (gnus-select-frame-set-input-focus): Silence compiler.
8926
8927 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8928
8929         * message.el (message-subject-trailing-was-query): Change default to t,
8930         since I think that's what most people want.
8931
8932         * nnimap.el (nnimap-request-accept-article): Erase buffer before
8933         appending for easier debugging.
8934         (nnimap-wait-for-connection): Take a regexp.
8935         (nnimap-request-accept-article): Wait for the continuation line before
8936         sending anything unless we're streaming.
8937
8938         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
8939         leave the header washing to take place.
8940
8941 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8942
8943         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
8944         regular expression match and replace in posting styles.
8945
8946 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
8947
8948         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
8949         an entire server.
8950         (nnir-get-active): New function.
8951         (nnir-run-imap): Use it.
8952         (nnir-run-gmane): Who knew, gmane search returns an article score!
8953
8954         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
8955         server on the current line with nnir.
8956
8957 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8958
8959         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
8960         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
8961         left edge.
8962         (gnus-article-foldable-buffer): Skip past the prefix when determining
8963         raggedness.
8964
8965         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
8966         the raw article, and change `C-u g' to show the article without doing
8967         treatments.
8968
8969         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
8970         on to `gnus-treat-article'.
8971         (gnus-inhibit-article-treatments): New variable.
8972
8973         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
8974
8975         * gnus-art.el (gnus-treatment-function-alist): Have
8976         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
8977         (gnus-treat-fill-long-lines): Change default to fill all text/plain
8978         sections.
8979
8980         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
8981         parameter.
8982         (gnus-article-fill-cited-long-lines): New function.
8983         (gnus-article-fill-cited-article): Allow filling only long sections.
8984
8985         * shr.el (shr-find-fill-point): Don't break lines between punctuation
8986         and non-punctuation (like after the apostrophe in "'We").
8987
8988         * gnus-sum.el (gnus-summary-select-article): Make sure
8989         gnus-original-article-buffer is alive.
8990
8991         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
8992         reflect the order they're in in the digest.
8993
8994         * gnus.el (gnus-group-startup-message): Move point to the start of the
8995         buffer.
8996
8997         * nnimap.el (nnimap-capability): New function.
8998         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
8999         is set.
9000
9001 2010-10-31  David Engster  <dengste@eml.cc>
9002
9003         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
9004         conform with changes to gnus-completing-read.
9005
9006 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9007
9008         * shr.el (shr-tag-img): Output "*" instead of "[img]".
9009
9010 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9011
9012         * nnir.el: Move defvar, defcustom around to keep file organized
9013         and keep byte-compiler quiet.
9014         (nnir-read-parms): Accept search-engine as arg.
9015         (nnir-run-query): Pass search-engine as arg.
9016         (nnir-search-engine): Remove.
9017
9018 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9019
9020         * shr.el (shr-generic): The text nodes should be text, not :text.
9021
9022         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
9023         later in the file.
9024
9025 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9026
9027         * nnir.el: General clean up.  Allow searching with multiple engines.
9028         Allow separate extra-parameters for each engine.
9029         Batch queries when possible.
9030         (nnir-imap-default-search-key, nnir-method-default-engines):
9031         Add customize interface.
9032         (nnir-run-gmane): New engine.
9033         (nnir-engines): Use it.  Qualify all prompts with engine name.
9034         (nnir-search-engine): Remove global variable.
9035         (nnir-run-hyrex): Restore for now.
9036         (nnir-extra-parms, nnir-search-history): New variables.
9037         (gnus-group-make-nnir-group): Use them.
9038         (nnir-group-server): Remove in favor of gnus-group-server.
9039         (nnir-request-group): Avoid searching twice.
9040         (nnir-sort-groups-by-server): New function.
9041
9042 2010-10-30  Julien Danjou  <julien@danjou.info>
9043
9044         * gnus-group.el: Remove gnus-group-fetch-control.
9045
9046         * gnus-start.el (gnus-find-new-newsgroups):
9047         Remove gnus-check-first-time-used.
9048
9049         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
9050
9051 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9052
9053         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
9054         set on groups that don't have \* permanentflags.
9055
9056 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9057
9058         * shr.el (shr-tag-span): Drop colorization of regions since we don't
9059         control the background color.
9060         (shr-tag-img): Ignore very small web bug type images.
9061         (shr-put-image): Add help-echo alt texts to the images.
9062         (shr-tag-video): Show the video poster image.
9063
9064 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9065
9066         * shr.el (shr-table-depth): New variable.
9067         (shr-tag-table-1): Only insert the images after the top-level table.
9068
9069         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
9070
9071         * gnus-util.el (gnus-list-memq-of-list): New function.
9072
9073         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
9074         selected.
9075         (nnimap-unsplittable-articles): New slot.
9076         (nnimap-new-articles): Use it.
9077
9078 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
9079
9080         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
9081         move to the previous line on `M-g'.
9082
9083 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9084
9085         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
9086         *-request-group, which seems unnecessary.
9087
9088         * nnimap.el (nnimap-quote-specials): Function copied over from
9089         imap.el.
9090         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
9091         they support that.  Suggested by Tom Regner.
9092
9093 2010-10-29  Julien Danjou  <julien@danjou.info>
9094
9095         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
9096         defalias.
9097         (gnus-summary-delete-marked-with): Remove obsolete defalias.
9098
9099         * gnus.el: Remove `gnus-nntp-service' variable.
9100         (gnus-secondary-servers): Make obsolete.
9101         (gnus-nntp-server): Make obsolete.
9102
9103         * gnus-start.el (gnus-1): Remove x-splash calls.
9104
9105         * gnus-ems.el (gnus-x-splash): Remove.
9106
9107         * gnus.el (gnus-group-startup-message): Simplify/update code.
9108
9109         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
9110         definition.
9111
9112         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
9113         capability before doing anything.
9114         (gnus-group-insert-group-line): Remove useless
9115         gnus-group-remove-excess-properties.
9116
9117 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9118
9119         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
9120
9121 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9122
9123         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
9124         config after reselecting.
9125
9126 2010-10-28  Julien Danjou  <julien@danjou.info>
9127
9128         * shr.el (shr-put-image): Use point even if only inserting text.
9129         (shr-put-image): Save excursion when inserting alt text on non-graphic
9130         display, so the behavior is the same when we are on a graphic display.
9131
9132         * nnir.el (nnir-run-swish-e): Remove hyrex support.
9133
9134 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9135
9136         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
9137         (gnus-mime-copy-part): Check coding system, not charset.
9138         (gnus-mime-view-part-externally): Never remove part.
9139         (gnus-mime-view-part-internally): Don't remove part here.
9140         (gnus-article-part-wrapper): Make sure MIME tag is visible.
9141         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
9142         multipart/alternative.
9143
9144         * mm-decode.el (mm-display-part): Take optional arg `force'.
9145
9146 2010-10-26  Julien Danjou  <julien@danjou.info>
9147
9148         * gnus-group.el (gnus-group-default-list-level): Add this function to
9149         compute the default list level.
9150         (gnus-group-default-list-level): Add possibility to use a function.
9151
9152 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9153
9154         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
9155
9156         * gnus-group.el (gnus-group-completing-read)
9157         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
9158         gnus-replace-in-string.
9159
9160 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9161
9162         * shr.el (shr-tag-div): Add.
9163
9164         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
9165
9166 2010-10-25  Julien Danjou  <julien@danjou.info>
9167
9168         * gnus-util.el: Remove `gnus-with-local-quit'.
9169
9170         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
9171
9172 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9173
9174         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
9175         the original article buffer.
9176
9177 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9178
9179         * nnimap.el (nnimap-request-head): New function.
9180         (nnimap-request-move-article): Try to be slightly faster by not
9181         requesting the entire message when moving.
9182         (nnimap-transform-headers): Don't bug out on bodiless articles.
9183         (nnimap-send-command): Have no outstanding messages if the IMAP server
9184         doesn't support streaming.
9185         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
9186
9187 2010-10-24  Julien Danjou  <julien@danjou.info>
9188
9189         * message.el (message-default-headers): Fix type.
9190
9191 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9192
9193         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
9194         prefetching images.
9195
9196         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
9197         backend for unknown groups.  This is mainly useful for nnimap groups.
9198
9199         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
9200         group isn't covered by the agent.
9201
9202 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
9203
9204         * nnir.el (nnir-method-default-engines): New variable.
9205         (nnir-run-query): Use it.
9206         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
9207         (gnus-summary-nnir-goto-thread): Change group if needed.
9208
9209         * gnus-group.el (gnus-group-group-map): Add key binding for
9210         gnus-group-make-nnir-group.
9211
9212 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9213
9214         * shr.el (shr-tag-object): Add.
9215
9216         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
9217         original article buffer live.
9218         (gnus-summary-select-article-buffer):
9219         Mention gnus-widen-article-buffer.
9220
9221 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9222
9223         * shr.el (shr-tag-strong): Add.
9224
9225 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9226
9227         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
9228         group names.  They mess up the group buffer badly.
9229
9230         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
9231
9232         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
9233         instead of the summary one.
9234
9235 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9236
9237         * mml.el (mml-preview): Work properly when editing article.
9238
9239         * gnus-start.el (gnus-read-active-file-1): Don't add method to
9240         gnus-have-read-active-file if it's already been in.
9241
9242 2010-10-22  Tom Tromey  <tromey@redhat.com>
9243
9244         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
9245         gnus-group-completing-read.
9246
9247 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9248
9249         * message.el (message-mode-map): Don't bind M-; to comment region, to
9250         allow the global comment-dwim to work.
9251
9252 2010-10-21  Julien Danjou  <julien@danjou.info>
9253
9254         * message.el (message-setup-1): Allow message-default-headers to be a
9255         function.
9256
9257 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9258
9259         * shr.el (shr-tag-table): Simplify.
9260
9261 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9262
9263         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
9264         to avoid trying to snarf invalid stuff.
9265
9266         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
9267
9268         * gnus.el (gnus-message-archive-group): Quote value.
9269         (gnus-message-archive-group): Mark as changed.
9270
9271         * shr.el (shr-add-font): Don't put the font properties on the newline
9272         or the indentation.
9273
9274         * message.el (message-fix-before-sending): Change options when sending
9275         non-printable characters.
9276
9277         * gnus.el (gnus-message-archive-method): Change the default to
9278         monthly outgoing groups.
9279
9280         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
9281         that have gotten new numbers.
9282
9283         * nnimap.el (nnimap-request-replace-article): New function.
9284
9285 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9286
9287         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
9288         (nnrss-request-article): Don't use special html washing code.
9289
9290 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9291
9292         * shr.el (shr-tag-table): Remove useless nconc.
9293
9294 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9295
9296         * gnus-art.el (article-wash-html): Simplify and remove the charset
9297         stuff.  Use the normal html rendering code instead of the special html
9298         washing code.
9299
9300         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
9301         `gnus-w3m' symbols.
9302         (mm-text-html-washer-alist): Remove.
9303
9304         * mm-decode.el (mm-inline-text-html-renderer): Remove.
9305         (mm-inline-media-tests): Remove use.
9306         (mm-text-html-renderer): Change default to the `shr' symbol.
9307
9308         * mm-view.el (mm-inline-text-html): Remove use.
9309
9310         * gnus-art.el (gnus-blocked-images): New function.  Allow the
9311         `gnus-blocked-images' to be a function.
9312         (gnus-article-wash-function): Remove.
9313
9314 2010-10-20  Julien Danjou  <julien@danjou.info>
9315
9316         * spam.el (spam-list-of-processors): Mark as obsolete.
9317
9318         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
9319         (nnimap-insert-partial-structure): Fix boundary detection.
9320
9321 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
9322
9323         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
9324         run file-truename on remote files.  This can be expensive and even
9325         prevent one from editing drafts if some unrelated buffer has a stale
9326         connection.
9327
9328 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9329
9330         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
9331         kinsoku-eol regardless of shr-kinsoku-shorten.
9332         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
9333         (shr-tag-table): Support caption, thead, and tfoot.
9334
9335 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9336
9337         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
9338         lines.
9339         (shr-save-contents): New command and keystroke.
9340
9341         * nndoc.el (nndoc-type-alist): Add git support.
9342         (nndoc-git-type-p): New function.
9343         (nndoc-transform-git-article): Ditto.
9344         (nndoc-transform-git-headers): Ditto.
9345         (nndoc-transform-git-headers): Generate Subject headers.
9346
9347         * shr.el (shr-parse-style): New function.
9348         (shr-tag-span): Ditto.
9349
9350         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
9351         to `G G' to avoid collisions.
9352
9353 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9354
9355         * shr.el: Load kinsoku if necessary.
9356         (shr-kinsoku-shorten): New internal variable.
9357         (shr-find-fill-point): Make kinsoku shorten text line if
9358         shr-kinsoku-shorten is bound to non-nil.
9359         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
9360         shr-indentation too when testing if table is wider than frame width.
9361         (shr-insert-table): Use `string-width' instead of `length' to measure
9362         text width.
9363         (shr-insert-table-ruler): Make sure indentation is done at bol.
9364
9365 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9366
9367         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
9368         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
9369         undecoded network data.
9370
9371 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9372
9373         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
9374         name in the mode line spec so that the mode line menu works
9375         (bug#2431).
9376
9377         * message.el (message-get-reply-headers): If we're fed `to-address',
9378         then always use that.
9379
9380         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
9381         aren't so wide as to need to switch off the edit menu.
9382
9383         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
9384         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
9385
9386         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
9387         `M-g'.
9388         (nnimap-update-info): Update flags/read marks even if \* isn't part of
9389         the permanent marks.
9390
9391 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
9392
9393         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9394         Splitting according to references/in-reply-to obeys the ignore-groups
9395         variable, while splitting by sender and subject do not.
9396
9397 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9398
9399         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
9400         alist, so that we can look for non-Unicode chars.
9401         (article-translate-strings): Allow both character and string maps.
9402
9403 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9404
9405         * shr.el (shr-insert): Don't insert space behind a wide character
9406         categorized as kinsoku-bol, or between characters both categorized as
9407         nospace.
9408
9409 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
9410
9411         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
9412         headers to gnus-newsgroup-headers.
9413
9414 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9415
9416         * shr.el (shr-tag-img): Don't align images -- since we're not
9417         rescaling, this often leads to ugly displays.
9418
9419 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
9420
9421         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
9422         duplicates.
9423
9424 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
9425
9426         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
9427         call.
9428
9429 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9430
9431         * gnus.el: Autoload gnus-html-show-images.
9432
9433         * nnimap.el: Use nnheader-message throughout.
9434
9435         * shr.el (shr-tag-img): Ignore images with no data.
9436
9437 2010-10-15  Julien Danjou  <julien@danjou.info>
9438
9439         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
9440         a possibility to disable format=flow encoding when using hard newlines.
9441
9442 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9443
9444         * shr.el (shr-insert): Remove space inserted before or after a
9445         breakable character or at the beginning or the end of a line.
9446         (shr-find-fill-point): Do kinsoku; find the second best point or give
9447         it up if there's no breakable point.
9448
9449 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9450
9451         * nnimap.el (nnimap-open-connection): Message when opening connection
9452         for debugging purposes.
9453
9454         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
9455         on every setup buffer call to allow this to change from article to
9456         article.
9457
9458         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
9459         buffers where we have a wide table.
9460
9461 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
9462
9463         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
9464         uses *-request-thread.
9465
9466 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9467
9468         * nnimap.el (nnimap-open-connection): Remove %s from openssl
9469         incantation, which is no longer valid.
9470
9471 2010-10-14  Julien Danjou  <julien@danjou.info>
9472
9473         * shr.el: Fix defcustom type (char -> character).
9474
9475 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9476
9477         * nnimap.el (nnimap-open-connection): tls-program should be a list of
9478         programs.
9479
9480 2010-10-14  Julien Danjou  <julien@danjou.info>
9481
9482         * shr.el (shr-tag-a): Use url-link as widget type.
9483
9484         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
9485         `gnus-group-get-icon'.
9486
9487 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9488
9489         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
9490         This should make server editing work better.
9491
9492         * shr.el (shr-find-fill-point): Don't inloop on indented text.
9493
9494         * tls.el (tls-program): Remove spurious %s from openssl.
9495
9496         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
9497         (nnimap-parse-flags): Fix regexp.
9498
9499         * shr.el (shr-find-fill-point): Use a filling algorithm that should
9500         probably work for CJVK text, too.
9501
9502         * nnimap.el (nnimap-extend-tls-programs): Remove.
9503         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
9504
9505         * tls.el (tls-starttls-switches): Remove starttls hack.
9506         (open-tls-stream): Ditto.
9507         (tls-find-starttls-argument): Ditto.
9508
9509 2010-10-13  Julien Danjou  <julien@danjou.info>
9510
9511         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
9512         responses.
9513
9514 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9515
9516         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
9517
9518         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
9519         anything in Emacs.
9520
9521         * shr.el (shr-current-column): Remove buggy and unnecessary function.
9522
9523 2010-10-13  Julien Danjou  <julien@danjou.info>
9524
9525         * shr.el (shr-width): Make shr-width a defcustom with default to
9526         fill-column.
9527         (shr-tag-img): Use shr-width rather than fill-column.
9528
9529 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9530
9531         * dgnushack.el (byte-optimize-apply):
9532         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
9533
9534         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
9535         position when (X-)Faces exist.
9536         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
9537         avatars when called interactively.
9538
9539 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9540
9541         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
9542         gnus-article-x-face-too-ugly is bound.
9543
9544 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9545
9546         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
9547
9548         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
9549         mailbox that doesn't exist.
9550
9551 2010-10-12  Julien Danjou  <julien@danjou.info>
9552
9553         * shr.el (shr-tag-img): Encode URL properly when retrieving.
9554         (shr-get-image-data): Encode URL properly when fetching from cache.
9555         (shr-tag-img): Use aligned-to spaces to align correctly images.
9556
9557         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
9558         before inserting the Gravatar.
9559
9560         * shr.el (shr-tag-img): Add align attribute support for <img>.
9561
9562 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9563
9564         * gnus-gravatar.el (gnus-art): Require.
9565
9566         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
9567         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9568         Remove long obsoleted functions.
9569
9570 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9571
9572         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
9573
9574         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
9575
9576         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
9577         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
9578         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
9579         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
9580         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
9581         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
9582         * sieve-manage.el, smime.el, spam.el:
9583         Fix comment for declare-function.
9584
9585 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9586
9587         * nnimap.el (nnimap-request-rename-group): Select group read-only
9588         before renaming it.
9589
9590         * shr.el (shr-insert): Fix up the white space only regexp.
9591
9592         * nnimap.el (nnimap-transform-split-mail): Not all articles have
9593         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
9594
9595         * shr.el (shr-current-column): New function.
9596         (shr-find-fill-point): New function.
9597
9598 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9599
9600         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
9601         numbers.
9602
9603 2010-10-11  Julien Danjou  <julien@danjou.info>
9604
9605         * shr.el (shr-hr-line): Add.
9606         (shr-tag-hr): Use shr-hr-line to specify which character to use to
9607         display hr lines.
9608         (shr-max-columns): Do not change state to nil if we just inserting
9609         spaces.
9610
9611 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9612
9613         * gnus-topic.el (gnus-topic-read-group): If after the last group,
9614         select the last group.
9615
9616 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
9617
9618         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
9619
9620 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
9621
9622         * dig.el (dig-mode-map): Declare and define in one step.
9623
9624 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9625
9626         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
9627         for Gnus.
9628         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
9629         (nnimap-update-qresync-info): Mark \Seen articles as read.
9630
9631         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
9632         non-variable, too.
9633
9634         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
9635         available.
9636         (nnimap-update-info): Rely more on the current active than the param
9637         active to avoid marking articles as read too much.
9638
9639         * auth-source.el (auth-source-create): Use (user-login-name) for the
9640         user name default.
9641
9642         * nnimap.el (nnimap-update-info): If the server doesn't return any
9643         useful info, just use the previous info.
9644         (nnimap-update-info): Prefer old info over start-article.
9645         (nnimap-update-qresync-info): Finish implementing QRESYNC.
9646
9647 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
9648
9649         * nnir.el (autoload): Clean up autoloads.
9650         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
9651         Use key rather than value.
9652         (nnir-imap-search-other): New variable.
9653         (nnir-read-parm): Use it.
9654         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
9655         (gnus-summary-nnir-goto-thread): Modify to work with imap.
9656
9657 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9658
9659         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
9660         the process, too.
9661
9662 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9663
9664         * spam.el (gnus-summary-mode-map): Bind to "$".
9665         Suggested by Russ Allbery.
9666
9667         * shr.el: Rework the way things are indented by <li> slightly.
9668
9669         * gnus.el (gnus-group-set-parameter): Fix typo.
9670
9671         * nnimap.el: Start implementing QRESYNC support.
9672
9673 2010-10-09  Julien Danjou  <julien@danjou.info>
9674
9675         * nnir.el (nnir-engines): Fix too many arguments.
9676
9677 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9678
9679         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
9680         group is the "last", so that the backends like nnfolder actually save
9681         their folders.
9682
9683         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
9684         try to use that for the tls stream.
9685         (nnimap-retrieve-group-data-early): Rework the marks code to heed
9686         UIDVALIDITY and find out which groups are read-only and not.
9687         (nnimap-get-flags): Use the same marks parsing code as the rest of
9688         nnimap.
9689
9690 2010-10-09  Julien Danjou  <julien@danjou.info>
9691
9692         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
9693
9694         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
9695         retrieving gravatars.
9696
9697         * shr.el (shr-table-corner): Add.
9698         (shr-table-line): Add.
9699         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
9700
9701 2010-10-08  Julien Danjou  <julien@danjou.info>
9702
9703         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
9704
9705 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
9706
9707         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
9708
9709         * gnus-sum.el (gnus-mark-article-as-unread)
9710         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
9711         (gnus-summary-set-bookmark): Use it.
9712
9713         * gnus-msg.el (gnus-setup-message): Use it.
9714
9715         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9716
9717         * gnus.el (gnus-group-remove-parameter): Use it.
9718
9719         * gnus-group.el (gnus-group-make-web-group): Use it.
9720
9721         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9722
9723         * nnregistry.el: Update docs to mention manual.
9724
9725         * gnus-registry.el: Update docs to mention nnregistry.el.
9726         (gnus-registry-initialize): Don't install nnregistry refer method
9727         automatically.
9728         (gnus-registry-install-nnregistry): Remove it.
9729
9730 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9731
9732         * shr.el (shr-insert): Don't insert double spaces.
9733
9734 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9735
9736         * gnus-gravatar.el (gnus-treat-from-gravatar)
9737         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
9738         called interactively.
9739
9740         * gnus-art.el (gnus-mime-view-part-externally)
9741         (gnus-mime-view-part-internally): Make predicate function passed to
9742         gnus-mime-view-part-as-type assume argument is a mime type, not a list
9743         of a mime type.
9744
9745         * shr.el (shr-table-widths): Don't use cl function `reduce'.
9746
9747 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9748
9749         * shr.el (require): Require cl when compiling.
9750         (shr-tag-hr): New function.
9751
9752         * nnimap.el (nnimap-update-info): Remove double setting of high.
9753         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
9754         This makes nnimap work properly on Courier again.
9755
9756         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
9757         the variable for backwards compatibility.
9758
9759         * mm-decode.el (mm-save-part): If given a non-directory result, expand
9760         the file name before using to avoid setting mm-default-directory to
9761         nil.
9762
9763         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
9764         bidning gnus-agent variables.
9765
9766         * shr.el (shr-render-td): Use a cache for the table rendering function
9767         to avoid getting an exponential rendering behavior in nested tables.
9768         (shr-insert): Rework the line-breaking algorithm.
9769         (shr-insert): Don't leave trailing spaces.
9770         (shr-insert-table): Also insert empty TDs.
9771         (shr-tag-blockquote): Ensure paragraphs after </ul>.
9772
9773 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9774
9775         * gnus-sum.el (gnus-number): Rename from `number'.
9776         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
9777         (gnus-summary-limit-children): Update uses correspondingly.
9778
9779 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9780
9781         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
9782         (gnus-gravatar-transform-address): Don't show avatars of people of
9783         which mail addresses match gnus-gravatar-too-ugly.
9784
9785 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9786
9787         * shr.el (shr-table-widths): Expand TD elements to fill available
9788         space.
9789
9790 2010-10-07  Julien Danjou  <julien@danjou.info>
9791
9792         * nnimap.el (nnimap-request-rename-group): Add this method.
9793
9794 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9795
9796         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
9797         name from XEmacs' function-arglist.
9798
9799         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
9800         gravatar under XEmacs.
9801
9802 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
9803
9804         * auth-source.el: Update docs with TODO items.
9805
9806         * gnus-sync.el: Update docs to explain state and plans.
9807
9808         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
9809         Hooks for mark updates.
9810         (gnus-request-set-mark, gnus-request-update-mark): Use them.
9811
9812         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
9813         hooks with arguments, which is needed for mark update hooks.
9814
9815 2010-10-06  Julien Danjou  <julien@danjou.info>
9816
9817         * gnus.el (gnus-expand-group-parameter): Only return and act on what
9818         was matched.
9819
9820         * sieve-manage.el: Update example in `Commentary'.
9821
9822         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
9823
9824         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
9825         not 2000.
9826         (sieve-manage-authenticate): Re-add function.
9827
9828 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9829
9830         * shr.el (shr-insert): Get 'space transition right.
9831         (shr-render-td): Only delete space at the end of the TD.
9832
9833         * nnimap.el (nnimap-open-connection): Prepare to support
9834         open-gnutls-stream.
9835
9836         * shr.el: Rearrange function order to be more logical.
9837
9838 2010-10-06  Julien Danjou  <julien@danjou.info>
9839
9840         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
9841         (nnrss-discover-feed): Remove 404 URL in docstring.
9842
9843         * nnir.el: Fix Swish-E URL.
9844         Fix Namazu URL.
9845
9846         * message.el (message-change-subject): Remove 404 URL in a comment.
9847
9848 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9849
9850         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
9851         called interactively.
9852
9853         * gnus-util.el (gnus-remove-if): Allow hash table.
9854         (gnus-remove-if-not): New function.
9855
9856         * gnus-art.el (gnus-mime-view-part-as-type):
9857         * gnus-score.el (gnus-summary-score-effect):
9858         * gnus-sum.el (gnus-read-move-group-name):
9859         Replace remove-if-not with gnus-remove-if-not.
9860
9861         * gnus-group.el (gnus-group-completing-read):
9862         Regard collection as a hash table if it is not a list.
9863
9864 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9865
9866         * shr.el (shr-render-td): Allow blank/missing <TD>s.
9867
9868         * shr.el: Document the table-rendering algorithm.
9869
9870 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9871
9872         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
9873         for Emacsen having no `libxml-parse-html-region' support.
9874
9875 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9876
9877         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
9878         invalid URLs.
9879
9880         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
9881         line-broken.
9882         (shr-tag-img): Ignore image fetching errors.
9883         (shr-overlays-in-region): Compute overlay positions correctly.
9884
9885         * mm-decode.el (mm-shr): Require shr.
9886
9887         * gnus-art.el (gnus-blocked-images): Move variable here.
9888
9889         * shr.el (shr-insert-table): Bind free variable.
9890
9891         * mm-decode.el (mm-shr): Bind shr-content-function.
9892
9893         * shr.el (shr-content-function): New variable.
9894
9895         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
9896         added for symmetry.
9897
9898         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
9899
9900         * gnus-group.el (gnus-group-make-group): Doc fix.
9901
9902         * nnimap.el (nnimap-request-newgroups): Return success.
9903
9904         * shr.el (shr-find-elements): New function.
9905         (shr-tag-table): Put all the images after the table.
9906         (shr-tag-table): Really inhibit images inside the table.
9907         (shr-collect-overlays): Copy over overlays from the TD elements to the
9908         main document.
9909
9910         * mm-decode.el (mm-shr): Bind shr-blocked-images to
9911         gnus-blocked-images.
9912
9913 2010-10-05  Julien Danjou  <julien@danjou.info>
9914
9915         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
9916
9917         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
9918         (gnus-html-maximum-image-size): Add this function.
9919         (gnus-html-put-image): Use gnus-html-maximum-image-size.
9920
9921         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
9922         server-value of the capability is nil.
9923
9924 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9925
9926         * shr.el (shr-tag-em): Add <EM> tag.
9927
9928 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
9929
9930         * sieve-manage.el (sieve-manage-default-stream): Make default stream
9931         customizable.
9932
9933         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
9934         handing broken links to browse-url.
9935
9936 2010-10-05  Julien Danjou  <julien@danjou.info>
9937
9938         * gnus-util.el (gnus-emacs-completing-read)
9939         (gnus-iswitchb-completing-read): Use autoload rather than require.
9940
9941 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9942
9943         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
9944         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
9945         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
9946         iswitchb-temp-buflist for XEmacs.
9947
9948         * gnus-util.el (gnus-completing-read-function): Exclude
9949         gnus-icompleting-read and gnus-ido-completing-read from candidates for
9950         XEmacs since iswitchb.el is very old and ido.el is unavailable in
9951         XEmacs.
9952
9953         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
9954         not to use `delete-dups' that is unavailable in XEmacs 21.4.
9955
9956         * gnus-html.el: Don't require help-fns under XEmacs.
9957         (gnus-html-schedule-image-fetching): Work for XEmacs.
9958
9959         * mm-decode.el (mm-shr): Decode contents by charset.
9960
9961 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9962
9963         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
9964         unknown.
9965
9966         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
9967         (shr-get-image-data): Ensure against the cache file missing.
9968
9969         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
9970         for data.
9971
9972         * spam-report.el (spam-report-url-ping-plain): Don't query about
9973         killing the process.
9974
9975         * shr.el (shr-render-td): Protect against too-wide text.
9976
9977 2010-10-04  Julien Danjou  <julien@danjou.info>
9978
9979         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
9980         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
9981
9982         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
9983         retrieved.
9984
9985 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9986
9987         * shr.el (browse-url): Require.
9988         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
9989         lines.
9990         (shr-show-alt-text, shr-browse-image): New commands.
9991         (shr-browse-url, shr-copy-url): New commands.
9992
9993         * gnus-sum.el (gnus-widen-article-window): New variable.
9994         (gnus-summary-select-article-buffer): Use it.
9995
9996         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
9997         without @ signs.
9998
9999 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10000
10001         * nnir.el (nnir-run-imap): Remove spurious space in search string.
10002
10003 2010-10-04  Julien Danjou  <julien@danjou.info>
10004
10005         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
10006         for XEmacs.
10007
10008 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10009
10010         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
10011
10012         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
10013         (nnimap-close-server): Implement.
10014
10015         * dgnushack.el (iswitchb): Require to shut up the compiler.
10016
10017         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
10018         (shr-insert): Tweak line breaking.
10019         (shr-insert): Handle <pre> better.
10020         (shr-tag-li): Get <li> indentation right.
10021         (shr-tag-li): Get <li> indentation even righter.
10022         (shr-tag-blockquote): Ensure paragraph start.
10023         (shr-make-table): Tweak table generation.
10024         (shr-make-table): Fix typo.
10025
10026         * shr.el: Implement table rendering.
10027
10028 2010-10-04  Julien Danjou  <julien@danjou.info>
10029
10030         * gnus-html.el (gnus-html-put-image): Fix resize image code.
10031
10032 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10033
10034         * shr.el (shr-insert): Use string anchors instead of line anchors.
10035
10036 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10037
10038         * shr.el: Add headings.
10039         (shr-ensure-paragraph): Actually work.
10040         (shr-tag-li): Make <ul> prettier.
10041         (shr-insert): Get white space at the beginning/end of elements right.
10042         (shr-tag-p): Collapse subsequent <p>s.
10043         (shr-ensure-paragraph): Don't insert double line feeds after blank
10044         lines.
10045         (shr-insert): \t is also space.
10046         (shr-tag-s): Fix "s" tag name function.
10047         (shr-tag-s): Fix face prop name.
10048
10049 2010-10-03  Julien Danjou  <julien@danjou.info>
10050
10051         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
10052
10053         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
10054         gnus-window-inside-pixel-edges.
10055
10056         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
10057         gnus-ems.
10058
10059         * mm-view.el (mm-inline-image-emacs): Support image resizing.
10060
10061         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
10062         function.
10063
10064         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
10065         resize choice.
10066
10067 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10068
10069         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
10070         beginning of the buffer.
10071
10072         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
10073         article buffer again.
10074
10075         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
10076
10077         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
10078         when it's at the start of the buffer.
10079
10080         * shr.el (shr-tag-blockquote): Convert name.
10081         (shr-rescale-image): Use the right image-size variant.
10082
10083         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
10084         buffer isn't shown, then select the current article first instead of
10085         bugging out.
10086         (gnus-summary-select-article-buffer): Show both the article and summary
10087         buffers again.
10088
10089         * shr.el (shr-fontize-cont): Protect against regions with no text.
10090         Rename tag functions to shr-tag-* for enhanced security.
10091         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
10092
10093 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
10094
10095         * shr.el (shr-insert):
10096         * pop3.el (pop3-movemail):
10097         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
10098         loaded.
10099
10100 2010-10-03  Glenn Morris  <rgm@gnu.org>
10101
10102         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
10103
10104         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
10105
10106         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
10107
10108         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
10109
10110         * gnus-util.el (gnus-make-local-hook): Simplify.
10111
10112 2010-10-02  Julien Danjou  <julien@danjou.info>
10113
10114         * gnus-util.el (gnus-iswitchb-completing-read): New function.
10115         (gnus-ido-completing-read): New function.
10116         (gnus-emacs-completing-read): New function.
10117         (gnus-completing-read): Use gnus-completing-read-function.
10118         Add gnus-completing-read-function.
10119
10120 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10121
10122         * shr.el (shr-insert-document): Autoload.
10123         (shr-img): Be silent.
10124         (shr-insert): Add a newline after every picture before text.
10125         (shr-add-font): Use overlays for combining faces.
10126         (shr-insert): Pass upwards the text start point.
10127
10128         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
10129         possible.
10130         (mm-shr): New function.
10131
10132 2010-10-02  Julien Danjou  <julien@danjou.info>
10133
10134         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
10135         should go backward.
10136
10137 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
10138
10139         * shr.el (shr): Fix typo in provide call.
10140
10141 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10142
10143         * shr.el: New file.
10144
10145         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
10146
10147         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
10148         completing read.
10149
10150 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10151
10152         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
10153         we're being queried about.  Suggested by Dan Jacobson.
10154
10155         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
10156         Suggested by Jason Eisner.
10157
10158         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
10159         table, too.  Suggested by Stefan Wiens.
10160         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
10161         the table unnecessary.  Suggested by Stefan Wiens.
10162
10163         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
10164         longer needed, and probably doesn't work either, as pointed out by
10165         Stefan Wiens.
10166         (gnus-summary-exit): Remove call to the clearing function.
10167         (gnus-summary-exit-no-update): Ditto.
10168
10169         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
10170         instead of gnus-eval-in-buffer-window to avoid popping up frames.
10171         Reported by Stefan Monnier.
10172         (gnus-summary-save-in-rmail): Ditto.
10173
10174         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
10175         article buffer, instead of both the article buffer and the summary
10176         buffer.  Sort of suggested by Dan Jacobson.
10177
10178         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
10179
10180         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
10181         Suggested by Dan Jacobson.
10182
10183         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
10184         documentation clearer.
10185
10186         * message.el (message-shorten-references): Comment on the number "21".
10187         Suggested by Stefan Monnier.
10188
10189         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
10190         Suggested by Dan Jacobson.
10191
10192         * gnus.el (gnus-large-newsgroup):
10193         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
10194
10195         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
10196         externalize attachments.  Bug reported by Steve Wen.
10197
10198         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
10199         really message anything to the user.
10200
10201         * nnmail.el (nnmail-article-group): Allow using the fancy split method
10202         directly.
10203
10204         * nnimap.el (nnimap-request-group): Low higher than high to signal no
10205         messages in empty groups.
10206
10207 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10208
10209         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
10210         non-UIDNEXT group.
10211
10212 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10213
10214         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
10215         not the value from the collection.
10216
10217         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
10218         values.  This sometimes happens on some groups that have no info.
10219         (nnimap-request-newgroups): New function.
10220
10221 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10222
10223         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
10224         check into `gnus-registry-initialize'.
10225         (gnus-registry-initialize): Ditto.
10226         Fix and extend header docs.
10227
10228 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10229
10230         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
10231         regexp backtrace overflows.
10232
10233         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
10234         for starttls that tls.el implements; i.e. openssl.
10235
10236         * tls.el (tls-starttls-switches): Give up on using starttls with
10237         gnutls-cli.
10238         (tls-program): Add --insecure to be consistent with the defaults from
10239         openssl s_client.  Now all three commands are insecure.
10240
10241 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10242
10243         * lpath.el: Bind completion-styles-alist for XEmacs.
10244
10245         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
10246         (gravatar-create-image): New function that's an alias to
10247         gnus-xmas-create-image, gnus-create-image, or create-image.
10248         (gravatar-data->image): Use it.
10249
10250 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
10251
10252         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
10253         install the nnregistry refer method.
10254         (gnus-registry-install-hooks): Use it.
10255         (gnus-registry-unfollowed-groups): Add nnmairix to the default
10256         unfollowed groups.
10257
10258 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
10259
10260         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
10261         expanding threads.
10262
10263 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10264
10265         * nnir.el: Use the server names without suffixes (bug#7009).
10266
10267         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
10268         unencrypted to STARTTLS, if possible.
10269
10270 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10271
10272         * message.el (message-ignored-supersedes-headers): Strip Injection-*
10273         headers before superseding.
10274
10275 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10276
10277         * nnrss.el (nnrss-use-local): Add documentation.
10278
10279         * nnimap.el (nnimap-extend-tls-programs): New function.
10280         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
10281         (nnimap-wait-for-connection): Accept the greeting from the stupid
10282         output from openssl s_client -starttls, too.
10283
10284         * tls.el (tls-starttls-switches): New variable.
10285         (tls-find-starttls-argument): Use it.
10286         (open-tls-stream): Ditto.
10287
10288         * netrc.el (netrc-credentials): Return the value of the "default" entry.
10289         (netrc-machine): Ditto.
10290
10291         * nnimap.el (nnimap-find-article-by-message-id): Really return the
10292         article number.
10293         (nnimap-split-fancy): New variable.
10294         (nnimap-split-incoming-mail): Use it.
10295
10296         * nntp.el (nntp-server-list-active-group): Document.
10297
10298         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
10299         SELECT to get the message-id.
10300
10301         * mail-source.el (mail-sources): Remove webmail support.
10302         (defvar): Ditto.
10303         (mail-source-fetcher-alist): Ditto.
10304         (mail-source-fetch-webmail): Remove.
10305
10306         * webmail.el: Remove -- doesn't seem relevant any more.
10307
10308         * gnus.el: Fix up make-obsolete-variable declarations throughout.
10309
10310         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
10311         the \r.
10312
10313 2010-09-30  Julien Danjou  <julien@danjou.info>
10314
10315         * gnus-agent.el (gnus-agent-add-group): Fix call to
10316         gnus-completing-read.
10317
10318 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10319
10320         * nndoc.el (nndoc-retrieve-groups): New function.
10321
10322         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
10323         `default', use nnmail-split-methods.
10324         (nnimap-request-article): Downcase the NILs so that they are nil.
10325
10326         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
10327         symbol.
10328
10329         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
10330         code, since if the user has requested network, that's what they ought
10331         to get.
10332         (nnimap-request-set-mark): Erase the buffer before issuing commands.
10333         (nnimap-split-rule): Mark as obsolete.
10334
10335         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
10336         New variable.
10337
10338         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
10339         correct slot, too.
10340
10341 2010-09-29  Julien Danjou  <julien@danjou.info>
10342
10343         * gnus.el (gnus-local-domain): Declare variable obsolete.
10344
10345         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
10346         Fix history computing.
10347         (gnus-ido-completing-read): Require ido.
10348
10349 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10350
10351         * gnus-registry.el: Don't prompt on load, which makes it impossible to
10352         build Gnus.
10353
10354         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
10355         when interpreting the structures.
10356         (nnimap-request-accept-article): Add \r\n to the lines to make this
10357         work with Cyrus.
10358
10359         * nndraft.el (nndraft-request-expire-articles): Use the group name
10360         instead if "nndraft".  Fix found by Nils Ackermann.
10361
10362 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
10363
10364         * nnregistry.el: Add.
10365
10366 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10367
10368         * nnmail.el (group, group-art-list, group-art):
10369         Remove unneeded directives.
10370
10371 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10372
10373         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
10374         (mm-mime-charset):
10375         * rfc2047.el (rfc2047-syntax-table):
10376         * utf7.el (utf7-utf-16-coding-system): Comment fix.
10377
10378         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
10379         rather than `insert-file-contents' and `eval-region'.
10380
10381         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
10382         construction.
10383
10384         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
10385
10386         * time-date.el: No need to require cl for Emacs 21.
10387
10388 2010-09-29  Julien Danjou  <julien@danjou.info>
10389
10390         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
10391         replacement of `gnus-gravatar-relief' to mimic
10392         `gnus-faces-properties-alist'.
10393         Add :version property.
10394
10395 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10396
10397         * mail-source.el (mail-source-report-new-mail):
10398         * message.el (message-default-mail-headers):
10399         * mm-decode.el (mm-valid-image-format-p): Comment fix.
10400
10401         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
10402
10403 2010-09-28  Julien Danjou  <julien@danjou.info>
10404
10405         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
10406         mail-address contains the same string as real-name.
10407
10408         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
10409         non-blank in header, otherwise it'll get stripped.
10410
10411         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
10412         real-name, and then for mail address rather than doing : or , search.
10413
10414 2010-09-27  Julien Danjou  <julien@danjou.info>
10415
10416         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
10417         right completing-read function.
10418         (gnus-use-ido): New variable
10419         (gnus-completing-read-with-default): Remove.
10420         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
10421         (gnus-agent-add-group):
10422         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
10423         * mm-view.el (mm-view-pkcs7-decrypt):
10424         * mm-util.el (mm-codepage-setup):
10425         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10426         * mml-smime.el (mml-smime-openssl-sign-query):
10427         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
10428         (mml-insert-multipart):
10429         * gnus-msg.el (gnus-summary-yank-message):
10430         * gnus-int.el (gnus-start-news-server):
10431         * mm-decode.el (mm-interactively-view-part):
10432         * gnus-dired.el (gnus-dired-attach):
10433         * gnus.el (gnus-read-method):
10434         * gnus-bookmark.el (gnus-bookmark-jump):
10435         * gnus-art.el (gnus-mime-view-part-as-type)
10436         (gnus-mime-action-on-part, gnus-article-encrypt-body):
10437         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
10438         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
10439         * nnmairix.el (nnmairix-create-server-and-default-group)
10440         (nnmairix-update-groups, nnmairix-get-server)
10441         (nnmairix-backend-to-server, nnmairix-goto-original-article)
10442         (nnmairix-get-group-from-file-path):
10443         * nnrss.el (nnrss-find-rss-via-syndic8):
10444         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
10445         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
10446         (gnus-group-browse-foreign-server):
10447         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
10448         (gnus-summary-execute-command, gnus-summary-respool-article)
10449         (gnus-read-move-group-name):
10450         * gnus-score.el (gnus-summary-increase-score)
10451         (gnus-summary-score-effect):
10452         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
10453
10454 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10455
10456         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
10457         x-focus-frame.
10458
10459         * nnimap.el (auth-source-forget-user-or-password)
10460         (auth-source-user-or-password): Autoload.
10461
10462         * message.el (message-from-style, message-interactive)
10463         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10464         (message-yank-prefix, message-indentation-spaces, message-signature)
10465         (message-signature-file): Add comment.
10466
10467 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10468
10469         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
10470         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
10471         new articles.
10472
10473         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
10474         parts.
10475         (nnimap-request-article): Work with the t setting, too.
10476
10477         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
10478         that you don't get flashes of other buffers.
10479         (gnus-summary-show-complete-article): Intern before setting.
10480
10481 2010-09-27  David Engster  <dengste@eml.cc>
10482
10483         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
10484         well as HEADERS.
10485         (nnmairix-retrieve-headers): Provide new argument for the above.
10486
10487 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10488
10489         * gnus-sum.el (gnus-summary-move-article): Don't alter
10490         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
10491         group.
10492
10493         * nnimap.el (nnimap-update-info): Don't destructively alter active.
10494
10495         * message.el (message-cite-prefix-regexp): Revert my last edit.
10496
10497         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
10498         variable instead of the Gnus variable.
10499
10500         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
10501
10502         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
10503
10504         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
10505         since some servers don't like it.
10506         (nnimap-open-connection): Forget credentials if the server says the
10507         password was wrong.
10508         (nnimap-parse-line): Protect against invalid data.
10509
10510         * gnus-sum.el (gnus-summary-move-article): Add comment.
10511         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
10512         nothing alters it while scanning for new messages.
10513
10514         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
10515         which may or may not help.
10516         (nnimap-open-connection): If we're doing a stream connection, and then
10517         discover we're on a STARTTLS-capable server, then open a STARTTLS
10518         connection instead.
10519
10520 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10521
10522         * nnimap.el (utf7): Require.
10523
10524         * message.el (message-cite-prefix-regexp): Remove "}" from citation
10525         prefix.
10526
10527 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
10528
10529         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
10530
10531 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10532
10533         * nnimap.el (nnimap-request-accept-article): Message the error on
10534         error.
10535
10536 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10537
10538         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
10539
10540 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10541
10542         * nndoc.el (nndoc-request-list): Return success always.
10543
10544         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
10545         `fetch-old' -- we only want to fetch the articles we've requested.
10546         The rest are in the agent, probably.
10547         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
10548         disappeared server" to something low.  It's not important.
10549
10550         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
10551         arrived before the FETCH data.
10552
10553         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
10554         target here, because we don't know the Gnus name of the group.
10555
10556         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
10557         for the correct group.
10558
10559         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
10560
10561         * gnus.el (gnus): Give a final warning after startup.
10562
10563         * gnus-util.el (gnus-action-message-log): New variable.
10564         (gnus-message): Use it.
10565         (gnus-final-warning): New function.
10566
10567         * nnimap.el (nnimap-open-connection): Record the greeting.
10568         (nnimap): Add greeting.
10569
10570 2010-09-26  Julien Danjou  <julien@danjou.info>
10571
10572         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
10573         arguments.
10574         (gnus-html-wash-images): Fix spec computing to include start/end.
10575
10576         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
10577
10578 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10579
10580         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
10581         deletion.
10582         (nnimap-retrieve-headers): Don't select the group, because that's
10583         already done by nnimap-possibly-change-group.
10584
10585         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
10586         (gnus-picon-transform-address): Use it.
10587
10588         * mail-source.el (mail-source-value): Revert previous patch.
10589
10590         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
10591         on failure.
10592         (nnimap-open-connection): Look up both virtual and physical server name
10593         credentials.
10594
10595         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
10596
10597 2009-02-07  Dave Love  <fx@gnu.org>
10598
10599         * tls.el (open-tls-stream): Don't query killing process.
10600
10601 2009-02-08  Dave Love  <fx@gnu.org>
10602
10603         * gnus-win.el (gnus-window-to-buffer-helper)
10604         (gnus-all-windows-visible-p): Function needn't be a symbol.
10605
10606         * mail-source.el (mail-source-value): Function needn't be a symbol.
10607
10608 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10609
10610         * message.el (message-cite-prefix-regexp): Remove } from the cite
10611         prefix.
10612
10613         * gnus-art.el (gnus-treatment-function-alist): Do picons before
10614         highlight again, so that the highlight is correct.
10615
10616         * gnus-picon.el (gnus-picon): Remove again.
10617         (gnus-picon-create-glyph): Set the background XPM color explicitly.
10618
10619         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
10620         doing the header highlightling, so that the background color of the
10621         picon is correct.
10622
10623         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
10624         (gnus-picon): Ditto.
10625         (gnus-picon): Reinstate.  The background color for picons is white.
10626         (gnus-picon-insert-glyph): Make the background white.
10627
10628         * nnml.el (nnml-open-nov): Don't return dead buffers.
10629
10630         * auth-source.el (auth-source-create): Query the user for whether to
10631         store the credentials.
10632
10633         * netrc.el (netrc-store-data): New function.
10634
10635         * auth-source.el (auth-source-user-or-password): Use the existing auth
10636         sources, if any, for creation.
10637
10638         * gnus.el (gnus-group-fast-parameter): Return the last matching
10639         parameter instead of the first matching parameter.
10640
10641 2010-09-26  Julien Danjou  <julien@danjou.info>
10642
10643         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
10644
10645 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10646
10647         * mml2015.el (mml2015-use): Remove gpg support.
10648
10649         * mml1991.el (mml1991-function-alist): Remove gpg function.
10650         (mml1991-gpg-sign): Remove.
10651
10652 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
10653
10654         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
10655         (gnus-browse-unsubscribe-current-group): Document it.
10656         (gnus-browse-unsubscribe-group): Use it.
10657
10658 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10659
10660         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
10661         address to the To list for easier response.
10662
10663         * gnus.el (gnus-play-startup-jingle): Remove.
10664         (gnus-splash): Don't play jingle.
10665         (gnus): Silence gnus-load message.
10666
10667         * gnus-art.el (gnus-treat-play-sounds): Remove.
10668
10669         * gnus.el (gnus-play-jingle): Remove audio support.
10670
10671         * gnus-cus.el (gnus-score-customize): Remove audio reference.
10672
10673         * earcon.el: Remove -- no users.
10674
10675         * gnus-audio.el: Remove -- no users of this package.
10676
10677         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
10678
10679         * gnus-start.el (gnus-setup-news): Remove nocem support.
10680
10681         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
10682
10683         * gnus.el (gnus-use-nocem): Remove.
10684
10685         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
10686         Remove.
10687
10688         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
10689         uses NoCeM any more.
10690
10691         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
10692         (gnus-button-ctan-handler): Ditto.
10693         (gnus-button-handle-ctan-bogus-regexp): Ditto.
10694         (gnus-button-ctan-directory-regexp): Ditto.
10695         (gnus-button-handle-ctan): Ditto.
10696         (gnus-button-tex-level): Ditto.
10697         (gnus-button-alist): Remove CTAN stuff.
10698
10699 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10700
10701         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
10702         nnimap-streaming test.
10703
10704         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
10705         servers twice.
10706
10707         * nnimap.el (nnimap-open-connection): Add more error reporting when
10708         nnimap fails early.
10709
10710         * nnheader.el (nnheader-get-report-string): New function.
10711         (nnheader-get-report): Use it.
10712
10713         * gnus-int.el (gnus-check-server): Say what the error was when opening
10714         failed.
10715
10716         * nnimap.el (nnimap-wait-for-response): Search further when we're not
10717         using streaming.
10718
10719 2010-09-25  Julien Danjou  <julien@danjou.info>
10720
10721         * gnus-html.el (gnus-html-rescale-image): Use our defalias
10722         gnus-window-inside-pixel-edges.
10723
10724 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10725
10726         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
10727
10728         * mm-decode.el (mm-save-part): Allow saving to other directories the
10729         normal Emacs way.
10730
10731         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
10732         Suggested by Jay Berkenbilt.
10733
10734         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
10735         there isn't a single byte.
10736
10737         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
10738         just do it.  It doesn't really seem to matter what the user responds
10739         here, I think, so it's just a confusing question.
10740
10741         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
10742         non-streaming case.
10743
10744         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
10745         (gnus-article-encrypt-body): Use it.
10746
10747         * gnus-sum.el (gnus-summary-show-complete-article): New command and
10748         keystroke.
10749
10750         * nnimap.el (nnimap-find-wanted-parts-1):
10751         Use gnus-fetch-partial-articles.
10752
10753         * gnus-art.el (gnus-fetch-partial-articles): New variable.
10754
10755         * nnimap.el (nnimap-insert-partial-structure): New function.
10756         (nnimap-get-partial-article): New function.
10757         (nnimap-request-article): Use it.
10758         (nnimap-wait-for-response): Return whether the wait was successful.
10759         (nnimap-finish-retrieve-group-infos): Don't do anything if the
10760         retrieval wasn't successful.
10761         (nnimap-retrieve-group-data-early): Allow throttling servers.
10762         (nnimap-streaming): New variable.
10763         (nnimap-fetch-partial-articles): Remove.
10764
10765         * mm-decode.el (mm-with-part): Protect against killed buffers.
10766
10767         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
10768         for prettier summary display.
10769
10770 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
10771
10772         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
10773
10774 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10775
10776         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
10777         apparently third-party libraries depend on it.
10778
10779         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
10780         before starting negotiation.
10781
10782         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
10783         privacy reasons.
10784         (gnus-treat-mail-gravatar): Ditto.
10785
10786         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
10787         buffer when inserting images.  Inserting text into the headers, for
10788         instance, can make them invalid.
10789
10790 2010-09-25  Julien Danjou  <julien@danjou.info>
10791
10792         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
10793         variables.
10794
10795         * nnheader.el: Remove useless variables news-reply-yank-from and
10796         news-reply-yank-message-id.
10797
10798         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
10799         variables.
10800
10801         * mml1991.el: Remove useless mml1991-verbose.
10802
10803         * gnus.el: Remove useless variable gnus-use-generic-from.
10804         Remove obsolete variable gnus-topic-indentation.
10805
10806         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
10807
10808         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
10809
10810         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
10811
10812         * gnus-group.el: Remove useless gnus-group-icon-cache.
10813         Remove useless gnus-ephemeral-group-server.
10814
10815         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
10816
10817         * mml2015.el: Remove useless mml2015-verbose.
10818
10819         * mml-smime.el: Remove useless mml-smime-verbose.
10820
10821         * gnus.el: Remove useless gnus-local-domain.
10822
10823         * gnus-gravatar.el (gnus-gravatar-transform-address):
10824         Use gnus-gravatar-size.
10825
10826         * gnus-art.el: Remove useless gnus-treat-translate.
10827
10828 2010-09-24  Julien Danjou  <julien@danjou.info>
10829
10830         * gnus-sum.el: Add support for Gravatars.
10831
10832         * gnus-art.el: Add support for Gravatars.
10833
10834         * gnus-gravatar.el: Add this file.
10835
10836         * gravatar.el: Add this file.
10837
10838 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10839
10840         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
10841
10842         * gnus-group.el (gnus-group-fetch-faq): Remove.
10843
10844         * gnus.el (gnus-group-faq-directory): Remove.
10845
10846         * gnus-group.el (gnus-group-fetch-charter): Remove.
10847
10848         * gnus.el (gnus-group-charter-alist): Remove.
10849
10850         * gnus-group.el (gnus-group-archive-directory): Remove.
10851         (gnus-group-recent-archive-directory): Ditto.
10852         (gnus-group-make-archive-group): Remove.
10853
10854         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
10855
10856         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
10857         use the same article number for all the cached articles.
10858
10859         * nnimap.el (nnimap-command): Register the last command time so
10860         that we can use it for idling NOOPs.
10861         (nnimap-open-connection): Start the keeplive timer.
10862         (nnimap-make-process-buffer): Store all the process buffers.
10863         (nnimap-keepalive): New function.
10864
10865         * starttls.el (starttls-open-stream): Add autoload cookie.
10866
10867 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10868
10869         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
10870         handling.
10871
10872 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10873
10874         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
10875         its data structures.
10876
10877         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
10878         instead of the cl.el copy-list.
10879         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
10880         equalp.
10881
10882 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10883
10884         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
10885         and tool-bar-local-item-from-menu.
10886
10887         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
10888         mode-line-highlight face for Emacs.
10889
10890         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
10891         loading gnus-sum.elc; fix comment for canlock-verify.
10892         (gnus-article-jump-to-part): Use read-number.
10893         (gnus-insert-mime-button, gnus-insert-mime-security-button):
10894         Remove Emacs pre-21 compatible code for help-echo.
10895         (gnus-article-next-page-1): No need to adjust the number of lines.
10896         (gnus-article-describe-bindings): Always use help-buffer.
10897
10898         * gnus-audio.el (gnus-audio-inline-sound):
10899         * gnus-cus.el (gnus-custom-mode):
10900         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
10901
10902         * gnus-sum.el (gnus-remove-overlays): Doc fix.
10903
10904         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
10905         compatible code.
10906
10907 2010-09-24  Glenn Morris  <rgm@gnu.org>
10908
10909         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
10910         visiting the fcc file in rmail-mode.
10911
10912         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
10913
10914 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10915
10916         * nnir.el: Silence the byte compiler.
10917
10918         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
10919         alias to browse-url-url-encode-chars if any.
10920         (gnus-html-encode-url): Use it.
10921
10922 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10923
10924         * gnus-start.el (gnus-use-backend-marks): New variable.
10925         (gnus-get-unread-articles-in-group): Use it.
10926
10927         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
10928         makeover.
10929
10930 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10931
10932         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
10933
10934 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10935
10936         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
10937         Remove.
10938         (gnus-setup-news-hook):
10939         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
10940
10941         * gnus-int.el (gnus-request-update-info): Protect against backends not
10942         having the function.
10943
10944         * nnimap.el (nnimap-stream): Mention starttls.
10945         (nnimap-open-connection): Add starttls support.
10946
10947 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10948
10949         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
10950
10951 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10952
10953         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
10954         BODYSTRUCTUREs.
10955         (nnimap-transform-headers): Unfold quoted {42} headers.
10956
10957         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
10958         the info.
10959         (gnus-get-unread-articles): Only call updatep on backends that support
10960         it.
10961
10962         * nnweb.el (nnweb-request-update-info): NOOP.
10963
10964         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
10965
10966         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
10967         since it only deals with marks.
10968
10969         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
10970         gnus-request-marks, and make a new gnus-request-update-info.
10971
10972         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
10973         the active instead of the high number, which is usually too low.
10974
10975 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
10976
10977         * netrc.el (netrc-parse): Remove encrypt.el mentions.
10978         * encrypt.el: Remove.
10979
10980 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10981
10982         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
10983         server in symbolic form.
10984
10985         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
10986
10987 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10988
10989         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
10990         (nnimap-update-info): Fix up code slightly.
10991
10992         * gnus-int.el (gnus-open-server): Add tracing for performance
10993         debugging.
10994
10995         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
10996         (gnus-group-insert-group-line): Pass the real group name so that it
10997         gets the right data.
10998
10999         * gnus-start.el (gnus-get-unread-articles): Don't have
11000         `gnus-get-unread-articles-in-group' update info, since that can be
11001         really slow and doesn't seem to be needed?
11002
11003 2010-09-22  Dan Christensen  <jdc@uwo.ca>
11004
11005         * time-date.el (date-to-time): Try using parse-time-string first before
11006         using the slower timezone-make-date-arpa-standard.
11007
11008 2010-09-22  Julien Danjou  <julien@danjou.info>
11009
11010         * gnus-group.el (gnus-group-insert-group-line):
11011         Call gnus-group-highlight-line.
11012         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
11013         default hook list.
11014         (gnus-group-update-eval-form): Add new function.
11015         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
11016         (gnus-group-get-icon): Use gnus-group-update-eval-form.
11017
11018 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11019
11020         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
11021         immediate, then expire all articles.
11022         (nnimap-update-info): Fix off-by-one errors.
11023         (nnimap-flags-to-marks): Would return no marks lists for group with no
11024         flags.  Instead return the other data.
11025
11026 2010-09-22  Julien Danjou  <julien@danjou.info>
11027
11028         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
11029         Only return an icon.
11030         (gnus-group-insert-group-line): Compute icon to return.
11031
11032         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
11033         (gnus-html-image-fetched): Only cache if
11034         gnus-html-image-automatic-caching is set.
11035         (gnus-html-image-fetched): Check for errors.
11036
11037 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11038
11039         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
11040         once per method on `g'.  This ensures that backends like nnfolder don't
11041         open all their folders.
11042
11043         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
11044         (nnimap-request-list): Nix out group in the correct buffer.
11045         (nnimap-parse-flags): Implement by using `read' instead of
11046         hand-parsing.
11047         (nnimap-flags-to-marks): Pass on permanent-flags.
11048         (nnimap-make-process-buffer): Record the server name.
11049         (nnimap-parse-flags): Fix typo.
11050         (nnimap-request-scan): Run split on the server in general, not just a
11051         single group.
11052
11053         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
11054         parameter, and propagate this downwards.
11055
11056         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
11057         since EXAMINE changes it on the server.
11058
11059         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
11060         this command might take a while.
11061
11062 2010-09-22  Julien Danjou  <julien@danjou.info>
11063
11064         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
11065         harmful if you have 2 images side-by-side, they can't be properly
11066         update on text deletion.  Using text-property is safer here.
11067         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
11068         data.
11069
11070 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11071
11072         * nnimap.el (nnimap-expunge-inbox): Remove.
11073         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
11074         (nnimap-expunge): Flip default to t.
11075
11076         * gnus.el (gnus-method-to-server): Don't push things to the cache
11077         unless it's unique.
11078         (gnus-server-to-method): Ditto.
11079
11080 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11081
11082         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
11083
11084 2010-09-22  Julien Danjou  <julien@danjou.info>
11085
11086         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
11087         get the start of data.
11088         (gnus-html-encode-url): Add this function to encode special chars in
11089         URL.
11090         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
11091         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
11092
11093         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
11094         default.
11095         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
11096
11097         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
11098         images alt-text.
11099         (gnus-html-put-image): Put alt-text as help-echo.
11100
11101 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11102
11103         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
11104         * mm-util.el (mm-decompress-buffer):
11105         * nnir.el (nnir-run-find-grep):
11106         * pop3.el (pop3-list): Use 3rd arg of split-string.
11107
11108         * time-date.el (format-seconds): Comment fix.
11109
11110         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
11111         and byte-optimize-form-code-walker.
11112         (dgnushack-make-auto-load): Don't advise make-autoload.
11113
11114         * lpath.el: Remove Emacs 21 stuff.
11115
11116 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11117
11118         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
11119         outside the active range.  Suggested by Dan Christensen.
11120
11121         * gnus-start.el (gnus-get-unread-articles): Get the extended method
11122         slightly later to avoid double-getting it.
11123
11124         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
11125         previous patch.
11126
11127         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
11128
11129 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
11130
11131         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
11132
11133 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11134
11135         * gnus-int.el (gnus-open-server): Give a better error message in the
11136         "go offline" case.
11137
11138         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
11139         marks for nnimap, which is seldom the right thing to do.
11140
11141         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
11142         (gnus-same-method-different-name): New function.
11143
11144         * nnimap.el (parse-time): Require.
11145
11146         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
11147         method in the presence of many similar methods.
11148
11149         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
11150
11151         * nnimap.el (nnimap-find-expired-articles): Don't refer to
11152         nnml-inhibit-expiry.
11153
11154         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
11155         find out whether methods are equal.
11156
11157         * nnimap.el (nnimap-find-expired-articles): New function.
11158         (nnimap-process-expiry-targets): New function.
11159         (nnimap-request-move-article): Request the article before looking at
11160         what the Message-ID is.  Fix found by Andrew Cohen.
11161         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
11162
11163         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
11164         for oldness in addition to being a predicate.
11165
11166         * nnimap.el (nnimap-request-group): When we have zero articles, return
11167         the right data to Gnus.
11168         (nnimap-request-expire-articles): Only delete articles immediately if
11169         the target is 'delete.
11170
11171         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
11172         method, this would bug out.
11173
11174         * gnus-group.el (gnus-group-expunge-group): Rename from
11175         gnus-group-nnimap-expunge, and implemented as a normal interface
11176         function.
11177
11178         * gnus-int.el (gnus-request-expunge-group): New function.
11179
11180         * nnimap.el (nnimap-request-create-group): Implement.
11181         (nnimap-request-expunge-group): New function.
11182
11183 2010-09-21  Julien Danjou  <julien@danjou.info>
11184
11185         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
11186         (gnus-html-cache-expired): Add new function.
11187         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
11188         wethever we should display image for fetch it.
11189         Compute alt-text earlier to pass it to the fetching function too.
11190         (gnus-html-schedule-image-fetching): Change function argument to only
11191         get one image at a time, not a list.
11192         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
11193         cache.
11194         (gnus-html-get-image-data): New function to retrieve image data from
11195         cache.
11196         (gnus-html-put-image): Change buffer argument to use image data rather
11197         than file, and place image above region rather than inserting a new
11198         one.  Do not take alt-text as argument, since it's useless now: we place
11199         the image above alt-text.
11200         (gnus-html-prune-cache): Remove.
11201         (gnus-html-show-images): Start to fetch image when we find one, do not
11202         push into a temporary list.
11203         (gnus-html-prefetch-images): Only fetch image if they have expired.
11204         (gnus-html-browse-image): Fix, use 'gnus-image-url.
11205         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
11206
11207 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11208
11209         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
11210
11211 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11212
11213         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
11214         spec inser "*" if the group isn't active instead of 0.
11215
11216         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
11217         opening the server.
11218         (nnimap-request-delete-group): Implement group deletion.
11219         (nnimap-transform-headers): Return the size of the entire message in
11220         the Bytes header, not just the size of the first part.
11221         (nnimap-request-move-article): When moving an article from nnimap,
11222         request the article first so the accepting form has an article to
11223         accept.  Reported by Dan Christensen.
11224         (nnimap-command): Make sure that the error message doesn't error out.
11225
11226 2010-09-20  David Edmondson  <dme@dme.org>
11227
11228         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
11229         we haven't requested anything.
11230
11231 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11232
11233         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
11234         "".  Fix found by Andrew Cohen.
11235
11236         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
11237         instead of -encode-string.
11238
11239 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11240
11241         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
11242
11243         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
11244         by mm-subst-char-in-string.
11245
11246 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11247
11248         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
11249         waiting for the connection string.
11250
11251         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
11252         arriving.
11253
11254         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
11255         bogus characters.  This allows selecting certain Gmail groups.
11256
11257         * nnimap.el (nnimap-find-wanted-parts-1): New function.
11258         (nnimap-fetch-partial-articles): New variable.
11259         (nnimap-open-connection): When looking for credentials, also use the
11260         nnimap-server-port.
11261         (nnimap-request-article): Return the group/article number, so that Gnus
11262         `^' works as expected.
11263         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
11264
11265         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
11266         comments.
11267         (gnus-methods-sloppily-equal): New function.
11268         (gnus): When using the development version of Gnus, load the gnus-load
11269         file.
11270
11271         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
11272         `gnus-open-server' on each method before trying to scan them etc.
11273         This ensures that all the backend parameters are set correctly.
11274
11275         * nnimap.el (nnimap-authenticator): New variable.
11276         (nnimap-open-connection): Allow anonymous login.
11277         (nnimap-transform-headers): The chars header is called Chars not Bytes.
11278         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
11279
11280         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
11281         patch, found by Knut Anders Hatlen.
11282
11283 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
11284
11285         * gnus-agent.el (gnus-agent-batch-confirmation)
11286         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
11287         to gnus-message.
11288         * gnus-art.el (gnus-article-describe-briefly): Likewise.
11289         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
11290         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
11291         * gnus-int.el (gnus-open-server): Likewise.
11292         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
11293         (gnus-score-check-syntax): Likewise.
11294         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
11295         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
11296         Likewise.
11297         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
11298
11299 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11300
11301         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
11302         calling conventions so that prefetch doesn't bug out.
11303
11304 2010-09-19  Julien Danjou  <julien@danjou.info>
11305
11306         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
11307         rather than `subst-char-in-region' in order to be able to replace ASCII
11308         char by UTF-8 ones.
11309
11310         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
11311         than curl.
11312         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
11313         the right URL and ALT text on images.
11314         (gnus-html-wash-tags): Fix tag case.
11315         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
11316         (gnus-article-html): Add -o display_ins_del=2 option.
11317         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
11318
11319 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11320
11321         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
11322         the extra mail headers, which sometimes seem to happen for unknown
11323         reasons.
11324
11325         * mail-parse.el (mail-header-encode-parameter): Define as
11326         rfc2045-encode-string instead of as rfc2231-encode-string, since some
11327         (or most, perhaps?) mail readers don't understand the latter, but do
11328         understand the former.
11329
11330         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
11331         to nil, so that no methods are automatically agentized.  I think this
11332         is probably what most users want.
11333
11334         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
11335         from url-retrieve, for instance about invalid URLs.
11336
11337         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
11338         groups that have no articles.
11339         (nnimap-request-article): Check that we really got an article when we
11340         requested one.
11341
11342         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
11343         doesn't exist.
11344
11345         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
11346         nntp buffer so the agent can save it.
11347         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
11348         that CRLF doesn't get translated to \n.
11349         (nnimap-open-connection): Don't make 'shell commands only send \n.
11350
11351 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11352
11353         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
11354         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
11355         Update var name.
11356         (nnml-generate-nov-file): Use dolist.
11357         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
11358         Use with-current-buffer.
11359
11360 2010-09-18  Julien Danjou  <julien@danjou.info>
11361
11362         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
11363         parallel.
11364
11365 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11366
11367         * nnimap.el (nnimap-update-info): When doing partial marks update, get
11368         the range update right.
11369         (nnimap-request-group): Don't make `M-g' bug out on group with no
11370         marks.
11371         (nnoo): Require, so that other packages can require nnimap.
11372         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
11373         command we're looking for.  This helps when the server sends more
11374         responses after we've gotten everything we expected.
11375         (nnimap): Add a `newlinep' field to keep track of end-of-line
11376         conventions.
11377         Don't send CRLF to things that don't want it.
11378         (nnimap-request-accept-article): Ditto.
11379
11380 2010-09-18  Julien Danjou  <julien@danjou.info>
11381
11382         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
11383         than curl to retrieve images.
11384
11385 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11386
11387         * nnimap.el (nnimap-update-info): Extend the info so that we can set
11388         the marks.
11389         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
11390         (nnimap-wait-for-connection): New function.
11391         (nnimap-open-connection): If we have PREAUTH, don't query for login
11392         credentials.
11393         (nnimap-update-info): Fix off-by-one error when concatenating ranges
11394         when doing a partial update.
11395
11396 2010-09-18  Julien Danjou  <julien@danjou.info>
11397
11398         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
11399         tags.
11400
11401 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11402
11403         * nnimap.el (nnimap-credentials): New function.
11404         (nnimap-open-connection): Use the new function to look for credentials
11405         also on the numeric equivalents of "imap" and "imaps".
11406
11407         * gnus-start.el (gnus-activate-group): Send the info to
11408         gnus-request-group.
11409
11410         * nnimap.el (nnimap-request-group): Have the "check" version of the
11411         function parse flags and update the info, so that a `M-g' get a total
11412         resync of all flags from the group.
11413
11414         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
11415         to allow backends to alter the info on group selection.  Also alter all
11416         the backend -request-group functions to take the parameter.
11417
11418         * nnimap.el (nnimap-store-info): New function.
11419         (nnimap-update-info): Store the info for later usage.
11420         (nnimap-request-group): Use the stored info for the dont-check case, so
11421         that we don't retrieve all marks when we enter a group.
11422
11423         * nnimap.el: Use deffoo instead of defun for interface functions.
11424
11425         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
11426         update the group info.  This makes the nndraft groups, for instance, go
11427         back to their old behavior.
11428
11429         * gnus-sum.el (gnus-select-newsgroup): Indent.
11430
11431         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
11432         in.
11433         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
11434         nothing.
11435
11436         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
11437         from methods that are denied.
11438
11439         * gnus-int.el (gnus-method-denied-p): New function.
11440
11441         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
11442         store the password instead of netrc.
11443         (nnimap-open-connection): Don't error out when we can't make a
11444         connections.
11445
11446         * auth-source.el (auth-source-create): In the password prompt, say what
11447         we're querying for.  Also prompt for user name if that hasn't been
11448         given.
11449
11450         * nnimap.el (nnimap-with-process-buffer): Remove.
11451
11452 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11453
11454         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
11455         method when we're reading from the agent.
11456
11457         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
11458
11459         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
11460         that's probably most useful for users.
11461
11462         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
11463         "failed" all the time.
11464
11465         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
11466         ...)) with (with-current-buffer ... ).
11467
11468         * nntp.el (nntp-open-server): Return whether the open was successful or
11469         not.
11470
11471         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
11472         select an unread unseen article first.
11473
11474         * nnimap.el (nnimap-open-connection): If the user doesn't have a
11475         /etc/services, supply some sensible port defaults.
11476
11477         * dgnushack.el: Define netrc-credentials.
11478
11479 2010-09-17  Julien Danjou  <julien@danjou.info>
11480
11481         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
11482
11483 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11484
11485         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
11486         doesn't have any parameters.
11487
11488 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11489
11490         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
11491         only upcased checks.
11492
11493         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
11494
11495         * nnimap.el (nnimap-open-shell-stream): New function.
11496         (nnimap-open-connection): Use it.
11497         (nnimap-transform-headers): Get the number of lines in each message.
11498         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
11499         number of lines.
11500         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
11501         problem.
11502
11503         * utf7.el (utf7-encode): Autoload.
11504
11505         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
11506         to allow the mail splitting to not return a default group.  This is
11507         useful for nnimap, which will leave unmatched mail in the inbox.
11508
11509         * nnimap.el: Rewritten.
11510
11511         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
11512         nnimap usage.
11513
11514         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
11515         if the move is internal, so that nnimap can do fast internal moves.
11516
11517         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
11518         data.
11519         (gnus-read-active-for-groups): Support finishing the early retrieval of
11520         data.
11521
11522         * gnus-range.el (gnus-range-nconcat): New function.
11523
11524         * gnus-int.el (gnus-finish-retrieve-group-infos)
11525         (gnus-retrieve-group-data-early): New functions.
11526
11527 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11528
11529         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
11530         (nnrss-retrieve-groups):
11531         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
11532         (pop3-quit): Use with-current-buffer.
11533
11534 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11535
11536         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
11537         instead of nnheader-accept-process-output.
11538
11539         * dgnushack.el (dgnushack-compile): Add comment.
11540
11541         * lpath.el: No need to fbind propertize for XEmacs 21.4.
11542
11543         * gnus-html.el (gnus-html-schedule-image-fetching)
11544         (gnus-html-prefetch-images): Replace process-kill-without-query by
11545         gnus-set-process-query-on-exit-flag.
11546
11547 2010-09-16  Romain Francoise  <romain@orebokech.com>
11548
11549         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
11550
11551 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11552
11553         * gnus-registry.el (gnus-registry-install-shortcuts): The second
11554         parameter to unintern is mandatory-ish in Emacs 24.
11555
11556         * gnus-html.el (gnus-html-schedule-image-fetching)
11557         (gnus-html-prefetch-images): Check for curl before using it.
11558
11559         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
11560         depend on curl, which isn't essential.
11561
11562         * imap.el: Revert back to version
11563         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
11564         seem problematic.
11565
11566 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11567
11568         * gnus-registry.el (gnus-registry-install-shortcuts):
11569         Explicitly pass `obarray' to `unintern' to avoid a warning.
11570
11571 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11572
11573         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
11574         change.
11575
11576         * nnrss.el (nnrss-request-list): Remove this function and related
11577         functions, including the moreover stuff.
11578
11579 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11580
11581         * nnrss.el (nnrss-retrieve-groups): New function.
11582
11583 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11584
11585         * .dir-locals.el: Add no-byte-compile cookie.
11586
11587 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11588
11589         * time-date.el (format-seconds): Comment fix.
11590
11591         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
11592         for back end that doesn't support request-scan.
11593
11594 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11595
11596         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
11597         then do request scans from the backends.
11598
11599         * netrc.el (netrc-credentials): New conveniency function.
11600
11601         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
11602         avoid running a hook per line, since this takes a lot of time,
11603         profiling shows.
11604         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
11605         directly if gnus-visual-p is true.
11606
11607 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11608
11609         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
11610         groups; replace mapcar with dolist which is a bit faster; pass groups
11611         info to gnus-read-active-file-1.
11612         (gnus-read-active-file-1): Scan only specified groups if the new
11613         optional arg `infos' is given.
11614
11615 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11616
11617         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
11618
11619         * pop3.el (pop3-movemail): Remove.
11620         (pop3-streaming-movemail): Rename to pop3-movemail.
11621
11622         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
11623         don't restrict end-tag searches to the end of the line.
11624
11625 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11626
11627         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
11628         articles of every unchecked group to t, which means unknown since the
11629         server has never been opened.
11630
11631 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11632
11633         * gnus-html.el (gnus-html-show-alt-text): New command.
11634         (gnus-html-browse-image): Ditto.
11635         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
11636         to browse the image directly.
11637         (gnus-html-wash-tags): Search for images first, so that <a><img> works
11638         better.
11639
11640         * gnus-async.el (gnus-async-article-callback):
11641         Call `gnus-html-prefetch-images' unconditionally.
11642
11643         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
11644         before feeding URLs to curl.
11645
11646 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11647
11648         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
11649         internal images as deletable by `W D D'.
11650
11651         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
11652         (gnus-async-article-callback): Fix typo.
11653
11654 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11655
11656         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
11657         current line to work around bugs in the output from w3m.
11658
11659         * gnus-async.el (gnus-async-article-callback): Always prefetch images
11660         for groups that want that.
11661
11662         * nntp.el (nntp-wait-for-string): Supply a timeout for
11663         accept-process-output to ensure progress.
11664
11665         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
11666         level to get unread articles from, then use that for foreign groups,
11667         too.
11668
11669         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
11670         confuses the rest of the function.
11671
11672         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
11673         for the methods that support -retrieve-groups, too.
11674
11675         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
11676
11677 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11678
11679         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
11680         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
11681
11682         * pop3.el: Require cl when compiling.
11683         (pop3-number-of-responses): Search for "+OK", not "+OK ".
11684
11685 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11686
11687         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
11688         that aren't going to be activated.
11689         (gnus-get-unread-articles): Fix up the last commit.
11690
11691         * gnus-html.el (gnus-article-html): Allow calling without specifying
11692         the handle.  In that case, dissect the buffer first.
11693
11694         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
11695
11696         * nnimap.el (nnimap-open-connection): Revert the change that would look
11697         into authinfo for imaps instead of imap.
11698
11699         * gnus-start.el (gnus-activate-group): Take an optional parameter to
11700         say that you don't want to call gnus-request-group with don-check, but
11701         do check the reponse.  This is for virtual groups only.
11702         (gnus-get-unread-articles): Count the archive groups as secondary, so
11703         that they're activated the same way as before.
11704
11705         * imap.el (imap-message-map): Removed optional buffer parameter, since
11706         no callers use it.
11707         (imap-message-get): Ditto.
11708         (imap-message-put): Ditto.
11709         (imap-mailbox-map): Ditto.
11710         (imap-mailbox-put): Ditto.
11711         (imap-mailbox-get): Ditto.
11712         (imap-mailbox-get): Revert last change for this function.
11713
11714         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
11715         case-insensitively.
11716         (nnimap-debug): Remove.
11717
11718         * net/imap.el (imap-fetch-safe): Remove function, and alter all
11719         callers to use `imap-fetch' instead.  According to the comments, this
11720         should be safe, since all other IMAP clients use the 1:* syntax.
11721         (imap-enable-exchange-bug-workaround): Remove.
11722         (imap-debug): Remove -- doesn't seem very useful.
11723
11724         * mail-source.el (mail-source-fetch): Don't message if we're fetching
11725         mail from a file, and the file doesn't exist.
11726
11727         * imap.el (imap-log): New convenience function used throughout instead
11728         of repeating the same code all over the place.
11729
11730         * pop3.el (pop3-streaming-movemail): Return t for success.
11731
11732         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
11733         .authinfo if we're using ssl connection.
11734
11735         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
11736         already have if we're in a main Gnus `g' run.
11737
11738         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
11739
11740 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11741
11742         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
11743
11744         * nnmh.el (nnmh-request-list-1): Bind `file'.
11745
11746         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
11747         alias to set-process-query-on-exit-flag or process-kill-without-query.
11748         (pop3-open-server): Use it.
11749
11750 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11751
11752         * mail-source.el (mail-source-delete-crash-box): Always move the crash
11753         box to the Incoming file.  Fixes mistake in previous checkin.
11754
11755         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
11756         request loop (for debugging purposes) removed.
11757
11758         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
11759         culprit is more visible.
11760         (nnml-save-incremental-nov, nnml-open-incremental-nov)
11761         (nnml-add-incremental-nov): New functions to do "incremental" nov
11762         updates, where we just append to the end of the existing nov files
11763         without reading/writing them in full.
11764
11765         * mail-source.el (mail-source-delete-crash-box): Really only check the
11766         incoming files once in a while.
11767
11768         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
11769
11770         * mail-source.el (mail-source-delete-crash-box): Only check the
11771         incoming files for deletion once per day to save a lot of file
11772         accesses.
11773
11774         * pop3.el (pop3-logon): Fix up unbound variable typo.
11775
11776         * mail-source.el (pop3-streaming-movemail): Autoload.
11777
11778         * pop3.el (pop3-streaming-movemail):
11779         Respect pop3-leave-mail-on-server.
11780
11781         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
11782         retrieval.
11783
11784         * pop3.el (pop3-process-filter): Remove unused function.
11785         (pop3-streaming-movemail, pop3-send-streaming-command)
11786         (pop3-wait-for-messages, pop3-write-to-file)
11787         (pop3-number-of-responses): New functions for streaming pop3
11788         retrieval.
11789
11790         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
11791         come from no known methods.
11792         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
11793         list.
11794
11795         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
11796         message sizes.
11797         (pop3-movemail): Use erase-buffer instead of looping and deleting
11798         regions, which seems rather odd.
11799
11800         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
11801         file once per `g' run.
11802
11803         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
11804         directories.  This makes the draft queue directory work.
11805
11806         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
11807         data from the backends, so that we only request the list of groups from
11808         each method once.  This should speed things up considerably.
11809
11810         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
11811         detect that it's not implemented.
11812
11813         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
11814         we actually do recurse down into the tree, but don't stat all leaf
11815         nodes.
11816
11817         * gnus-html.el (gnus-html-show-images): If there are no images to show,
11818         then say so instead of bugging out.
11819
11820         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
11821         files exist before trying to read them.
11822
11823         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
11824         around <pre_int>.
11825
11826         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
11827
11828         * nnmh.el (nnmh-request-list-1): Optimize for speed.
11829
11830 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11831
11832         * mm-util.el (mm-image-load-path): Just return the image directories,
11833         not all directories in the path in addition to the image directories.
11834         (mm-image-load-path): Maintain a cache of the image directories so that
11835         the `g' command in Gnus doesn't have to stat dozens of directories each
11836         time.
11837
11838         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
11839         (gnus-html-wash-tags): Add a new `i' command to insert images.
11840         (gnus-html-insert-image): New command and keystroke.
11841         (gnus-html-redisplay-with-images): New command and keystroke.
11842         (gnus-html-show-images): Rename command.
11843         (gnus-html-wash-tags): Remove more white space before <pre_int> image
11844         spacers.
11845         (gnus-html-wash-tags): Decode entities at the end, so that entities
11846         inside the tags don't mess up the rest of the "parsing".
11847
11848         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
11849         so that nnimap methods aren't agentized by default.  There's apparently
11850         many problems related to agent/imap behavior.
11851
11852         * gnus-art.el (gnus-article-copy-string): New command and key binding.
11853
11854         * gnus-html.el: Doc fix.
11855
11856 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11857
11858         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
11859         specifier-spec-list for Emacs 21.
11860
11861         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
11862         glyph-width and glyph-height instead of display-graphic-p and
11863         image-size; make avoidance of displaying small images work for XEmacs.
11864
11865         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
11866         for XEmacs.
11867
11868         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
11869         of symbol that holds plist data.
11870         (gnus-process-plist): Remove plist of process after getting it.
11871
11872 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11873
11874         * message.el (message-generate-hashcash): Change default to
11875         'opportunistic if hashcash is installed.
11876
11877         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
11878         (gnus-html-put-image): Only call image-size once, since it's somewhat
11879         time-consuming on remote X servers.
11880
11881 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11882
11883         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
11884         type on data, not a file name.
11885
11886         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
11887         window-pixel-edges for Emacs 21.
11888
11889         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
11890         decoded contents.
11891         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
11892
11893 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11894
11895         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
11896         group line format, since it isn't very interesting.
11897
11898         * gnus-agent.el (gnus-agent-short-article),
11899         (gnus-agent-long-article): Increase values for these two variables,
11900         since most people are likely to have more network connection and
11901         storage than before.
11902
11903         * gnus.el (gnus-refer-article-method): Change default to 'current.
11904         When referring an article, the common behavior is to refer it from the
11905         current select method, not the native select method.  The chances of
11906         the native select method having the message in question is rather slim
11907         these days.
11908
11909         * gnus-sum.el (gnus-auto-select-subject): Change default to
11910         `unseen-or-unread'.  I think it's likely that most people want to
11911         select an unseen article over a previously seen, but unread one.
11912
11913         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
11914         means that in the article buffer none of the minor mode elements will
11915         be shown, usually, and this is not desirable in most cases.
11916
11917         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
11918         that commands like `d' (and the like) go to the next line in the
11919         buffer, instead of the next unread article.  I think this is the
11920         behavior that is most natural for most users.
11921         (gnus-single-article-buffer): Change default to nil, so that people can
11922         have as many article buffers open as they have summary buffer.  I think
11923         this is the most natural way for the groups to behave.
11924
11925         * message.el (message-generate-new-buffers): Change default to
11926         `unsent', so that all new message buffers start their names with the
11927         string "*unsent", and it's easier to find the buffers if you move from
11928         them.
11929
11930 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11931
11932         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
11933         small.  They're probably tracking images.
11934         (gnus-html-wash-tags): Remove all <pre_int> place holders.
11935         (gnus-html-rescale-image): Yet another try at getting the image sizing
11936         right.
11937
11938         * nntp.el (nntp-request-set-mark): Refuse to do marks if
11939         nntp-marks-file-name is nil.
11940
11941 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11942
11943         * gnus-html.el (gnus-html-wash-tags)
11944         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
11945         Better logging.
11946
11947 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11948
11949         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
11950
11951         * gnus-html.el (gnus-html-wash-tags): Check the value of
11952         gnus-blocked-images in the summary buffer.
11953
11954 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11955
11956         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
11957
11958 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11959
11960         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
11961         like "a", it seems like.
11962         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
11963         since it needs to be picked from the correct buffer.
11964
11965         * nnwfm.el: Remove.
11966
11967         * nnlistserv.el: Remove.
11968
11969 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11970
11971         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
11972         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
11973
11974 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11975
11976         * nnkiboze.el: Remove.
11977
11978         * nndb.el: Remove.
11979
11980         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
11981         alt text.
11982         (gnus-html-rescale-image): Try to get the rescaling logic right for
11983         images that are just wide and not tall.
11984
11985         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
11986         overshadow variable bindings.
11987
11988 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11989
11990         * gnus-html.el (gnus-html-wash-tags)
11991         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
11992         Add extra logging.
11993
11994 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11995
11996         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
11997         (gnus-max-image-proportion): New variable.
11998         (gnus-html-rescale-image): New function.
11999         (gnus-html-put-image): Rescale images.
12000
12001 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12002
12003         Fix up some byte-compiler warnings.
12004         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
12005         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
12006         (gnus-article-fill-cited-article, gnus-article-hide-citation)
12007         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
12008         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
12009         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
12010         (gnus-group-update-group): Use save-excursion and with-current-buffer.
12011
12012 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12013
12014         * gnus-html.el (gnus-article-html): Decode contents by charset.
12015
12016 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12017
12018         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
12019         (gnus-html-frame-width, gnus-blocked-images):
12020         * message.el (message-prune-recipient-rules): Add custom version.
12021         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
12022
12023         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
12024         functions.
12025
12026         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
12027         gnus-process-get.
12028
12029 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
12030
12031         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
12032         instead of lsub directly.
12033
12034 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12035
12036         * nnwarchive.el: Remove.
12037
12038         * gnus-soup.el: Remove.
12039
12040         * nnsoup.el: Remove.
12041
12042         * nnultimate.el: Remove.
12043
12044         * gnus-html.el (gnus-blocked-images): New variable.
12045
12046         * message.el (message-prune-recipients): New function.
12047         (message-prune-recipient-rules): New variable.
12048
12049         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
12050         guess whether a long line is natural text or not.
12051
12052         * gnus-html.el (gnus-html-schedule-image-fetching):
12053         Use gnus-process-plist and friends for compatibility.
12054
12055 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12056
12057         * gnus-html.el: Require packages that define macros used in this file.
12058         (gnus-article-mouse-face): Declare to silence byte-compiler.
12059         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
12060         process-get.
12061         (gnus-html-put-image): Use plist-get to avoid getf.
12062         (gnus-html-prefetch-images): Use with-current-buffer.
12063
12064 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12065
12066         * gnus-ems.el: Provide compatibility functions for
12067         gnus-set-process-plist.
12068
12069         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
12070         header-line-format for XEmacs 21.4.
12071
12072         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
12073         * gnus.el (gnus-valid-select-methods):
12074         * message.el (message-send-mail-partially-limit):
12075         * mm-decode.el (mm-text-html-renderer):
12076         * mml.el (mml-insert-mime-headers-always):
12077         * smiley.el (smiley-regexp-alist): Bump custom version.
12078
12079 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12080
12081         * gnus-html.el: Require mm-url.
12082         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
12083         with the url to `url'.
12084         (gnus-html-wash-tags): Support cid: URLs/images.
12085
12086 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12087
12088         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
12089         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
12090         bindings, as they aren't useful at all.  `w' is moved to `W w'.
12091
12092         * gnus-move.el: Remove file, since it doesn't really work.
12093
12094         * gnus-html.el (gnus-article-html): Tell w3m that the input is
12095         UTF-8.  This seems to fix problems with some German web feeds.
12096
12097         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
12098         at the top so that the proper colors are applied.
12099
12100         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
12101         don't have dots in their names.
12102
12103         * gnus-art.el (gnus-article-view-part): Doc fix.
12104
12105         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
12106         XEmacs-compatible.
12107         (gnus-html-put-image): Don't do images on non-graphic displays.
12108
12109         * nnslashdot.el: Remove this unused backend.
12110
12111         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
12112         actions.
12113         (gnus-undo-register-1): Revert last change.
12114
12115         * gnus-group.el (gnus-group-completing-read): Protect against not
12116         having completion-styles bound.
12117
12118         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
12119         make broken recipients happier.
12120
12121         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
12122
12123         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
12124         point parameter.
12125
12126         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
12127
12128         * gnus-group.el (gnus-group-completing-read): Add 'substring to
12129         completion-styles for group selection.
12130
12131 2009-02-04  Andreas Schwab  <schwab@suse.de>
12132
12133         * gnus-score.el (gnus-score-string): Fix regex for matching extra
12134         headers and regexp-quote the match if necessary.
12135
12136 2009-03-24  Miles Bader  <miles@gnu.org>
12137
12138         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
12139         the blinking smiley.
12140
12141 2009-03-24  Simon Josefsson  <simon@josefsson.org>
12142
12143         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
12144         blink smiley.
12145
12146 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12147
12148         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
12149         where the dribbel file lives exists.
12150
12151         * message.el (message-send-mail-partially-limit): Change the default to
12152         nil, since most people don't want this.
12153
12154         * mm-url.el (mm-url-decode-entities): Also decode entities like
12155         &#x3212.
12156
12157 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12158
12159         * gnus-sum.el (gnus-summary-idna-message):
12160         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
12161         Hyperlink urls in docstrings with URL `...'.
12162
12163 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
12164
12165         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
12166         functions.
12167
12168 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12169
12170         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
12171         say what the mouseover text should be.
12172
12173         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
12174         version of the mm-w3m-safe-url-regexp variable to only download images
12175         in the groups where we want that to happen.
12176
12177         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
12178
12179         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
12180         easier debugging.
12181         (gnus-article-beginning-of-window): Add kludge to allow spacing past
12182         big pictures in the article buffer.
12183
12184         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
12185         gnus-article-html.
12186         (mm-text-html-renderer): gnus-article-html needs curl in addition to
12187         w3m.
12188
12189         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
12190
12191 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12192
12193         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
12194         which doesn't exist.
12195
12196         * message.el (message-inhibit-ecomplete): New variable to allow some
12197         function to inhibit ecomplete address storage.
12198         (message-resend): Disable ecomplete message storage when resending
12199         messages.
12200
12201         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
12202
12203 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12204
12205         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
12206         Save excursion while copying, moving, and deleting articles in order to
12207         prevent the cursor from jumping to unforeseen place.
12208
12209 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12210
12211         * lpath.el: No need to bind bookmark-current-buffer,
12212         bookmark-yank-point and bookmark-make-record-function.
12213
12214 2010-08-17  Glenn Morris  <rgm@gnu.org>
12215
12216         * gnus-sync.el: Require gnus components whose functions are used.
12217
12218         * gnus-art.el (bookmark-make-record-function):
12219         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
12220         Declare for compiler.
12221
12222         * mm-url.el (mml-compute-boundary): Autoload.
12223
12224 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12225
12226         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
12227
12228 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
12229
12230         Typo fix "hoo4a" -> "hook".
12231
12232         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
12233
12234 2010-08-14  Glenn Morris  <rgm@gnu.org>
12235
12236         * gnus-sync.el (gnus-sync): Fix defgroup version.
12237
12238 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
12239
12240         Doc fixes and keep unknown groups (ammended for nunion bug fix).
12241
12242         * gnus-sync.el: Fix docs.
12243         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
12244         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
12245
12246 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12247
12248         Optimizations for gnus-sync.el.
12249
12250         * gnus-sync.el: Add docs about gnus-sync-backend
12251         possibilities.
12252         (gnus-sync-save): Remove unnecessary message.
12253         (gnus-sync-read): Optimize and show what groups were skipped.
12254
12255 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12256
12257         Minor bug fixes for gnus-sync.el.
12258
12259         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
12260         Don't read the sync on get-new-news.
12261
12262         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
12263         quiet.
12264
12265         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
12266         (fix typo).
12267
12268 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
12269
12270         Make saving and restoring of hidden threads work with overlays.
12271         Patch applied by Ted Zlatanov.
12272
12273         * gnus-sum.el (gnus-hidden-threads-configuration)
12274         (gnus-restore-hidden-threads-configuration): Update to deal with text
12275         properties, rather than searching for a magic character.
12276
12277 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12278
12279         New gnus-sync.el library for synchronization of marks.
12280
12281         * gnus-sync.el: New library for synchronization of marks.
12282
12283         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
12284         renamed from `gnus-registry-grep-in-list'.
12285
12286         * gnus-registry.el (gnus-registry-follow-group-p):
12287         Use `gnus-grep-in-list'.
12288
12289         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
12290
12291 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12292
12293         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
12294         determining charset of text fails.
12295
12296 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12297
12298         * nnmail.el (nnmail-get-new-mail-1): Revert.
12299
12300         * nnml.el (nnml-active-number): Make sure names of newly created groups
12301         in nnml-group-alist are encoded.
12302
12303 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12304
12305         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
12306         containing non-ASCII characters in active file for nnml back end.
12307
12308 2010-07-24  David Engster  <dengste@eml.cc>
12309
12310         * mml-smime.el (mml-smime-epg-verify): Also accept the older
12311         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
12312
12313 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
12314
12315         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
12316         tag (Bug#6654).
12317
12318 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12319
12320         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
12321         the article buffer, not the summary buffer.
12322
12323 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12324
12325         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
12326         Emacs 23 as well.
12327
12328 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12329
12330         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
12331         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
12332
12333 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12334
12335         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
12336         Patch applied by Karl Fogel.
12337
12338         * gnus-sum.el (gnus-summary-bookmark-make-record):
12339         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
12340
12341 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12342
12343         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
12344         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
12345         C-w still not working correctly from Article buffers; Thierry's
12346         patch to fix that will be applied after this.
12347
12348         * gnus-art.el (bookmark-make-record-function): New local variable.
12349
12350         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
12351         article buffer.
12352         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
12353
12354 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
12355
12356         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
12357         on changes in bookmark.el.
12358
12359 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12360
12361         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
12362         `no-log' instead of message not to log prompt string.
12363
12364 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
12365
12366         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
12367         the *other* type of HTML form submission.
12368
12369 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
12370
12371         * auth-source.el (auth-source-pick): If choice does not contain a
12372         questioned keyword, set the check to t.
12373
12374 2010-06-12  Romain Francoise  <romain@orebokech.com>
12375
12376         * gnus-util.el (gnus-date-get-time): Move up before first use.
12377
12378 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12379
12380         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
12381         (gnus-article-edit-part): Bind it to make last part that is substituted
12382         or deleted visible.
12383         (gnus-mime-display-single): Buttonize part of which id equals to
12384         gnus-mime-buttonized-part-id.
12385
12386 2010-06-10  Dan Christensen  <jdc@uwo.ca>
12387
12388         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
12389         (gnus-dd-mmm): Use gnus-date-get-time.
12390         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
12391         simplify logic.
12392         (gnus-summary-limit-to-age): Use gnus-date-get-time.
12393         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
12394
12395 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
12396
12397         * auth-source.el (top): Autoload `secrets-list-collections',
12398         `secrets-create-item', `secrets-delete-item'.
12399         (auth-sources): Fix tag string.
12400         (auth-get-source, auth-source-retrieve, auth-source-create)
12401         (auth-source-delete): New defuns.
12402         (auth-source-pick): Rewrite in order to avoid 2 passes.
12403         (auth-source-forget-user-or-password): New parameter USERNAME.
12404         (auth-source-user-or-password): New parameters CREATE-MISSING and
12405         DELETE-EXISTING.  Retrieve password interactively, if needed.
12406
12407 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
12408
12409         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
12410         deleting unused directories when gnus-expert-user is t.
12411
12412 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12413
12414         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
12415         for each temp file when gnus-article-browse-delete-temp is ask.
12416
12417 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12418
12419         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
12420         Replace Lisp calls to delete-backward-char by calls to delete-char.
12421
12422 2010-05-20  Kevin Ryde  <user42@zip.com.au>
12423
12424         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
12425
12426 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
12427
12428         * password-cache.el (password-cache-remove): Fix docstring.
12429
12430 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12431
12432         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
12433         article unless decoding article to be saved.
12434
12435 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12436
12437         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
12438         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
12439         generated within the mm-with-unibyte-current-buffer macro.
12440
12441 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12442
12443         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
12444         to nil when we're in a mml-preview buffer and no group is selected.
12445
12446 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
12447
12448         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
12449         when catching the `C-g'.  Reported by "Leo".
12450
12451 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12452
12453         * message.el (message-forward-make-body-plain)
12454         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
12455         multibyte-string-p.
12456
12457         * lpath.el: Revert.
12458
12459 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12460
12461         * message.el (message-forward-make-body-mml): Assume original message
12462         is multibyte string; error on unibyte.
12463         (message-forward-make-body-plain): Ditto; don't add excessive newline
12464         in body end.
12465
12466         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
12467
12468 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
12469
12470         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
12471         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
12472
12473 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12474
12475         * mm-extern.el (mm-extern-url): Don't use
12476         mm-with-unibyte-current-buffer.
12477         (mm-extern-cache-contents): Use with-current-buffer instead of
12478         save-excursion + set-buffer.
12479
12480 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12481
12482         * mm-util.el (mm-emacs-mule): Remove.
12483
12484 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
12485
12486         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
12487         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
12488         change.
12489
12490 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12491
12492         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
12493         bind the default value of enable-multibyte-characters to nil.
12494
12495 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12496
12497         * message.el (message-forward-make-body-plain)
12498         (message-forward-make-body-mml):
12499         Don't use mm-with-unibyte-current-buffer.
12500
12501 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12502
12503         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
12504
12505 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
12506
12507         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
12508         (Bug#5592).
12509
12510 2010-05-07  Julien Danjou  <julien@danjou.info>
12511
12512         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
12513         it to mm-pipe-part.
12514
12515         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
12516         it is given.
12517
12518 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12519
12520         * binhex.el (binhex-decode-region-internal):
12521         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
12522         (dns-query):
12523         * nnweb.el (nnweb-gmane-search):
12524         * pgg-parse.el (pgg-parse-armor):
12525         * pgg.el (pgg-verify-region):
12526         * sha1.el (sha1-string-external):
12527         * uudecode.el (uudecode-decode-region-internal):
12528         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
12529         XEmacs.
12530
12531         * gnus-art.el (gnus-article-browse-html-parts):
12532         * gnus-group.el (gnus-read-ephemeral-gmane-group):
12533         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
12534         make-temp-file.
12535
12536         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
12537         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
12538         compiling.
12539
12540         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
12541         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
12542         XEmacs when compiling.
12543
12544         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
12545         gnus-pick-mode-off-hook for XEmacs when compiling.
12546         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
12547         gnus-binary-mode-off-hook for XEmacs when compiling.
12548
12549         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
12550         Return nil if char-charset is not available.
12551
12552         * imap.el (imap-disable-multibyte)
12553         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
12554         macros.
12555
12556         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
12557         instead of encode-coding-string.
12558
12559         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
12560         'xemacs) instead of mm-emacs-mule to switch function definitions.
12561         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
12562
12563         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
12564         bind temporary-file-directory for XEmacs;
12565         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
12566         timer-set-function for XEmacs 21.4 and SXEmacs;
12567         bind timer-list for XEmacs 21.4 and SXEmacs;
12568         fbind char-charset and find-charset-region for non-Mule XEmacs;
12569         fbind decode-coding-region, decode-coding-string, detect-coding-region,
12570         encode-coding-region and encode-coding-string for XEmacs having no
12571         file-coding feature.
12572
12573 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
12574
12575         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
12576
12577 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12578
12579         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
12580         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
12581
12582 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
12583
12584         * mm-util.el (mm-decompress-buffer): Use `delete-file';
12585         alias `jka-compr-delete-temp-file' no longer exists.
12586
12587 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12588
12589         Use define-minor-mode in Gnus where applicable.
12590         * mml.el (mml-mode): Use define-minor-mode.
12591         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
12592         (gnus-undo-mode): Use define-minor-mode.
12593         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
12594         (gnus-dead-summary-mode): Use define-minor-mode.
12595         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
12596         Initialize in declaration.
12597         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
12598         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
12599         (gnus-mailing-list-mode): Use define-minor-mode.
12600         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
12601         (gnus-draft-mode): Use define-minor-mode.
12602         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
12603         (gnus-dired-mode): Use define-minor-mode.
12604
12605 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
12606
12607         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
12608         handles on recursive mml-to-mime translation and check them for
12609         boundary delimiter collisions.  Reported by Greg Troxel.
12610
12611 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12612
12613         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
12614
12615 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12616
12617         * mm-util.el (mm-find-buffer-file-coding-system):
12618         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
12619
12620 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
12621
12622         * message.el (message-generate-headers): Record insertion of optional
12623         headers as well.  Otherwise the check to prevent repeated insertion of
12624         optional headers is a no-op.
12625
12626 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
12627
12628         * smime.el: Don't mention CVS.
12629
12630         * nnrss.el (nnrss-fetch): Don't mention CVS.
12631
12632         * nnir.el: Don't mention CVS.
12633
12634 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12635
12636         * gnus-sum.el (gnus-summary-bookmark-make-record):
12637         Add `location' field.
12638
12639 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12640
12641         * lpath.el: Fbind bookmark-default-handler,
12642         bookmark-get-bookmark-record, bookmark-make-record-default,
12643         bookmark-prop-get for Emacs <23 and XEmacs.
12644
12645 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12646
12647         * gnus-sum.el: Add bookmark declarations to silence the compiler.
12648         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
12649         Use with-current-buffer to silence the byte-compiler.
12650         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
12651         bother to require `gnus'.
12652         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
12653
12654 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12655
12656         * gnus-sum.el (gnus-summary-bookmark-make-record)
12657         (gnus-summary-bookmark-jump): New functions.
12658         (gnus-summary-mode): Setup bookmark support.
12659
12660 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
12661
12662         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
12663         if set.
12664
12665 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12666
12667         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
12668         gnus-article-browse-html-save-cid-image; make it work recursively for
12669         forwarded messages as well.
12670         (gnus-article-browse-html-parts): Work when prefix arg is given.
12671         (gnus-article-browse-html-article): Doc fix.
12672
12673 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
12674
12675         * message.el (message-default-mail-headers)
12676         (message-default-headers): Carry the value mail-default-headers over
12677         into message-default-mail-headers, rather than message-default-headers.
12678
12679 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
12680
12681         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
12682         charset.
12683
12684         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
12685         charset into the <meta> tag when the article is encoded to utf-8.
12686
12687 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12688
12689         * gnus-art.el (gnus-article-browse-delete-temp-files):
12690         Delete directories as well.
12691         (gnus-article-browse-html-parts): Work for images that do not specify
12692         file names; delete temp directory when quitting; insert header at the
12693         right place; use file: scheme for image files.
12694
12695 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
12696
12697         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
12698         (gnus-article-browse-html-parts): Use it to make temporary cid image
12699         files in addition to html file so that browser may display them.
12700
12701 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12702
12703         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
12704
12705 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12706
12707         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
12708
12709 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
12710
12711         * auth-source.el (auth-sources): Change default to be simpler.
12712         Explain about Secret Service API sources.  Improve Customize options.
12713         (auth-source-pick): Change to accept any number of search parameters.
12714         Implement fallbacks iteratively, not recursively.  Add scoring on the
12715         second pass and sort by score.  Call Secret Service API when needed.
12716         (auth-source-user-or-password): Use it.  Call Secret Service API
12717         directly when needed to get the user name and the password.
12718
12719 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
12720
12721         * message.el (message-interactive): Doc fix.
12722         (message-qmail-inject-args): Reflow.
12723         (message-kill-to-signature): Fix typo in docstring.
12724
12725         * smiley.el (smiley-buffer): Fix typo in docstring.
12726
12727 2010-03-24  Glenn Morris  <rgm@gnu.org>
12728
12729         * mail-source.el (gnus-message): Declare.
12730         (mail-source-delete-old-incoming): Require gnus-util.
12731
12732 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12733
12734         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
12735
12736         * message.el (ecomplete-setup): Autoload it for Emacs <23.
12737
12738         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
12739         password-cache's default if it is not bound.
12740         (mml-secure-passphrase-cache-expiry): Default to 16 that is
12741         password-cache-expiry's default if it is not bound.
12742
12743         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
12744         available in Emacs 21.
12745
12746         * lpath.el: Suppress compiler warnings for:
12747         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
12748         XEmacs;
12749         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
12750         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
12751         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
12752
12753 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
12754
12755         * auth-source.el (auth-sources): Fix up definition so extra parameters
12756         are always inline.
12757
12758 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
12759
12760         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
12761         wasn't updated after mismatch.  Clear cached mailbox info correctly
12762         when uidvalidity changes.
12763         (nnimap-group-prefixed-name): New function to avoid some code
12764         duplication.
12765         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
12766         (nnimap-request-group): Use it.
12767         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
12768         (nnimap-update-unseen): Significantly improved speed of Gnus startup
12769         with many imap folders.  This is done by caching the group status from
12770         the imap server persistently in a group parameter `imap-status'.  (This
12771         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
12772         but not persistently, so every Gnus startup was still very slow.)
12773
12774 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
12775
12776         * assistant.el (assistant-render-text): Run `widget-setup' and don't
12777         delete the extra newline.  Otherwise editing of :string and :number
12778         types don't work.
12779
12780 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12781
12782         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
12783         secrets.el dependency.
12784         (auth-sources): Add optional user name.  Add secrets.el configuration
12785         choice (unused right now).
12786
12787 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12788
12789         * gnus-sum.el (gnus-summary-make-menu-bar):
12790         Let `gnus-registry-install-shortcuts' fill in the functions.
12791
12792         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
12793         warnings.
12794         (gnus-registry-misc-menus): Variable to hold registry mark menus.
12795         (gnus-registry-install-shortcuts): Populate and use it in a
12796         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
12797
12798 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
12799
12800         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
12801         In-place substitutions for the group name encoding/decoding.
12802         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
12803         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
12804         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
12805         (nnimap-update-unseen, nnimap-request-list)
12806         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
12807         (nnimap-request-set-mark, nnimap-split-to-groups)
12808         (nnimap-split-articles, nnimap-request-newgroups)
12809         (nnimap-request-create-group, nnimap-request-accept-article)
12810         (nnimap-request-delete-group, nnimap-request-rename-group)
12811         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
12812         `encoded-mbx' for consistency.
12813         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
12814         variable `imap-current-mailbox'.
12815
12816         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
12817         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
12818
12819 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
12820
12821         * pop3.el (pop3-display-message-size-flag): Display message size byte
12822         counts during POP3 download.
12823         (pop3-movemail): Use it.
12824         (pop3-list): Implement listing of available messages.
12825
12826 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
12827
12828         * nnir.el (nnir-get-article-nov-override-function): New function to
12829         override the normal NOV retrieval.
12830         (nnir-retrieve-headers): Use it.
12831
12832 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
12833
12834         * auth-source.el (netrc-machine-user-or-password): Autoload.
12835
12836 2010-03-19  Glenn Morris  <rgm@gnu.org>
12837
12838         Stop message.el from loading about 40 libraries it doesn't always need.
12839         The general approach is to autoload rather than require, and to
12840         require in the specific functions rather than the file.  (Bug#5642)
12841
12842         * gmm-utils.el: Don't require wid-edit.
12843         (widget-create-child-value, widget-convert, widget-default-get):
12844         Autoload.
12845
12846         * gnus-util.el: Don't require time-date, netrc.
12847         (message-fetch-field, gnus-group-name-decode): Declare rather than
12848         autoloading.
12849         (gnus-fetch-field): Require message.
12850         (gnus-decode-newsgroups): Require gnus-group.
12851
12852         * ietf-drums.el: Don't require time-date.
12853
12854         * message.el: Don't require hashcash, canlock, ecomplete.
12855         Do require mail-utils.  Require nnheader only when compiling.
12856         (smtpmail-default-smtp-server): Remove declaration.
12857         (message-send-mail-function): Check smtpmail-default-smtp-server
12858         is bound rather than requiring smtpmail.
12859         (message-auto-save-directory, message-insert-signature):
12860         Use expand-file-name rather than nnheader-concat.
12861         (nnheader-insert-file-contents): Autoload.
12862         (hashcash-wait-async): Declare.
12863         (message-send-mail): Only call gnus-setup-posting-charset if
12864         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
12865         (message-send-mail-with-sendmail): Require sendmail.
12866         (canlock-password, canlock-password-for-verify): Declare.
12867         (message-canlock-password): Require canlock.
12868         (nnheader-get-report): Autoload.
12869         (gnus-setup-posting-charset): Declare.
12870         (message-send-news): Require gnus-msg.
12871         (message-make-references, message-make-in-reply-to): Use mail-header-id
12872         rather than the alias mail-header-message-id.
12873         (ecomplete-add-item, ecomplete-save): Declare.
12874         (message-put-addresses-in-ecomplete): Require ecomplete.
12875         (ecomplete-display-matches): Autoload.
12876
12877         * mm-decode.el: Don't require mailcap, gnus-util.
12878         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
12879         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
12880         Autoload.
12881         (mailcap-mime-extensions): Declare.
12882
12883         * mm-encode.el: Don't require mailcap.
12884         (mailcap-extension-to-mime): Autoload.
12885
12886         * mml-sec.el: Don't require password-cache.
12887
12888         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
12889         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
12890         (mml-minibuffer-read-type): Require mailcap.
12891         (mml-preview): Require gnus-msg.
12892
12893         * mml1991.el: Require password-cache.
12894         (password-cache-expiry): Remove declaration.
12895
12896         * mml2015.el: Require password-cache.
12897         (password-cache-expiry): Remove declaration.
12898
12899         * nneething.el (mailcap): Require mailcap.
12900
12901         * nnheader.el (declare-function): Add compatibility stub.
12902         (message-remove-header): Declare rather than autoload.
12903         (nnheader-replace-header): Require message.
12904
12905         * nnimap.el (declare-function): Add compatibility stub.
12906         (netrc-parse, netrc-machine-user-or-password): Declare.
12907         (nnimap-open-connection): Require netrc.
12908
12909         * nntp.el (declare-function): Add compatibility stub.
12910         (netrc-parse, netrc-machine, netrc-get): Declare.
12911         (nntp-send-authinfo): Require netrc.
12912
12913         * rfc2047.el: Don't require qp.
12914         (quoted-printable-encode-region, quoted-printable-decode-string):
12915         Autoload.
12916
12917         * sieve-mode.el: Don't require easymenu.
12918         (easy-menu-add-item): Autoload it.
12919
12920         * spam-stat.el (time-to-number-of-days): Autoload it.
12921
12922 2010-03-19  Glenn Morris  <rgm@gnu.org>
12923
12924         * password-cache.el (password-cache, password-cache-expiry): Autoload.
12925
12926 2010-03-18  Glenn Morris  <rgm@gnu.org>
12927
12928         * hashcash.el (declare-function): Remove duplicate definition.
12929
12930 2010-03-17  Kevin Ryde  <user42@zip.com.au>
12931
12932         * mml.el (mml-read-tag): Unquote values with `read' to reverse
12933         prin1 in mml-insert-tag (just stripping the quotes gave wrong
12934         value if any backslash escapes).
12935
12936 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12937
12938         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
12939         if it is available.  (bug#5647)
12940
12941         * lpath.el: Suppress compiler warning for coding-system-from-name for
12942         Emacs 21 and XEmacs.
12943
12944 2010-03-14  Juri Linkov  <juri@jurta.org>
12945
12946         * hmac-def.el:
12947         * hmac-md5.el:
12948         * netrc.el: Fix keywords.
12949
12950 2010-02-26  Glenn Morris  <rgm@gnu.org>
12951
12952         * message.el (message-send-mail-function): Change the default, so that
12953         it inherits from a customized send-mail-function.  (Bug#5643)
12954
12955 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12956
12957         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
12958         shell-command-to-string signals an error (bug#5299).
12959
12960 2010-02-24  Glenn Morris  <rgm@gnu.org>
12961
12962         * message.el (message-smtpmail-send-it)
12963         (message-send-mail-with-mailclient): Doc fixes.
12964
12965 2010-02-16  Glenn Morris  <rgm@gnu.org>
12966
12967         * message.el (message-default-mail-headers): Change the default value
12968         to ease the transition from mail-mode to message-mode.  (Bug#5555)
12969
12970 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12971
12972         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
12973         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
12974
12975 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
12976
12977         * time-date.el (date-to-time): Doc fix (Bug#5408).
12978
12979 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
12980
12981         * message.el (message-mail): Just pass yank-action on to message-setup.
12982         (message-setup): Handle (FUN . ARGS) form of yank-action.
12983         (message-with-reply-buffer, message-widen-reply)
12984         (message-yank-original): Handle non-buffer values of
12985         message-reply-buffer (Bug#4080).
12986         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
12987
12988 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
12989
12990         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
12991         Fix typo in docstring.
12992
12993 2010-01-08  Jason Rumney  <jasonr@gnu.org>
12994
12995         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
12996         response.
12997
12998 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12999
13000         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
13001
13002         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13003
13004         * message.el (message-check-news-header-syntax): Protect against a
13005         string that `rfc822-addresses' returns when parsing fails.
13006
13007 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13008
13009         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
13010         (gnus-previous-char-property-change): New functions.
13011
13012         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
13013
13014 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
13015
13016         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
13017         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
13018
13019 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
13020
13021         * message.el (message-exchange-point-and-mark): Rework last change to
13022         avoid using optional arg of exchange-point-and-mark, for backward
13023         compatibility.
13024
13025 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
13026
13027         * message.el (message-exchange-point-and-mark):
13028         Call exchange-point-and-mark with an argument rather than setting
13029         mark-active by hand (Bug#5175).
13030
13031 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13032
13033         * nntp.el (nntp-service-to-port): Work for service expressed with
13034         numeric string; replace [:digit:] with [0-9] for XEmacs.
13035
13036 2009-12-17  Glenn Morris  <rgm@gnu.org>
13037
13038         * gnus-group.el (gnus-bug-group-download-format-alist):
13039         Change emacs entry to debbugs.gnu.org.  Bump :version.
13040
13041 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13042
13043         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
13044
13045 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13046
13047         * message.el (message-info): Explain why we use `Info-goto-node'.
13048
13049 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13050
13051         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
13052
13053 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13054
13055         * message.el (message-completion-in-region): New compatibility function.
13056         (message-expand-group): Use it.
13057
13058 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13059
13060         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
13061         with no unread article should be listed if the 2nd arg `predicate' is
13062         given.
13063
13064 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13065
13066         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
13067
13068 2009-11-29  Juri Linkov  <juri@jurta.org>
13069
13070         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
13071         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
13072         on `gnus-recenter'.  (Bug#4698, Bug#4981)
13073
13074 2009-11-26  Kevin Ryde  <user42@zip.com.au>
13075
13076         * sha1.el (sha1-string-external): default-directory "/" in case
13077         otherwise non-existent.  process-connection-type pipe for touch of
13078         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
13079
13080 2009-11-25  Kevin Ryde  <user42@zip.com.au>
13081
13082         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
13083         it's comms related and sgml-mode.el has "comm" on that basis too.
13084
13085 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13086
13087         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
13088         containing tspecial characters if they have been already quoted.
13089
13090 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
13091
13092         * dns-mode.el (auto-mode-alist): Purecopy string.
13093
13094 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13095
13096         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
13097
13098 2009-10-24  Glenn Morris  <rgm@gnu.org>
13099
13100         * gnus-art.el (help-xref-stack-item): Define for compiler.
13101
13102 2009-10-21  Kevin Ryde  <user42@zip.com.au>
13103
13104         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
13105
13106 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13107
13108         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
13109
13110 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13111
13112         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
13113         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
13114
13115 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13116
13117         * gnus.el (gnus-overlay-get): New alias to overlay-get.
13118         (gnus-overlays-in): New alias to overlays-in.
13119
13120         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
13121         gnus-overlay-get, and gnus-delete-overlay.
13122         (gnus-summary-show-thread): Make it work as well for systems in which
13123         next-single-char-property-change is not available.
13124         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
13125
13126         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
13127         (gnus-overlay-get): New alias to extent-property.
13128         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
13129
13130         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
13131         SXEmacs.
13132
13133         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
13134         SXEmacs.
13135
13136 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
13137
13138         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
13139
13140 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
13141
13142         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
13143         and XEmacs that don't have `remove-overlays'.
13144
13145 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13146
13147         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
13148         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
13149         selective display.  Use overlays instead.
13150
13151 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
13152
13153         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
13154
13155 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13156
13157         * spam-stat.el (spam-stat-load): Fix typo in message.
13158
13159 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13160
13161         * dig.el (dig-invoke): Fix typo in docstring.
13162         (query-dig): Reflow docstring.
13163
13164 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
13165
13166         * gnus-art.el (gnus-article-encrypt-body):
13167         * message.el (message-check-recipients):
13168         * mm-util.el (mm-codepage-setup):
13169         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
13170         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
13171
13172 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
13173
13174         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
13175         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
13176         keys from the menu if mm-{sign,encrypt}-option is 'guided.
13177         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
13178         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
13179
13180 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13181
13182         * dig.el: Add "Keywords: comm", as per net-utils.el.
13183
13184 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13185
13186         * dig.el (dig-mode): Use define-derived-mode.
13187
13188 2009-09-19  Glenn Morris  <rgm@gnu.org>
13189
13190         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13191
13192 2009-09-18  Glenn Morris  <rgm@gnu.org>
13193
13194         * gnus-diary.el (gnus-diary-check-message):
13195         * message.el (message-insert-formatted-citation-line):
13196         * nnbabyl.el (top-level):
13197         * nndiary.el (nndiary-schedule):
13198         Fix typos in condition-case handlers.
13199
13200 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13201
13202         * gnus-art.el (gnus-article-edit-part): Work for the buffer
13203         configuration that provides the sole article window in a frame;
13204         position point correctly after deleting a part.
13205
13206 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
13207
13208         * spam.el (spam-unregister-on-reregister): Add boolean variable.
13209         (spam-resolve-registrations-routine): Use it to unregister articles
13210         that change status.
13211
13212 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13213
13214         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
13215         with XEmacs.
13216         (parse-time-string-chars): Use it.
13217
13218 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13219
13220         * imap.el (imap-interactive-login): Better messages.
13221         (imap-open): Fix bug with renamed buffer on reconnect.
13222         (imap-authenticate): Add buffer-local imap-last-authenticator variable
13223         for easier debugging and cleaner code.  On successful (guessed based on
13224         server capabilities) secondary authentication, set imap-state
13225         correctly.
13226         (imap-last-authenticator): Define imap-last-authenticator as a variable
13227         to avoid warnings.
13228
13229 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13230
13231         * nnrss.el (nnrss-request-article): Remove binding of
13232         default-enable-multibyte-characters that has gotten needless by
13233         the 2007-07-13 change in rfc2047-encode-message-header.
13234
13235         * mml.el (mml-insert-multipart): Error on the message header.
13236         (mml-insert-part): Error on the message header; position point at
13237         the end of a MIME tag.
13238
13239 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13240
13241         * time-date.el (autoload): Expand define-obsolete-function-alias into
13242         defalias and make-obsolete for old Emacsen that Gnus supports.
13243         (with-no-warnings): Define it for old Emacsen.
13244         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13245         is available.
13246         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13247         float-time is available; suppress compile warning for time-to-seconds.
13248
13249         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
13250         (gnus-float-time): Alias to float-time if it exists.
13251
13252         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
13253         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
13254         float-time is available; suppress compile warning for time-to-seconds.
13255
13256         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
13257         XEmacs.
13258
13259 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
13260
13261         * imap.el (imap-message-map): Docstring fix.
13262
13263 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13264
13265         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
13266         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
13267         Add the optional argument `encoding' that overrides the default.
13268
13269         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
13270         mm-encode-buffer.
13271
13272 2009-09-04  Glenn Morris  <rgm@gnu.org>
13273
13274         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
13275         mm-disable-multibyte, rather than default-enable-multibyte-characters.
13276         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
13277         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
13278         * mm-util.el (mm-with-unibyte-current-buffer)
13279         (mm-find-buffer-file-coding-system):
13280         * yenc.el (yenc-decode-region): Use default-value rather than
13281         default-enable-multibyte-characters.
13282
13283 2009-09-03  Glenn Morris  <rgm@gnu.org>
13284
13285         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
13286         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
13287         than default-enable-multibyte-characters.
13288
13289 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
13290
13291         * gnus-art.el (gnus-article-read-summary-keys):
13292         Fix gnus-buffer-configuration's value temporarily used.
13293
13294 2009-09-02  Glenn Morris  <rgm@gnu.org>
13295
13296         * gnus-util.el (gnus-float-time): New function.
13297         * gnus-delay.el (gnus-delay-article):
13298         * gnus-sum.el (gnus-thread-latest-date):
13299         * gnus-util.el (gnus-user-date): Use gnus-float-time.
13300         * nnspool.el (nnspool-request-newgroups):
13301         Use gnus-float-time rather than time-to-seconds.
13302         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
13303
13304         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
13305         (gnus-header-subject-face, gnus-header-newsgroups-face)
13306         (gnus-header-name-face, gnus-header-content-face):
13307         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
13308         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
13309         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
13310         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
13311         (gnus-cite-face-11):
13312         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
13313         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13314         (gnus-server-closed-face, gnus-server-denied-face)
13315         (gnus-server-offline-face):
13316         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13317         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13318         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13319         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13320         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13321         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13322         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13323         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13324         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13325         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13326         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13327         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13328         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13329         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
13330         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
13331         (gnus-summary-high-undownloaded-face)
13332         (gnus-summary-low-undownloaded-face)
13333         (gnus-summary-normal-undownloaded-face)
13334         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13335         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13336         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13337         (gnus-splash-face):
13338         * message.el (message-header-to-face, message-header-cc-face)
13339         (message-header-subject-face, message-header-newsgroups-face)
13340         (message-header-other-face, message-header-name-face)
13341         (message-header-xheader-face, message-separator-face)
13342         (message-cited-text-face, message-mml-face):
13343         * sieve-mode.el (sieve-control-commands-face)
13344         (sieve-action-commands-face, sieve-test-commands-face)
13345         (sieve-tagged-arguments-face):
13346         * spam.el (spam-face):
13347         Mark face aliases with "-face" in the name as obsolete.
13348
13349 2009-09-01  Glenn Morris  <rgm@gnu.org>
13350
13351         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
13352         than goto-line.
13353
13354 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13355
13356         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13357         Don't move point if the command is invoked inside the message header.
13358
13359 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13360
13361         * imap.el (imap-send-command): Simplify.
13362         (imap-wait-for-tag): point-max -> buffer-size.
13363
13364 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13365
13366         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
13367         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
13368         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
13369         * nnir.el (nnir-swish-e-index-file):
13370         * gnus-sum.el (gnus-summary-delete-marked-as-read)
13371         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
13372         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
13373         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
13374         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
13375         (gnus-treat-display-xface): Add Emacs version of obsolescence.
13376
13377 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13378
13379         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13380         Don't save excursion.
13381
13382 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13383
13384         * nnheader.el (nnheader-find-file-noselect):
13385         * mm-util.el (mm-insert-file-contents):
13386         Use (default-value 'major-mode) instead of default-major-mode.
13387
13388 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13389
13390         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
13391
13392 2009-08-26  Glenn Morris  <rgm@gnu.org>
13393
13394         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
13395         than placing in files.el.
13396
13397 2009-08-25  Glenn Morris  <rgm@gnu.org>
13398
13399         * nnir.el (top-level): Don't require cl at run-time.
13400         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
13401         Replace cl-function substitute with gnus-replace-in-string.
13402         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
13403         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
13404         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
13405         simplified expansions.
13406
13407 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13408
13409         * dig.el (dig): Add autoload cookie.
13410
13411 2009-08-22  Glenn Morris  <rgm@gnu.org>
13412
13413         * gnus-art.el (gnus-button-patch): Use forward-line rather than
13414         goto-line.
13415
13416 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13417
13418         * parse-time.el (parse-time-string-chars): Save match data.
13419
13420 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13421
13422         * parse-time.el (parse-time-string-chars): Compute using character
13423         classes, to handle non-ascii characters (Bug#3190).
13424
13425 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13426
13427         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
13428
13429         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
13430         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
13431         (gnus-mm-display-part, gnus-mime-display-single)
13432         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
13433         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
13434
13435         * gnus-sum.el
13436         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
13437         (gnus-summary-move-article): Add expirable mark to articles copied or
13438         moved to group that has auto-expire turned on if the option is non-nil.
13439
13440 2009-07-24  Glenn Morris  <rgm@gnu.org>
13441
13442         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
13443         Fix typo.  (Bug#3903)
13444
13445 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13446
13447         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
13448         gnus-article-read-summary-keys rather than gnus-summary-edit-article
13449         that should not be used for draft articles.
13450         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
13451         that has no concern in minor mode keys.
13452         (gnus-article-summary-command, gnus-article-summary-command-nosave):
13453         Abolish.
13454
13455 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13456
13457         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
13458         article without making inquiry to a user for unknown encoding.
13459
13460         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
13461         (nnmaildir--scan): Assume i-node and device number that file-attributes
13462         returns might be cons-cell.
13463
13464         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
13465
13466         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
13467
13468 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
13469
13470         * auth-source.el: Remove docs now in auth.texi.  Don't use
13471         `gnus-message' for logging.  Add new variables `auth-source-debug' and
13472         `auth-source-hide-passwords' and use them.
13473
13474 2009-07-15  Glenn Morris  <rgm@gnu.org>
13475
13476         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
13477
13478 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13479
13480         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
13481         excessive whitespace from the default values of title and description.
13482
13483 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13484
13485         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
13486         mail-fetch-field to fetch Content-Description header in order to
13487         exclude newlines.
13488
13489 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
13490
13491         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
13492         format used by GnuPG 2.0.11.
13493
13494 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13495
13496         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
13497         to deleted part.
13498
13499 2009-05-30  David Engster  <dengste@eml.cc>
13500
13501         * nnmairix.el: Remove old documentation in the commentary block.
13502         (nnmairix-request-group): Do not update active file for nnml back ends.
13503         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
13504         end so that overview files are ignored.
13505         (nnmairix-update-groups): Make updating the groups more robust by using
13506         marks.
13507         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
13508         with dollar characters in message-id.
13509
13510 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
13511
13512         * spam.el: Use dns-query instead of query-dns.  Was renamed on
13513         2008-12-25 in dns.el.
13514
13515 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13516
13517         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
13518         could happen if the text is only composed of spaces and/or tabs.
13519
13520 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
13521
13522         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
13523         when sending a queued message to avoid extra mml tags.
13524
13525 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13526
13527         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
13528
13529 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13530
13531         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
13532         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
13533         rmail-toggle-header for XEmacs;
13534         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
13535
13536 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13537
13538         * gnus-dired.el: Remove autoload for gnus-setup-message.
13539         (gnus-dired-attach): Fake this-command value to prevent Gnus from
13540         displaying Gnus logo; always use compose-mail.
13541
13542 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13543
13544         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
13545
13546 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13547
13548         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
13549         (gnus-nocem-issuers): List currently active issuers; fix custom type.
13550         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
13551         available.
13552         (gnus-nocem-epg-verify): New function.
13553
13554 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
13555
13556         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
13557
13558 2009-02-15  Glenn Morris  <rgm@gnu.org>
13559
13560         * gnus-util.el (rmail-insert-rmail-file-header)
13561         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
13562         autoloads.
13563         (rmail-default-rmail-file): Remove unnecessary declaration.
13564         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
13565
13566 2009-02-14  Glenn Morris  <rgm@gnu.org>
13567
13568         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
13569         variable (only used in gnus-util, which declares it anyway).
13570         (rmail-output-to-rmail-file): Remove autoload of deleted function,
13571         which was only needed by gnus-art (changed to not use it any more).
13572         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
13573         only used in gnus-util, which autoloads it itself.
13574         (rmail-update-summary): Fix autoload.
13575
13576         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
13577         rather than rmail-output-to-rmail-file.
13578
13579 2009-02-07  Glenn Morris  <rgm@gnu.org>
13580
13581         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
13582         autoload of function that no longer exists.
13583         (rmail-toggle-header): Declare.
13584         (message-forward-rmail-make-body): Handle mbox Rmail.
13585
13586 2009-01-31  Glenn Morris  <rgm@gnu.org>
13587
13588         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
13589         2009-01-09 change.
13590
13591 2009-01-31  Dave Love  <fx@gnu.org>
13592
13593         * imap.el (imap-fetch-safe): Bind debug-on-error.
13594         (imap-debug): Add imap-fetch-safe.
13595
13596 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
13597
13598         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
13599         (auth-source-forget-all-cached): New convenience function.
13600         (auth-source-user-or-password): Accept list of modes or a single mode.
13601
13602         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
13603         auth-source modes.
13604
13605         * netrc.el (netrc-machine-user-or-password): Use list of
13606         auth-source modes.
13607
13608         * nnimap.el (nnimap-open-connection): Use list of
13609         auth-source modes.
13610
13611         * nntp.el (nntp-send-authinfo): Use list of
13612         auth-source modes.
13613
13614 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13615
13616         * auth-source.el: Update docs to reflect epa-file-enable is to be used
13617         now.
13618
13619 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13620
13621         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
13622         coding system in XEmacs; add a workaround for XEmacs.
13623
13624         * lpath.el: Fbind coding-system-aliasee.
13625
13626 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13627
13628         * mm-util.el (mm-coding-system-priorities): Protect against nil value
13629         of current-language-environment.
13630
13631 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13632
13633         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
13634         available at runtime.
13635
13636 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13637
13638         * gnus-art.el (article-date-ut): Fix end point of narrowing.
13639
13640 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
13641
13642         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
13643         the greatest positive fixnum value doesn't work under an XEmacs with
13644         bignum support; use the most-positive-fixnum constant instead,
13645         available since Emacs 21.1 with cl and XEmacs 21.1.
13646
13647 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13648
13649         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
13650         XEmacs gets not to work.
13651
13652 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13653
13654         * mm-util.el (mm-coding-system-priorities): Allow the value like
13655         "Japanese (UTF-8)" of current-language-environment.
13656
13657 2009-01-09  Glenn Morris  <rgm@gnu.org>
13658
13659         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
13660         with last-command-event.
13661
13662 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13663
13664         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
13665         in the doc string.
13666
13667         * message.el (message-fix-before-sending): Amend comment.
13668
13669 2009-01-08  Dave Love  <fx@gnu.org>
13670
13671         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
13672
13673 2009-01-07  David Engster  <dengste@eml.cc>
13674
13675         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
13676         simplified server definitions by converting it via
13677         gnus-server-to-method.
13678
13679 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13680
13681         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
13682         parameter's operands.
13683
13684 2009-01-06  David Engster  <dengste@eml.cc>
13685
13686         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
13687         primary select method (for gnus-group-mark-article-as-read).
13688
13689 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
13690
13691         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
13692         `(gnus)Face', not `(gnus)X-Face'.
13693
13694 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13695
13696         * mm-util.el (mm-ucs-to-char): New function.
13697
13698         * mm-url.el (mm-url-decode-entities): Use it.
13699
13700         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
13701         unicode-to-char.
13702
13703 2009-01-05  Dave Love  <fx@gnu.org>
13704
13705         * time-date.el: Require cl for `declare'.
13706
13707 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13708
13709         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
13710         Dave Love.
13711
13712 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13713
13714         * message.el (message-fix-before-sending): Add `eight-bit' to
13715         illegible-text check.
13716
13717 2009-01-03  Michael Olson  <mwolson@gnu.org>
13718
13719         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
13720         `headers' is nil.  This can occur if the IMAP server does not have
13721         permissions to read messages from a folder, but can write new messages
13722         to the folder.
13723         (nnimap-request-article-part): Do not insert `data' if it is nil.
13724
13725         * imap.el (imap-parse-fetch): Courier can insert spurious blank
13726         characters which will confuse `read', so skip past them.
13727
13728 2009-01-01  Dave Love  <fx@gnu.org>
13729
13730         * imap.el (imap-string-to-integer): Fix typo.
13731         (imap-fetch-safe): New function.
13732         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
13733
13734         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
13735
13736         * imap.el (imap-process-connection-type, imap-debug, imap-open):
13737         (imap-parse-greeting): Fix doc strings.
13738         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
13739         (imap-parse-flag-list): Make messages unique.
13740         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
13741
13742         * nnimap.el: Fix author email.
13743         (nnimap-split-rule): Add FIXME comment.
13744         (nnimap-debug): Fix doc string.
13745
13746 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13747
13748         * dns.el (dns-set-servers): Check "Address".  Fix typo.
13749
13750 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
13751
13752         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
13753         nslookup if resolv.conf isn't available.
13754         (dns-query): Rename from query-dns.
13755         (dns-query-cached): Rename from query-dns-cached.
13756
13757 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13758
13759         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
13760         overlay-arrow-position and overlay-arrow-string buffer-local; no need
13761         to check if those variables exist (first appeared in Emacs 18.50).
13762
13763 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13764
13765         * mm-util.el (mm-line-number-at-pos): New function.
13766
13767         * spam-report.el (spam-report-process-queue): Use it.
13768
13769 2008-12-24  David Engster  <dengste@eml.cc>
13770
13771         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
13772         parameters that haven't existed as variables as buffer-local variables.
13773
13774 2008-12-23  Dave Love  <fx@gnu.org>
13775
13776         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
13777         cadar.
13778
13779         * sieve-manage.el (sieve-manage-starttls-p): Rename from
13780         imap-starttls-p.
13781         (sieve-manage-starttls-open): Rename from imap-starttls-open.
13782
13783 2008-12-22  Dave Love  <fx@gnu.org>
13784
13785         * imap.el: Fix author email.  Doc fixes.
13786         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
13787         reply.
13788
13789 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
13790
13791         * spam-report.el (spam-report-gmane-max-requests): New constant.
13792         (spam-report-gmane-wait): New variable.
13793         (spam-report-gmane-ham, spam-report-gmane-spam)
13794         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
13795         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
13796         the server.
13797
13798         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
13799         Add explanations.
13800
13801         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
13802         nnheader-accept-process-output and nnheader-read-timeout if available.
13803         (pop3-movemail): Use it.
13804
13805         * message.el (message-check-news-body-syntax): Fix signature check if
13806         there's an attachment.
13807
13808 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13809
13810         * mm-util.el: Add comments to the mm- emulating functions.
13811
13812 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
13813
13814         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
13815         Reported by Stephen Berman <stephen.berman@gmx.net>.
13816
13817 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13818
13819         * mm-util.el (mm-substring-no-properties): New function.
13820         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
13821         (mm-special-display-p): Enable those lambda forms to be byte compiled.
13822         (mm-string-to-multibyte): Doc fix.
13823
13824         * mml.el (mml-attach-file): Use mm-substring-no-properties.
13825
13826 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13827
13828         * mml.el (mml-attach-file): Strip text properties from file name.
13829         (Bug#1574)
13830
13831 2008-12-16  Glenn Morris  <rgm@gnu.org>
13832
13833         * mm-util.el (mm-charset-override-alist): Declare for compiler.
13834
13835 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13836
13837         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
13838         knows since the charset specified might be a bogus alias that
13839         mm-charset-synonym-alist provides.
13840
13841 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13842
13843         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
13844         "ISO_8859-1".
13845
13846         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
13847
13848 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13849
13850         * mm-util.el (mm-charset-eval-alist):
13851         Define it before mm-charset-to-coding-system.
13852         (mm-charset-to-coding-system): Add optional argument `silent';
13853         define it before mm-charset-override-alist.
13854         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
13855         default value if it can be used in Emacs currently running;
13856         silence mm-charset-to-coding-system.
13857
13858 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13859
13860         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
13861         `allow-override' which says whether to use `mm-charset-override-alist'.
13862         (rfc2047-decode-encoded-words): Use it.
13863
13864         * mm-util.el (mm-charset-override-alist): Fix custom type;
13865         add `(gb2312 . gbk)' to choices.
13866
13867 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13868
13869         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
13870         fast.
13871
13872         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13873
13874         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
13875
13876 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
13877
13878         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
13879         on links.
13880
13881         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13882
13883 2008-12-03  Lute Kamstra  <lute@gnu.org>
13884
13885         * sha1.el: Remove leading * from docstrings of defcustoms,
13886         deffaces, defconsts and defuns.
13887
13888 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13889
13890         * message.el (message-idna-to-ascii-rhs-1): Protect against local
13891         users' addresses that don't have domain parts.
13892         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
13893         rather than message-narrow-to-head since there will be the message
13894         header separator.
13895
13896 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13897
13898         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
13899         since the result is inserted in a unibyte buffer anyway.
13900         (nnimap-demule-use-string-to-multibyte): Remove.
13901         (nnimap-demule): Alias it to mm-string-to-multibyte.
13902
13903 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13904
13905         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
13906         variable for debugging bug#464 and bug#1174.
13907         (nnimap-demule): Use it.
13908
13909 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13910
13911         * gnus-score.el (gnus-score-find-trace): Handle default score in total
13912         score calculation correctly.
13913
13914 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13915
13916         * message.el (message-send-mail): Just set the buffer to unibyte
13917         rather than use mm-with-unibyte-current-buffer which does a lot more.
13918         (message-send-mail-partially): Don't bother with
13919         mm-with-unibyte-current-buffer since it's already been made unibyte by
13920         message-send-mail.
13921
13922 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
13923
13924         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
13925
13926 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
13927
13928         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
13929
13930 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13931
13932         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
13933         require itself and to remove `with-no-warnings'.
13934
13935 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
13936
13937         * starttls.el (starttls-any-program-available): Get the name of the
13938         available TLS layer program.
13939         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
13940         well as the host name in the "opening" message.
13941
13942         * auth-source.el (auth-source-cache, auth-source-do-cache)
13943         (auth-source-user-or-password): Cache passwords and logins by default,
13944         allow override with `auth-source-do-cache'.
13945         (auth-source-forget-user-or-password): Allow users to remove cache
13946         entries if needed.
13947
13948 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
13949
13950         * md4.el (md4-buffer): Fix typo in docstring.
13951         (md4, md4-64): Doc fixes.
13952         (md4-pack-int32): Reflow docstring.
13953
13954 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13955
13956         * ietf-drums.el (ietf-drums-remove-comments): Localize second
13957         condition-case to only the forward-sexp call.
13958
13959 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13960
13961         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
13962         quotes contained.  Make it more robust regardless by an extra
13963         condition-case wrapper.
13964
13965 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13966
13967         * lpath.el: No need to fbind codepage-setup for Emacs 23.
13968
13969 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13970
13971         * nnml.el (nnml-request-expire-articles): Check if the function set to
13972         `nnmail-expiry-target' returns the symbol `delete'.
13973
13974         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
13975
13976         * nnmail.el (nnmail-expiry-target): Fix custom type.
13977
13978 2008-10-02  Glenn Morris  <rgm@gnu.org>
13979
13980         * mm-util.el (mm-codepage-setup): Tweak codepage error.
13981         Silence compiler warning.
13982
13983 2008-10-01  Magnus Henoch  <mange@freemail.hu>
13984
13985         * tls.el (open-tls-stream): Show the actual command being
13986         executed, instead of the format string.
13987
13988 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13989
13990         * lpath.el: Fbind codepage-setup for Emacs 23.
13991
13992 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
13993
13994         * mml.el (mml-menu): Don't assume mml2015 is bound.
13995
13996 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13997
13998         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
13999         exists.
14000
14001 2008-09-27  Glenn Morris  <rgm@gnu.org>
14002
14003         * gnus-util.el (mail-header-remove-comments): Autoload it.
14004
14005 2008-09-27  Andreas Schwab  <schwab@suse.de>
14006
14007         * gnus-util.el (gnus-split-references): Strip comments.
14008         (gnus-parent-id): Likewise.
14009
14010 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
14011
14012         * message.el (message-confirm-send): Fix version.
14013
14014 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14015
14016         * message.el (message-idna-to-ascii-rhs-1): Use
14017         mail-extract-address-components rather than mail-header-parse-addresses
14018         that is an alias by default to ietf-drums-parse-addresses that does not
14019         support non-ASCII names in headers' contents.
14020
14021 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14022
14023         * message.el (message-confirm-send): Fix variable documentation to
14024         avoid the "y/n" wording.
14025
14026 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
14027
14028         * message.el (message-set-auto-save-file-name): Save to a different
14029         filename so multiple messages (especially drafts) can be recovered.
14030
14031 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
14032
14033         * message.el (message-confirm-send): Add appropriate version.
14034
14035 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
14036
14037         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
14038         defvar.
14039
14040 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
14041
14042         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
14043         (mm-pkcs7-enveloped-magic): Ditto.
14044
14045 2008-09-17  Simon Josefsson  <simon@josefsson.org>
14046
14047         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
14048         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
14049
14050 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
14051
14052         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
14053         default, it's better.
14054
14055 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
14056
14057         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
14058         summary line gnus-number property and ignore them (with a warning
14059         message).
14060
14061 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14062
14063         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
14064         macro caddr in the interactive form since it won't be expanded.
14065
14066 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14067
14068         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
14069         `charset'; fix name of function called recursively.
14070         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
14071
14072 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14073
14074         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
14075         (gnus-mime-set-charset-parameters): New function.
14076         (gnus-mime-view-part-as-charset): Use it to correctly display part
14077         specifying wrong charset.
14078
14079 2008-09-08  David Engster  <dengste@eml.cc>
14080
14081         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
14082         in completing-read for back end server.
14083
14084 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
14085
14086         * message.el (message-confirm-send): New variable to confirm sending a
14087         message.
14088         (message-send): Use it.
14089
14090 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
14091
14092         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
14093
14094 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14095
14096         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
14097
14098 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
14099
14100         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
14101         prevent tracking too many groups.
14102         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
14103         Use it.
14104
14105 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
14106
14107         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
14108         moving point to the bottom of the window in order to avoid recentering.
14109
14110 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14111
14112         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
14113
14114         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
14115         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
14116         (gnus-article-beginning-of-window): Fix calculation.
14117
14118 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14119
14120         * gnus-msg.el (gnus-summary-supersede-article)
14121         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
14122         value of gnus-newsgroup-charset to decode non-MIME encoded text in
14123         message header.
14124
14125 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
14126
14127         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
14128         pending output coming after the status change.
14129
14130 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
14131
14132         * message.el:
14133         * gnus-start.el:
14134         * gnus-registry.el: Remove VMS support.
14135
14136 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14137
14138         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
14139         macro.
14140         (rfc2104-hash): Use it.
14141
14142 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
14143
14144         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
14145         (gnus-summary-sort-by-most-recent-date): New commands.
14146         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
14147         and menu entries.
14148
14149 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14150
14151         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
14152         don't redisplay article for raw contents; remove plural articles stuff.
14153
14154         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
14155         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
14156         on gnus-summary-save-article; display results properly.
14157
14158 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14159
14160         * lpath.el: No need to fbind ns-focus-frame.
14161
14162 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14163
14164         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
14165
14166 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14167
14168         * gnus-art.el (gnus-summary-save-in-pipe):
14169         Consider gnus-save-all-headers.
14170
14171 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
14172
14173         * gnus-util.el (ns-focus-frame): Remove declaration.
14174         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
14175         like x.
14176
14177 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
14178
14179         * rfc2104.el (rfc2104-zero): Delete defconst.
14180         (rfc2104-hex-alist): Likewise.
14181         (rfc2104-hex-to-int): Delete func.
14182         (rfc2104-hexstring-to-bitstring): Likewise.
14183         (rfc2104-nybbles): New defconst.
14184         (rfc2104-hash): Rewrite for speed.
14185
14186 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14187
14188         * tls.el (open-tls-stream): Make it work with the 2nd argument
14189         BUFFER that is a string but does not exist as a buffer object, as
14190         mentioned in the doc-string.
14191
14192 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14193
14194         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
14195         SXEmacs.
14196
14197 2008-07-16  Glenn Morris  <rgm@gnu.org>
14198
14199         * gnus-util.el (ns-focus-frame): Declare for compiler.
14200
14201 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14202
14203         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
14204         set as a group parameter.
14205         (gnus-summary-save-in-pipe): Work when it is called independently.
14206         (gnus-summary-pipe-to-muttprint): Don't modify
14207         gnus-summary-pipe-output-default-command.
14208
14209 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14210
14211         * message.el (message-send-mail-with-sendmail):
14212         Display the error message.
14213
14214 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14215
14216         * gnus-art.el (gnus-default-article-saver):
14217         Add gnus-summary-save-in-pipe to choices.
14218         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
14219         gnus-summary-pipe-output-default-command as the default command.
14220         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
14221         instead of gnus-last-shell-command.
14222
14223         * gnus-sum.el (gnus-summary-pipe-output-default-command):
14224         New user option.
14225         (gnus-summary-muttprint-program): Mention the value will be changed.
14226         (gnus-summary-save-article): Force showing of all headers.
14227         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
14228
14229 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
14230
14231         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
14232
14233 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
14234
14235         * nnimap.el (nnimap-id):
14236         * sieve-manage.el (sieve-manage-open): Doc fixes.
14237
14238 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
14239
14240         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
14241         if available.
14242
14243 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14244
14245         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
14246
14247         * nnkiboze.el (nnkiboze-generate-group):
14248         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
14249
14250         * nnmairix.el: Require CL.
14251
14252 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14253
14254         * dgnushack.el: Autoload get-display-table and put-display-table for
14255         XEmacs 21.5.
14256
14257         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
14258         21.4 and SXEmacs.
14259
14260 2008-06-15  David Engster  <dengste@eml.cc>
14261
14262         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
14263
14264 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
14265
14266         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
14267         New macros that expand to an `aset'/`aref' call under Emacs, and to a
14268         runtime choice under XEmacs.
14269
14270         * gnus-sum.el (gnus-summary-set-display-table):
14271         Use `gnus-put-display-table', `gnus-get-display-table',
14272         `gnus-set-display-table' for the display table, instead of `aset'.
14273
14274         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
14275         Use `gnus-put-display-table', `gnus-get-display-table',
14276         `gnus-set-display-table' for the display table.
14277
14278 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14279
14280         * nnmairix.el: Add autoloads.
14281
14282 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14283
14284         * nnmairix.el (nnmairix-delete-recreate-group)
14285         (nnmairix-update-and-clear-marks): Fix error messages.
14286
14287 2008-06-14  David Engster  <dengste@eml.cc>
14288
14289         * nnmairix.el: Upgrade to version 0.6.
14290         (nnmairix-group-toggle-propmarks-this-group)
14291         (nnmairix-group-toggle-readmarks-this-group)
14292         (nnmairix-group-delete-recreate-this-group)
14293         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
14294         (nnmairix-remove-tick-mark-original-article): New commands.
14295         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
14296         (nnmairix-propagate-marks-to-nnmairix-groups)
14297         (nnmairix-only-use-registry, nnmairix-allowfast-default)
14298         (nnmairix-marks-cache, nnmairix-version-output): New variables.
14299         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
14300         functions needed for marks propagation and manipulation of read marks.
14301         (nnmairix-update-groups): New function.
14302         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
14303         (nnmairix-determine-original-group-from-registry)
14304         (nnmairix-determine-original-group-from-path)
14305         (nnmairix-get-group-from-file-path, nnmairix-map-range)
14306         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
14307         New helper functions.
14308         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
14309         keystrokes for new commands.
14310         (nnmairix-delete-and-create-on-change): Doc string cleanup.
14311         (nnmairix-request-group): Check allow-fast group parameter.
14312         (nnmairix-request-create-group): Set allow-fast group parameter if
14313         nnmairix-allowfast-default is set.
14314         (nnmairix-close-group): Propagate marks upon closing if needed.
14315         (nnmairix-group-toggle-threads-this-group): Use new.
14316         nnmairix-group-toggle-parameter helper function.
14317         (nnmairix-search): Better check for empty search result.
14318         (nnmairix-goto-original-article): Use new helper functions for
14319         determining original article.
14320         (nnmairix-show-original-article): Make sure message-id is in brackets.
14321         (nnmairix-call-mairix-binary): Change variable name.
14322         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
14323         helper function.
14324         (nnmairix-widget-toggle-activate): Fix doc string.
14325
14326 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14327
14328         * nnir.el: Require edmacro when compiling with XEmacs.
14329         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
14330         available in Emacs 21.
14331
14332 2008-06-11  Glenn Morris  <rgm@gnu.org>
14333
14334         * gnus-util.el (x-focus-frame):
14335         * gnus.el (image-size):
14336         * mm-decode.el (image-size): Declare.
14337
14338         * gnus-picon.el (declare-function): Add compat definition.
14339         (image-size): Declare.
14340
14341         * gnus-group.el (tool-bar-map):
14342         * gnus-sum.el (tool-bar-map): Define for compiler.
14343
14344         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
14345
14346         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
14347
14348         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
14349         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
14350         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
14351         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
14352         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
14353         * sieve-manage.el, spam-report.el, spam.el:
14354         Remove unnecessary eval-and-compile of autoloads.
14355
14356 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
14357
14358         * auth-source.el: Precise Tramp doc.
14359
14360 2008-06-07  Glenn Morris  <rgm@gnu.org>
14361
14362         * nnmairix.el: Remove unnecessary eval-when-compile.
14363
14364 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14365
14366         * lpath.el: Fbind propertize for XEmacs 21.4.
14367
14368 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
14369
14370         * nnir.el: Move here from ../contrib.
14371
14372 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14373
14374         * gnus-util.el (gnus-read-shell-command): New function.
14375         * mm-decode.el (mm-pipe-part):
14376         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
14377
14378 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14379
14380         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
14381
14382 2008-06-03  Glenn Morris  <rgm@gnu.org>
14383
14384         * pop3.el (nnheader-accept-process-output): Autoload it.
14385
14386 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14387
14388         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
14389         are not 2-digit hexadecimal characters that follow `%'s.
14390
14391 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14392
14393         * message.el (message-bogus-recipient-p): Fix type in doc string.
14394         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
14395         (message-bogus-addresses): Rename from message-bogus-address-regexp.
14396         Improve custom options.
14397         (message-bogus-recipient-p): Adjust accordingly.
14398
14399 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
14400
14401         * parse-time.el (parse-time-months, parse-time-weekdays): Add
14402         long-form month and day names.
14403
14404 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14405
14406         * dgnushack.el: Autoload debug, eudc-expand-inline and
14407         pgg-snarf-keys-region for XEmacs.
14408
14409         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
14410
14411         * nnmairix.el: Require edmacro when compiling with XEmacs.
14412
14413 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
14414
14415         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
14416         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
14417
14418 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14419
14420         * auth-source.el: Add more docs.
14421
14422         * netrc.el (netrc-machine): Always match if the port is not given.
14423
14424 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14425
14426         * nnheader.el (nnheader-read-timeout): Change the default timeout from
14427         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
14428         retrieval faster in some cases, but might make CPU usage larger.
14429         If this has any bad side effects, we might revert this change.
14430
14431         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
14432         seems to make mail retrieval much, much faster.
14433         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
14434         unconditionally.
14435
14436         * gnus-draft.el (gnus-group-send-queue):
14437         Bind message-send-mail-partially-limit to nil to avoid being prompted.
14438
14439 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
14440
14441         * mml.el (mml-attach-buffer): Prompt for `disposition'.
14442
14443         * message.el (message-bogus-address-regexp): Fix and improve custom
14444         type.
14445         (message-setup-hook): Add message-check-recipients as custom option.
14446
14447 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
14448
14449         * message.el (message-cite-function): Remove bogus autoload which crept
14450         in during merge from v5-10.
14451
14452 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14453
14454         * nnimap.el (nnimap-open-connection): Fix login/password bug.
14455
14456         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
14457
14458         * auth-source.el: Preliminary Tramp docs.
14459         (auth-sources): Change the default auth-sources to use
14460         EPA .gpg files.
14461
14462 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
14463
14464         * nntp.el: Autoload `auth-source-user-or-password'.
14465         (nntp-send-authinfo): Use it.
14466
14467         * nnimap.el: Autoload `auth-source-user-or-password'.
14468         (nnimap-open-connection): Use it.
14469
14470         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
14471         for the gnus-message function.
14472         (auth-source-user-or-password): Use it.
14473
14474 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14475
14476         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
14477         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
14478         (rfc2104-hash): Use it.
14479
14480 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
14481
14482         * gnus-art.el (gnus-article-toggle-truncate-lines):
14483         Don't use `iff' in docstring.
14484
14485 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
14486
14487         * gnus-registry.el: Adjusted copyright dates and added a keyword.
14488
14489         * gnus-util.el (gnus-extract-address-component-name)
14490         (gnus-extract-address-component-email): Convenience functions around
14491         `gnus-extract-address-components'.
14492
14493         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14494         Use `gnus-extract-address-component-email' to fix bug of comparing full
14495         sender name to `user-mail-address'.
14496
14497 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
14498
14499         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
14500         catch/throw to optimize.
14501         (gnus-registry-find-keywords): Just use member to find a keyword.
14502
14503 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14504
14505         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
14506         is current before calling gnus-server-prepare.
14507         (gnus-server-setup-buffer, gnus-server-update-server)
14508         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
14509
14510 2008-05-04  Juri Linkov  <juri@jurta.org>
14511
14512         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
14513         (mailcap-file-default-commands): Use mailcap-replace-in-string
14514         instead of replace-regexp-in-string, and mailcap-delete-duplicates
14515         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
14516
14517 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
14518
14519         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
14520
14521 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14522
14523         * gnus.el: Bump version to 0.11.
14524
14525 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14526
14527         * gnus.el: No Gnus v0.10 is released.
14528
14529 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14530
14531         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
14532         hooks.
14533         (gnus-update-read-articles): Speed up non-marks-using users.
14534         (gnus-use-marks): Define gnus-use-marks.
14535         (gnus-propagate-marks): Rename variable to something more sensible.
14536
14537 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
14538
14539         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
14540         (gmm-image-load-path-for-library): Fix typos in docstrings.
14541         (gmm-message): Reflow docstring.
14542
14543 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
14544
14545         * mail-source.el (mail-source-set-1, mail-source-bind):
14546         Move auth-source code out of the macro to clean it up and fix bugs.
14547
14548 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
14549
14550         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
14551         by sender if it's equal to user-mail-address, it's likely to be
14552         useless.
14553
14554         * mail-source.el (mail-source-bind): Don't use user or password if they
14555         are not bound.  Unintern them if they are nil.  Don't use server unless
14556         it's bound, and default it to empty string otherwise.
14557
14558 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
14559
14560         * mail-source.el: Load auth-source.el.
14561         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
14562         get user name or password, if auth-sources is set up.
14563
14564         * gnus-registry.el (gnus-registry-split-strategy): New variable for
14565         strategy of splitting with parent.
14566         (gnus-registry-split-fancy-with-parent)
14567         (gnus-registry-post-process-groups): Use it and fix prior
14568         bug (returning a list as the split result).
14569
14570         * auth-source.el (auth-sources): Remove server parameter.
14571         (auth-source-pick, auth-source-user-or-password)
14572         (auth-source-user-or-password-imap)
14573         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14574         (auth-source-user-or-password-sftp)
14575         (auth-source-user-or-password-smtp): Remove server parameter.
14576
14577 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
14578
14579         * smime.el (smime-sign-region, smime-encrypt-region)
14580         (smime-decrypt-region):
14581         Remove redundant calls to `generate-new-buffer-name'.
14582
14583 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
14584
14585         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
14586         Don't use QP for message/rfc822.
14587         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
14588
14589 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14590
14591         * sieve-manage.el (sieve-string-bytes): Remove.
14592         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
14593         correct byte-length only if the process's coding-system is the same as
14594         the one used internally by Emacs to represent strings.
14595
14596 2008-04-22  Juri Linkov  <juri@jurta.org>
14597
14598         * mailcap.el (mailcap-file-default-commands): New function.
14599
14600 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14601
14602         * message.el (message-signature-separator, message-cite-function):
14603         Change custom version.
14604
14605 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
14606
14607         * tls.el (tls-program): Add -ign_eof argument to call the openssl
14608         commands.
14609         (tls-checktrust): Ditto.
14610
14611 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14612
14613         * mm-decode.el (mm-display-external): Make temp file read-only.
14614
14615 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14616
14617         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
14618         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
14619         `C-c C-f d'.
14620
14621 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
14622
14623         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
14624
14625 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14626
14627         * gnus.el: Bump version to 0.9.
14628
14629 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
14630
14631         * gnus.el: No Gnus v0.8 is released.
14632
14633 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14634
14635         * mail-source.el (mail-source-value):
14636         Prefer fboundp to functionp so it works with macros as well.
14637
14638 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14639
14640         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14641         Fix last change in case the element is not even a symbol.
14642
14643 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14644
14645         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14646         Prefer fboundp to functionp so it works with macros as well.
14647
14648 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
14649
14650         * auth-source.el: Add docs.
14651         (auth-sources): Modify format to support server.
14652         (auth-source-pick, auth-source-user-or-password)
14653         (auth-source-user-or-password-imap)
14654         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14655         (auth-source-user-or-password-sftp)
14656         (auth-source-user-or-password-smtp): Add server parameter.
14657
14658 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
14659
14660         * gnus-registry.el: Initialize the registry when gnus-registry-install
14661         is t.
14662
14663 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14664
14665         * compface.el (uncompface): Make buffer unibyte.
14666
14667 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14668
14669         * mail-source.el (mail-source-value):
14670         Prefer fboundp to functionp so it works with macros as well.
14671
14672 2008-04-05  Glenn Morris  <rgm@gnu.org>
14673
14674         * gnus-ems.el (mm-disable-multibyte): Autoload it.
14675
14676 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14677
14678         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
14679         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
14680
14681         * nnheader.el (nnheader-init-server-buffer): Change buffer's
14682         multibyteness after rather than before erasing it.
14683
14684         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
14685         mm-with-multibyte.
14686         (gnus-request-article-this-buffer): Make sure the proper decoding is
14687         used if gnus-original-article-buffer happens to be unibyte.
14688
14689         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
14690         default-enable-multibyte-characters.
14691
14692         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
14693         default-enable-multibyte-characters.
14694
14695         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
14696
14697         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
14698
14699 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14700
14701         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14702         Fix last change in case the element is not even a symbol.
14703
14704 2008-04-02  Simon Josefsson  <simon@josefsson.org>
14705
14706         * imap.el (imap-enable-exchange-bug-workaround): New variable.
14707         (imap-message-copyuid-1): Use it.
14708         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
14709         J. Williams in
14710         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14711
14712         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
14713         imap-enable-exchange-bug-workaround.
14714         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
14715
14716 2008-04-01  Simon Josefsson  <simon@josefsson.org>
14717
14718         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
14719         a 100 byte status-checks into a 2-3MB transfer for each group.
14720         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
14721         to enable bug workaround or not.
14722         (nnimap-find-minmax-uid): Only enable workaround conditionally.
14723
14724 2008-03-31  Glenn Morris  <rgm@gnu.org>
14725
14726         * message.el (mml2015-use): Declare for compiler.
14727         (message-info): Require mml2015 when appropriate.
14728
14729 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14730
14731         * Makefile.in (EMACS_COMP): Quote directory name that might contain
14732         whitespace.
14733
14734 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14735
14736         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
14737         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
14738         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
14739         (nntp-service-to-port): New function.
14740         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
14741         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
14742         (nntp-open-netcat-stream): New function.
14743         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
14744
14745 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
14746
14747         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
14748
14749 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14750
14751         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
14752
14753 2008-03-28  Magnus Henoch  <mange@freemail.hu>
14754
14755         * dns.el (dns-write): Use set-buffer-multibyte.
14756
14757 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
14758
14759         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
14760
14761 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14762
14763         * message.el (message-signature-separator): Change default.
14764         Improve custom type.
14765         (message-cite-function): Change default to
14766         message-cite-original-without-signature.
14767
14768         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
14769         toggle.
14770
14771         * message.el (message-check-news-body-syntax): Fix signature check.
14772         (message-setup-1): Mark buffer as unmodified _after_ running
14773         message-setup-hook and handling message-alternative-emails.
14774         (message-shorten-references): Be more strict when building list of
14775         valid references to comply with GNKSA.
14776
14777         * gnus-group.el (gnus-read-ephemeral-bug-group)
14778         (gnus-read-ephemeral-debian-bug-group)
14779         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
14780
14781         * message.el (message-info): Don't use booleanp which isn't supported
14782         in Emacs 21 and XEmacs.
14783
14784 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
14785
14786         * gnus-group.el (gnus-gmane-group-download-format): Rename from
14787         gnus-group-gmane-group-download-format.
14788         (gnus-group-read-ephemeral-gmane-group): Rename from
14789         gnus-group-read-ephemeral-gmane-group.
14790         (gnus-read-ephemeral-gmane-group-url): Rename from
14791         gnus-group-read-ephemeral-gmane-group-url.
14792         (gnus-bug-group-download-format-alist): New variable.
14793         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
14794         (gnus-read-ephemeral-emacs-bug-group): New commands.
14795
14796 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14797
14798         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
14799         (gnus-visible-headers): Improve custom type.
14800
14801 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14802
14803         * mml.el (mml-menu): Add workarounds for XEmacs.
14804
14805         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
14806         X-Boundary header.
14807
14808         * message.el (message-simplify-recipients): Fix previous commit.
14809
14810 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14811
14812         * mm-util.el (mm-set-buffer-multibyte): New function.
14813         * mm-decode.el (mm-copy-to-buffer): Use it.
14814
14815         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14816         Prefer fboundp to functionp so it works with macros as well.
14817
14818 2008-03-19  Glenn Morris  <rgm@gnu.org>
14819
14820         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
14821         Accidentally removed in the sync process with Emacs.
14822
14823 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
14824
14825         * message.el (message-alter-recipients-discard-bogus-full-name):
14826         New function.
14827         (message-alter-recipients-function): New variable.
14828         (message-get-reply-headers): Use it.
14829         (message-replace-header): New helper function.
14830         (message-recipients-without-full-name): New variable.
14831         (message-simplify-recipients): New command.
14832
14833         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
14834
14835         * message.el (message-info): Handle EasyPG manual.
14836
14837         * mml.el (mml-menu): Add entry for EasyPG.
14838
14839 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
14840
14841         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
14842         parameter.
14843
14844         * message.el (message-disassociate-draft): Specify drafts group name
14845         fully.
14846
14847 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
14848
14849         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14850         Eliminate unnecessary duplicates from the match list.
14851
14852 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14853
14854         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
14855
14856         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
14857
14858         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
14859         args of `how-many' of which the XEmacs version doesn't take; declare
14860         Info-index-next as function.
14861
14862 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14863
14864         * gnus-score.el (gnus-score-headers): Fix handling of
14865         gnus-inhibit-slow-scoring.
14866
14867         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
14868         string.
14869         (gnus-button-url-regexp): Improve handling of parenthesis.
14870         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
14871         (gnus-button-handle-info-keystrokes): Handle index entries.
14872
14873 2008-03-15  Glenn Morris  <rgm@gnu.org>
14874
14875         * parse-time.el (parse-time-string): Simplify.
14876
14877 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14878
14879         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
14880         Incoming* files.
14881
14882 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
14883
14884         * auth-source.el (auth-sources): Rename from auth-source-choices.
14885         (auth-source-pick): Use it.
14886
14887 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14888
14889         * binhex.el (binhex-decode-region-internal):
14890         * uudecode.el (uudecode-decode-region-internal):
14891         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
14892         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
14893         setting default-enable-multibyte-characters.
14894
14895 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
14896
14897         * auth-source.el (auth-source-protocols)
14898         (auth-source-protocols-customize, auth-source-choices): Add and
14899         modified variable customizations and defaults.
14900         (auth-source-pick, auth-source-user-or-password)
14901         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
14902         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14903         (auth-source-user-or-password-sftp)
14904         (auth-source-user-or-password-smtp): Use new variables and provide an
14905         interface to netrc.el.
14906
14907 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14908
14909         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
14910         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
14911         Make sure the nntp port to specify is a string.
14912
14913 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14914
14915         * nntp.el: Use with-current-buffer.
14916         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
14917         dubious mm-with-unibyte-current-buffer.
14918         (nntp-with-open-group-function): New function extracted from
14919         nntp-with-open-group macro.
14920         (nntp-with-open-group): Use the function, so it's easier to debug.
14921         Add indentation and debugging info.
14922         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
14923         Recommend the use of the netcat alternatives.
14924
14925         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
14926         Avoid mm-string-as-multibyte as well.
14927
14928         * nnweb.el (nnweb-insert-html):
14929         Remove use of nnheader-string-as-multibyte.
14930
14931         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
14932         (nnheader-string-as-multibyte): Remove.
14933
14934         * mm-view.el: Use inhibit-read-only.
14935         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
14936         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
14937         or unibyte-string.
14938
14939         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
14940         (mm-uu-yenc-extract): Use with-current-buffer.
14941
14942         * gnus-soup.el (gnus-soup-send-packet): Don't use
14943         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
14944
14945         * nnmh.el: Use with-current-buffer.
14946         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
14947         mm-string-as-multibyte on the output of mm-encode-coding-string.
14948
14949         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
14950         (nnimap-request-move-article): Use with-current-buffer.
14951
14952         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
14953         inserting the handle-buffer's text, so the implicit multibyte->unibyte
14954         conversion uses string-make-unibyte rather than string-as-unibyte.
14955
14956         * gnus-msg.el: Use with-current-buffer.
14957
14958         * message.el (message-ignored-resent-headers): Add "Delivered-To".
14959
14960 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
14961
14962         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
14963         string for caching if it is 'PIN.
14964
14965 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14966
14967         * lpath.el: Consider the case without Emacs/W3.
14968
14969 2008-03-08  Glenn Morris  <rgm@gnu.org>
14970
14971         * time-date.el (date-to-time, time-subtract, time-add)
14972         (safe-date-to-time): Doc fixes.
14973
14974 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14975
14976         * mail-source.el (mail-source-delete-old-incoming-confirm):
14977         Change default to nil.
14978         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
14979
14980 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14981
14982         * lpath.el: Rearrange.
14983
14984         * gnus-art.el (gnus-narrow-to-page): Position point properly.
14985         (gnus-article-goto-prev-page): Work for articles having ^L's.
14986
14987         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
14988
14989         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
14990
14991 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
14992
14993         * gnus-bookmark.el: Adjust for renames in bookmark.el.
14994         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
14995         (gnus-bookmark-jump): Adjust some variable names.
14996
14997 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
14998
14999         * auth-source.el: New package.
15000         (auth-source-choices): Add customization entry point variable.
15001
15002         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
15003         bug.
15004
15005 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
15006
15007         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
15008         (gnus-registry-initialize, gnus-registry-install-p): Use it.
15009         (gnus-registry-install-shortcuts): Rename from
15010         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
15011         the `gnus-registry-mark-map' keymap dynamically from
15012         `gnus-registry-marks'.  The generated functions update the summary line
15013         when a registry mark is added or deleted, and will call
15014         `gnus-registry-install-p' (see the comments in the code).
15015         (gnus-registry-user-format-function-M): Use concat intelligently.
15016
15017         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
15018         the registry mark functions.
15019
15020 2008-03-05  Glenn Morris  <rgm@gnu.org>
15021
15022         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
15023         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
15024         gnus-art.
15025         (top-level): No need to load own source when compiling.
15026
15027 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15028
15029         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
15030         Suggested by <chris.anderton@zetnet.co.uk>.
15031
15032 2008-03-04  Glenn Morris  <rgm@gnu.org>
15033
15034         * gnus-sum.el (top-level): No need to require gnus when compiling,
15035         since unconditionally required near start of file.
15036         (gnus-summary-display-while-building): Move definition before use.
15037
15038 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15039
15040         * gnus-registry.el (gnus-registry-user-format-function-M):
15041         Add formatting function.
15042
15043 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15044
15045         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
15046         with plists.
15047         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
15048         Use new format.
15049
15050 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15051
15052         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
15053         `where-is-internal' that returns a range of key sequences.
15054
15055 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15056
15057         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
15058
15059         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
15060         (gnus-summary-jump-to-group): Consider windows on other displayed
15061         frames as well.  Similar changes might be needed elsewhere, but that's
15062         the one I've bumped into during my use.
15063
15064         * nndoc.el (nndoc-oe-dbx-type-p):
15065         * gnus-msg.el (gnus-debug):
15066         * gnus-group.el (gnus-update-group-mark-positions):
15067         Use mm-string-to-multibyte.
15068
15069 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15070
15071         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
15072         doesn't handle NotDashEscaped.
15073
15074         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
15075         (mml-dnd-attach-options): Fix typo in custom choice.
15076
15077         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
15078         Change nndoc-article-type to mbox.
15079         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
15080
15081         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
15082         to nil, instead of html2text.
15083
15084         * imap.el (imap-debug): Add `imap-ping-server'.
15085
15086         * gnus-bookmark.el: Add FIXMEs.
15087
15088         * message.el (message-form-letter-separator)
15089         (message-send-form-letter-delay): New variables.
15090         (message-send-form-letter): Use them.  New command to send form
15091         letters.  Requested by Uwe Siart.
15092         (message-send-mail-function): Doc fix.  Add "Other" custom option.
15093
15094 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15095
15096         * Update copyright years.
15097
15098 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15099
15100         Sync from EMACS_22_BASE.
15101
15102         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
15103
15104 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
15105
15106         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
15107         empty author.
15108
15109 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
15110
15111         * gnus-registry.el (gnus-registry-marks): Add variable for
15112         customization of marks and their appearance.
15113         (gnus-registry-read-mark): Use it.
15114         (gnus-registry-do-marks): Add utility function to loop through
15115         `gnus-registry-marks'.
15116         (gnus-registry-install-shortcuts-and-menus): Add function to install
15117         shortcuts and menus.
15118         (gnus-registry-initialize): Use it.
15119         (gnus-registry-default-mark): Clarify documentation.
15120
15121 2008-02-29  Glenn Morris  <rgm@gnu.org>
15122
15123         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
15124         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
15125         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
15126         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
15127         Change defcustom :version from 23.0 to 23.1.
15128
15129 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
15130
15131         * gnus-registry.el (gnus-registry-follow-group-p)
15132         (gnus-registry-post-process-groups): Add functions to aid registry
15133         splitting and improve logging.  Clarify behavior in function
15134         documentation.
15135         (gnus-registry-split-fancy-with-parent): Use them.
15136
15137 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15138
15139         * gnus-art.el: Use with-current-buffer.
15140
15141 2008-02-27  David Engster  <dengste@eml.cc>
15142
15143         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
15144         Express real group name in the response.
15145
15146 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15147
15148         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
15149         (nnmairix-last-server, nnmairix-current-server): Defvar them.
15150         (nnmairix-goto-original-article): Defvar gnus-registry-install and
15151         autoload gnus-registry-fetch-group when compiling.
15152         (nnmairix-request-group-with-article-number-correction):
15153         Remove unreferenced argument passed to nnmairix-call-backend.
15154
15155 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15156
15157         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
15158         (mm-uu-extract): Improve face for low color ttys.
15159         Reported by Sascha Wilde.
15160
15161 2008-02-27  Glenn Morris  <rgm@gnu.org>
15162
15163         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
15164         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
15165         variables to defconsts.  Convert comments to doc-strings.
15166         (nnmairix-last-server, nnmairix-current-server): Convert from free
15167         variables to defvars.  Convert comments to doc-strings.
15168         (gnus-registry-fetch-group): Autoload.
15169         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
15170         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
15171         (nnmairix-widget-build-editable-fields): Use car cddr rather than
15172         caddr.
15173         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
15174         nnmairix-request-group-with-article-number-correction call.
15175         (nnmairix-fast, nnmairix-group): New, less general names, for free
15176         variables passed from nnmairix-request-group to
15177         nnmairix-request-group-with-article-number-correction.  Declare.
15178         (nnmairix-request-group-with-article-number-correction):
15179         Use nnmairix-fast, nnmairix-group rather than fast, group.
15180
15181 2008-02-26  David Engster  <dengste@eml.cc>
15182
15183         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
15184         version 0.5.
15185
15186 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15187
15188         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
15189         instead of making an extra function call.  Don't add the current group
15190         to articles only when they have the group.  Use
15191         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
15192         Reported by David <de_bb@arcor.de>.
15193
15194 2008-02-24  Miles Bader  <miles@gnu.org>
15195
15196         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
15197         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
15198         (mm-find-mime-charset-region):
15199         * mm-bodies.el (mm-encode-body):
15200         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
15201
15202 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15203
15204         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
15205         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
15206
15207 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
15208
15209         * mail-source.el (mail-source-delete-incoming): Change default.
15210         Supplement doc string.
15211
15212         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
15213
15214 2008-02-14  Glenn Morris  <rgm@gnu.org>
15215
15216         * time-date.el (format-seconds): New function.
15217
15218 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15219
15220         * nnmail.el (nnmail-message-id-cache-file): Derive from
15221         `gnus-home-directory'.
15222
15223 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
15224
15225         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
15226         Document negative prefix.
15227
15228         * gnus-group.el (gnus-group-read-group): Document negative prefix.
15229
15230 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15231
15232         * message.el (message-unsent-separator): Add the Exim bounce
15233         separator.
15234
15235 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
15236
15237         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
15238         list.
15239         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
15240         recipient/signer list.
15241
15242 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15243
15244         * Makefile.in (datarootdir): Define.
15245         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
15246         name that might contain whitespace.
15247
15248 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15249
15250         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
15251         fbound (Emacs 23 unicode), signal an error.
15252
15253 2008-02-08  Glenn Morris  <rgm@gnu.org>
15254
15255         * gnus-art.el (pgg-display-output-buffer): Declare as function.
15256
15257 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
15258
15259         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
15260         ports to the calls to `netrc-machine-user-or-password' in addition to
15261         "imap" and "imaps".
15262
15263 2008-02-01  Zhang Wei  <id.brep@gmail.com>
15264
15265         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
15266
15267         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
15268
15269 2008-02-01  Kenichi Handa  <handa@m17n.org>
15270
15271         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
15272         rfc2104-hexstring-to-bitstring and changed to return a byte list.
15273         (rfc2104-hash): Convert the result of concat to unibyte string.
15274
15275 2008-02-01  Dave Love  <fx@gnu.org>
15276
15277         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
15278         coding-system-for-read.
15279         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
15280
15281 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15282
15283         * gnus.el (gnus-group-startup-message): Add `find-image' call before
15284         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
15285         <hanche@math.ntnu.no>.
15286
15287 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15288
15289         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
15290
15291         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
15292
15293 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
15294
15295         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
15296         * message.el (message-beginning-of-line): Use featurep instead of bound
15297         tests in order to resolve conditionals at compile time.
15298
15299 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
15300
15301         * mail-source.el (mail-sources): Add `group' choice.
15302
15303         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
15304         parameter `in-group' to control into which group the articles go.
15305         Add treatment of `group' mail-source.
15306
15307 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15308
15309         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
15310
15311         * mm-decode.el (mm-dissect-buffer): Decode description.
15312
15313         * mml.el (mml-to-mime): Encode message header first.
15314
15315 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15316
15317         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
15318         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
15319
15320         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
15321         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
15322
15323 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
15324
15325         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
15326
15327 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15328
15329         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
15330         prefix keys.
15331         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
15332         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
15333         gnus-xmas.el.
15334
15335         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
15336         (gnus-xmas-article-describe-bindings): New function.
15337         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
15338         gnus-xmas-article-describe-bindings.
15339
15340         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
15341
15342 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
15343
15344         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
15345         Add new variables for article mark management.
15346         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
15347         list of extra data entries which, when present, will indicate that the
15348         article ID should not be trimmed from the registry.
15349         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
15350         functions.
15351         (gnus-registry-read-mark): New function to read a mark name from the
15352         user.
15353         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
15354         (gnus-registry-set-article-mark-internal): New functions to add and
15355         remove marks.
15356         (gnus-registry-get-article-marks): New function to show the marks for
15357         an article, or retrieve them for further use.
15358
15359 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15360
15361         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
15362         keys when no argument is given.
15363
15364 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15365
15366         * imap.el (imap-ping-server): New variable.
15367         (imap-opened): On add extra ping if imap-ping-server is non-nil.
15368         (imap-ping-server): Minor doc string fixes.
15369
15370 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
15371
15372         * imap.el (imap-ping-server): New function.
15373         (imap-opened): Call imap-ping-server.
15374
15375 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15376
15377         * gnus-sum.el (gnus-article-sort-by-random)
15378         (gnus-thread-sort-by-random): Fix doc strings.
15379         Reported by jidanni@jidanni.org.
15380
15381 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15382
15383         * gnus-art.el (gnus-article-describe-bindings): New function.
15384         (gnus-article-read-summary-keys): Use it.
15385         (gnus-article-mode-map): Bind `C-h b' to it.
15386
15387 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15388
15389         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
15390         XEmacs.
15391         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15392         Protect against non-character events.
15393
15394         * lpath.el: Fbind map-keymap for Emacs 21.
15395
15396 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
15397
15398         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
15399         New command.
15400         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
15401         instead of END.  Change name of the temp file.
15402         (gnus-group-gmane-group-download-format): Add doc string.  Make it
15403         customizable.
15404
15405 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15406
15407         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
15408         bind `S W' to gnus-article-wide-reply-with-original; set default
15409         binding to gnus-article-read-summary-send-keys.
15410         (gnus-article-read-summary-keys): Fix the order of keys; display
15411         continuation keys correctly in the echo area; describe bindings
15412         correctly when keys end with `C-h'.
15413         (gnus-article-read-summary-send-keys): New function.
15414         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15415         Work for gnus-article-read-summary-send-keys; display continuation keys
15416         correctly in the echo area.
15417         (gnus-article-reply-with-original): Ignore prefix argument.
15418         (gnus-article-wide-reply-with-original): New function.
15419
15420         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
15421         Emacs 21.
15422
15423 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15424
15425         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
15426         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
15427
15428 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15429
15430         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
15431         (gnus-group-read-ephemeral-gmane-group): New command.
15432
15433 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
15434
15435         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
15436
15437 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15438
15439         * message.el (message-send-mail-function): Increase custom version.
15440
15441         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
15442         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
15443
15444 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15445
15446         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
15447         for the cases where imap-authenticate is called with a nil buffer
15448         parameter.
15449
15450 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15451
15452         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
15453         html parts correctly; support forwarded messages.
15454         (gnus-article-browse-html-article): Remove work buffers.
15455
15456         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
15457         compiling.
15458         (netrc-bound-and-true-p): New macro.
15459         (netrc-parse): Use it instead of bound-and-true-p that is not available
15460         in XEmacs 21.4.
15461
15462 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
15463
15464         * gnus-registry.el (gnus-registry-mark-article)
15465         (gnus-registry-article-marks): Add functionality to mark articles
15466         through the Gnus registry.
15467
15468         * encrypt.el: Clarify documentation for the new pgg method.
15469         (encrypt-file-alist): Add PGG option.
15470         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
15471         functionality.  Abstract password key and messaging to external
15472         functions.
15473         (encrypt-password-key, encrypt-get-passphrase-if-needed)
15474         (encrypt-message-method-and-cipher): Add new convenience external
15475         functions.
15476         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
15477         (encrypt-pgg-process-buffer): Add PGG functionality glue.
15478
15479         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
15480         (netrc-parse): Use encrypt-file-alist to determine if
15481         encrypt-find-model or encrypt-insert-file-contents should be used.
15482
15483         * encrypt.el: Clarify documentation.  Load password-cache or
15484         password, whichever one is found first, instead of autoloading.
15485
15486 2007-12-19  Glenn Morris  <rgm@gnu.org>
15487
15488         * mml.el (message-options-set, message-narrow-to-head)
15489         (message-in-body-p, message-mail-p, message-encode-message-body):
15490         Autoload.
15491         (message-remove-header, message-narrow-to-headers-or-head)
15492         (message-subscribed-p, message-make-mail-followup-to)
15493         (message-position-on-field, message-news-p)
15494         (message-options-set-recipient, message-generate-headers)
15495         (message-sort-headers): Declare as functions.
15496
15497 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15498
15499         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
15500         convention in doc string.
15501
15502 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15503
15504         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
15505         title to html parts.
15506         (gnus-article-browse-html-article): Pass message header to it.
15507
15508         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
15509
15510 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
15511
15512         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
15513         or password compatible with XEmacs.
15514
15515 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15516
15517         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
15518         format document.
15519         (gnus-mime-delete-part): Don't write description line if empty.
15520         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
15521
15522 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
15523
15524         * gnus-sum.el (gnus-summary-mark-unread-as-read)
15525         (gnus-summary-mark-read-and-unread-as-read)
15526         (gnus-summary-mark-current-read-and-unread-as-read)
15527         (gnus-summary-mark-unread-as-ticked): Doc fix.
15528         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
15529
15530 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15531
15532         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
15533         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15534
15535 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15536
15537         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
15538         yes-or-no-p.
15539
15540 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15541
15542         * mm-decode.el (mm-add-meta-html-tag): New function.
15543         (mm-save-part-to-file, mm-pipe-part): Use it.
15544
15545         * gnus-art.el (gnus-article-browse-delete-temp-files):
15546         Use gnus-y-or-n-p instead of y-or-n-p.
15547         (gnus-article-browse-html-parts): Work with message/external-body; use
15548         mm-add-meta-html-tag.
15549
15550 2007-12-11  Glenn Morris  <rgm@gnu.org>
15551
15552         * gnus-cache.el: Require gnus-sum not just when compiling.
15553
15554         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
15555
15556         * gnus-int.el (gnus-server-opened, gnus-status-message):
15557         Move definitions before use.
15558
15559         * mm-decode.el: Require gnus-util.
15560         (mm-remove-part): Only call delete-annotation on XEmacs.
15561
15562         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
15563
15564         * nnmail.el: Require gnus-int.
15565
15566         * spam.el: Move `require's before `eval-when-compile's.
15567
15568         * gnus-ems.el (gnus-alive-p):
15569         * gnus-fun.el (message-goto-eoh):
15570         * gnus-util.el (gnus-group-name-decode):
15571         * mail-source.el (gnus-compress-sequence):
15572         * message.el (Info-goto-node, format-spec):
15573         * mm-bodies.el (message-options-get):
15574         * mm-decode.el (mm-view-pkcs7):
15575         * mm-util.el (gmm-write-region):
15576         * mml-smime.el (mml-compute-boundary)
15577         (gnus-completing-read-with-default):
15578         * mml.el (widget-button-press, gnus-make-hashtable):
15579         * mml1991.el (mm-decode-content-transfer-encoding)
15580         (mm-encode-content-transfer-encoding)
15581         (message-options-get, message-options-set):
15582         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
15583         * nnfolder.el (gnus-request-group):
15584         * nnheader.el (ietf-drums-unfold-fws):
15585         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
15586         * smime.el (gnus-run-mode-hooks):
15587         * spam-stat.el (gnus-message): Autoload.
15588
15589         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
15590         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
15591         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
15592         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
15593         Add declare-function compatibility definition.
15594
15595         * gnus-cache.el (nnvirtual-find-group-art):
15596         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
15597         (gnus-add-image, gnus-add-wash-type):
15598         * gnus-group.el (nnkiboze-score-file):
15599         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
15600         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
15601         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
15602         (message-tokenize-header, gnus-get-buffer-create)
15603         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
15604         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
15605         * gnus.el (gnus-group-decoded-name):
15606         * mail-source.el (imap-capability):
15607         * mm-bodies.el (message-options-set):
15608         * mm-decode.el (gnus-configure-windows):
15609         * mm-extern.el (message-goto-body):
15610         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
15611         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
15612         (epg-sub-key-validity, message-options-set):
15613         * mml.el (widget-event-point, gnus-configure-windows):
15614         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
15615         * mml2015.el (epg-check-configuration, epg-configuration)
15616         (message-options-set):
15617         * nndb.el (nndb-request-article):
15618         * nnfolder.el (gnus-request-create-group):
15619         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
15620         * nnmaildir.el (gnus-group-mark-article-read):
15621         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
15622         * rfc1843.el (message-fetch-field):
15623         * spam.el (gnus-extract-address-components):
15624         Declare as functions.
15625
15626 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15627
15628         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
15629
15630         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
15631
15632         * lpath.el: Fbind run-mode-hooks for Emacs 21;
15633         bind show-trailing-whitespace for XEmacs.
15634
15635 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15636
15637         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
15638         new no-op macro for backward compatibility.
15639
15640         * imap.el (imap-string-to-integer): New function.
15641
15642 2007-12-09  Glenn Morris  <rgm@gnu.org>
15643
15644         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
15645
15646         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
15647         * message.el, mm-view.el, sieve-manage.el, smime.el:
15648         Add declare-function compatibility definition.
15649
15650         * gnus-art.el (w3-region, w3m-region, Info-menu):
15651         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
15652         * gnus-sum.el (gnus-get-predicate):
15653         * gnus-util.el (mm-append-to-file, w32-focus-frame):
15654         * message.el (mail-abbrev-in-expansion-header-p):
15655         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
15656         (w3m-detect-meta-charset, w3m-region):
15657         * sieve-manage.el (password-read, password-cache-add)
15658         (password-cache-remove):
15659         * smime.el (password-read-and-add): Declare as functions.
15660
15661 2007-12-08  David Kastrup  <dak@gnu.org>
15662
15663         * gnus-sum.el (gnus-summary-simplify-subject-query):
15664         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
15665         `message'.
15666
15667 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15668
15669         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
15670         it to bind idna-program, installation-directory, defined-colors, and
15671         face-attribute for XEmacs of the version that compiles defcustom forms.
15672
15673 2007-12-07  Glenn Morris  <rgm@gnu.org>
15674
15675         * gnus-art.el (article-make-date-line): Revert previous change.
15676
15677 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15678
15679         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
15680
15681 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
15682
15683         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
15684         Call gnus-add-to-range ranges only once with a prepared article-list.
15685
15686 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
15687
15688         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
15689         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
15690         group names with backslashes.
15691         Reported by Tassilo Horn <tassilo@member.fsf.org>.
15692
15693 2007-12-06  Deepak Goel  <deego3@gmail.com>
15694
15695         * gnus-art.el (article-make-date-line):
15696         * gnus-start.el (gnus-load):
15697         * pop3.el (pop3-read-response): Fix buggy call to `error'.
15698
15699 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15700
15701         * gnus-art.el (gnus-use-idna):
15702         * gnus-start.el (gnus-site-init-file):
15703         * message.el (message-use-idna):
15704         * mm-uu.el (mm-uu-hide-markers):
15705         * smiley.el (smiley-style): Revert changes that suppress warnings.
15706
15707 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15708
15709         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
15710         specify charset to html source.
15711         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15712
15713 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15714
15715         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
15716         idna-program in order to suppress byte compile warning issued by XEmacs
15717         that came to byte compile the default value section of defcustom forms
15718         recently.
15719
15720         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
15721         value of installation-directory.
15722
15723         * message.el (message-use-idna): Don't directly refer to the value of
15724         idna-program.
15725
15726         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
15727
15728         * smiley.el (smiley-style): Don't directly call face-attribute.
15729
15730 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
15731
15732         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
15733
15734         * gnus-dired.el: Reduce Gnus dependencies.
15735         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
15736         Don't require.  Use autoloads instead.
15737         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
15738         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
15739         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
15740         (gnus-dired-mode): Adjust doc string.
15741         (gnus-dired-mail-mode): New variable.
15742         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
15743         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
15744         (gnus-dired-mail-buffers): New function.  Return mail or message
15745         composition buffers.
15746         (gnus-dired-attach): Use it.
15747         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
15748         NO-DECODE.
15749         (gnus-dired-print): Use `gnus-print-buffer' depending on
15750         `gnus-dired-mail-mode'.
15751
15752 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15753
15754         * rfc2047.el (rfc2047-encoded-word-regexp)
15755         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
15756         explaining what regexp patterns are for.
15757
15758 2007-12-04  Glenn Morris  <rgm@gnu.org>
15759
15760         * password.el: Move to password-cache.el.
15761
15762         * mml1991.el (password-read, password-cache-add, password-cache-remove):
15763         * mml2015.el (password-read, password-cache-add, password-cache-remove):
15764         * mml-smime.el (password-read, password-cache-add)
15765         (password-cache-remove):
15766         No need to autoload, since mml-sec requires password.
15767
15768         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
15769         * message.el (gnus-extract-address-components):
15770         * mml-smime.el (gnus-extract-address-components): Define for compiler.
15771
15772         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
15773         password.
15774
15775 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15776
15777         * mailcap.el: Reduce dependencies.
15778         (mail-header-parse-content-type): Autoload.
15779         (mailcap-delete-duplicates): New alias.
15780         (mailcap-mime-info): Add optional argument NO-DECODE.
15781         (mailcap-mime-types): Use mailcap-delete-duplicates.
15782
15783         * message.el (message-ignored-supersedes-headers): Add "X-ID".
15784
15785 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
15786
15787         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
15788         (imap-parse-status): Upcase status-att for servers that sends them
15789         lower-case (e.g., MS Exchange 2007).
15790
15791 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15792
15793         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
15794         function.
15795
15796         * gnus-uu.el (gnus-uu-decode-yenc): New command.
15797         (gnus-uu-yenc-article): New function.
15798
15799         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
15800
15801         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
15802
15803 2007-12-02  Glenn Morris  <rgm@gnu.org>
15804
15805         * binhex.el (binhex): New custom group.
15806         (binhex-decoder-program, binhex-decoder-switches)
15807         (binhex-use-external): Move to the binhex custom group.
15808
15809         * uudecode.el (uudecode): New custom group.
15810         (uudecode-decoder-program, uudecode-decoder-switches)
15811         (uudecode-use-external): Move to the uudecode custom group.
15812
15813         * netrc.el (top-level): Don't load `encrypt' features.
15814         (netrc-parse): Don't use encrypt.
15815         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
15816
15817         * encrypt.el: Remove file.
15818
15819 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
15820
15821         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
15822         matches on patches.
15823
15824         * gnus-art.el (gnus-article-browse-html-article):
15825         Mention `mm-text-html-renderer' in the doc string.
15826
15827         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
15828         string.  Add comments.
15829
15830         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
15831         if rhs is ASCII.
15832
15833 2007-12-01  Glenn Morris  <rgm@gnu.org>
15834
15835         * mail-source.el (top-level): Require format-spec before
15836         eval-when-compile.
15837
15838 2007-11-30  Glenn Morris  <rgm@gnu.org>
15839
15840         * encrypt.el: Require password, rather than autoloading password-read.
15841
15842 2007-11-29  Glenn Morris  <rgm@gnu.org>
15843
15844         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
15845         (sasl-make-client, sasl-next-step, sasl-step-data)
15846         (sasl-step-set-data): Declare as functions.
15847
15848 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
15849
15850         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
15851
15852 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
15853
15854         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
15855         certs should be verified and what is to be done in the event of a
15856         verification failure.
15857
15858         * gnus.el (gnus-method-to-server): Add an optional parameter so the
15859         caller can indicate whether the cache should be disregarded for this
15860         call.  This way the result of the call is reproducible at all times and
15861         can be considered a canonical server name for the supplied method.
15862         (gnus-agent-method-p): Canonicalize server names by pushing their
15863         method through `gnus-method-to-server' using the no-cache argument.
15864
15865         * gnus-srvr.el (gnus-server-insert-server-line):
15866         Call `gnus-method-to-server' with `no-cache' argument.
15867
15868         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
15869         gnus-agent-possibly-synchronize-flags as this should be called when the
15870         server is actually being opened.
15871         (gnus-agent-possibly-synchronize-flags)
15872         (gnus-agent-possibly-synchronize-flags-server): Move check for the
15873         flags file of an agentized server to the latter function.
15874
15875         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
15876         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
15877         after a connection has been established successfully.
15878
15879 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15880
15881         * gnus-art.el (article-display-face): Force to display face if called
15882         interactively; check if gnus-article-x-face-too-ugly matches author.
15883         (article-display-x-face): Display face even if From header is missing
15884         as article-display-face does.
15885
15886 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
15887
15888         * hashcash.el (message-narrow-to-headers-or-head)
15889         (message-fetch-field, message-goto-eoh)
15890         (message-narrow-to-headers): Declare as functions.
15891
15892 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
15893
15894         * mail-source.el (mail-sources): Default to fetch from file for
15895         compatibility with default of nnmail-spool-file.
15896
15897 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15898
15899         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
15900         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
15901         to look for encoded word that should be encoded again.
15902         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
15903         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
15904         encoding pattern.
15905         (rfc2047-decode-region): Switch strict regexp and loose one according
15906         to rfc2047-allow-irregular-q-encoded-words.
15907
15908 2007-11-25  Romain Francoise  <romain@orebokech.com>
15909
15910         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
15911
15912 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15913
15914         * tls.el (tls-program): Provide more custom choices from
15915         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
15916         (tls-process-connection-type, tls-success): Remove "*" in doc string.
15917
15918 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15919
15920         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
15921         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
15922
15923         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
15924         `nnmail-spool-file'.
15925
15926         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
15927         `nnmail-spool-file'.
15928
15929         * gnus-move.el (gnus-change-server): Ditto.
15930
15931         * gnus-kill.el (gnus-batch-score): Ditto.
15932
15933         * gnus-cache.el (gnus-jog-cache): Ditto.
15934
15935         * gnus-msg.el (gnus-summary-reply):
15936         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
15937
15938 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15939
15940         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
15941         version.  Minor improvement to doc strings.
15942         (tls-program): Add comment.
15943
15944 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
15945
15946         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
15947         (tls-checktrust): New variable.  Check if GNU TLS complained about a
15948         mismatch between the hostname provided in the certificate and the name
15949         of the host connnecting to.
15950         (open-tls-stream): Use them.  Check certificates against trusted root
15951         certificates.
15952
15953 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15954
15955         * gnus-cache.el (gnus-cache-generate-nov-databases):
15956         Use nnml-generate-nov-databases-directory instead of
15957         nnml-generate-nov-databases-1.
15958
15959 2007-11-24  Glenn Morris  <rgm@gnu.org>
15960
15961         * message.el (message-tool-bar-retro): Update for rename
15962         mail_send.xpm->mail-send.xpm.
15963
15964 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
15965
15966         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
15967         `smime-ldap-search' for Emacs 22 and up.
15968
15969 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15970
15971         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
15972
15973         * message.el (message-send-mail-function): Fix error convention.
15974         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
15975         (message-widen-reply, message-send-mail, message-talkative-question)
15976         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
15977         (message-clone-locals, message-send-news): Use with-current-buffer.
15978         (message-insert-or-toggle-importance): Remove unused var `valid'.
15979         (message-make-references): Remove unused var `new-references'.
15980         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
15981
15982 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
15983
15984         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
15985         (spam-split-symbolic-return-positive): Reflow docstring.
15986         (spam-backends, spam-summary-exit-behavior)
15987         (spam-mark-ham-unread-before-move-from-spam-group)
15988         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
15989         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15990         (spam-clear-cache, spam-backend-check, spam-install-backend)
15991         (spam-install-statistical-backend, spam-list-of-processors)
15992         (spam-group-processor-p, spam-split, spam-bogofilter-score)
15993         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
15994         (spam-check-crm114, spam-initialize, spam-unload-hook):
15995         Fix typos in docstrings.
15996
15997 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15998
15999         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
16000         been checked if they have never been read and those group levels are
16001         higher than the one that a user specified.
16002
16003 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16004
16005         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
16006         foreign groups unless a group level is specified by a user.
16007         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
16008
16009 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
16010
16011         * message.el (message-send-mail-function): Require sendmail.
16012
16013 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
16014
16015         * message.el (message-send-mail-function): Check for smtpmail too.
16016
16017         * utf7.el (utf7-encode, utf7-decode): Use coding system
16018         `utf-7'/`utf-7-imap' from utf-7.el' if available.
16019
16020         * message.el (message-send-mail-function): New function.
16021         (message-send-mail-function): Set default using
16022         message-send-mail-function.  Adjust doc string.
16023         (message-send-mail-with-mailclient): New function.
16024
16025 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
16026
16027         * smime.el (from):
16028         * rfc2047.el (message-posting-charset):
16029         * qp.el (mm-use-ultra-safe-encoding):
16030         * pop3.el (parse-time-months):
16031         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
16032         * nnml.el (files):
16033         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
16034         (jka-compr-compression-info-list, ange-ftp-path-format)
16035         (efs-path-regexp):
16036         * nndiary.el (files):
16037         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
16038         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
16039         (epg-digest-algorithm-alist, inhibit-redisplay)
16040         (password-cache-expiry):
16041         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
16042         (pgg-output-buffer, password-cache-expiry):
16043         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
16044         (efs-path-regexp):
16045         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
16046         (inhibit-redisplay):
16047         * mm-uu.el (file-name, start-point, end-point, entry)
16048         (gnus-newsgroup-name, gnus-newsgroup-charset):
16049         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
16050         (latin-unity-ucs-list):
16051         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
16052         (mm-uu-binhex-decode-function):
16053         * message.el (gnus-message-group-art, gnus-list-identifiers)
16054         (rmail-enable-mime-composing, gnus-local-organization)
16055         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
16056         (gnus-read-active-file, facemenu-add-face-function)
16057         (facemenu-remove-face-function, gnus-article-decoded-p)
16058         (tool-bar-mode):
16059         * mail-source.el (display-time-mail-function):
16060         * gnus-util.el (nnmail-pathname-coding-system)
16061         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
16062         (gnus-original-article-buffer, gnus-user-agent)
16063         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
16064         (xemacs-codename, sxemacs-codename, emacs-program-version):
16065         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
16066         * gnus-start.el (gnus-agent-covered-methods)
16067         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
16068         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
16069         (gnus-newsgroup-headers, gnus-group-list-mode)
16070         (gnus-group-mark-positions, gnus-newsgroup-data)
16071         (gnus-newsgroup-unreads, nnoo-state-alist)
16072         (gnus-current-select-method, mail-sources)
16073         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
16074         (nnmail-spool-file, gnus-cache-active-hashtb):
16075         * gnus-mh.el (mh-lib-progs):
16076         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
16077         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
16078         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
16079         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
16080         (gnus-group-buffer):
16081         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
16082         (font-lock-set-defaults):
16083         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
16084         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
16085         (gnus-summary-post-menu, total-parts, type, condition, length):
16086         * gnus-agent.el (gnus-agent-read-agentview):
16087         * flow-fill.el (show-trailing-whitespace):
16088         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
16089         eval-and-compile wrappers for byte compiler pacifiers.
16090
16091         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
16092         (mm-display-inline-fontify): Check for featurep 'xemacs not
16093         extent-list.
16094
16095         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
16096         itimer-list.
16097         (mm-create-image-xemacs): Only do something for XEmacs.
16098         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
16099
16100         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
16101
16102         * gnus-registry.el (gnus-adaptive-word-syntax-table):
16103         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
16104
16105 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
16106
16107         * nnimap.el (nnimap-split-download-body):
16108         * gnus-demon.el (gnus-demon):
16109         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
16110
16111 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16112
16113         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
16114         New macros.
16115         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
16116         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
16117         copy data from unibyte buffer to multibyte current buffer.
16118         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
16119         to copy data from unibyte current buffer to multibyte buffer.
16120         (nntp-make-process-buffer): Make process buffer unibyte.
16121
16122         * pop3.el (pop3-open-server): Fix typo in Lisp code.
16123
16124 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
16125
16126         * pop3.el (pop3-open-server): Accept and process data more robustly at
16127         connection start to avoid spurious "POP SSL connection failed" errors.
16128
16129 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16130
16131         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
16132         read group names.
16133
16134 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
16135
16136         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
16137
16138 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16139
16140         * nnmail.el (nnmail-parse-active): Make group names unibyte.
16141         (nnmail-save-active): Use a unibyte buffer when saving active file,
16142         which may contain non-ASCII group names.
16143
16144         * nnml.el (nnml-request-group): Decode group names in messages.
16145
16146 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
16147
16148         * message.el (message-citation-line-function)
16149         (message-insert-formatted-citation-line): Fix spelling of
16150         `message-insert-formated-citation-line'.
16151
16152 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
16153
16154         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
16155
16156 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16157
16158         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
16159         nnmail-pathname-coding-system.
16160
16161         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
16162         that a user enters; decode group names in messages.
16163
16164         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
16165
16166 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16167
16168         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
16169
16170         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
16171
16172         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
16173         risky local variable.
16174
16175         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
16176
16177 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
16178
16179         * encrypt.el: Improve documentation to fix function name typo.
16180         Reported by Daiki Ueno <ueno@unixuser.org>.
16181
16182 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16183
16184         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
16185         even if the point is not in the last page of an article.
16186         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
16187         back to the previous page.
16188
16189 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
16190
16191         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
16192
16193 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16194
16195         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
16196
16197 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16198
16199         * message.el (message-check-news-body-syntax):
16200         Avoid mm-string-as-multibyte.
16201         (message-hide-headers): Don't assume (point-min)==1.
16202
16203 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16204
16205         * message.el (message-remove-blank-cited-lines): Fix if remove is
16206         given.
16207         (message-bogus-address-regexp): New variable.
16208         (message-bogus-recipient-p): New function.
16209         (message-check-recipients): New command.
16210         (message-syntax-checks): Add `bogus-recipient'.
16211         (message-fix-before-sending): Add `bogus-recipient'.
16212
16213         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
16214         (gnus-treat-body-boundary): Don't test window-system.
16215
16216 2007-10-28  Leo Liu  <sdl.web@gmail.com>
16217
16218         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
16219
16220 2007-10-28  Miles Bader  <miles@gnu.org>
16221
16222         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
16223         at compile-time too.
16224
16225 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16226
16227         * gnus-msg.el (gnus-message-setup-hook):
16228         Add `message-remove-blank-cited-lines' to options.
16229
16230 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16231
16232         * message.el (message-remove-blank-cited-lines): New function.
16233         Suggested by Karl Plästerer.
16234
16235 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16236
16237         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
16238         mapc.
16239
16240         * imap.el (imap-open): Replace mapcar called for effect with mapc.
16241         (top-level): Use mapc to set functions to be traced for debugging.
16242
16243         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
16244         called for effect with while loop.
16245
16246         * message.el (message-talkative-question): Replace mapcar called for
16247         effect with mapc.
16248
16249         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
16250         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
16251         called for effect with dolist.
16252
16253         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
16254
16255         * nndiary.el: Use dolist instead of mapcar to add diary headers to
16256         gnus-extra-headers and nnmail-extra-headers.
16257
16258         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
16259         called for effect with dolist.
16260         (top-level): Use mapc to set functions to be traced for debugging.
16261
16262         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
16263         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
16264         dolist.
16265
16266         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
16267         Replace mapcar called for effect with mapc.
16268         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
16269         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
16270         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
16271         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
16272
16273         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
16274         remove-if that's a cl function.
16275
16276         * webmail.el (webmail-debug): Replace mapcar called for effect with
16277         dolist.
16278
16279         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
16280         with mapc.
16281
16282 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16283
16284         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
16285         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
16286         with while loop.
16287
16288         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
16289         functions from article-* functions.
16290         (gnus-multi-decode-header): Replace mapcar called for effect with
16291         dolist.
16292
16293         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
16294         (gnus-bookmark-show-details): Replace mapcar called for effect with
16295         while loop.
16296
16297         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
16298         called for effect with while loop.
16299
16300         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
16301         with dolist.
16302
16303         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16304         Replace mapcar called for effect with dolist.
16305
16306         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
16307
16308         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
16309         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
16310         Replace mapcar called for effect with dolist.
16311         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
16312         mapc.
16313
16314         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
16315         Replace mapcar called for effect with dolist.
16316         (gnus-topic-list): Replace mapcar called for effect with mapc.
16317
16318         * gnus.el: Use mapc instead of mapcar to add autoloads.
16319
16320 2007-10-23  Richard Stallman  <rms@gnu.org>
16321
16322         * gnus-group.el (gnus-group-highlight): Mark as risky.
16323
16324 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16325
16326         * gnus.el (gnus-server-to-method): Return method found first in
16327         gnus-newsrc-alist.
16328
16329         * gnus-art.el (gnus-article-highlight-signature)
16330         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
16331         button overlay without the front stickiness.
16332
16333 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
16334
16335         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
16336         overview buffer needed a catch to receive its throw.
16337         (gnus-agent-flush-cache): Declare as interactive to make this function
16338         easier to use.
16339
16340 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
16341
16342         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
16343         `next-line'.
16344
16345 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16346
16347         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
16348         exclude address matching message-dont-reply-to-names.
16349
16350 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16351
16352         * gnus-util.el (gnus-string<): New function.
16353
16354         * gnus-sum.el (gnus-article-sort-by-author)
16355         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
16356
16357 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16358
16359         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
16360         the frame-focus tag is set in gnus-buffer-configuration.
16361
16362 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16363
16364         * gnus-art.el (gnus-article-add-button): Make a button overlay without
16365         the front stickiness.
16366
16367 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16368
16369         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
16370         url pattern; remove duplicate one.
16371         (gnus-article-extend-url-button): New function.
16372         (gnus-article-add-buttons): Use it.
16373         (gnus-button-push): Use concatenated url that it makes.
16374
16375 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
16376
16377         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
16378
16379 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16380
16381         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
16382         Don't hardcode point-min==1.
16383
16384 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
16385
16386         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
16387         Fix comment about "iso8859-1".
16388
16389 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
16390
16391         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
16392         ones returned from the verify-function.
16393
16394         * mm-uu.el (mm-uu-pgp-signed-extract-1):
16395         Call mml2015-extract-cleartext-signature if extraction failed.
16396
16397 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
16398
16399         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
16400         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
16401         failed.
16402
16403 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16404
16405         * Relicense "GPLv2 or later" files to "GPLv3 or later".
16406
16407 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
16408
16409         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
16410         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
16411         recommends to use EasyPG instead of PGG.
16412
16413         * pgg.el: Revert to revision 6.23.2.16.
16414
16415         * pgg-def.el: Revert to revision 6.6.2.14.
16416
16417         * pgg-gpg.el: Revert to revision 6.23.2.34.
16418
16419 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
16420
16421         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
16422         to mark a thread as expirable.  Add variable `hide' to handle hiding of
16423         thread for both the null and zero (kill/expire thread) universal prefix
16424         cases.
16425         (gnus-summary-expire-thread): Add new function to expire a thread,
16426         using gnus-summary-kill-thread.
16427         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
16428         shortcuts for gnus-summary-expire-thread.
16429         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
16430         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
16431
16432 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
16433
16434         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
16435         extras value, so an extras entry can be deleted.
16436         (gnus-registry-delete-extra-entry): Use it.
16437         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
16438         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
16439         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
16440         storage through the gnus-registry, and provide an appropriate API for
16441         it.
16442
16443 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16444
16445         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
16446         Suggested by Leo <sdl.web@gmail.com>.
16447
16448         * gnus.el: Do.
16449
16450 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16451
16452         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
16453         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
16454
16455         * gnus-agent.el (gnus-agent-fetch-headers): Do.
16456
16457         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16458         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
16459
16460 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16461
16462         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
16463         newline.
16464         (nnmbox-request-accept-article): Don't change article in source buffer;
16465         narrow to header to use message-fetch-field rather than
16466         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
16467         (nnmbox-request-replace-article): Quote lines that'll be misidentified
16468         as delimiters; make sure article ends with newline.
16469         (nnmbox-delete-mail): Correct last position of article to be deleted;
16470         ignore X-Gnus-Newsgroup header in article body.
16471         (nnmbox-save-mail): Quote lines looking like delimiters at the right
16472         positions; make sure article ends with newline.
16473
16474         * message.el (message-display-abbrev): Don't infloop when a user
16475         inserts SPC in the beginning of header.
16476
16477         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
16478         coding-system-for-read and coding-system-for-write for XEmacs having no
16479         file-coding feature.
16480
16481         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
16482
16483 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
16484
16485         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
16486         list of groups not followed by default.  Fix type to be regexp.
16487         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
16488
16489 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
16490
16491         * hmac-def.el (define-hmac-function): Switch from old-style to
16492         new-style backquotes.
16493
16494         * md4.el (md4-make-step): Likewise.
16495
16496 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16497
16498         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
16499         raw-text coding system when saving .newsrc file, which may contain
16500         non-ASCII group names.
16501
16502 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16503
16504         * gnus-cus.el (gnus-score-extra): New widget.
16505         (gnus-score-extra-convert): New function.
16506         (gnus-score-customize): Use it for Extra.
16507
16508 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
16509
16510         * mml2015.el (mml2015-extract-cleartext-signature): New function.
16511         (mml2015-mailcrypt-clear-verify): Use it.
16512         (mml2015-gpg-clear-verify): Use it.
16513         (mml2015-pgg-clear-verify): Use it.
16514         (mml2015-epg-clear-verify): Replace the current part with the output
16515         from GnuPG; don't extract the plaintext by itself.
16516
16517         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
16518         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
16519         mml2015-clear-verify-function; don't touch the armor headers or
16520         dash-escaped text here.
16521
16522 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16523
16524         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
16525         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
16526         parts, or application/octet-stream as a last resort.
16527         (gnus-mime-view-part-as-type): Don't toggle display.
16528         (gnus-mime-view-part-as-charset): Don't turn off display before
16529         querying charset.
16530
16531         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
16532         stuff to undisplayer function in Emacs.
16533         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
16534
16535         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
16536         text/calendar parts.
16537
16538 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16539
16540         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
16541         decoding text/calendar parts.
16542
16543         * message.el (message-forward-make-body-mime): Always mark body as
16544         having no illegible text; remove signed-or-encrypted argument.
16545         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
16546
16547         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
16548         (mml-generate-mime-1): Don't encode body if it is specified to be in
16549         raw form; don't make buffer be unibyte when inserting multibyte string.
16550
16551 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16552
16553         * sha1.el: Fix up comment style.
16554         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
16555         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
16556
16557         * hex-util.el: Fix up comment style.
16558         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
16559
16560         * gnus-salt.el: Use with-current-buffer.
16561         (gnus-pick-setup-message): Fix long-standing typo.
16562
16563 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16564
16565         * imap.el (imap-logout-timeout): New variable.
16566         (imap-logout, imap-logout-wait): New functions.
16567         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
16568
16569         * nnimap.el (nnimap-logout-timeout): New server variable.
16570         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
16571         nnimap-logout-timeout.
16572
16573         * gnus-art.el (gnus-article-summary-command-nosave)
16574         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
16575
16576 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16577
16578         * gnus.el (gnus-maximum-newsgroup): New variable.
16579
16580         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
16581         according to gnus-maximum-newsgroup.
16582
16583         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16584         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
16585         Limit the range of articles according to gnus-maximum-newsgroup.
16586
16587 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
16588
16589         * gnus-art.el (gnus-sticky-article): Fix problems described in
16590         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
16591         Don't perform gnus-configure-windows here; reuse existing sticky
16592         article buffer.
16593
16594         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
16595         it doesn't exist in gnus-article-mode.
16596
16597 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16598
16599         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
16600         (gnus-agent-decoded-group-name): New function.
16601         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
16602         (gnus-agent-expire-group-1): Use it; decode group name in messages.
16603
16604 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
16605
16606         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
16607         Add binding for gnus-sticky-article.
16608         (gnus-summary-exit): Don't kill sticky article buffers.
16609
16610         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
16611         article buffer.
16612         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
16613         (gnus-kill-sticky-article-buffers): New commands.
16614
16615 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16616
16617         * nntp.el (nntp-xref-number-is-evil): New server variable.
16618         (nntp-find-group-and-number): If it is non-nil, don't trust article
16619         numbers in the Xref header.
16620
16621 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16622
16623         * gnus-agent.el (gnus-agent-read-group): New function.
16624         (gnus-agent-flush-group, gnus-agent-expire-group)
16625         (gnus-agent-regenerate-group): Use it.
16626         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
16627         nnmail-pathname-coding-system.
16628
16629 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16630
16631         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
16632
16633         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
16634         that are unread as unread, and also as selected so that information of
16635         marks having been changed by a user may be updated when exiting group.
16636
16637 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16638
16639         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
16640
16641 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16642
16643         * gnus-art.el (gnus-mime-display-single): Pass part number that is
16644         calculated ignoring signature parts to gnus-treat-article.
16645
16646 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16647
16648         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
16649         a point here in order to keep the window start.
16650         (gnus-insert-mime-security-button): Make a button overlay without the
16651         front stickiness.
16652         (gnus-mime-display-security): Goto the end of a button.
16653
16654         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
16655
16656 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16657
16658         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
16659         group-name-at-point.
16660         (gnus-group-completing-read): New function that offers decoded
16661         non-ASCII group names for completion.
16662         (gnus-fetch-group, gnus-group-read-ephemeral-group)
16663         (gnus-group-jump-to-group, gnus-group-make-group-simple)
16664         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
16665         (gnus-group-fetch-control): Use it.
16666         (gnus-fetch-group): Use group-name-at-point for the initial value
16667         rather than the default value; use gnus-alive-p.
16668
16669         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
16670         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
16671         (gnus-summary-post-news): Use gnus-group-completing-read.
16672
16673         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
16674         (gnus-read-move-group-name): Decode group name for completion.
16675
16676 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
16677
16678         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
16679         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
16680         Yamaoka slightly modified the code).
16681
16682 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16683
16684         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
16685         (nnmail-split-incoming): Bind it.
16686
16687         * nnml.el (nnml-group-name-charset): New function.
16688         (nnml-decoded-group-name): Use it; don't decode group name if
16689         nnmail-group-names-not-encoded-p is non-nil.
16690         (nnml-encoded-group-name): New function.
16691         (nnml-group-pathname): Inline nnml-decoded-group-name.
16692         (nnml-request-expire-articles): Decode group name in message.
16693         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
16694         nnmail-pathname-coding-system.
16695         (nnml-save-mail, nnml-active-number): Work with decoded group names and
16696         not decoded ones according to nnmail-group-names-not-encoded-p.
16697         (nnml-generate-active-info): Use nnml-encoded-group-name.
16698
16699 2007-08-08  Glenn Morris  <rgm@gnu.org>
16700
16701         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
16702         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
16703         doc-strings and comments.
16704
16705 2007-07-25  Glenn Morris  <rgm@gnu.org>
16706
16707         * Relicense all FSF files to GPLv3 or later.
16708
16709 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16710
16711         * gnus-sum.el (gnus-summary-move-article):
16712         Make gnus-summary-respool-article work.
16713
16714 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
16715
16716         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
16717         string.
16718
16719 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
16720
16721         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
16722         that should be ignored when comparing distant RSS articles with local
16723         ones.
16724         (nnrss-make-hash-index): New function.  Create a hash index according
16725         to the ignored fields.
16726         (nnrss-check-group): Use it.
16727
16728 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16729
16730         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
16731
16732         * gnus-art.el (article-decode-group-name): Decode Xref header too.
16733
16734         * gnus-group.el (gnus-group-make-group): Encode group name here unless
16735         the new optional argument ENCODED is non-nil.
16736         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
16737         coding system for encoding group name.
16738         (gnus-group-make-rss-group): Pass un-encoded group name to
16739         gnus-group-make-group.
16740         (gnus-group-set-info): Tell gnus-group-make-group that group name is
16741         encoded.
16742
16743         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
16744         Encode group name to which articles are moved or copied.
16745         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
16746         coding system for encoding Newsgroup, Followup-To and Xref headers.
16747
16748         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
16749         marks; use nnheader-file-coding-system to write a file.
16750         (nnagent-retrieve-headers): Bind file-name-coding-system to
16751         nnmail-pathname-coding-system.
16752
16753         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
16754
16755         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
16756         (nnml-request-article, nnml-request-create-group)
16757         (nnml-request-rename-group, nnml-find-id)
16758         (nnml-possibly-change-directory, nnml-possibly-create-directory)
16759         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
16760         (nnml-save-marks): Use nnml-group-pathname instead of
16761         nnmail-group-pathname.
16762
16763         (nnml-request-create-group, nnml-request-expire-articles)
16764         (nnml-request-move-article, nnml-request-delete-group)
16765         (nnml-deletable-article-p, nnml-possibly-create-directory)
16766         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
16767         (nnml-open-marks): Bind file-name-coding-system to
16768         nnmail-pathname-coding-system.
16769
16770         (nnml-request-article): Pass server argument to nnml-find-group-number.
16771         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
16772         Pass server argument to nnml-possibly-create-directory.
16773         (nnml-request-accept-article): Pass server argument to
16774         nnml-active-number and nnml-save-mail.
16775         (nnml-find-group-number): Pass server argument to nnml-find-id.
16776         (nnml-request-update-info): Pass server argument to
16777         nnml-marks-changed-p.
16778
16779         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
16780         (nnml-save-mail, nnml-active-number): Add server argument.
16781
16782         (nnml-request-delete-group): Warn if group is missing.
16783         (nnml-get-nov-buffer): Decode group name.
16784         (nnml-generate-active-info): Encode group name.
16785         (nnml-open-marks): Decode group name in messages.
16786
16787 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16788
16789         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
16790         if it is not specified.
16791         (gnus-article-pipe-part, gnus-article-save-part)
16792         (gnus-article-interactively-view-part, gnus-article-copy-part)
16793         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
16794         (gnus-article-inline-part, gnus-article-save-part-and-strip)
16795         (gnus-article-replace-part, gnus-article-delete-part)
16796         (gnus-article-view-part-as-type): Pass raw prefix argument to
16797         gnus-article-part-wrapper.
16798
16799 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16800
16801         * gnus-agent.el (gnus-agent-save-active):
16802         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
16803
16804         * gnus-cache.el (gnus-cache-save-buffers)
16805         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
16806         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
16807         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
16808         (gnus-cache-braid-nov, gnus-cache-braid-heads)
16809         (gnus-cache-generate-active, gnus-cache-rename-group)
16810         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
16811         (gnus-cache-update-overview-total-fetched-for):
16812         Bind file-name-coding-system to nnmail-pathname-coding-system.
16813         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
16814         New variables.
16815         (gnus-cache-decoded-group-name): New function.
16816         (gnus-cache-file-name): Use it.
16817         (gnus-cache-generate-active): Use non-decoded group name for active.
16818
16819         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
16820         right place.
16821         (gnus-write-active-file): Don't break non-ASCII group names.
16822
16823         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
16824         nnmail-pathname-coding-system.
16825
16826         * lpath.el: Bind default-file-name-coding-system,
16827         file-name-coding-system and language-info-alist for XEmacs.
16828
16829         * gnus-uu.el (gnus-uu-decode-save): Typo.
16830
16831 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16832
16833         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
16834
16835 2007-07-14  David Kastrup  <dak@gnu.org>
16836
16837         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
16838         finishing actions if we did not edit the article.
16839
16840 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16841
16842         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
16843         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
16844         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
16845         (gnus-agent-flush-group, gnus-agent-flush-cache)
16846         (gnus-agent-fetch-headers, gnus-agent-load-alist)
16847         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
16848         (gnus-agent-retrieve-headers, gnus-agent-request-article)
16849         (gnus-agent-regenerate-group)
16850         (gnus-agent-update-files-total-fetched-for)
16851         (gnus-agent-update-view-total-fetched-for):
16852         Bind file-name-coding-system to nnmail-pathname-coding-system.
16853         (gnus-agent-group-pathname): Don't encode file names by
16854         nnmail-pathname-coding-system.
16855         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
16856         coding-system-for-write instead of buffer-file-coding-system to
16857         gnus-agent-file-coding-system.
16858
16859         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
16860         Decode group name.
16861
16862         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
16863
16864         * gnus-start.el (gnus-update-active-hashtb-from-killed)
16865         (gnus-read-newsrc-el-file): Make group names unibyte.
16866
16867         * nnmail.el (nnmail-group-pathname): Don't encode file names by
16868         nnmail-pathname-coding-system.
16869
16870         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
16871         (nnrss-request-delete-group): Bind file-name-coding-system to
16872         nnmail-pathname-coding-system.
16873         (nnrss-read-server-data, nnrss-read-group-data):
16874         Bind file-name-coding-system correctly.
16875         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
16876
16877         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
16878         (nntp-server-to-method-cache): New variable.
16879         (nntp-group-pathname): New function that decodes non-ASCII group names.
16880         (nntp-possibly-create-directory, nntp-marks-changed-p)
16881         (nntp-save-marks, nntp-open-marks): Use it.
16882         (nntp-possibly-create-directory, nntp-open-marks):
16883         Bind file-name-coding-system to nnmail-pathname-coding-system.
16884         (nntp-open-marks): Decode group names when bootstrapping marks.
16885
16886         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
16887         Newsgroups and Followup-To headers.
16888
16889 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16890
16891         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16892         (gnus-server-closed-face, gnus-server-denied-face)
16893         (gnus-server-offline-face): Remove variable.
16894         (gnus-server-font-lock-keywords): Use faces that are not aliases.
16895
16896         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
16897         of modifying message-stack directly for XEmacs.
16898
16899         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
16900         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
16901         if the coding-system argument is nil for XEmacs.
16902
16903         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
16904         mm-charset-override-alist.
16905
16906         * rfc2047.el: Don't require base64; require rfc2045 for the function
16907         rfc2045-encode-string.
16908         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
16909         to quote the parameter value.
16910
16911 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16912
16913         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
16914         form in gnus-group-name-charset-method-alist.
16915
16916         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
16917         overrides the default layout edit-form.
16918
16919         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
16920
16921         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
16922
16923 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16924
16925         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
16926         as unfetched articles.
16927
16928 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
16929
16930         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
16931
16932 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16933
16934         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
16935         original back end that keeps marks in the local system.
16936
16937 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16938
16939         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
16940         arg of pop-to-buffer for XEmacs.
16941         (gnus-article-read-summary-keys): Ditto; don't restore window
16942         configuration if summary command ends up with neither article buffer
16943         nor summary buffer; describe bindings if summary keys end with C-h.
16944
16945 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16946
16947         * message.el (message-fix-before-sending): Skip raw message part to be
16948         forwarded while checking illegible text.
16949         (message-forward-make-body-mime, message-forward-make-body):
16950         Mark signed or encrypted raw message as having no illegible text.
16951
16952 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16953
16954         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
16955         (gnus-message-with-timestamp-1): New macro.
16956         (gnus-message-with-timestamp): New function.
16957         (gnus-message): Use them.
16958
16959         * nnheader.el (nnheader-message): Use them.
16960
16961 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
16962
16963         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
16964         .newsrc.eld file.
16965
16966 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16967
16968         * gnus-agent.el (gnus-agent-fetch-headers)
16969         (gnus-agent-retrieve-headers):
16970         Bind gnus-decode-encoded-address-function to identity.
16971
16972         * nntp.el (nntp-send-xover-command): Recognize an xover command is
16973         available also when the server returns simply a dot.
16974
16975         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
16976
16977 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16978
16979         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
16980
16981 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16982
16983         * gnus-ems.el (gnus-x-splash): Make it work.
16984
16985         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
16986         from being used.
16987
16988         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
16989
16990 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16991
16992         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
16993         4th and the 5th arguments.
16994
16995         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
16996         the front stickiness.
16997         (gnus-article-summary-command-nosave): Correct the order of the
16998         arguments passed to pop-to-buffer.
16999         (gnus-article-read-summary-keys): Ditto; make it work properly when the
17000         summary command ends up with the article buffer.
17001
17002         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
17003         the same faces.
17004
17005 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
17006
17007         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
17008
17009 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
17010
17011         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
17012         * gnus-sum.el (gnus-summary-highlight):
17013         * pgg.el (pgg-sign-region, pgg-sign):
17014         * mail-source.el (mail-source-delete-old-incoming-confirm):
17015         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
17016
17017 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17018
17019         * gnus-art.el (gnus-mime-view-part-externally)
17020         (gnus-mime-view-part-internally): Fix predicate function passed to
17021         completing-read.
17022
17023         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
17024
17025         * gnus.el (gnus-update-message-archive-method): Add :version.
17026
17027 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17028
17029         * gnus.el (gnus-update-message-archive-method): New variable.
17030
17031         * gnus-start.el (gnus-setup-news): Update saved "archive" method
17032         according to gnus-message-archive-method if
17033         gnus-update-message-archive-method is non-nil.
17034
17035 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17036
17037         * gnus-sum.el (gnus-summary-limit-to-address): New function.
17038         Suggested by Loic Dachary <loic@dachary.org>.
17039         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17040
17041 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17042
17043         * message.el (message-pop-to-buffer): Add switch-function argument.
17044         (message-mail): Pass switch-function argument to it.
17045
17046 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
17047
17048         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
17049         Improve doc string.
17050
17051 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17052
17053         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
17054         (gnus-header-content):
17055         * gnus-cite.el (gnus-cite-10):
17056         * gnus-srvr.el (gnus-server-closed):
17057         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
17058         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
17059         (gnus-group-mail-3-empty, gnus-group-mail-low)
17060         (gnus-group-mail-low-empty, gnus-splash):
17061         * message.el (message-header-to, message-header-cc)
17062         (message-header-subject, message-header-other, message-header-name)
17063         (message-header-xheader, message-separator, message-cited-text)
17064         (message-mml): Lighten colors of faces used for dark background.
17065
17066 2007-05-24  Simon Josefsson  <simon@josefsson.org>
17067
17068         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
17069         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
17070
17071 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17072
17073         * message.el (message-narrow-to-headers-or-head):
17074         Ignore mail-header-separator in the body.
17075
17076 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17077
17078         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
17079         same as window size.
17080
17081 2007-05-22  Kevin Ryde  <user42@zip.com.au>
17082
17083         * message.el (message-font-lock-keywords): Use message-header-xheader
17084         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
17085         ahead of the anything pattern, to get it recognized.
17086
17087 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17088
17089         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
17090         spam.el loads uses it in the compiled defadvice form.
17091
17092 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
17093
17094         * gnus-sum.el (gnus-articles-to-read)
17095         (gnus-summary-insert-old-articles): Don't truncate group name for
17096         `read-string'.
17097
17098         * gnus-util.el (gnus-limit-string): Delete this function.
17099
17100         * gnus-sum.el (gnus-simplify-subject-fully):
17101         Use `truncate-string-to-width' instead.
17102
17103 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
17104
17105         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
17106         Tell if, on summary exit, the next group has to be selected.
17107         (gnus-summary-exit): Use it.
17108
17109 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
17110
17111         * gnus-art.el (gnus-article-mode): Fix comment about displaying
17112         non-break space.
17113
17114 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17115
17116         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
17117         Check if group is not a directory.
17118         (nnfolder-request-expire-articles): Don't delete articles if the target
17119         group is not available.
17120
17121         * nnml.el (nnml-request-create-group): Properly check if group is not a
17122         file.
17123         (nnml-request-expire-articles): Don't delete articles if the target
17124         group is not available.
17125
17126         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17127         Don't quote characters that are within parentheses.
17128
17129 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17130
17131         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
17132         (gnus-handle-ephemeral-exit): Select article according to it.
17133
17134 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17135
17136         * message.el (message-insert-formated-citation-line): Remove newline.
17137         (message-citation-line-format): Add final \n here so that the user can
17138         avoid a blank line.
17139
17140 2007-05-03  Dan Christensen  <jdc@uwo.ca>
17141
17142         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
17143         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
17144         Update lanl/arXiv support.
17145
17146 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17147
17148         * gnus.el: Bump version number.
17149
17150 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17151
17152         * gnus.el (gnus-version-number): Bump version.
17153
17154 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17155
17156         * gnus.el: No Gnus v0.6 is released.
17157
17158 2007-04-27  Didier Verna  <didier@xemacs.org>
17159
17160         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
17161         * gmm-utils.el (gmm-regexp-concat): ... here.
17162         * message.el: Don't require 'gnus-util.
17163         (message-dont-reply-to-names): Handle name change above.
17164         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
17165
17166 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17167
17168         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
17169         since the initial value varies according to the system.
17170
17171 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17172
17173         * mm-util.el (mm-charset-synonym-alist): Defcustom.
17174
17175 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
17176
17177         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
17178
17179 2007-04-24  Didier Verna  <didier@xemacs.org>
17180
17181         Improve the type of gnus-ignored-from-addresses.
17182         * gnus-util.el (gnus-orify-regexp): New function.
17183         * message.el (gnus-util): Require it.
17184         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
17185         * gnus-sum.el (gnus-ignored-from-addresses): New function.
17186         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
17187
17188 2007-04-24  Didier Verna  <didier@xemacs.org>
17189
17190         * gnus-sum.el:
17191         * gnus-utils.el: Fix some trailing whitespaces.
17192
17193 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17194
17195         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
17196         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
17197         article's Message-ID; refer parent article in summary buffer.
17198
17199         * message.el (message-bounce): Call mime-to-mml.
17200
17201         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
17202         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
17203         optimize and/or forms properly.
17204
17205 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
17206
17207         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
17208         URL.
17209
17210 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17211
17212         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
17213
17214 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17215
17216         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
17217         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
17218         displayed of multipart/alternative part if it is invoked from summary
17219         buffer.
17220
17221         * mm-view.el (mm-inline-text-html-render-with-w3m)
17222         (mm-inline-text-html-render-with-w3m-standalone)
17223         (mm-inline-render-with-function): Use mail-parse-charset by default.
17224
17225 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
17226
17227         * parse-time.el (parse-time-string-chars): Check if CHAR
17228         is less than the length of parse-time-syntax.
17229
17230 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17231
17232         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
17233         from gnus-newsgroup-processable.
17234
17235 2007-04-16  Didier Verna  <didier@xemacs.org>
17236
17237         * gnus-msg.el (gnus-configure-posting-styles):
17238         Handle message-signature-directory properly with :file syntax.
17239         Reported by "Leo".
17240
17241 2007-04-11  Didier Verna  <didier@xemacs.org>
17242
17243         New user option: message-signature-directory.
17244         * gnus-msg.el (gnus-configure-posting-styles): Support it.
17245         * message.el (message-insert-signature): Ditto.
17246         * message.el (message-signature-file): Doc update.
17247         * message.el (message-signature-directory): New.
17248
17249 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17250
17251         * gnus-msg.el (gnus-inews-yank-articles):
17252         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
17253
17254 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17255
17256         * message.el (message-yank-original): Make sure cited text ends with
17257         newline; don't exchange point and mark.
17258
17259 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
17260
17261         * tls.el (open-tls-stream): Properly handle case where there
17262         is no associated buffer.
17263
17264 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
17265
17266         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
17267         message-yank-original, make sure (< mark TEXT point).
17268
17269 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17270
17271         * message.el (message-fill-column): New variable.
17272         (message-mode): Use it.  Add comment on a possible new hook.
17273
17274         * nnmail.el (nnmail-spool-file): Mark as obsolete.
17275         (nnmail-get-new-mail): Reformat.
17276
17277         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
17278
17279         * gmm-utils.el: Fix Commentary.
17280         (gmm-tool-bar-from-list): Fix typo in doc string.
17281
17282 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
17283
17284         * message.el (message-yank-original): Don't switch point and mark
17285         unnecessarily to put point and mark as documented.
17286
17287 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17288
17289         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
17290         from the message heads.
17291
17292 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
17293
17294         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
17295         article buffer does not have a window.  This may not be the best
17296         solution but is certainly better than setting the start of the null,
17297         that is the current, window.
17298
17299 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
17300
17301         * gnus-draft.el (gnus-draft-setup-hook): New hook.
17302         (gnus-draft-setup): Run it.
17303
17304         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
17305         gnus-score-fast-scoring.  Allow regexp.
17306         (gnus-score-headers): Use it.
17307
17308         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
17309         XEmacs.
17310
17311         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
17312         string.
17313         (gnus-button-alist): Also catch `<f1> k ...'.
17314         (gnus-treat-display-x-face): Fix doc string.
17315
17316 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17317
17318         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
17319         evaluation of gnus-extended-version to ensure correct generation of the
17320         User-Agent header when message-generate-headers-first is used.
17321
17322 2007-03-24  Simon Josefsson  <simon@josefsson.org>
17323
17324         * hashcash.el (hashcash-generate-payment-async): Don't crash if
17325         hashcash-path is nil.  Don't call callback with incorrect number of
17326         parameters if val is 0.
17327
17328 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17329
17330         * message.el (message-required-news-headers):
17331         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
17332
17333 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
17334
17335         * tls.el (open-tls-stream): In handshake-waiting loop,
17336         don't wait more if there is output available to process.
17337
17338 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
17339
17340         * tls.el (tls-program): Doc fix.
17341
17342 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17343
17344         * message.el (message-generate-new-buffers): Change the meaning of the
17345         nil value; add `standard' to the choices; treat t as `unique'; improve
17346         doc string.
17347         (gnus-select-frame-set-input-focus): Autoload.
17348         (message-buffer-name): Search for the existing message buffer if
17349         message-generate-new-buffers is nil or `standard'; treat the value t of
17350         message-generate-new-buffers as `unique'.
17351         (message-pop-to-buffer): Raise the frame already displaying the message
17352         buffer; clear the echo area after querying.
17353         (message-setup): Pass the `continue' argument to compose-mail.
17354         (message-mail): Prefer `switch-function' if it is given; search for the
17355         existing message buffer if the `continue' argument is non-nil; pass
17356         continue and switch-function arguments to compose-mail by way of
17357         message-setup.
17358         (message-mail-other-window): Adjust argument of message-setup.
17359         (message-mail-other-frame): Ditto.
17360
17361 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17362
17363         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
17364         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
17365         to turn font-lock on when turning gnus-message-citation-mode on.
17366
17367 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
17368
17369         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
17370         (mml-smime-function-alist): New variable; add epg as the backend.
17371         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
17372         mml-smime- functions instead.
17373         * mm-view.el: Require smime.
17374
17375 2007-03-05  Didier Verna  <didier@xemacs.org>
17376
17377         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
17378         instead of just inheritance for posting styles.
17379         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
17380
17381 2007-02-24  Chris Moore  <dooglus@gmail.com>
17382
17383         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
17384         * pgg-pgp.el (pgg-pgp-encrypt-region):
17385         * pgg-gpg.el (pgg-gpg-encrypt-region):
17386         Check pgg-encrypt-for-me if no other recipients.
17387
17388 2007-02-24  John Paul Wallington  <jpw@pobox.com>
17389
17390         * tls.el (tls-certtool-program): Fix custom type.
17391
17392 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17393
17394         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
17395         and point-at-eol instead of line-(beginning|end)-position.
17396
17397         * assistant.el (assistant-parse-buffer): Ditto.
17398
17399         * netrc.el (netrc-parse-services): Ditto.
17400
17401 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
17402
17403         * mml2015.el (mml2015-epg-find-usable-key): New function.
17404         (mml2015-epg-sign): Use it.
17405         (mml2015-epg-encrypt): Use it.
17406
17407 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17408
17409         * message.el (message-make-in-reply-to): Quote name containing
17410         non-ASCII characters.  It will make the RFC2047 encoder cause an error
17411         if there are special characters.  Reported by NAKAJI Hiroyuki
17412         <nakaji@jp.freebsd.org>.
17413
17414 2007-02-27  Didier Verna  <didier@xemacs.org>
17415
17416         Include the group parameters as well as the topic ones in the
17417         inheritance filter process.
17418         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
17419         argument GROUP-PARAMS-LIST.
17420         * gnus-topic.el (gnus-group-topic-parameters): Use it.
17421
17422 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17423
17424         * nntp.el (nntp-never-echoes-commands)
17425         (nntp-open-connection-functions-never-echo-commands): New variables.
17426         (nntp-send-command): Use them.
17427
17428 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
17429
17430         * mml2015.el (mml2015-epg-verify): Simplify.
17431
17432 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17433
17434         * mml.el (mml-content-disposition-alist): New user option.
17435         (mml-content-disposition): New function.
17436         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
17437         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
17438
17439 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
17440
17441         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
17442         verification.
17443
17444 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17445
17446         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
17447         articles posted in the last 24 hours.
17448
17449 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
17450
17451         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
17452
17453 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
17454
17455         * nntp.el (nntp-send-command): Don't wait for echoes when
17456         nntp-open-ssl-stream is used.
17457
17458 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17459
17460         * gnus-cite.el (gnus-test-font-lock-add-keywords)
17461         (gnus-message-add-citation-keywords)
17462         (gnus-message-remove-citation-keywords): Remove.
17463         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
17464         directly, make the variables in font-lock-defaults buffer-local, add
17465         gnus-message-citation-keywords to them and then update the value of
17466         font-lock-keywords.
17467
17468 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17469
17470         * message.el (message-cite-original-1): Don't call
17471         gnus-article-highlight-citation.
17472
17473         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
17474         citations; fix line count.
17475
17476 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17477
17478         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
17479         (gnus-message-add-citation-keywords)
17480         (gnus-message-remove-citation-keywords): Use it; fix the emulating
17481         versions of font-lock-add-keywords and font-lock-remove-keywords to
17482         work with XEmacs correctly.
17483
17484 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17485
17486         * gnus-cite.el (gnus-cite-face-list): Set the values of
17487         gnus-message-max-citation-depth and gnus-message-citation-keywords.
17488         (gnus-message-max-citation-depth): Use defvar rather than defconst.
17489         (gnus-message-cite-prefix-regexp): New variable.
17490         (gnus-message-search-citation-line): Use it; protect against long
17491         citation prefix; fill match data with nil rather than 0 for XEmacs; set
17492         the 0th match data for Emacs.
17493         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
17494         (gnus-message-add-citation-keywords): Append keywords rather than
17495         prepending; emulate font-lock-add-keywords if it is not available.
17496         (gnus-message-remove-citation-keywords):
17497         Emulate font-lock-remove-keywords if it is not available.
17498
17499         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
17500
17501         * message.el (message-cite-prefix-regexp): Set the value of
17502         gnus-message-cite-prefix-regexp.
17503
17504 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17505
17506         * nnweb.el (nnweb-google-parse-1): Update parser.
17507
17508 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
17509
17510         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
17511
17512 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17513
17514         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17515         regexp.
17516
17517 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17518
17519         * uudecode.el (uudecode-string-to-multibyte): New function emulating
17520         string-to-multibyte.
17521         (uudecode-decode-region-internal): Use it.
17522
17523         * lpath.el: Fbind string-as-multibyte for XEmacs.
17524
17525 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17526
17527         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
17528         Fix custom choice.
17529
17530         * gnus-art.el (gnus-signature-limit): Fix custom choice.
17531
17532 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
17533
17534         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
17535
17536         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
17537         `write-region' to respect `mm-inhibit-file-name-handlers'.
17538
17539 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
17540
17541         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
17542         Use gnus-home-directory instead of "~/" or "$HOME".
17543
17544 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
17545
17546         * encrypt.el (encrypt-insert-file-contents): Add better prompt
17547         to mention filename.
17548         Add comments at beginning regarding usage.
17549         (encrypt-write-file-contents): Change interactive so a string is
17550         acceptable.  If the file has no associated model, show an error instead
17551         of a nonsense prompt.
17552
17553 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17554
17555         * spam.el (spam-bsfilter-ham-switch): Fix typo.
17556         Thanks to Yoshihiko Yamada for kind notification of this typo.
17557
17558 2007-01-12  Kenichi Handa  <handa@m17n.org>
17559
17560         * uudecode.el (uudecode-decode-region-internal): Make it work in a
17561         multibyte buffer.
17562
17563 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
17564
17565         * gnus-score.el (gnus-score-fast-scoring): New variable.
17566         (gnus-score-headers): Use it.
17567
17568         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
17569
17570         * message.el (message-cite-original-1):
17571         Call gnus-article-highlight-citation if requested.
17572         (message-make-from): Allow name and address as optional arguments.
17573
17574         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
17575
17576         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
17577         bugs to doc string.
17578         (gnus-button-alist): Add mid\\|message-id.
17579         (gnus-button-fetch-group): Extend for use in
17580         `browse-url-browser-function'.
17581         (gnus-button-url-regexp): Try to catch paired parentheses like in
17582         Wikipedia URLs.
17583
17584         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
17585         Suggested by Simon Krahnke <overlord@gmx.li>.
17586
17587 2007-01-13  Romain Francoise  <romain@orebokech.com>
17588
17589         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
17590         Update copyright.
17591
17592 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
17593
17594         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
17595
17596 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17597
17598         * gnus-registry.el (gnus-registry-unfollowed-groups)
17599         (gnus-registry-split-fancy-with-parent): Fix documentation.
17600
17601 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17602
17603         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
17604         from nnweb groups.
17605
17606 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17607
17608         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
17609         Xref urls.  Erase buffer before requesting head.
17610
17611         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17612
17613 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17614
17615         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
17616         customizable.
17617
17618 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
17619
17620         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
17621         no signing key is found.
17622         (mml2015-epg-encrypt): Ask user whether to skip or abort if
17623         no encrypting and/or signing key is found.
17624
17625 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17626
17627         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
17628
17629 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17630
17631         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
17632         headers read from disk with the ones newly found in the current search.
17633         This should no longer cause problems, because the article numbers in
17634         Gmane's `nov.php' output are ignored since the previous change.
17635
17636 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17637
17638         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
17639
17640 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17641
17642         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
17643         replace-regexp-in-string; bind url-version; fbind display-images-p and
17644         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
17645         find-face and set-itimer-function for Emacs; bind itimer-list for
17646         Emacs.
17647
17648         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17649
17650 2007-01-01  Romain Francoise  <romain@orebokech.com>
17651
17652         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
17653
17654 2006-12-31  Steve Youngs  <steve@sxemacs.org>
17655
17656         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
17657         `define-minor-mode' macro definition expanded properly.
17658         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
17659         exclude it there.
17660
17661         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
17662         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
17663         `fboundp' test.
17664         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
17665         This is OK to autoload in (S)XEmacs now.
17666
17667 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17668
17669         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
17670         keystroke.
17671         (gnus-summary-limit-to-singletons): Fix typo.
17672
17673         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
17674         else fails.
17675
17676 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17677
17678         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
17679         docstring.
17680
17681         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
17682         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
17683         (gnus-summary-insert-dormant-articles): Fix typo in message.
17684
17685 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
17686
17687         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
17688         nil for XEmacs.
17689         (gnus-message-citation-mode): Don't autoload in XEmacs.
17690
17691         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
17692
17693 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
17694
17695         * nnimap.el (nnimap-expunge-search-string):
17696         Mention nnimap-search-uids-not-since-is-evil in docstring.
17697
17698 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
17699
17700         * spam.el: Revert to make-obsolete-variable because
17701         define-obsolete-variable-alias is not supported in Emacs 21.
17702
17703         * spam.el (spam-ifile-path, spam-ifile-database-path)
17704         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
17705         make-obsolete-variable.
17706         (spam-bsfilter-path, spam-bsfilter-program)
17707         (spam-spamassassin-path, spam-spamassassin-program)
17708         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
17709         Don't use "path" inappropriately.
17710         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
17711         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
17712         variable names.
17713
17714 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
17715
17716         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
17717         summary buffer.
17718
17719         * password.el (password-cache-remove): Use clear-string to burn
17720         password, if available.
17721
17722 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17723
17724         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
17725
17726         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
17727
17728         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
17729         (gnus-message-highlight-citation): Move defcustom here from
17730         gnus-cite.el.
17731         (gnus-message-citation-mode): Autoload.
17732
17733         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
17734         checks to make it compile with XEmacs.
17735         (gnus-message-citation-mode): New minor mode.
17736         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
17737         (gnus-message-highlight-citation): New variables.
17738         (gnus-message-search-citation-line)
17739         (gnus-message-add-citation-keywords)
17740         (gnus-message-remove-citation-keywords)
17741         (turn-on-gnus-message-citation-mode)
17742         (turn-off-gnus-message-citation-mode): New functions.
17743
17744 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
17745
17746         * gnus-cite.el: Enable highlighting of different citation levels in
17747         message-mode.
17748
17749 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17750
17751         * message.el (message-make-fqdn): Fix comment.
17752         (message-bogus-system-names): Add ".local".
17753
17754         * spam.el (spam-ifile-path, spam-ifile-program)
17755         (spam-ifile-database-path, spam-ifile-database)
17756         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
17757         Don't use "path" inappropriately.
17758         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
17759         strings.
17760         (spam-check-ifile, spam-ifile-register-with-ifile)
17761         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
17762         Use new variable names.
17763
17764         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
17765         (gnus-treat-display-smileys): Simplify using
17766         gnus-image-type-available-p.
17767
17768         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
17769         available.
17770
17771         * gnus-xmas.el (gnus-xmas-image-type-available-p):
17772         Use `display-images-p' if available.
17773
17774 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17775
17776         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
17777         one after turning on the buffer's multibyteness instead of decoding
17778         them directly in the unibyte buffer that causes unexpected conversion
17779         in Emacs 23 (unicode).
17780
17781 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17782
17783         * message.el (message-generate-hashcash): Fix custom type.
17784
17785 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17786
17787         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
17788
17789 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17790
17791         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
17792         disconnect icons.  Add help text.
17793
17794 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
17795
17796         * spam.el (spam-extra-header-to-number): CRM114 spam score is
17797         negated to be consistent with the others we handle.
17798
17799 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17800
17801         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
17802         version of gnus-summary-buffer to something, so that we can use two
17803         article buffers at the same time.
17804
17805 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
17806
17807         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
17808         trigger all the extra headers.
17809         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
17810         sorting.
17811
17812 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17813
17814         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
17815         solid groups.
17816
17817 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
17818
17819         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
17820
17821 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
17822
17823         * legacy-gnus-agent.el: Add Copyright notice.
17824
17825 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
17826
17827         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
17828
17829 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17830
17831         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
17832
17833         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
17834         to make it work reliably in CVS Emacs.
17835         (gnus-summary-limit-strange-charsets-predicate)
17836         (gnus-summary-limit-to-predicate): New functions.
17837
17838 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
17839
17840         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
17841         specifying array size.
17842         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
17843         array if it is too small.
17844         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
17845         (gnus-sort-threads-loop): New function.
17846
17847 2006-12-06  Chris Moore  <dooglus@gmail.com>
17848
17849         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
17850         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
17851
17852 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
17853
17854         * mm-url.el (mm-url-predefined-programs): Call curl with correct
17855         options.
17856
17857 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17858
17859         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
17860         DOS-ing the recipient.
17861
17862         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
17863         the headers when creating the mapping to avoid mismappings.
17864         (nnweb-gmane-create-mapping): Always nix out old mapping.
17865
17866 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17867
17868         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
17869         and mm-verify-option to never.
17870
17871 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17872
17873         * message.el (message-signed-or-encrypted-p): New function.
17874         (message-forward-make-body): Use it.
17875
17876         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
17877         Replace encode-coding-string with mm-encode-coding-string.
17878
17879 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17880
17881         * nneething.el (nneething-decode-file-name):
17882         Replace decode-coding-string with mm-decode-coding-string.
17883
17884         * gnus-int.el (gnus-open-server): Say failed server's name.
17885
17886 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17887
17888         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
17889         strings to a single string.  Quote `errors-file-name'.
17890         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
17891         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
17892         Adjust calls.  Use `shell-quote-argument'.
17893
17894 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
17895
17896         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
17897         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
17898
17899         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
17900         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
17901         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
17902         (gnus-group-make-directory-group, gnus-group-transpose-groups):
17903         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
17904         (gnus-subscribe-newsgroup, gnus-1):
17905         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
17906         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
17907         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
17908         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
17909
17910 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17911
17912         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
17913         keystroke.
17914         (gnus-summary-limit-to-bodies): Implement headersp.
17915
17916 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17917
17918         * dns.el (query-dns): Protect against "Process dns deleted" strings.
17919
17920 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17921
17922         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
17923
17924 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17925
17926         * message.el (message-generate-hashcash): Expand range of values to
17927         include `opportunistic'.
17928         (message-send-mail): Use it.
17929
17930 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17931
17932         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
17933         and comment it.
17934
17935         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
17936
17937 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
17938
17939         * gnus-util.el (gnus-extract-address-components): Improve comment.
17940
17941 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17942
17943         * gnus-util.el (gnus-extract-address-components): Work with address in
17944         which the name portion contains @.
17945
17946         * lpath.el: Fbind custom-autoload.
17947
17948 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17949
17950         * gnus.el (gnus-start): Move custom group up.
17951         (gnus-select-method): Don't autoload, but make it available for
17952         `customize-variable'.
17953         (gnus-getenv-nntpserver): Don't autoload.
17954
17955 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
17956
17957         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
17958
17959 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17960
17961         * message.el (message-sendmail-extra-arguments): New variable.
17962         (message-send-mail-with-sendmail): Use it.
17963
17964 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17965
17966         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
17967         mm-with-unibyte-current-buffer to make string unibyte.
17968
17969         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
17970         mm-string-as-multibyte.
17971
17972 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
17973
17974         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
17975         Reported by Werner Koch <wk@gnupg.org>.
17976
17977 2006-11-14  Daiki Ueno  <ueno@p360>
17978
17979         * mml2015.el: Autoload epa-select-keys when compiling.
17980
17981 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17982
17983         * mml2015.el (mml2015-epg-sign): Save the signing keys in
17984         message-options.
17985         (mml2015-epg-encrypt): Save the recipient keys in message-options.
17986
17987 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17988
17989         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
17990         EasyPG (< 0.0.6).
17991         (mml2015-always-trust): New user option.
17992         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
17993         prompt.
17994
17995 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17996
17997         * nntp.el (nntp-authinfo-force): New variable.
17998         (nntp-send-authinfo): Use it.
17999
18000 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
18001
18002         * message.el (message-strip-subject-encoded-words): Allow _not_ to
18003         decode encoded words.  Improve prompt.  Add comment about forwarding.
18004         (message-replacement-char): Move up.
18005
18006 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
18007
18008         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
18009         instead of gnus-intersection because arguments of gnus-sorted-nunion
18010         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
18011
18012 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
18013
18014         * message.el (message-strip-subject-encoded-words): Reformat prompt.
18015         (message-simplify-subject-functions):
18016         Enable message-strip-subject-encoded-words by default.
18017
18018 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
18019
18020         * message.el (message-strip-subject-encoded-words): New function.
18021         (message-simplify-subject-functions): New variable.
18022         (message-simplify-subject): Use it.  Fix typo in doc string.
18023         Support message-strip-subject-encoded-words.
18024
18025 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
18026
18027         * gnus-diary.el (gnus-diary-delay-format-function):
18028         * nndiary.el (nndiary-reminders):
18029         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
18030
18031 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18032
18033         * gnus-art.el (article-hide-boring-headers): Fetch date from
18034         gnus-original-article-buffer to avoid problems with localized date
18035         strings.
18036
18037 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18038
18039         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
18040
18041 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
18042
18043         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18044         New variables.
18045         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18046         (mm-charset-synonym-alist): Move some entries to
18047         mm-codepage-iso-8859-list.
18048         (mm-charset-synonym-alist, mm-charset-override-alist):
18049         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18050
18051 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18052
18053         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
18054
18055 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18056
18057         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
18058         with Emacs 21 and XEmacs.
18059
18060 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
18061
18062         * spam.el (spam-parse-address): New function for better parsing,
18063         catching errors, etc.
18064         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
18065
18066 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18067
18068         * mm-view.el: Add interactive arg to html2text autoload.
18069
18070 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18071
18072         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
18073
18074 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
18075
18076         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18077         New variables.
18078         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18079         (mm-charset-synonym-alist): Move some entries to
18080         mm-codepage-iso-8859-list.
18081
18082         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
18083
18084 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
18085
18086         * message.el (message-citation-line-format)
18087         (message-insert-formated-citation-line): Fix implementation of %E, %N
18088         and %n according to the doc string.
18089
18090 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
18091
18092         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18093         Use car-safe to avoid bad parses.
18094
18095 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18096
18097         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
18098         names.
18099
18100         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
18101
18102 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18103
18104         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
18105         header.
18106
18107         * message.el (message-draft-headers): Add Date.
18108         (message-headers-to-generate): Fix typo in docstring.
18109
18110         * nndraft.el (nndraft-required-headers): New variable.
18111         (nndraft-generate-headers): Use it.
18112
18113         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
18114
18115 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18116
18117         * gnus-registry.el (gnus-registry-wash-for-keywords)
18118         (gnus-registry-find-keywords): New functions to allow easy searching of
18119         articles that are in the registry.
18120
18121 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18122
18123         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18124         Use ietf-drums-parse-address instead of gnus-extract-address-components.
18125         Reported by Damien Elmes <damien@repose.cx>.
18126
18127 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18128
18129         * gnus.el (gnus-mime): Remove unused custom group.
18130
18131 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18132
18133         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
18134         "blank line" when searching for end of armor headers.
18135
18136 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18137
18138         * gmm-utils.el (gmm-write-region): Fix variable name.
18139
18140 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18141
18142         * gmm-utils.el (gmm-write-region): New function based on compatibility
18143         code from `mm-make-temp-file'.
18144
18145         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
18146
18147         * nnmaildir.el (nnmaildir--update-nov)
18148         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
18149         Use `gmm-write-region'.
18150
18151 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18152
18153         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
18154         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18155
18156         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
18157
18158         * message.el (message-replacement-char): New variable.
18159         (message-fix-before-sending): Use it.
18160         (message-simplify-subject): New function to remove duplicate code.
18161         (message-reply, message-followup): Use it.
18162
18163         * gnus-sum.el (gnus-summary-make-menu-bar):
18164         Clarify gnus-summary-limit-to-articles.
18165
18166 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18167
18168         * gnus-util.el (gnus-with-local-quit): New macro.
18169
18170         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
18171
18172 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
18173
18174         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
18175         ignore non-string data.
18176
18177 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18178
18179         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
18180         non-string data (needs to be done in the registry too).
18181
18182 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18183
18184         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
18185         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
18186         (gnus-registry-split-fancy-with-parent)
18187         (gnus-registry-fetch-simplified-message-subject-fast)
18188         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
18189         Remove text properties on ingress into the registry and when it's saved.
18190         (gnus-registry-clean-empty-function): Fix bug with cleaning the
18191         registry from entries with no groups.
18192
18193 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18194
18195         * gnus-util.el (gnus-string-remove-all-properties): Add utility
18196         function to remove string properties.
18197
18198 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18199
18200         * gmm-utils.el (gmm): Adjust custom version.
18201
18202         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
18203         Adjust custom version.
18204
18205         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
18206
18207 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18208
18209         * gnus-art.el (gnus-insert-prev-page-button)
18210         (gnus-insert-next-page-button): Simplify.  Reformat.
18211
18212 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18213
18214         * gnus-art.el (gnus-insert-prev-page-button)
18215         (gnus-insert-next-page-button): Apply gnus-article-button-face.
18216
18217 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
18218
18219         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
18220
18221 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18222
18223         * gnus-art.el (gnus-insert-mime-button)
18224         (gnus-insert-mime-security-button):
18225         Apply gnus-article-button-face to MIME and security buttons.
18226
18227 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
18228
18229         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
18230         readable.
18231
18232 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18233
18234         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
18235
18236 2006-09-20  Steve Youngs  <steve@sxemacs.org>
18237
18238         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
18239         `browse-url-of-file' instead of `browse-url'.
18240
18241 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18242
18243         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18244         regexp.  Articles containing quotation were cut prematurely.
18245
18246 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18247
18248         * message.el (message-cite-original-1): Use nobody by default for the
18249         value of From header.
18250         (message-reply): Ditto.
18251
18252 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
18253
18254         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
18255         to the gnus-info.  This fixes a bug of inline-PGP message verification.
18256         Reported by Michael Piotrowski <mxp@dynalabs.de>.
18257
18258 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
18259
18260         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
18261         mails in the doc string.  Add some URLs in comment.
18262         (pop3-movemail): Warn about pop3-leave-mail-on-server.
18263
18264 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18265
18266         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
18267         backslashes handling and the way to find boundaries of quoted strings.
18268
18269 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
18270
18271         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
18272         mml1991-encrypt-to-self is set and mml1991-signers is not set.
18273         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
18274         mml2015-encrypt-to-self is set and mml2015-signers is not set.
18275
18276 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18277
18278         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
18279         doc string.
18280         (gnus-button-regexp, gnus-button-last): Remove unused variables.
18281
18282 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18283
18284         * lpath.el: Fbind epg-check-configuration.
18285
18286 2006-09-06  Simon Josefsson  <jas@extundo.com>
18287
18288         * mml2015.el (mml2015-use): Doc fix, mention epg.
18289
18290 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18291
18292         * mml2015.el (mml2015-use): Default to epg, if available.
18293
18294 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18295
18296         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
18297         message-sender.
18298         (mml1991-epg-encrypt): Ditto.
18299         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
18300         message-sender.
18301         (mml2015-epg-encrypt): Ditto.
18302
18303 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
18304
18305         * message.el (message-send-mail-with-sendmail): Look for sendmail in
18306         several common directories.
18307
18308 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
18309
18310         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
18311         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
18312
18313 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18314
18315         * gnus-art.el (article-decode-encoded-words): Make it fast.
18316
18317 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18318
18319         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
18320
18321         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
18322         in quoted string into `\'.
18323
18324 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18325
18326         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18327         Use standard-syntax-table.
18328
18329 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18330
18331         * gnus-art.el (gnus-decode-address-function): New variable.
18332         (article-decode-encoded-words): Use it to decode headers which are
18333         assumed to contain addresses.
18334         (gnus-mime-delete-part): Remove useless `or'.
18335
18336         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
18337         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
18338         (gnus-nov-parse-line): Use it to decode From header.
18339         (gnus-get-newsgroup-headers): Ditto.
18340         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
18341
18342         * mail-parse.el (mail-decode-encoded-address-region): New alias.
18343         (mail-decode-encoded-address-string): New alias.
18344
18345         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18346         New function.
18347         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
18348         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
18349         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
18350         (rfc2047-decode-string): Ditto.
18351         (rfc2047-decode-address-region): New function.
18352         (rfc2047-decode-address-string): New function.
18353
18354 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
18355
18356         * message.el (message-caesar-buffer-body): Allow rotating headers.
18357
18358         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
18359
18360         * message.el (message-insert-formated-citation-line): Fix %f.
18361         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
18362
18363 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18364
18365         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
18366         (gnus-bookmark-mouse-available-p): New macro.
18367         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
18368         (gnus-bookmark-bmenu-show-infos): Use it.
18369         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
18370         (gnus-bookmark-bmenu-hide-infos): Ditto.
18371         (gnus-bookmark-remove-properties): New function.
18372         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
18373         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
18374         (gnus-bookmark-write-file): Bind coding-system-for-write.
18375         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
18376         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
18377         group before selecting it.
18378         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
18379         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
18380         quit-window if it is not available; use gnus-mouse-2 and bind it to
18381         gnus-bookmark-bmenu-select-by-mouse.
18382         (gnus-bookmark-show-details): Remove unused variable `details-list'.
18383         (gnus-bookmark-bmenu-select-by-mouse): New function.
18384
18385 2006-08-13  Romain Francoise  <romain@orebokech.com>
18386
18387         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
18388         space.
18389
18390 2006-08-10  Romain Francoise  <romain@orebokech.com>
18391
18392         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
18393         (dns-mode-soa-auto-increment-serial): New user option.
18394         (dns-mode-soa-maybe-increment-serial): New function.
18395         (dns-mode): Add the latter to `write-contents-functions'.
18396
18397 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18398
18399         * compface.el (uncompface): Use binary rather than raw-text-unix.
18400
18401 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18402
18403         * compface.el (uncompface): Make sure the eol conversion doesn't take
18404         place when communicating with the external programs.
18405         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18406
18407 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18408
18409         * nnheader.el (nnheader-insert-head): Fix typo in comment.
18410
18411 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18412
18413         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18414         Make it more robust by parsing author and date independently.
18415
18416 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18417
18418         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
18419
18420 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
18421
18422         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
18423         first matching secret key.
18424         (mml2015-epg-encrypt): Ditto.
18425
18426         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
18427         first matching secret key.
18428         (mml1991-epg-encrypt): Ditto.
18429
18430         * mml2015.el (mml2015-encrypt-to-self): New user option.
18431         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
18432         mml2015-epg-encrypt-to-self is set.
18433
18434         * mml1991.el (mml1991-encrypt-to-self): New variable.
18435         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
18436         mml1991-epg-encrypt-to-self is set.
18437
18438         * mml2015.el (mml2015-signers): New user option.
18439         (mml2015-epg-sign): Reflect the value of mml2015-signers.
18440         (mml2015-epg-encrypt): Allow to select signing keys.
18441
18442         * mml1991.el (mml1991-signers): New variable.
18443         (mml1991-epg-sign): Reflect the value of mml1991-signers.
18444         (mml1991-epg-encrypt): Allow to select signing keys.
18445
18446 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18447
18448         * nnheader.el (nnheader-insert-head): Make it work even if the file
18449         uses CRLF for the line-break code.
18450
18451 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
18452
18453         * mml2015.el: Require mml-sec instead of password.
18454         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
18455         (mml2015-cache-passphrase): Inherit the default value from
18456         mml-secure-cache-passphrase.
18457         (mml2015-passphrase-cache-expiry): Inherit the default value from
18458         mml-secure-passphrase-cache-expiry.
18459
18460         * mml1991.el: Require mml-sec instead of password.
18461         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
18462         (mml1991-cache-passphrase): Inherit the default value from
18463         mml-secure-cache-passphrase.
18464         (mml1991-passphrase-cache-expiry): Inherit the default value from
18465         mml-secure-passphrase-cache-expiry.
18466
18467         * mml-sec.el: Require password.
18468         (mml-secure-verbose): New user option.
18469         (mml-secure-cache-passphrase): New user option.
18470         (mml-secure-passphrase-cache-expiry): New user option.
18471
18472 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
18473             Andreas Vögele  <andreas@altroot.de>   (tiny change)
18474
18475         * pgg-def.el (pgg-truncate-key-identifier):
18476         Truncate the key ID to 8 letters from the end.
18477
18478 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18479
18480         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
18481         workaround for the url package included with Emacs.
18482
18483         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18484
18485 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18486
18487         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
18488         correctly.  This fixes a bug caused by the 2006-05-12 change.
18489
18490 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
18491
18492         * nnmail.el (nnmail-article-group): If splitting raises an error, give
18493         some information about the error when saying that the `bogus' mail
18494         group will be used.
18495
18496 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
18497
18498         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
18499         string.
18500
18501 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
18502
18503         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
18504
18505 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18506
18507         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
18508
18509 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18510
18511         * mml1991.el (mml1991-function-alist): Add epg.
18512         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
18513         (mml1991-epg-encrypt): New functions.
18514
18515 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18516
18517         * mml2015.el (mml2015-verbose): New variable.
18518         (mml2015-cache-passphrase): Ditto.
18519         (mml2015-passphrase-cache-expiry): Ditto.
18520         (mml2015-function-alist): Add epg.
18521         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
18522         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
18523         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
18524         New functions.
18525
18526 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18527
18528         * message.el (message-cite-original-1): Preserve region when removing
18529         quoted text due to X-No-Archive in order to avoid bogus attribution
18530         when citing multiple messages.
18531
18532 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18533
18534         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
18535         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
18536
18537 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
18538
18539         * gnus-diary.el (gnus-user-format-function-d)
18540         (gnus-user-format-function-D): Autoload.
18541
18542         * imap.el (Commentary): Fix typo.
18543
18544         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
18545         2006-04-22 contribution.
18546
18547 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18548
18549         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
18550         It didn't really fix the bogosity I'm seeing with solid web groups.
18551
18552 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18553
18554         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
18555         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
18556         created using server names.  If we use the feature without declaring
18557         it, Gnus does not properly manage server and group state.
18558
18559         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
18560         bound.
18561
18562 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18563
18564         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
18565         looking up the method using GROUP's prefix before inventing a new one.
18566         It is used on killed/unknown groups in various places where returning
18567         an all-new method isn't expected by the caller.
18568
18569         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
18570         and match semantics of gnus-group-real-prefix.
18571
18572 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
18573
18574         * nnmail.el (nnmail-broken-references-mailers): New variable.
18575         (nnmail-ignore-broken-references): New function generalizing
18576         nnmail-fix-eudora-headers.
18577         (nnmail-fix-eudora-headers): Now obsolete.
18578
18579         * gnus-art.el (gnus-button-handle-custom):
18580         Support `customize-apropos*'.
18581
18582 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18583
18584         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
18585
18586         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
18587         articles.
18588
18589 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
18590
18591         * message.el (message-cite-reply-above): New variable.
18592         (message-yank-original): Use it.
18593
18594 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18595
18596         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
18597
18598 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
18599
18600         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
18601         as read.
18602
18603         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
18604
18605 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
18606
18607         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
18608         (gnus-bookmark-default-file): Use gnus-directory.
18609         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
18610         Remove "*" in doc string.
18611         (gnus-bookmark-write-file): Simplify.
18612         (gnus-bookmark-maybe-sort-alist): Use `when'.
18613         (gnus-bookmark-get-bookmark): Fix typo in doc string.
18614         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
18615         Add FIXME about Emacs 21 and XEmacs compatibility.
18616         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
18617         compatibility.
18618         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
18619         compatibility.
18620         (gnus-bookmark-menu-heading): Fix version.
18621
18622 2006-06-19  Bastien Guerry  <bzg@altern.org>
18623
18624         * gnus-bookmark.el: New file.
18625
18626 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18627
18628         * message.el (message-syntax-checks): Doc fix.
18629
18630 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18631
18632         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
18633         unsubscribed groups as if they were killed ones.  It causes duplicate
18634         entries in gnus-newsrc-alist.
18635
18636 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18637
18638         * message.el (message-syntax-checks): Doc fix.
18639         (message-send-mail): Add check for continuation headers.
18640         (message-check-news-header-syntax): Fix regexp used to check for
18641         continuation headers.
18642
18643 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18644
18645         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
18646
18647 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
18648
18649         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
18650
18651 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18652
18653         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
18654         default-truncate-lines.
18655
18656 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18657
18658         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
18659         to fill the utf-8 entry.
18660
18661         * lpath.el: Fbind unicode-precedence-list.
18662
18663 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18664
18665         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18666
18667 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
18668
18669         * gnus-agent.el (directory-files-and-attributes): Move all the way
18670         forward (the third and final move).
18671         (gnus-agent-read-agentview): Trap reconstruction errors due to
18672         nonexistent directory.  Handle by returning nil.
18673
18674 2006-05-30  Didier Verna  <didier@xemacs.org>
18675
18676         * message.el (message-dont-reply-to-names): Update the custom type.
18677         * message.el (message-dont-reply-to-names): New defsubst: potentially
18678         convert a list of regexps into a single one.
18679         * message.el (message-get-reply-headers): Use it.
18680         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
18681
18682 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18683
18684         * gnus-agent.el (directory-files-and-attributes): Move forward.
18685
18686 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18687
18688         * gnus-ml.el (gnus-mailing-list-subscribe)
18689         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
18690         (gnus-mailing-list-message): Fix doc strings.
18691
18692 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18693
18694         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
18695         of doing it manually.
18696
18697 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18698
18699         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
18700         comment.
18701
18702 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
18703
18704         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
18705         (gnus-agent-read-agentview): Fix handling of end-of-file error.
18706         (gnus-agent-read-local): All symbols allocated in my-obarray.
18707         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
18708         (gnus-agent-regenerate-group): Check numeric names to see if they are
18709         messages or groups.
18710         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
18711         better way of do this...)
18712
18713         * gnus-cache.el (gnus-agent-total-fetched-for):
18714         Ignore 'dummy.group' (there should be a better way of do this...)
18715
18716 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18717
18718         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
18719         (gnus-saved-headers): Ditto.
18720         (gnus-default-article-saver): Mention functions may have properties.
18721         (gnus-article-save): Override gnus-save-all-headers and
18722         gnus-saved-headers by :headers property which saver function may have.
18723         (gnus-summary-save-in-file): Add :headers property.
18724         (gnus-summary-write-to-file): Ditto.
18725
18726         * gnus-sum.el (gnus-summary-save-article): Bind
18727         gnus-prompt-before-saving to t when saving many articles in a file;
18728         always show all headers.
18729
18730         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
18731
18732 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
18733
18734         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
18735         marks.
18736
18737         * message.el (message-indent-citation): Add optional arguments to allow
18738         using it outside of message buffers.
18739
18740         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
18741         (gnus-article-treat-unfold-headers): Use it.
18742         (gnus-article-truncate-lines): New variable.
18743         (gnus-article-mode): Use it.
18744         (gnus-article-toggle-truncate-lines): New function.
18745
18746         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18747         Add gnus-article-toggle-truncate-lines.
18748
18749         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
18750         coding system in XEmacs, use binary.
18751
18752 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18753
18754         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
18755         after-load-alist.
18756
18757         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
18758         this function should save decoded articles.
18759         (gnus-summary-write-to-file): Use property to specify this function
18760         should save decoded articles and specify gnus-summary-save-in-file
18761         should be used to save articles other than the first one when saving
18762         many articles.
18763         (gnus-summary-save-body-in-file): Use property to specify this
18764         function should save decoded articles.
18765         (gnus-summary-write-body-to-file): Use property to specify this
18766         function should save decoded articles and specify
18767         gnus-summary-save-body-in-file should be used to save articles other
18768         than the first one when saving many articles.
18769
18770         * gnus-sum.el (gnus-summary-save-article): Simplify.
18771
18772 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18773
18774         * gnus-art.el (gnus-default-article-saver):
18775         Add gnus-summary-write-body-to-file.
18776         (gnus-article-save-coding-system): Don't use coding system object
18777         in XEmacs.
18778         (gnus-read-save-file-name): Add optional `dir-var' argument which
18779         specifies directory in which files are saved; work even if optional
18780         `variable' argument is not specified.
18781         (gnus-summary-write-to-file): Read file name.
18782         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
18783         (gnus-summary-write-body-to-file): New function.
18784
18785         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
18786         (gnus-summary-local-variables): Add it.
18787         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
18788         (gnus-summary-save-article): Remove optional `decode' argument;
18789         determine whether to decode articles by the value of
18790         gnus-default-article-saver; when saving many files using
18791         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
18792         it first and use gnus-summary-save-in-file or
18793         gnus-summary-save-body-in-file thereafter unless
18794         gnus-prompt-before-saving is always; move point to article which
18795         will be saved.
18796         (gnus-summary-save-article-file): Revert.
18797         (gnus-summary-write-article-file): Revert.
18798         (gnus-summary-save-article-body-file): Revert.
18799         (gnus-summary-write-article-body-file): New function.
18800
18801 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18802
18803         * gnus-art.el (gnus-default-article-saver): Doc fix.
18804         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
18805         from gnus-summary-save-article-coding-system, and default to a
18806         certain coding system.
18807         (gnus-output-to-file): Add coding cookie and encode text according
18808         to gnus-article-save-coding-system; don't use mm-append-to-file.
18809
18810         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
18811         gnus-art.el and rename to gnus-article-save-coding-system.
18812         (gnus-summary-save-article): Require gnus-art; don't show all
18813         headers if it decodes articles; don't add coding cookie here;
18814         don't bind mm-text-coding-system-for-write.
18815         (gnus-summary-save-article-file): Save decoded articles.
18816         (gnus-summary-write-article-file): When saving many files, use
18817         gnus-summary-write-to-file first and gnus-summary-save-in-file
18818         thereafter unless gnus-prompt-before-saving is always.
18819         (gnus-summary-save-article-body-file): Save decoded articles.
18820
18821         * lpath.el: Fbind select-safe-coding-system for XEmacs.
18822
18823 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18824
18825         * nnrss.el (nnrss-check-group): Bind hash-index.
18826
18827 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
18828
18829         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
18830         its hash index.  Store this hash in `nnrss-group-data'.
18831         (nnrss-read-group-data): Update accordingly.
18832
18833 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18834
18835         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
18836         entry.
18837
18838         * gnus-sum.el (gnus-summary-make-menu-bar):
18839         Add gnus-article-browse-html-article.
18840
18841 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
18842
18843         * gnus-sum.el (gnus-summary-mime-map):
18844         Add gnus-article-browse-html-article.
18845
18846         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
18847
18848 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18849
18850         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
18851         suitable coding systems in customize.
18852
18853 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
18854
18855         * mail-source.el (mail-sources): Fix custom type.
18856
18857 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18858
18859         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
18860         (gnus-summary-expire-articles-now): Shorten prompt.
18861
18862         * gmm-utils.el (wid-edit): Require.
18863         (defun-gmm): Rename from `gmm-defun-compat'.
18864         (gmm-image-search-load-path): Use it.
18865         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
18866
18867 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18868
18869         * gnus-sum.el (gnus-summary-save-article-coding-system):
18870         New variable.
18871         (gnus-summary-save-article): Add optional `decode' argument.
18872         If it is set and gnus-summary-save-article-coding-system is non-nil,
18873         save decoded article.
18874         (gnus-summary-write-article-file): Save decoded article if
18875         gnus-summary-save-article-coding-system is non-nil.
18876
18877         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
18878         type.
18879
18880 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18881
18882         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
18883
18884 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18885
18886         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
18887         first to test gnus-single-article-buffer which may be buffer-local.
18888
18889         * gnus-sum.el (gnus-summary-setup-buffer):
18890         Make gnus-single-article-buffer buffer-local and nil in ephemeral
18891         group; make gnus-article-buffer, gnus-article-current, and
18892         gnus-original-article-buffer always buffer-local.
18893         (gnus-summary-exit): Kill article buffer belonging to ephemeral
18894         group.
18895         (gnus-handle-ephemeral-exit): Don't move to next summary line.
18896
18897 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18898
18899         * nnml.el (nnml-request-compact-group): Compressed files might not
18900         have .gz extension.
18901
18902 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18903
18904         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
18905         (mm-copy-to-buffer): Use with-current-buffer.
18906         (mm-display-part): Simplify.
18907         (mm-inlinable-p): Add optional arg `type'.
18908
18909 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18910
18911         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
18912         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
18913         Try harder to show the attachment internally or externally using
18914         gnus-mime-view-part-as-type.
18915
18916 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18917
18918         * message.el (message-from-style, message-signature-separator)
18919         (message-user-organization-file, message-send-mail-function)
18920         (message-citation-line-function, message-yank-prefix)
18921         (message-indent-citation-function, message-signature)
18922         (message-signature-file, message-signature-insert-empty-line):
18923         Remove autoloads.
18924
18925         * gnus-art.el (gnus-buttonized-mime-types):
18926         Remove "multipart/signed".  Revert 2006-04-26 change.
18927
18928 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18929
18930         * gnus.el (gnus-version-number): Bump version.
18931
18932 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18933
18934         * gnus.el: No Gnus v0.5 is released.
18935
18936 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18937
18938         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
18939         fetching articles by message-id.
18940
18941 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18942
18943         * message.el (hashcash): Require hashcash as normal.
18944
18945         * ecomplete.el (ecomplete-highlight-match-line):
18946         Use point-at-eol.
18947         (ecomplete-highlight-match-line): Use `highlight', because that
18948         face exists in both Emacs and XEmacs.
18949
18950         * message.el (message-display-abbrev): Use point-at-bol.
18951
18952         * mail-source.el: Don't require timer/timer-funcs.
18953
18954         * gnus-async.el: Ditto.
18955
18956         * password.el: Ditto.
18957
18958         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
18959
18960         * mm-url.el: Ditto.
18961
18962         * gnus-xmas.el: Don't require timer-funcs.
18963
18964         * mm-util.el: Require timer/timer-funcs.
18965
18966 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18967
18968         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
18969         Close.
18970
18971 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18972
18973         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
18974         unibyte after clear-decrypt function runs.
18975
18976         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
18977         returns as a unibyte string.
18978
18979 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18980
18981         * lpath.el: Revert.
18982
18983         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
18984         (pgg-gpg-process-sentinel): Revert.
18985
18986         * pgg-pgp.el (pgg-pgp-process-region): Revert.
18987         (pgg-pgp-lookup-key): Revert.
18988
18989         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
18990         (pgg-pgp5-lookup-key): Revert.
18991
18992         * pgg.el (pgg-fetch-key): Revert.
18993
18994 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18995
18996         * lpath.el: Fbind string-as-multibyte for XEmacs.
18997
18998         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
18999         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
19000         (mml1991-pgg-encrypt): Ditto.
19001
19002         * pgg-gpg.el (pgg-string-to-multibyte): New function.
19003         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
19004         a multibyte buffer.
19005
19006         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
19007         (pgg-pgp-lookup-key): Ditto.
19008
19009         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
19010         (pgg-pgp5-lookup-key): Ditto.
19011
19012         * pgg.el (pgg-fetch-key): Ditto.
19013
19014 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
19015
19016         * message.el (message-user-organization-file): Check several
19017         locations of the organization file.
19018
19019         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
19020         Add gnus-article-view-part-as-type.
19021
19022         * gnus-art.el (gnus-article-view-part-as-type): New function.
19023
19024         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
19025         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
19026
19027         * mml.el: Simplify autoload.
19028         (mml-mode): defvar dnd-protocol-alist instead of using
19029         symbol-value.
19030         (mml-default-directory): New variable.
19031         (mml-minibuffer-read-file): Use it.
19032         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
19033
19034         * message.el (message-citation-line-format): New variable.
19035         (message-insert-formated-citation-line): New function.
19036         (message-citation-line-function):
19037         Add `message-insert-formated-citation-line' to custom type.
19038
19039         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
19040         to doc string.
19041
19042         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
19043         depending on mm-verify-option.
19044
19045 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19046
19047         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
19048         binding pgg-* variables; reimplement the section which prevents
19049         MIME header from being signed.
19050         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
19051         pgg-text-mode; remove a blank line at the top of body.
19052
19053         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
19054         lines at the top of body; use gnus-newsgroup-charset if there's no
19055         Charset header.
19056
19057 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19058
19059         * message.el (message-self-insert-commands): Doc fix.
19060
19061         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
19062         (mm-uu-pgp-encrypted-test): Ditto.
19063         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
19064         between header and body; return application/pgp-encrypted handle
19065         if decryption failed; decode decrypted body by charset.
19066
19067         * mm-decode.el (mm-automatic-display): Don't make application/pgp
19068         element match to application/pgp-*.
19069
19070 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19071
19072         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
19073         HTML.
19074
19075 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19076
19077         * mail-source.el (mail-source-call-script): Message the error
19078         string.
19079
19080 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19081
19082         * gnus-util.el (gnus-byte-compile): Use it.
19083
19084 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
19085
19086         * gnus-util.el (kill-empty-logs): New function.
19087
19088 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19089
19090         * message.el (message-mail-alias-type): Doc fix.
19091         (message-mail-alias-type-p): New function.
19092         (message-send): Use it.
19093         (message-mode): Ditto.
19094         (message-strip-forbidden-properties): Ditto.
19095
19096         * ecomplete.el (ecomplete-database-file-coding-system):
19097         New variable.
19098         (ecomplete-save): Use it.
19099         (ecomplete-setup): Use it.
19100
19101 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19102
19103         * message.el (message-self-insert-commands): New variable.
19104         (message-strip-forbidden-properties): Use it.
19105
19106 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19107
19108         * message.el (message-put-addresses-in-ecomplete): Use a regexp
19109         that doesn't make XEmacs choke.
19110
19111 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
19112
19113         * gnus-util.el (gnus-replace-in-string):
19114         Prefer replace-regexp-in-string over of replace-in-string.
19115
19116 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19117
19118         * gnus-util.el (gnus-select-frame-set-input-focus):
19119         Use select-frame-set-input-focus if it is available in XEmacs; use
19120         definition defined in Emacs 22 for old Emacsen.
19121
19122         * dgnushack.el: Autoload unmorse-region for XEmacs.
19123
19124         * lpath.el: Bind cursor-in-non-selected-windows and
19125         select-frame-set-input-focus for XEmacs.
19126
19127 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19128
19129         * mm-view.el (mm-inline-text): Use equal instead of equalp.
19130
19131 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
19132
19133         * gnus-registry.el (gnus-registry-cache-save): Remove text
19134         properties when saving via the temp buffer.
19135
19136 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19137
19138         * message.el (message-generate-hashcash): Honor custom type.
19139
19140 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19141
19142         * message.el (message-generate-hashcash): Default to non-nil when
19143         hashcash is found.
19144
19145         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
19146         (gnus-refer-thread-limit): Increase default to 500.
19147
19148         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
19149
19150         * flow-fill.el (fill-flowed): Allow delete-space.
19151
19152 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19153
19154         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19155         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
19156         Remove autoloads.
19157
19158 2006-04-18  Simon Josefsson  <jas@extundo.com>
19159
19160         * message.el (message-generate-hashcash): Default to.
19161
19162 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19163
19164         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19165         concatenating segments rather than before concatenating them.
19166
19167 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19168
19169         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
19170
19171 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19172
19173         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
19174
19175         * message.el (message-forward-make-body-plain):
19176         Allow message-forward-ignored-headers to be a list.
19177         (message-remove-ignored-headers): Factor out into function.
19178         (message-forward-make-body-mml): Use it.
19179
19180         * imap.el (imap-quote-specials): New function.
19181         (imap-login-auth): Quote specials.
19182
19183         * rfc2231.el (rfc2231-parse-string): Remove dead code.
19184         (rfc2231-parse-string): Allow concatanation of parameters that
19185         aren't contiguous.  The test case is
19186           (mail-header-parse-content-type "message/external-body;
19187             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
19188             access-type=LOCAL-FILE;
19189             name*1*=plugh%2fhello-sailor%2fbing.pdf")
19190
19191 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19192
19193         * nntp.el (nntp-accept-process-output): Return the value of
19194         `nnheader-accept-process-output'.
19195
19196 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19197
19198         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
19199         (gnus-button-alist): Recognize more diff formats.
19200         (gnus-button-patch): Strip directory.
19201
19202 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19203
19204         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
19205         Emacs 22 when setting focus.
19206
19207 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19208
19209         * gnus-art.el (gnus-article-treat-types): Do treatment of
19210         text/x-verbatim parts.
19211         (gnus-button-patch): New command.
19212
19213         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
19214         addresses that contain invalid characters.
19215
19216 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19217
19218         * message.el (message-put-addresses-in-ecomplete):
19219         Use gnus-replace-in-string.
19220         (message-is-yours-p): Use the more correct
19221         mail-header-parse-address instead of
19222         mail-extract-address-components.
19223         (message-put-addresses-in-ecomplete): Fix typo.
19224
19225         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
19226         keystroke.
19227
19228         * gnus-art.el (gnus-treatment-function-alist): Change order of
19229         newsgroups/generic header folding to avoid double-folding.
19230
19231         * message.el (message-hidden-headers): Add X-Draft-From.
19232
19233         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
19234         New command.
19235         (gnus-summary-repeat-search-article-backward): New command.
19236
19237         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
19238         groups in the parent topic.
19239
19240 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
19241
19242         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
19243         (spam-extra-header-to-number): Return the CRM114 number as a
19244         number instead of a string.
19245
19246 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19247
19248         * gnus-art.el (gnus-face-properties-alist): Move here from
19249         gnus-fun.
19250
19251         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
19252
19253 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19254
19255         * message.el (message-strip-forbidden-properties): Only display on
19256         self-insert-command.
19257
19258         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
19259         reindent.
19260         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
19261
19262 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
19263
19264         * smiley.el (smiley-style): Fix typo.
19265
19266 2006-03-23  Kenichi Handa  <handa@m17n.org>
19267
19268         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
19269         instead of set-buffer-multibyte.
19270
19271 2006-03-23  Kenichi Handa  <handa@m17n.org>
19272
19273         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19274         buffer and then decode the buffer text if necessary.
19275         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19276         first, and after mm-encode-body, change the buffer to unibyte.
19277
19278 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19279
19280         * hashcash.el (hashcash-insert-payment-async-2):
19281         Use message-goto-eoh instead of doing it manually.
19282         (mail-add-payment): Use message-narrow-to-header instead of trying
19283         to do the same itself.
19284
19285         * message.el (message-hidden-headers): Add Face.
19286
19287         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
19288         reparenting code.
19289         (gnus-summary-reparent-children): Refactored out code.
19290         (gnus-summary-thread-map): New keystroke.
19291         (gnus-summary-reparent-children): Make into command.
19292
19293         * smiley.el (smiley-style): Default to `medium' if using a large
19294         font.
19295
19296         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
19297         does it itself.
19298
19299         * message.el (message-point-in-header-p): Simplify definition.
19300
19301 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19302
19303         * nnagent.el (nnagent-request-set-mark): Silence log file
19304         writing.
19305         (nnagent-request-set-mark): Use write-region instead of
19306         append-to-file.
19307
19308         * gnus-sum.el (gnus-read-header): Fudge article number if using a
19309         strange select method.
19310
19311         * ecomplete.el (ecomplete-display-matches): Get highlightling
19312         right.
19313         (ecomplete-display-matches): Use literals.
19314         (ecomplete-display-matches): Disable message logging.
19315
19316         * message.el (message-display-abbrev): Small optimization.
19317
19318         * ecomplete.el (ecomplete-display-matches): Allow automatic
19319         display.
19320
19321         * message.el (message-strip-forbidden-properties):
19322         Display abbrevs.
19323         (message-display-abbrev): Get automatic display right.
19324
19325         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
19326         keystrokes.
19327
19328 2006-04-13  Romain Francoise  <romain@orebokech.com>
19329
19330         TODO: Backport to v5-10!
19331
19332         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
19333         Move here (and rename) from gnus-registry.el.
19334
19335         * gnus-registry.el: Require gnus-util.
19336         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
19337
19338 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19339
19340         * gnus-group.el (gnus-group-catchup-current):
19341         Change if-then-else-if-then-else into cond.
19342         (gnus-group-catchup): Indent.
19343         (group-name-at-point): New function.
19344         (gnus-fetch-group): Provide default from thing at point.
19345
19346 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19347
19348         * message.el (message-display-abbrev): Fix regexp.
19349
19350         * ecomplete.el (ecomplete-highlight-match-line):
19351         Reimplement choosing.
19352         (ecomplete-highlight-match-line): Fix up code rewrite, remove
19353         dead variables.
19354
19355         * message.el (message-newline-and-indent): Remove debugging.
19356         (message-display-abbrev): Use new implementation.
19357
19358 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
19359
19360         * gnus-art.el (gnus-article-mode):
19361         Set cursor-in-non-selected-windows to nil.
19362
19363         * smiley.el: Revert previous change.
19364         (smiley-data-directory): defvar it before using it in the
19365         defcustom of `smiley-style'.
19366
19367 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19368
19369         * message.el (message-newline-and-indent): New function.
19370
19371         * ecomplete.el: Implement more bits.
19372
19373         * message.el (message-put-addresses-in-ecomplete): Clean up the
19374         string.
19375
19376         * ecomplete.el (ecomplete-add-item): Chop off decimals.
19377
19378         * gnus-sum.el (gnus-summary-save-parts):
19379         Bind gnus-summary-save-parts-counter and use it to make unique file
19380         names.
19381
19382         * gnus-art.el (gnus-ignored-headers): Add some more headers.
19383
19384         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
19385         parameter to say whether to actually parse the individual
19386         addresses.
19387
19388         * message.el (message-put-addresses-in-ecomplete): New function.
19389         (ecomplete): Require.
19390         (message-mail-alias-type): Add ecomplete as an option.
19391
19392 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
19393
19394         * flow-fill.el (fill-flowed): Remove trailing space from blank
19395         quoted lines.
19396
19397 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19398
19399         * smiley.el (smiley-style): Move definition later to avoid a
19400         compilation warning.
19401
19402 2006-04-12  Kenichi Handa  <handa@m17n.org>
19403
19404         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19405         buffer and then decode the buffer text if necessary.
19406         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19407         first, and after mm-encode-body, change the buffer to unibyte.
19408         Use mm-disable-multibyte instead of set-buffer-multibyte.
19409
19410 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19411
19412         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
19413         Content-Type header instead of Content-Disposition header.
19414         (gnus-mime-inline-part): Ditto.
19415         (gnus-mime-view-part-as-charset): Ignore charset that the part
19416         specifies.
19417
19418         * mm-decode.el (mm-display-part): Work with external parts and
19419         usual parts similarly.
19420
19421         * mm-extern.el (mm-inline-external-body): Use mm-display-part
19422         instead of gnus-display-mime.
19423
19424         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
19425         instead of with-temp-buffer.
19426
19427         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
19428         tag to summarized topics part in order to encode non-ASCII text.
19429
19430 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19431
19432         * smiley.el (smiley-style): New variable.
19433         (smiley-directory): New function.
19434         (smiley-data-directory): Derive from `smiley-style' using
19435         `smiley-directory'.
19436         (smiley-regexp-alist): Add new entries.
19437
19438         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
19439         (gnus-article-browse-delete-temp): Add :version.
19440
19441 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
19442
19443         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
19444         the sieve region.
19445
19446 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19447
19448         * gnus.el (gnus-version-number): Bump version.
19449
19450 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19451
19452         * gnus.el: No Gnus v0.4 is released.
19453
19454 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19455
19456         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
19457         layout.
19458
19459         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
19460         unknown charset.
19461
19462         * message.el (message-header-synonyms): Add Original-To to the
19463         default.
19464
19465         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
19466         optional parameter.
19467
19468 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
19469
19470         * gnus-fun.el (gnus): Require it for gnus-directory.
19471
19472 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19473
19474         * gnus-fun.el (gnus-face-properties-alist): Add :version.
19475
19476 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19477
19478         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
19479
19480 2006-04-05  Simon Josefsson  <jas@extundo.com>
19481
19482         * password.el (password-reset): New function.
19483
19484 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19485
19486         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
19487         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
19488
19489 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19490
19491         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19492         Some whitespace was matched into the url, which broke browsing hits
19493         > 100 when mm-url-use-external was nil.
19494
19495 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19496
19497         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19498         Check gnus-extra-headers for 'Newsgroups.
19499
19500         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
19501         bound.
19502
19503 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
19504
19505         * pgg-gpg.el: Clean up process buffers every time gpg processes
19506         complete.
19507
19508 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
19509
19510         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19511         doc string.
19512
19513 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
19514
19515         * pgg-gpg.el (pgg-gpg-process-filter)
19516         (pgg-gpg-wait-for-completion): Check if buffer is alive.
19517
19518         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
19519         lines, temporary fix.
19520
19521 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19522
19523         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
19524
19525 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
19526
19527         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
19528         default-enable-multibyte-characters.  This reverts the change from
19529         revision 6.17 which is no longer necessary because the passphrase
19530         is sent separately now.  GnuPG messages are unreadable under
19531         multibyte locales with default-enable-multibyte-characters set to
19532         nil.
19533
19534 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
19535
19536         * message.el (message-tool-bar-gnome): Move "spell".
19537
19538 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
19539
19540         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
19541         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
19542         instead.
19543
19544 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
19545
19546         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19547         Improve newsgroups handling for NNTP overviews which don't include
19548         Newsgroups.
19549
19550 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19551
19552         * message.el (message-resend): Bind message-generate-hashcash to nil.
19553
19554 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19555
19556         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
19557         when searching for already-paid recipients.
19558
19559 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
19560
19561         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
19562         passphrases when it is not needed.
19563         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
19564         passphrase stuff from gpg, should only be necessary when you use
19565         gpg with a smartcard.
19566
19567 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19568
19569         * mml.el (mml-insert-mime): Ignore cached contents of
19570         message/external-body part.
19571
19572         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
19573         (mm-insert-part): Ditto.
19574
19575 2006-03-23  Simon Josefsson  <jas@extundo.com>
19576
19577         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
19578         Reiner.
19579         (pgg-gpg-use-agent-p): Use it again.
19580
19581 2006-03-23  Simon Josefsson  <jas@extundo.com>
19582
19583         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
19584         older emacsen.
19585         (pgg-gpg-use-agent-p): Don't use it.
19586
19587 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
19588
19589         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
19590         if we can.
19591
19592 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
19593
19594         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
19595         (pgg-gpg-update-agent): New function.
19596         (pgg-gpg-use-agent-p): New function.
19597         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
19598         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19599         (pgg-gpg-sign-region): Use it.
19600
19601 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19602
19603         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
19604         Reported by Ralf Wachinger <rwachinger@gmx.de>.
19605
19606 2006-03-21  Simon Josefsson  <jas@extundo.com>
19607
19608         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
19609         <wilde@sha-bang.de>.
19610         (pgg-gpg-use-agent): New variable.
19611         (pgg-gpg-process-region): Use it.
19612         (pgg-gpg-encrypt-region): Likewise.
19613         (pgg-gpg-encrypt-symmetric-region): Likewise.
19614         (pgg-gpg-decrypt-region): Likewise.
19615         (pgg-gpg-sign-region): Likewise.
19616         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
19617
19618 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19619
19620         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
19621
19622         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19623         Add comment on version.
19624
19625 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
19626
19627         * smiley.el: Add missing test smiley.
19628
19629 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19630
19631         * mm-decode.el (mm-with-part): New macro.
19632         (mm-get-part): Use it; work with message/external-body as well.
19633         (mm-save-part): Treat name and filename equally.
19634
19635         * mm-extern.el (mm-extern-cache-contents): New function.
19636         (mm-inline-external-body): Use it; force the part to be displayed;
19637         move undisplayer added to the cached handle to the parent.
19638
19639         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
19640         (gnus-mime-view-part-as-type): Work with message/external-body.
19641
19642         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
19643
19644 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19645
19646         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
19647         images in image-load-path.  [Sync with image.el, revision 1.60, in
19648         Emacs.]
19649
19650 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19651
19652         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
19653         path rather than symbol.  Always return list of directories.
19654         Guarantee that image directory comes first.  [Sync with image.el,
19655         revision 1.59, in Emacs.]
19656
19657         * message.el (message-make-tool-bar): Adjust to new API of
19658         `gmm-image-load-path-for-library'.
19659
19660         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19661
19662         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19663
19664 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19665
19666         * gnus-art.el (gnus-article-only-boring-p):
19667         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
19668         intangible text.
19669         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
19670
19671 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
19672
19673         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
19674         Use `defun' instead of `gmm-defun-compat'.
19675
19676 2006-03-14  Simon Josefsson  <jas@extundo.com>
19677
19678         * message.el (message-unique-id): Don't use message-number-base36
19679         if (user-uid) is a float.
19680         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
19681
19682 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19683
19684         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
19685
19686         * gnus-art.el (gnus-mime-display-single): Make sure there is an
19687         empty line between a part and a message part.
19688
19689 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
19690
19691         * smiley.el: Add more test smileys.
19692         (smiley-data-directory, smiley-regexp-alist)
19693         (gnus-smiley-file-types): Fix doc strings.
19694         (smiley-update-cache): Clear smiley-cached-regexp-alist before
19695         adding new elements.
19696         (smiley-mouse-map): Unused code.  Make it a comment.
19697
19698 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19699
19700         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
19701         scan latest NoCeM messages instead of old ones.
19702         (gnus-nocem-check-article): Fix regexps so as to match to PGP
19703         delimiters that are recently used.
19704         (gnus-nocem-load-cache): Add autoload cookie.
19705
19706         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
19707
19708         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
19709         level which is larger than gnus-use-nocem is specified.
19710
19711         * gnus-group.el (gnus-group-get-new-news): Ditto.
19712
19713 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
19714
19715         * gnus-util.el (gnus-tool-bar-update): New function.
19716
19717         * gnus-group.el (gnus-group-update-tool-bar): New variable.
19718         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
19719
19720         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
19721
19722         * gnus-group.el (gnus-group-redraw-when-idle)
19723         (gnus-group-redraw-check): Remove.
19724         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
19725
19726 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19727
19728         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
19729         if optional last element is specified in splits (FIELD VALUE...).
19730
19731 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
19732
19733         * message.el (message-make-tool-bar): Rename gmm-image-load-path
19734         to gmm-image-load-path-for-library.  Call with no-error argument.
19735         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
19736
19737         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19738
19739         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19740
19741         * gmm-utils.el (gmm-image-load-path): Remove alias.
19742
19743 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
19744
19745         * gmm-utils.el (gmm-image-load-path): Add alias.
19746
19747         * nnml.el (nnml-generate-nov-databases-directory): Rename from
19748         nnml-generate-nov-databases-1.
19749         (nnml-generate-nov-databases): Use it.
19750         (nnml-generate-nov-databases-directory): Document no-active
19751         argument.
19752
19753         * gmm-utils.el (gmm-image-load-path-for-library): Return single
19754         directory if path is t.  Add no-error.
19755
19756         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
19757         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19758
19759         * gnus-art.el (gnus-article-browse-delete-temp-files):
19760         Simplify resetting gnus-article-browse-html-temp-list.
19761
19762         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
19763         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
19764         Add example to docstring.  Rename local variables.  Move error
19765         checks to default case in cond and simplify.
19766
19767 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19768
19769         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
19770         handle is multipart when calling it recursively.
19771         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
19772
19773 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
19774
19775         * nnimap.el (nnimap-request-update-info-internal): Optimize.
19776         Don't `gnus-uncompress-range' to avoid excessive memory usage.
19777
19778 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19779
19780         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
19781         is loaded.
19782
19783         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
19784         loaded.
19785
19786 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19787
19788         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
19789         to "Emacs 23 (unicode)" in doc string.
19790
19791         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
19792         "Emacs 23 (unicode)" in comment.
19793
19794 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19795
19796         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
19797
19798         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
19799         characters 160 through 255 in Emacs 23.
19800
19801 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19802
19803         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
19804         gnus-article-browse-html-temp.
19805         (gnus-article-browse-delete-temp): Make it customizable.
19806         Add `file'.  Adjust doc string.
19807         (gnus-article-browse-delete-temp-files): Add argument.
19808         Allow query for each file.  Adjust doc string.
19809         (gnus-article-browse-html-parts):
19810         Add `gnus-article-browse-delete-temp-files' to
19811         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
19812
19813 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
19814
19815         * gnus-art.el (gnus-article-browse-html-temp)
19816         (gnus-article-browse-delete-temp): New variables.
19817         (gnus-article-browse-delete-temp-files): New function.
19818         (gnus-article-browse-html-parts): Use it.
19819
19820 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19821
19822         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
19823
19824         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
19825         string.
19826
19827         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
19828         gnus-summary-insert-new-articles when unplugged.
19829         Remove gnus-summary-search-article-forward.
19830
19831         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
19832         display-visual-class instead of display-color-cells.
19833
19834 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19835
19836         * dgnushack.el: Autoload customize-group for XEmacs.
19837
19838         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
19839         message/* containing non-ASCII text properly.
19840
19841 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
19842
19843         * message.el: Require gmm-utils, remove autoloads.
19844         (message-tool-bar): Set default based on
19845         gmm-tool-bar-style.
19846         (message-tool-bar-gnome): Add gmm-customize-mode.
19847
19848         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
19849         gmm-tool-bar-style.
19850         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
19851
19852         * gnus-group.el (gnus-group-tool-bar): Set default based on
19853         gmm-tool-bar-style.
19854         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
19855
19856         * gmm-utils.el (gmm-image-directory): Rename variable from
19857         gmm-image-load-path.
19858         (gmm-image-load-path): Use gmm-image-directory.
19859         (gmm-customize-mode): New function.
19860         (gmm-tool-bar-style): New variable.
19861
19862         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
19863         gnus-group-redraw-line-number.
19864         (gnus-group-redraw-check): Simplify.
19865         (gnus-group-tool-bar-update): Remove redraw check.
19866         (gnus-group-make-tool-bar): Add redraw check.
19867
19868 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
19869
19870         * gnus-art.el (gnus-button): Add missing parentheses.
19871
19872 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19873
19874         * lpath.el: Fbind line-number-at-pos.
19875
19876 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19877
19878         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
19879
19880 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19881
19882         * gnus-art.el (gnus-button): New face.
19883         (gnus-article-button-face): Use it.
19884
19885         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19886         Add gnus-summary-next-page.  Re-order.
19887
19888         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
19889         next-node are now included.
19890         (gnus-group-redraw-line-number): New internal variable.
19891         (gnus-group-redraw-check): Helper function for updating the tool
19892         bar.
19893         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
19894
19895         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
19896
19897         * spam.el (spam-spamassassin-score-regexp): New internal variable.
19898         (spam-extra-header-to-number, spam-check-spamassassin-headers):
19899         Use it to match format of Spamassassin 3.0 and later.
19900         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
19901         (spam-check-bogofilter)
19902         (spam-bogofilter-register-with-bogofilter): Fix args of
19903         `gnus-error' calls.
19904
19905 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19906
19907         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
19908         unnecessary interaction when sending queued mails.
19909         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
19910
19911 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
19912
19913         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
19914         first or last are nil.
19915
19916 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19917
19918         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
19919
19920 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19921
19922         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
19923
19924 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19925
19926         * dns.el (query-dns): Protect more against buggy tcp output.
19927
19928 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19929
19930         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
19931         nov.php.
19932
19933 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19934
19935         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
19936         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
19937         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
19938         output on the server side.
19939         (nnweb-google-create-mapping): Update regexps and add some
19940         progress indication.
19941
19942 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
19943
19944         * gnus-group.el (gnus-group-tool-bar-gnome):
19945         Fix gnus-agent-toggle-plugged.  Re-order icons.
19946         (gnus-group-tool-bar-gnome):
19947         Add gnus-group-{prev,next}-unread-group.
19948         (gnus-group-tool-bar-gnome): Re-order icons.
19949
19950         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19951         Move gnus-summary-insert-new-articles.
19952
19953         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
19954         Fix comments.
19955
19956         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
19957         also available in Emacs 21.3.
19958
19959         * message.el (message-fix-before-sending): Change "Emacs 22" to
19960         "Emacs 23 (unicode)" in comment.
19961
19962         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
19963         "Emacs 23 (unicode)" in comment.
19964
19965         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
19966         comment.
19967         (mm-coding-system-p): Add comment about no-MULE XEmacs.
19968
19969         * mm-view.el (mm-fill-flowed): Add :version.
19970
19971 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19972
19973         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
19974         and load-path.
19975
19976 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
19977
19978         * message.el: Autoload gmm-image-load-path.
19979         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
19980         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
19981         consitency.
19982
19983         * gmm-utils.el (gmm-image-load-path): Also search in
19984         "../etc/images".  Don't set gmm-image-load-path if we don't find
19985         the image.
19986
19987 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19988
19989         * gmm-utils.el (gmm-image-load-path): Don't make
19990         `gmm-image-load-path' include subdirectories which the second arg
19991         `image' might specify.
19992
19993         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
19994         subdirectory to icon file names.
19995
19996         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
19997
19998 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19999
20000         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
20001         gmm-image-load-path calls.
20002
20003         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20004
20005         * message.el (message-make-tool-bar): Ditto.
20006
20007         * mml.el (mml-preview): Add comment concerning tool bar icons.
20008
20009         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
20010         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
20011
20012         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
20013         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
20014
20015         * message.el (message-tool-bar-gnome): Use new icon names.
20016         (message-make-tool-bar): Use `gmm-image-load-path'.
20017
20018         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
20019         New functions from MH-E.
20020         (gmm-image-load-path): New variable from MH-E.
20021         (gmm-image-load-path): New function from MH-E.  Add arguments
20022         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
20023         *-image-load-path-called-flag.
20024
20025 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
20026
20027         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
20028
20029 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
20030
20031         * nnimap.el (nnimap-request-move-article): Change folder back to
20032         source group before deleting.
20033
20034 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
20035
20036         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
20037
20038         * gnus-art.el (mm-url-insert-file-contents-external):
20039         Autoload mm-url.
20040
20041         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
20042
20043 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20044
20045         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
20046         coding system which mm-charset-to-coding-system returns for a
20047         given charset is valid.
20048
20049 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
20050
20051         * html2text.el (html2text-remove-tag-list):
20052         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
20053
20054 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
20055
20056         * gnus-cus.el: Revert 2005-10-17 change.
20057
20058 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20059
20060         * gnus-art.el (article-strip-banner):
20061         Call article-really-strip-banner only when the regexp match is made.
20062
20063 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20064
20065         * gnus-art.el (article-strip-banner):
20066         Use gnus-extract-address-components instead of
20067         mail-header-parse-addresses to make it work with non-ASCII text;
20068         remove mail-encode-encoded-word-string.
20069
20070         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
20071         values which are surrounded with \"...\"; make it never cause a
20072         Lisp error; give up parsing of parameters if it failed in
20073         extracting type.
20074
20075 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
20076
20077         * smime.el (smime-cert-by-ldap-1): Fix bug where
20078         `smime-ldap-search' returns results without userCertificates.
20079
20080 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20081
20082         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
20083
20084 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20085
20086         * spam.el (spam-check-spamassassin-headers): Adapt format for
20087         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
20088         <ari@mbf.ocn.ne.jp>.
20089         (spam-list-of-processors): Add spam-use-gmane.
20090
20091 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20092
20093         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
20094         make-temp-file; make it work with XEmacs as well.
20095
20096         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
20097         mm-make-temp-file.
20098
20099         * mm-decode.el (mm-display-external): Use the 3rd arg of
20100         mm-make-temp-file.
20101         (mm-create-image-xemacs): Ditto.
20102
20103 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20104
20105         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
20106         with message-narrow-to-headers.
20107         (gnus-draft-setup): Narrow to header to run message-fetch-field.
20108         (gnus-draft-check-draft-articles): New function.
20109         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
20110
20111 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20112
20113         * gnus-art.el (gnus-article-browse-html-parts):
20114         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
20115         Don't use suffix argument for mm-make-temp-file for Emacs 21
20116         compatibility.  Remove useless `format'.
20117
20118 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20119
20120         * nnweb.el (nnweb-google-wash-article): Update regexps.
20121         (nnweb-group-alist): Use defvoo instead of defvar.
20122
20123 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20124
20125         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
20126         re-loading nn* modules.
20127
20128 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
20129
20130         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
20131         for `tool-bar-mode' and don't check it's default-value.
20132
20133         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20134
20135         * message.el (message-make-tool-bar): Ditto.
20136
20137         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
20138         `substring'.  Shorten tmp-file name.
20139
20140         * gnus.el: Remove bogus comment.
20141
20142 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
20143
20144         * gnus-art.el (gnus-article-browse-html-parts): New function.
20145         (gnus-article-browse-html-article): New function for viewing html
20146         articles with a browser.
20147
20148 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
20149
20150         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
20151         in elisp.
20152         (pgg-gpg-encrypt-symmetric-region): Ditto.
20153         (pgg-gpg-sign-region): Ditto.
20154
20155         * pgg-def.el (pgg-text-mode): New variable.
20156
20157         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
20158         (mml2015-pgg-encrypt): Ditto.
20159
20160         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
20161         (mml1991-pgg-encrypt): Ditto.
20162
20163 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20164
20165         * nnfolder.el (nnfolder-insert-newsgroup-line):
20166         Use message-make-date instead of current-time-string.
20167
20168         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
20169         to gnus-decoded which mm-uu might set.
20170
20171 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20172
20173         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
20174         don't decode quoted parameters; remove misimported Emacs code.
20175         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20176         (rfc2231-decode-encoded-string): Don't use split-string which
20177         behaves differently according to Emacs version; use
20178         mm-decode-coding-region to convert charset to coding-system.
20179         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20180         (rfc2231-encode-string): Remove misimported Emacs code.
20181
20182 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20183
20184         * gnus-art.el (article-decode-charset): Don't use ignore-errors
20185         when calling mail-header-parse-content-type.
20186         (article-de-quoted-unreadable): Ditto.
20187         (article-de-base64-unreadable): Ditto.
20188         (article-wash-html): Ditto.
20189
20190         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
20191         calling mail-header-parse-content-type and
20192         mail-header-parse-content-disposition.
20193         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
20194         mail-header-parse-content-type.
20195
20196         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
20197         insert charset and format parameters; encode description after
20198         inserting it to buffer.
20199         (mml-insert-parameter): Fold lines properly even if a parameter is
20200         segmented into two or more lines; change the max column to 76.
20201
20202         * rfc1843.el (rfc1843-decode-article-body): Don't use
20203         ignore-errors when calling mail-header-parse-content-type.
20204
20205         * rfc2231.el (rfc2231-parse-string): Return at least type if
20206         possible; don't cause an error even if it fails in parsing of
20207         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20208         (rfc2231-encode-string): Don't break lines at the beginning, leave
20209         it to mml-insert-parameter.
20210
20211         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
20212         calling mail-header-parse-content-type.
20213
20214 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
20215
20216         * spam-report.el (spam-report-gmane-use-article-number):
20217         Improve doc string.
20218         (spam-report-gmane-internal): Check if a suitable header was found
20219         in the article.
20220
20221 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20222
20223         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
20224         (rfc2231-encode-string): Make param*=value always begin with LWSP.
20225
20226 2006-02-05  Romain Francoise  <romain@orebokech.com>
20227
20228         Update copyright notices of all files in the gnus directory.
20229
20230 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20231
20232         * nnweb.el (nnweb-request-group): Avoid growing overview files.
20233
20234 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20235
20236         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
20237         segmented lines of parameter value to cope with Thunderbird 1.5
20238         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
20239         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20240         (rfc2231-encode-string): Don't make lines exceeding 76 column.
20241
20242 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
20243
20244         * mml.el (mml-generate-mime-1): Correct the order of inline signed
20245         parts.
20246
20247 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20248
20249         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
20250         there's only one active file for all servers.
20251         (nnweb-request-scan): Make sure nnweb-articles is initialized on
20252         solid groups.  Gnus might have used a FAST request to select the group.
20253         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
20254         and nnweb-search redundantly in the active file.
20255         (nnweb-request-list): Don't list bogus groups.  There can only be one.
20256         (nnweb-request-create-group): Don't use ARGS.
20257         (nnweb-possibly-change-server, nnweb-request-group): Remove some
20258         initializations.  Let nnoo do the work.
20259
20260 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20261
20262         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
20263         Say the part has been decoded.
20264
20265         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
20266
20267 2006-01-31  Kevin Ryde  <user42@zip.com.au>
20268
20269         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
20270         mailcap-viewer-test-cache when there's no 'test clause, since that
20271         will invert the meaning of a "nil" test previously determined by
20272         mailcap-mailcap-entry-passes-test.
20273
20274 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20275
20276         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
20277         compiling.
20278
20279         * gnus-sum.el: Ditto.
20280
20281         * message.el: Don't bind tool-bar-map when compiling.
20282
20283 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
20284
20285         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
20286
20287 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20288
20289         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
20290         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
20291         current Google Groups.
20292
20293 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
20294
20295         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
20296         and tool-bar-mode.
20297
20298         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
20299         and tool-bar-mode.
20300
20301         * message.el (message-tool-bar-update): Simplify.
20302         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
20303
20304         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
20305         gnus-summary-buffer.
20306         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
20307         gnus-summary-reply.
20308
20309         * gmm-utils.el (gmm): Add :version.
20310
20311 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20312
20313         * Makefile.in (clean): New rule.
20314         (distclean): Use it.
20315
20316 2006-01-26  Steve Youngs  <steve@sxemacs.org>
20317
20318         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
20319         Don't autoload.
20320
20321 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20322
20323         * gmm-utils.el (gmm-verbose): Add :group.
20324
20325 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
20326
20327         * message.el: Change some comments WRT tool-bars.
20328
20329         * gnus-sum.el (gnus-summary-tool-bar)
20330         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
20331         (gnus-summary-tool-bar-zap-list): New variables.
20332         (gnus-summary-make-tool-bar): Complete rewrite using
20333         `gmm-tool-bar-from-list'.
20334
20335         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
20336         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
20337         New variables.
20338         (gnus-group-make-tool-bar): Complete rewrite using
20339         `gmm-tool-bar-from-list'.
20340         (gnus-group-tool-bar-update): New function.
20341
20342         * message.el (message-mode-field-menu): Add "Show hidden Headers".
20343
20344 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20345
20346         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
20347         is dissected into a single part of which the type is the same as
20348         the given one; decode charset.
20349
20350 2006-01-21  Kevin Ryde  <user42@zip.com.au>
20351
20352         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
20353         into alists as symbol not string, since that's what
20354         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
20355         look for.
20356
20357 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
20358
20359         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
20360         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
20361
20362         * message.el (message-tool-bar-gnome): Use gmm-ignore.
20363
20364 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20365
20366         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
20367         (gnus-xmas-mime-security-button-menu): New function.
20368
20369         * gnus-art.el (gnus-mime-security-button-commands): New variable.
20370         (gnus-mime-security-button-menu): New definition.
20371         (gnus-mime-security-button-map): Use them.
20372         (gnus-mime-security-button-menu): New function.
20373         (gnus-insert-mime-security-button): Addition to help echo.
20374         (gnus-mime-security-run-function, gnus-mime-security-save-part)
20375         (gnus-mime-security-pipe-part): New functions.
20376
20377         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
20378         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
20379
20380         * mm-decode.el (mm-handle-set-disposition): Remove.
20381         (mm-handle-set-description): Remove.
20382
20383 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20384
20385         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
20386         (mm-w3m-standalone-supports-m17n-p): New function.
20387         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
20388         w3m usage.
20389
20390         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
20391         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
20392
20393 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
20394
20395         * message.el (message-tool-bar-zap-list):
20396         Use gmm-tool-bar-zap-list as custom type.
20397         (message-tool-bar-update): New function.
20398         (message-tool-bar, message-tool-bar-gnome)
20399         (message-tool-bar-retro): Add message-tool-bar-update.
20400         (message-tool-bar-gnome): Add flyspell-buffer.
20401
20402         * gnus-util.el (gnus-error): Describe `args'.
20403
20404         * gmm-utils.el (gmm-error): Describe `args'.
20405         (gmm-tool-bar-zap-list): New widget.
20406         (gmm-tool-bar-from-list): Improve description of `zap-list'.
20407
20408 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20409
20410         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
20411         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
20412         the number of recursive calls.
20413
20414         * mm-decode.el (mm-handle-set-disposition): New macro.
20415         (mm-handle-set-description): New macro.
20416
20417 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20418
20419         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
20420         encoding.
20421
20422 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20423
20424         * message.el (message-tool-bar-zap-list, message-tool-bar)
20425         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
20426         (message-tool-bar-local-item-from-menu): Remove.
20427         (message-tool-bar-map): Replace by `message-make-tool-bar'.
20428         (message-make-tool-bar): New function.
20429         (message-mode): Use `message-make-tool-bar'.
20430
20431         * gmm-utils.el: New file.
20432         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
20433         (gmm-lazy): New widget copied from `nnmail.el'.
20434         (gmm-tool-bar-from-list): New function for creating customizable
20435         tool bars.
20436         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
20437         output.
20438         (gmm): Add :prefix to defgroup.
20439
20440 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
20441
20442         * gmm-utils.el (gmm-widget-p): New function.
20443
20444 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20445
20446         * mml.el (mml-attach-file): Describe `description' in doc string.
20447         (mml-menu): Add Emacs MIME manual and PGG manual.
20448
20449 2006-01-20  Richard M. Stallman  <rms@gnu.org>
20450
20451         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
20452
20453 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
20454
20455         * nntp.el (nntp-end-of-line): Doc fix.
20456
20457 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
20458
20459         * imap.el (imap-open): Handle case where buffer is a buffer
20460         object.
20461
20462 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20463
20464         * gnus-delay.el (gnus-delay): Don't autoload.
20465         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20466         to be re-loaded when customizing the `gnus-delay' group.
20467
20468 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
20469
20470         * message.el (message-insert-citation-line): Use newlines.
20471
20472 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20473
20474         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20475         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
20476         these routines, so the passphrase can be managed externally and
20477         passed in to the system.
20478         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20479         pgg-add-passphrase-to-cache function.
20480
20481         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20482         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
20483         these routines, so the passphrase can be managed externally and
20484         passed in to the system.
20485         (pgg-pgp5-sign-region): Use new name of
20486         pgg-add-passphrase-to-cache function.
20487
20488 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20489
20490         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20491         part of the decoded armor to find the key-identifier.
20492         (pgg-gpg-lookup-key-owner): New function to return the
20493         human-readable identifier of a key owner.
20494         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
20495         itself.
20496         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20497         the key value) if we have a key and can match it against a secret
20498         key.  Also, added a note pointing out fact that the prompt only
20499         indicates the first matching key.
20500
20501         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
20502         pgg-decrypt-region.
20503         (pgg-add-passphrase-to-cache): Rename from
20504         `pgg-add-passphrase-cache' to reduce confusion (all callers
20505         changed).
20506         (pgg-remove-passphrase-from-cache): Rename from
20507         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20508         changed).
20509         (pgg-read-passphrase, pgg-add-passphrase-cache)
20510         (pgg-remove-passphrase-cache): Add informative docstrings.
20511         (pgg-decrypt): Convey provided passphrase in subordinate call to
20512         pgg-decrypt-region.
20513
20514 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20515
20516         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20517         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20518         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20519         'passphrase' argument, so the passphrase can be managed externally
20520         and then passed in to the system.
20521
20522         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20523         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
20524         so the passphrase cache can be used reliably with identifiers
20525         besides a pgp packet's key id.
20526
20527         * pgg-gpg.el (pgg-gpg-encrypt-region)
20528         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20529         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
20530         these routines, so the passphrase can be managed externally and
20531         passed in to the system.
20532
20533         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20534         'notruncate' argument, so the passphrase cache can be used
20535         reliably with identifiers besides a pgp packet's key id.
20536
20537 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
20538
20539         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20540         symmetric encryption.
20541         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20542         encrypted session key.
20543         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20544         message ask for the passphrase in a proper way.
20545
20546         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20547         New user commands for symmetric encryption.
20548
20549 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20550
20551         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
20552
20553         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
20554
20555 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
20556
20557         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
20558
20559 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20560
20561         * mm-decode.el (mm-inlined-types): Add application/pgp.
20562         (mm-automatic-display): Ditto.
20563
20564         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
20565         part as text.
20566
20567 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20568
20569         * nnrss.el: Update copyright.
20570         (nnrss-opml-import): Query whether to subscribe to each entry.
20571
20572         * gnus-art.el:
20573         * gnus-sum.el:
20574         * gnus-xmas.el:
20575         * messagexmas.el:
20576         * mm-uu.el:
20577         * mm-view.el: Update copyright.
20578
20579 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
20580
20581         * message.el (message-info): New function.
20582         (message-mode-menu): Add it.
20583         Update copyright.
20584
20585         * ChangeLog: Fix and update copyright.
20586
20587 2006-01-13  Romain Francoise  <romain@orebokech.com>
20588
20589         * message.el (message-forward-subject-name-subject): Prefer the
20590         address to 'nowhere' if the sender has no name.
20591         Fix typo.  Update copyright year.
20592
20593 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20594
20595         * gnus-art.el (article-wash-html):
20596         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
20597         (gnus-article-wash-html-with-w3m-standalone): New function.
20598
20599         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
20600         mm-inline-text-html-render-with-w3m-standalone.
20601         (mm-text-html-washer-alist): Map w3m-standalone to
20602         gnus-article-wash-html-with-w3m-standalone.
20603         (mm-inline-text-html-render-with-w3m-standalone): New function.
20604
20605 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
20606
20607         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
20608         Improve LaTeX.
20609
20610 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20611
20612         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
20613         (nnrss-request-article): Render text/plain parts as HTML.
20614
20615         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
20616         the buffer.
20617
20618 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
20619
20620         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
20621         custom definition of `gnus-posting-styles'.
20622
20623         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
20624         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
20625
20626 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20627
20628         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
20629         Use nntp for bug archive.
20630
20631 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20632
20633         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
20634         parts.
20635         (nnrss-normalize-date): New function converts ISO 8601 date into
20636         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20637         (nnrss-check-group): Use it.
20638
20639 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20640
20641         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
20642
20643         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
20644         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20645         (nnrss-insert-w3): Ditto.
20646
20647 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20648
20649         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
20650         the articles to be forwarded including the case where neither a
20651         number of articles nor a region is specified.
20652
20653 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20654
20655         * nnrss.el (nnrss-request-article): Fix last change; fill
20656         text/plain parts.
20657
20658 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20659
20660         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
20661         in text/plain part.
20662         (nnrss-check-group): Don't add excessive newline to dc:subject.
20663
20664 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
20665
20666         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
20667         article.
20668
20669 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
20670
20671         * nnml.el: Don't require gnus-bcklg.  Autoload it.
20672         (nnml-use-compressed-files, nnml-save-mail): Support other
20673         comression programs such as bzip2.
20674
20675 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20676
20677         * dns.el (query-dns): Make sure we check the buffer size before
20678         removing tcp headers.
20679
20680 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20681
20682         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
20683         remove MIME buttons associated with multipart/alternative parts.
20684         (gnus-mime-display-alternative): Tag buttons using `article-type'
20685         text property.
20686
20687         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
20688         associated with multipart/alternative parts.
20689
20690         * gnus-art.el (gnus-signature-separator): Fix custom type.
20691
20692         * mm-decode.el (mm-inlined-types): Fix custom type.
20693         (mm-keep-viewer-alive-types): Ditto.
20694         (mm-automatic-display): Ditto.
20695         (mm-attachment-override-types): Ditto.
20696         (mm-inline-override-types): Ditto.
20697         (mm-automatic-external-display): Ditto.
20698
20699 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
20700
20701         * spam-report.el (spam-report-user-mail-address)
20702         (spam-report-user-agent): New variables.
20703         (spam-report-url-ping-plain): Use spam-report-user-agent.
20704
20705 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
20706
20707         * gnus-art.el (gnus-button-handle-custom): Do not just use
20708         `customize-apropos' for any "M-x customize-*" button but the
20709         function called for.  Accept both the function name and its
20710         argument in order to achieve this.
20711         (gnus-button-alist): Remove support for "custom:" URL's.
20712         Pass function name to `gnus-button-handle-custom' in case of "M-x
20713         customize-*" buttons.
20714
20715 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20716
20717         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
20718         multipart/alternative and add xref to mm-discouraged-alternatives
20719         in doc string.
20720
20721         * mm-decode.el (mm-discouraged-alternatives): Add xref to
20722         gnus-buttonized-mime-types in doc string.
20723
20724 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
20725
20726         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
20727         Suggest image/.* in the doc string.
20728
20729 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
20730
20731         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
20732         message-marks (Debian bug#342521).
20733
20734 2005-12-12  Simon Josefsson  <jas@extundo.com>
20735
20736         * password.el (password-read-from-cache): Add.
20737         (password-read): Use it.
20738
20739 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20740
20741         * rfc2047.el (rfc2047-charset-to-coding-system):
20742         Recognize us-ascii as a MIME charset.
20743
20744         * mm-bodies.el (mm-decode-content-transfer-encoding):
20745         Protect against the case where the 2nd arg TYPE is nil.
20746
20747 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20748
20749         * pop3.el (pop3-stream-type): Fix custom version.
20750
20751         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
20752
20753 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20754
20755         * mm-decode.el (mm-display-external): Add missing cdr.
20756
20757 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20758
20759         * mm-decode.el (mm-display-external): Use nametemplate (defined in
20760         RFC1524) if it is in mailcap or add a suffix according to
20761         mailcap-mime-extensions when generating a temp filename; postpone
20762         deleting a temp file for 2 seconds for some wrappers, shell
20763         scripts, and so on, which might exit right after having started a
20764         viewer command as a background job.
20765
20766 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20767
20768         * nntp.el (nntp-marks-directory): Fix custom group.
20769
20770         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
20771         steps when < 10.
20772
20773         * gnus-start.el (gnus-no-server-1):
20774         Mention `gnus-level-default-subscribed' in doc string.
20775
20776 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20777
20778         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
20779         parens.
20780
20781 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20782
20783         * gnus-xmas.el (gnus-use-toolbar): Revert.
20784         (gnus-xmas-setup-toolbar): Use global default-toolbar if
20785         gnus-use-toolbar is default.
20786
20787         * messagexmas.el (message-use-toolbar): Revert.
20788         (message-setup-toolbar): Use global default-toolbar if
20789         message-use-toolbar is default.
20790
20791 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20792
20793         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
20794         according to default-toolbar-visible-p.
20795
20796         * messagexmas.el (message-use-toolbar): Ditto.
20797
20798 2005-11-26  Dave Love  <fx@gnu.org>
20799
20800         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
20801         (tls-program, tls-success): Provide openssl alternative.
20802
20803         * starttls.el: Doc fixes.
20804         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
20805         SERVICE to PORT.
20806
20807         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
20808         port null or service name.
20809         (starttls-negotiate): Autoload.
20810
20811 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20812
20813         * message.el (message-kill-to-signature): Fix interactive spec.
20814
20815 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20816
20817         * pop3.el (pop3-open-server): Recognize a string as a service name.
20818
20819 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
20820
20821         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
20822
20823 2005-11-23  Dave Love  <fx@gnu.org>
20824
20825         Add pop3s, pop3/starttls.
20826
20827         * pop3.el (pop3-authentication-scheme): Clarify doc.
20828         (open-tls-stream, starttls-open-stream): Autoload.
20829         (pop3-stream-type): New.
20830         (pop3-open-server): Use it.
20831
20832         * mail-source.el (mail-sources): Fix some :types.  Add stream type
20833         for POP.
20834         (mail-source-keyword-map): Add :stream for POP.
20835         (mail-source-fetch-pop): Use pop3-stream-type.
20836
20837 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20838
20839         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
20840         of current-time-string.
20841
20842 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
20843
20844         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
20845         date header.
20846
20847 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20848
20849         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
20850         it can seriously impact performance as it bypasses the agent's
20851         local caches.
20852
20853 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20854
20855         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
20856         must be explicitly online rather than "not explicitly offline" for
20857         its flags to be synchronized.
20858
20859         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
20860         that gnus-uu-unmark-thread will function correctly.
20861
20862         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
20863         1024K is instead displayed as 1M.
20864
20865 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20866
20867         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
20868
20869 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
20870
20871         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
20872
20873 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
20874
20875         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
20876         error message to display actual error condition.
20877         (gnus-agent-save-local): Avoid saving symbols that are bound to
20878         nil as they simply result in a warning message in
20879         gnus-agent-read-local.
20880
20881 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20882
20883         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
20884         rather than make-variable-buffer-local for file-precious-flag.
20885
20886 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20887
20888         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
20889         for duplicates which are removed.  The invalid sort check then
20890         triggers a rescan after the sort as sorting may have moved
20891         duplicate entries such that they can be cheaply detected.
20892
20893 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20894
20895         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
20896
20897 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20898
20899         * gnus-agent.el (gnus-agent-article-alist-save-format):
20900         Change internal variable to a custom variable.  Change default value
20901         from compressed(2) to uncompressed(1).
20902         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
20903         support for uncompressed agentview files.  Taken together, reading
20904         the agentview file should now be 6-7 times faster.
20905
20906 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
20907
20908         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
20909         as a buffer-local variable.  This avoids creating truncated
20910         dribble files as a result of a hang up, eg.
20911
20912 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
20913
20914         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
20915         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
20916         XEmacs.
20917
20918 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20919
20920         * gnus-start.el (gnus-start-draft-setup):
20921         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
20922
20923         * gnus.el (gnus-splash): Change custom group.
20924         (gnus-group-get-parameter, gnus-group-parameter-value):
20925         Describe allow-list argument.
20926
20927         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
20928         string.
20929
20930 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20931
20932         * gnus-art.el (gnus-default-article-saver): Add user-defined
20933         `function' to custom type.
20934
20935 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20936
20937         * imap.el (imap-open): Handle case where buffer is a buffer
20938         object.
20939
20940 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
20941
20942         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
20943         long lines.
20944         (gnus-cache-delete-group): Wrap doc strings.
20945
20946         * gnus-agent.el (gnus-agent-rename-group)
20947         (gnus-agent-delete-group): Wrap doc strings.
20948
20949 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20950
20951         * messagexmas.el (message-use-toolbar): Change the valid values
20952         into default, top, bottom, left, and right.
20953         (message-toolbar-thickness): New variable.
20954         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
20955         well.
20956         (message-setup-toolbar): Make it work.
20957
20958         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
20959         (gnus-use-toolbar): Change the valid values into default, top,
20960         bottom, left, and right.
20961         (gnus-toolbar-thickness): New variable.
20962         (gnus-xmas-setup-toolbar): New function.
20963         (gnus-xmas-setup-group-toolbar): Use it.
20964         (gnus-xmas-setup-summary-toolbar): Use it.
20965
20966 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20967
20968         * gnus-start.el (gnus-1): Add "native" to
20969         gnus-predefined-server-alist.
20970
20971         * gnus.el (gnus-method-to-server): Don't add "native" to the
20972         lists here, because that leads to problems when
20973         gnus-select-method is bound.
20974
20975 2005-11-09  Simon Josefsson  <jas@extundo.com>
20976
20977         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
20978         use (not sort-by-date) instead.
20979
20980 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20981
20982         * gnus-delay.el (gnus-delay-group): Don't autoload.
20983         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20984         to be re-loaded when customizing the `gnus-delay' group.
20985
20986 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
20987
20988         * message.el: Revert last changes.
20989         (message-insert-citation-line): Use newlines.
20990
20991 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20992
20993         * message.el (message-courtesy-message)
20994         (message-mark-insert-begin, message-mark-insert-end)
20995         (message-elide-ellipsis, message-cancel-message)
20996         (message-add-header, message-change-subject)
20997         (message-cross-post-followup-to-header)
20998         (message-cross-post-insert-note, message-reduce-to-to-cc)
20999         (message-widen-reply, message-delete-not-region)
21000         (message-kill-to-signature, message-insert-signature)
21001         (message-insert-importance-high, message-insert-importance-low)
21002         (message-insert-or-toggle-importance)
21003         (message-insert-disposition-notification-to)
21004         (message-indent-citation, message-yank-original)
21005         (message-cite-original-without-signature, message-cite-original)
21006         (message-insert-citation-line, message-position-on-field)
21007         (message-fix-before-sending, message-send-mail-partially)
21008         (message-send-mail, message-send-mail-with-sendmail)
21009         (message-send-mail-with-qmail, message-send-news)
21010         (message-check-news-header-syntax, message-generate-headers)
21011         (message-insert-courtesy-copy, message-fill-address)
21012         (message-fill-header, message-shorten-references)
21013         (message-setup-1, message-cancel-news)
21014         (message-forward-make-body-plain, message-forward-make-body-mime)
21015         (message-forward-make-body-mml, message-encode-message-body)
21016         (message-forward-make-body-digest-plain)
21017         (message-forward-make-body-digest-mime)
21018         (message-use-alternative-email-as-from): Insert `hard-newline'
21019         instead of ordinary newlines.
21020
21021 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21022
21023         * message.el (message-generate-headers): Downcase the argument
21024         given to message-check-element.
21025
21026 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
21027
21028         * nntp.el (nntp-authinfo-rejected): New error condition.
21029         (nntp-wait-for): Use new error condition to signal authentication
21030         error.
21031         (nntp-retrieve-data): Rethrow new error condition to break out of
21032         recursive call to nntp-send-authinfo.
21033
21034 2005-11-08  Romain Francoise  <romain@orebokech.com>
21035
21036         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
21037         (gnus-summary-exit-map): Bind to `Z p'.
21038         (gnus-summary-make-menu-bar): Add menu item.
21039
21040 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
21041
21042         * gnus-art.el (gnus-article-treat-custom): Add `first'.
21043         (gnus-treat-*): Add `first' in all doc strings.
21044
21045         * gnus-group.el (gnus-group-compact-group): Fix typo.
21046
21047 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21048
21049         * gnus.el (gnus-parameters-case-fold-search): New variable.
21050         (gnus-parameters-get-parameter): Use it.
21051
21052         * gnus-score.el (gnus-home-score-file): Doc fix.
21053
21054 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
21055
21056         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
21057
21058 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21059
21060         * mm-util.el (mm-special-display-p): New function.
21061
21062         * mml.el (mml-preview): Use it; doc fix.
21063
21064 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21065
21066         * imap.el (imap-open): Handle case where buffer is a buffer object.
21067
21068 2005-10-29  Romain Francoise  <romain@orebokech.com>
21069
21070         * message.el (message-fix-before-sending): Fix comment.
21071
21072 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21073
21074         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
21075
21076 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21077
21078         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
21079         Used in gnus-score.el.
21080
21081 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
21082
21083         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
21084
21085 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
21086
21087         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
21088         whitespace removed in revision 7.8.  Use concatenated string to
21089         protect trailing whitespace.
21090
21091 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
21092
21093         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
21094         (nnimap-request-expire-articles): Use it to avoid sending 'UID
21095         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
21096         Courier IMAP ("some version from 2004").  Mostly based on similar
21097         code in the same function.
21098
21099 2005-10-26  Didier Verna  <didier@xemacs.org>
21100
21101         * gnus-group.el (gnus-group-compact-group): Invalidate original
21102         article buffer.
21103         * gnus-srvr.el (gnus-server-compact-server): Ditto.
21104         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
21105         NOV database and in article itself.
21106         Invalidate article backlog.
21107
21108 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21109
21110         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
21111
21112 2005-10-26  Simon Josefsson  <jas@extundo.com>
21113
21114         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
21115         part of 2004-07-25 change.
21116
21117 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21118
21119         * message.el (message-display-completion-list): New function.
21120         (message-expand-group): Use it; make sure the Completions buffer
21121         is modifiable.
21122 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21123
21124         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
21125         user-mail-name is an empty string.
21126
21127 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21128
21129         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
21130         depending on gnus-score-decay-constant.
21131
21132         * encrypt.el (encrypt-insert-file-contents)
21133         (encrypt-write-file-contents): Don't use `gnus-message'.
21134
21135         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
21136         arguments.
21137         (mm-uu-type-alist): Add message-marks and insert-marks.
21138         Pass arguments to mm-uu-verbatim-marks-extract.
21139         (mm-uu-hide-markers): New variable.
21140         (mm-uu-extract): Use face similar to `gnus-cite-3'.
21141
21142         * gnus-fun.el (gnus-convert-image-to-x-face-command)
21143         (gnus-convert-image-to-face-command): Use "convert" by default to
21144         allow other input image formats.
21145         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
21146         accordingly.
21147
21148 2005-10-23  Simon Josefsson  <jas@extundo.com>
21149
21150         * imap.el (imap-gssapi-program): Align command line parameters
21151         with latest GNU SASL.
21152         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
21153
21154 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21155
21156         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
21157         HTML.
21158         (nnslashdot-request-article): Ditto.
21159
21160         * lpath.el (featurep): Add nobreak-char-display.
21161
21162 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21163
21164         * mail-source.el (mail-source-fetch-pop): Require pop3.
21165         (mail-source-check-pop): Ditto.
21166
21167 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21168
21169         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
21170         errors.
21171
21172 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
21173
21174         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
21175         (gnus-treat-strip-leading-blank-lines): Improve doc string.
21176
21177         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
21178
21179         * mm-bodies.el (mm-decode-string):
21180         Call `mm-charset-to-coding-system' with allow-override argument.
21181
21182 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21183
21184         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
21185         (rfc2047-charset-to-coding-system): New function.
21186         (rfc2047-decode-encoded-words): New function.
21187         (rfc2047-decode-region): Use them.
21188         (rfc2047-decode-cte): Remove.
21189         (rfc2047-parse-and-decode): Remove.
21190         (rfc2047-decode): Remove.
21191
21192 2005-10-15  Kenichi Handa  <handa@m17n.org>
21193
21194         * rfc2047.el (rfc2047-decode-cte): New function.
21195         (rfc2047-decode-region): Change the way to decode successive
21196         encoded-words: decode B- or Q-encoding in each encoded-word,
21197         concatenate them, and decode it as charset.
21198
21199 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21200
21201         * lpath.el: Fbind codepage-setup for XEmacs.
21202
21203 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
21204
21205         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
21206         widget-move-and-invoke.
21207         (gnus-custom-mode): Use gnus-custom-map.
21208
21209 2005-10-15  Bill Wohler  <wohler@newt.com>
21210
21211         * message.el (message-tool-bar-map): Rename image file from
21212         mail_send to mail/send.
21213
21214 2005-10-16  Masatake YAMATO  <jet@gyve.org>
21215
21216         * message.el (message-expand-group): Pass the common
21217         prefix substring of completion to `display-completion-list'.
21218
21219 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
21220
21221         * mml-sec.el (mml-secure-method): New internal variable.
21222         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
21223         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
21224         New functions using mml-secure-method.
21225
21226         * mml.el (mml-mode-map): Add key bindings for those functions.
21227         (mml-menu): Simplify security menu entries.  Suggested by Jesper
21228         Harder <harder@myrealbox.com>.
21229         (mml-attach-file, mml-attach-buffer, mml-attach-external):
21230         Goto end of message if point is the headers of the message.
21231
21232         * message.el (message-in-body-p): New function.
21233
21234         * assistant.el: Autoload gnus-util and netrc.
21235
21236         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
21237         Use `mm-charset-override-alist' only when decoding.
21238
21239         * mm-bodies.el (mm-decode-body):
21240         Call `mm-charset-to-coding-system' with allow-override argument.
21241
21242         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
21243         `filename' from Content-Disposition if Content-Type doesn't
21244         provide `name'.
21245         (gnus-mime-view-part-as-type): Set default instead of
21246         initial-input.
21247
21248 2005-10-09  Daniel Brockman  <daniel@brockman.se>
21249
21250         * format-spec.el (format-spec): Propagate text properties of % spec.
21251
21252 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21253
21254         * gnus-art.el (gnus-treat-predicate): Add `first'.
21255
21256 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21257
21258         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
21259         (mm-charset-override-alist): New variable.
21260         (mm-charset-to-coding-system): Use it.
21261         (mm-codepage-setup): New helper function.
21262         (mm-charset-eval-alist): New variable.
21263         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
21264         Warn about unknown charsets.
21265
21266         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
21267
21268 2005-10-04  David Hansen  <david.hansen@gmx.net>
21269
21270         * nnrss.el (nnrss-request-article): Add support for the comments tag.
21271         (nnrss-check-group): Ditto.
21272
21273 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
21274
21275         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
21276         Rename x-gnus-verbatim to x-verbatim.
21277         (mm-uu-type-alist): Fix regexp for verbatim-marks.
21278
21279         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
21280         x-verbatim.
21281
21282         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
21283
21284         * gnus-util.el (gnus-remove-duplicates): Remove.
21285
21286         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
21287         instead of gnus-remove-duplicates.
21288
21289         * message.el (message-remove-duplicates): Remove.
21290         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
21291         message-remove-duplicates.
21292
21293         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
21294         available, else use implementation from `delete-dups'.
21295
21296         * message.el (message-insert-expires): New function.
21297         (message-mode-map): Add key binding.
21298         (message-mode-field-menu): Add menu entry.
21299         (message-mode): Document it.
21300         (message-make-expires-date): Use `message-make-date'.
21301
21302 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
21303
21304         * message.el (message-make-expires-date): New function.
21305
21306 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21307
21308         * Makefile.in (list-installed-shadows): New entry.
21309         (install): Use it.
21310         (remove-installed-shadows): New entry.
21311
21312         * dgnushack.el (dgnushack-default-load-path): New variable.
21313         (dgnushack-find-lisp-shadows): New function.
21314         (dgnushack-remove-lisp-shadows): New function.
21315
21316 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21317
21318         * Makefile.in (install-el-elc): New entry.
21319         (install): Use it so that .el files are necessarily installed.
21320
21321 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21322
21323         * time-date.el: Autoload parse-time-string, XEmacs needs it.
21324
21325 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21326
21327         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
21328         function rather than the diff-mode.el package.
21329         (mm-display-external): Use with-current-buffer.
21330         (mm-viewer-completion-map, mm-viewer-completion-map):
21331         Move initialization inside declaration.
21332
21333 2005-09-29  Simon Josefsson  <jas@extundo.com>
21334
21335         * spam.el: Load hashcash when compiling, to avoid warnings.
21336         Don't autoload mail-check-payment.
21337         (spam-check-hashcash): Define unconditionally, since hashcash.el
21338         is part of Gnus now.  Ignore errors from payment checking.
21339
21340 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
21341
21342         * message.el (message-bold-region, message-unbold-region):
21343         Rename from `bold-region' and `unbold-region'.
21344
21345         * message.el: Remove useless autoloads.
21346
21347 2005-09-28  Simon Josefsson  <jas@extundo.com>
21348
21349         * message.el (message-use-idna): Default to t.
21350         (message-use-idna): Test whether encoding works too.  Doc fix.
21351
21352 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21353
21354         * nntp.el (nntp-warn-about-losing-connection): Remove.
21355
21356 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
21357
21358         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
21359         customizable.  Change default value.
21360         (mm-uu-diff-groups-regexp): Change default value.
21361         (mm-uu-type-alist): Add doc string.
21362         (mm-uu-configure): Add doc string.  Make it interactive.
21363         (mm-uu-tex-groups-regexp): New variable.
21364         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
21365         (mm-uu-type-alist): Add LaTeX documents.
21366         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
21367         of "text/verbatim".
21368         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
21369
21370         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
21371         instead of "text/verbatim".
21372
21373         * message.el (message-mark-inserted-region)
21374         (message-mark-insert-file): Use slrn style marks when called with
21375         prefix argument.
21376
21377 2005-09-27  Simon Josefsson  <jas@extundo.com>
21378
21379         * message.el (message-idna-to-ascii-rhs-1): Reformat.
21380
21381 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
21382
21383         * message.el (message-remove-duplicates): New function.
21384         Implementation borrowed from `gnus-remove-duplicates'.
21385         (message-idna-to-ascii-rhs): Also encode idna addresses in
21386         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21387         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
21388         only ask about the same idna domain once per header and also tell
21389         in what header to replace the idna domain.
21390
21391         * gnus-art.el (article-decode-idna-rhs): Also decode idna
21392         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21393         (article-decode-idna-rhs): Fix regexp so that all idna-address in
21394         a header is decoded and not just the last one.
21395
21396 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21397
21398         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
21399         has been decoded.
21400
21401         * mm-decode.el (mm-automatic-display): Add text/verbatim.
21402         (mm-insert-part): Don't modify text if it has been decoded.
21403
21404         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
21405         decoded.
21406
21407         * mm-view.el (mm-inline-text): Don't strip text props unless
21408         decoding enriched or richtext parts.
21409
21410 2005-09-25  Romain Francoise  <romain@orebokech.com>
21411
21412         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
21413         * gnus-start.el (gnus-subscribe-interactively):
21414         * gnus-uu.el (gnus-uu-grab-articles):
21415         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
21416         space.
21417
21418 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21419
21420         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
21421         * mm-view.el (mm-view-pkcs7-decrypt):
21422         * gnus-sum.el (gnus-summary-limit-to-extra)
21423         (gnus-summary-respool-article, gnus-read-move-group-name):
21424         * gnus-score.el (gnus-summary-increase-score):
21425         * gnus-util.el (gnus-completing-read-with-default):
21426         * gnus-art.el (gnus-read-save-file-name)
21427         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
21428         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
21429         * message.el (message-check-news-header-syntax):
21430         Follow convention for reading with the minibuffer.
21431
21432 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
21433
21434         * spam-report.el (spam-report-url-ping-plain):
21435         Use gnus-extended-version as User-Agent.
21436
21437         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
21438         default value is nil.
21439
21440         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
21441         (mm-uu-verbatim-marks-extract): New function.
21442         (mm-uu-extract): New face.
21443         (mm-uu-copy-to-buffer): Use it.
21444
21445         * spam-report.el (spam-report-gmane-ham): Rename from
21446         `spam-report-gmane-unspam'.
21447         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
21448         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
21449
21450         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
21451         Autoload.
21452         (spam-report-gmane-unregister-routine):
21453         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
21454
21455 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
21456
21457         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
21458         (spam-report-gmane-unregister-routine): Add support for gmane
21459         unregistration.
21460
21461         * spam-report.el (spam-report-gmane-unspam)
21462         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
21463         (spam-report-gmane): Change to take a single article and do unspam
21464         registration.
21465
21466 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21467
21468         * mm-url.el (mm-url-decode-entities): Fix regexp.
21469
21470 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21471
21472         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
21473         default to nil, to be able to use Gnus at all.  If the default
21474         switches to something else, then the function should be fixed not
21475         be exceedingly slow.
21476
21477 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
21478
21479         * gnus-start.el (gnus-activate-group): If the server is nil, don't
21480         fail hard.
21481
21482         * spam-report.el: Add better Keywords line.
21483
21484         * spam.el: Add Maintainer and better Keywords line.
21485
21486 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21487
21488         * gnus-art.el (gnus-article-replace-part)
21489         (gnus-mime-replace-part): New functions.
21490         (gnus-mime-action-alist, gnus-mime-button-commands)
21491         (gnus-mime-save-part-and-strip): Add file argument.
21492         (gnus-article-part-wrapper): Add interactive argument.
21493
21494         * gnus-sum.el (gnus-summary-mime-map):
21495         Add `gnus-article-replace-part'.
21496
21497 2005-09-19  Didier Verna  <didier@xemacs.org>
21498
21499         The nnml compaction feature:
21500         * nnml.el (nnml-request-compact-group): New function.
21501         * nnml.el (nnml-request-compact): New function.
21502         * gnus-int.el (gnus-request-compact-group): New function.
21503         * gnus-int.el (gnus-request-compact): New function.
21504         * gnus-group.el (gnus-group-compact-group): New function.
21505         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
21506         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
21507         * gnus-srvr.el (gnus-server-compact-server): New function.
21508         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
21509         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
21510
21511 2005-09-18  Deepak Goel  <deego@gnufans.org>
21512
21513         * sieve.el (sieve-help): Fix `message' call: first arg should be a
21514         format spec.
21515
21516 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21517
21518         * gnus.el (gnus-group-startup-message): Bind image-load-path.
21519
21520 2005-09-15  Romain Francoise  <romain@orebokech.com>
21521
21522         * message.el (message-fill-paragraph): Clarify docstring.
21523
21524 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21525
21526         * gnus-art.el (gnus-mime-display-part): Protect against broken
21527         MIME messages.
21528
21529 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21530
21531         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
21532         before parsing header.
21533
21534 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
21535
21536         * html2text.el (html2text-replace-list): Add new entities.
21537
21538 2005-09-11  Romain Francoise  <romain@orebokech.com>
21539
21540         * message.el (message-alternative-emails): Improve docstring.
21541         (message-setup-1): Call `message-use-alternative-email-as-from'
21542         after `message-setup-hook' to give it precedence over posting
21543         styles, etc.
21544         (message-use-alternative-email-as-from): Add docstring.
21545         Remove the original From header if present.
21546
21547         * nnml.el (nnml-compressed-files-size-threshold): New variable.
21548         (nnml-save-mail): Use it.
21549
21550         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
21551         articles.  Add new argument `silent'.
21552         (gnus-uu-mark-all): Report the total number of marked articles.
21553
21554 2005-09-10  Romain Francoise  <romain@orebokech.com>
21555
21556         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
21557         (gnus-uu-mark-series): Likewise.
21558
21559 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
21560
21561         * spam-report.el (spam-report-gmane): Fix generation of spam
21562         report URL.
21563
21564 2005-09-10  Simon Josefsson  <jas@extundo.com>
21565
21566         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
21567         t, based on discussion on the ding list with Robert Epprecht
21568         <epprecht@solnet.ch>.
21569
21570 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
21571
21572         * spam-report.el (spam-report-gmane): Make it work without
21573         X-Report-Spam header.  Gmane now only provides Archived-At.
21574         This is only used if `spam-report-gmane-use-article-number' is nil.
21575         (spam-report-gmane-spam-header): Remove.  Not used anymore.
21576
21577         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
21578         make `gnus-summary-sort-by-recipient' work with threading.
21579
21580         * nnweb.el (nnweb-google-wash-article): Print a message if article
21581         is not available.
21582
21583 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21584
21585         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
21586         change.  Decode text/* parts content before displaying.
21587
21588 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
21589
21590         * mml-smime.el: Remove defvar of gnus-extract-address-components.
21591
21592 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21593
21594         * mm-view.el (mm-display-inline-fontify): Disable support modes.
21595
21596         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
21597         url-package-name, url-package-version,
21598         w3m-cid-retrieve-function-alist, w3m-current-buffer,
21599         w3m-display-inline-images, and w3m-minor-mode-map.
21600
21601 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
21602
21603         * message.el (message-tab-body-function): Fix mismatched custom type.
21604
21605         * gnus.el (gnus-group-change-level-function): Ditto.
21606
21607         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
21608
21609         * gnus-art.el (gnus-signature-limit)
21610         (gnus-article-mime-part-function): Ditto.
21611
21612 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21613
21614         * mml.el (mml-mode): Silence the byte compiler.
21615
21616         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
21617         using `(sit-for 0)' before moving the point to the specified part;
21618         skip unbuttonized parts.
21619         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
21620         return to the summary window if gnus-auto-select-part is non-nil.
21621
21622 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
21623
21624         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
21625         New variables.
21626         (mml-dnd-attach-file, mml-mode): Use them.
21627
21628         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
21629         Make fetching article by MID work again for Google Groups.
21630         Add FIXME concerning gnus-group-make-web-group.
21631
21632         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
21633         Don't depend on Gnus by using mail-extract-address-components if
21634         gnus-extract-address-components is not bound.
21635
21636 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21637
21638         * gnus-art.el (gnus-mime-display-security): Don't display the
21639         signature, but only the signed part.
21640
21641 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21642
21643         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
21644
21645         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
21646         list, not listp.
21647
21648 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
21649
21650         * mm-encode.el (mm-encode-content-transfer-encoding):
21651         Likewise when encoding.
21652
21653         * mm-bodies.el (mm-decode-content-transfer-encoding):
21654         De-canonicalize CRLF for all text content types, not just
21655         text/plain.
21656
21657 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21658
21659         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
21660         valid article; point arrow and cursor at the MIME button.
21661
21662 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21663
21664         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
21665         Suggested by Dan Christensen <jdc@uwo.ca>.
21666
21667         * mm-decode.el (mm-save-part): Enable change of prompt.
21668
21669 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
21670
21671         * gnus-msg.el (gnus-inews-add-send-actions):
21672         Make `message-post-method' lambda parameter ARG `&optional'.
21673
21674 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21675
21676         * gnus-sum.el (gnus-summary-mime-map):
21677         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
21678         gnus-article-jump-to-part.
21679
21680         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
21681         (gnus-article-edit-part): Use it.
21682         (gnus-article-part-wrapper): Add no-handle argument.
21683         (gnus-article-save-part-and-strip, gnus-article-delete-part):
21684         New functions.
21685
21686 2005-08-29  Romain Francoise  <romain@orebokech.com>
21687
21688         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
21689         docstring.
21690         (gnus-face-from-file): Likewise.
21691
21692 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21693
21694         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
21695         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
21696         non-nil.
21697         (gnus-auto-select-part): New variable.
21698         (gnus-article-jump-to-part): New function.
21699         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
21700         (gnus-mime-delete-part): Allow selecting specified part after
21701         deleting or stripping parts.
21702         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
21703         part if argument is bogus.
21704
21705 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
21706
21707         * gnus-art.el (w3m-minor-mode-map):
21708         * gnus-spec.el (gnus-newsrc-file-version):
21709         * gnus-util.el (nnmail-active-file-coding-system)
21710         (gnus-original-article-buffer, gnus-user-agent):
21711         * gnus.el (gnus-ham-process-destinations)
21712         (gnus-parameter-ham-marks-alist)
21713         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
21714         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
21715         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
21716         * mm-decode.el (gnus-current-window-configuration):
21717         * mm-extern.el (gnus-article-mime-handles):
21718         * mm-url.el (url-current-object, url-package-name)
21719         (url-package-version):
21720         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
21721         (smime-keys, w3m-cid-retrieve-function-alist)
21722         (w3m-current-buffer, w3m-display-inline-images)
21723         (w3m-minor-mode-map):
21724         * mml-smime.el (gnus-extract-address-components):
21725         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
21726         (gnus-newsrc-hashtb, message-default-charset)
21727         (message-deletable-headers, message-options)
21728         (message-posting-charset, message-required-mail-headers)
21729         (message-required-news-headers):
21730         * mml1991.el (mc-pgp-always-sign):
21731         * mml2015.el (mc-pgp-always-sign):
21732         * nnheader.el (nnmail-extra-headers):
21733         * rfc1843.el (gnus-decode-encoded-word-function)
21734         (gnus-decode-header-function, gnus-newsgroup-name):
21735         * spam-stat.el (gnus-original-article-buffer): Add defvars.
21736
21737 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
21738
21739         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
21740         the end of the date treatments.
21741
21742 2005-08-15  Simon Josefsson  <jas@extundo.com>
21743
21744         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
21745         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
21746         Capello and Romain Francoise.
21747         (pgg-fetch-key-function): Remove, not used?
21748         (pgg-insert-url-with-w3): Require url, to get
21749         url-insert-file-contents regardless of where it is defined.
21750
21751 2005-08-13  Romain Francoise  <romain@orebokech.com>
21752
21753         * message.el (message-cite-original-1): New function.
21754         (message-cite-original): Use it.
21755         (message-cite-original-without-signature): Ditto.
21756
21757 2005-08-08  Romain Francoise  <romain@orebokech.com>
21758
21759         * message.el (message-yank-empty-prefix): New variable.
21760         (message-indent-citation): Use it.
21761         (message-cite-original-without-signature): Respect X-No-Archive.
21762
21763 2005-08-08  Simon Josefsson  <jas@extundo.com>
21764
21765         * pgg.el: Autoload url-insert-file-contents instead of loading
21766         w3/url.
21767         (pgg-insert-url-with-w3): Don't load url here.
21768
21769 2005-08-07  Jesper Harder  <harder@phys.au.dk>
21770
21771         * message.el (message-kill-to-signature): Don't insert newline at
21772         bol.
21773         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
21774
21775 2005-08-06  Romain Francoise  <romain@orebokech.com>
21776
21777         * message.el (message-user-fqdn): Fix typo in docstring.
21778
21779 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
21780
21781         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
21782
21783         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
21784
21785 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21786
21787         * mm-bodies.el (mm-encode-body): Use coding system rather than
21788         charset to encode text.
21789
21790         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
21791         number of charsets if utf-8 is available (XEmacs).
21792
21793 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
21794
21795         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
21796         taken from `gnus-button-mid-or-mail-regexp'.
21797         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
21798         (gnus-button-alist): Improve regexp for domain part of the MIDs
21799         for news:localpart@domain buttons.
21800         (gnus-button-ctan-directory-regexp): Update.
21801
21802 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21803
21804         * sieve-manage.el (sieve-manage-interactive-login):
21805         Use make-local-variable rather than make-variable-buffer-local.
21806         (sieve-manage-open): Ditto.
21807         (sieve-manage-authenticate): Ditto.
21808
21809         * mml.el (mml-generate-mime-1): Make the content type default to
21810         text/plain if the filename is not specified.
21811
21812 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21813
21814         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
21815         instead of insert-buffer.
21816
21817         * message.el (message-yank-original): Ditto; set the mark at the
21818         end of the yanked message.
21819
21820 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21821
21822         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
21823         lines to scroll rather than to stop it.
21824
21825         * mml.el (mml-generate-default-type): Add doc string.
21826         (mml-generate-mime-1): Use mm-default-file-encoding or make it
21827         default to application/octet-stream when determining the content
21828         type if it is not specified for the part or the mml contents; add
21829         a comment about mml-generate-default-type.
21830
21831 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
21832
21833         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
21834         make it default to application/octet-stream when determining the
21835         content type if it is not specified for the external contents.
21836
21837 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21838
21839         * rfc2231.el (rfc2231-parse-string): Take care that not only a
21840         segmented parameter but also other parameters might be there.
21841
21842 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21843
21844         * mm-decode.el (mm-display-external): Delete temp file, directory
21845         and buffer immediately if the external process is exited.
21846
21847 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21848
21849         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
21850         fewer lines than that of scroll-margin.
21851         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
21852
21853 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21854
21855         * gnus-art.el (gnus-article-next-page): Revert.
21856         (gnus-article-beginning-of-window): New macro.
21857         (gnus-article-next-page-1): Use it.
21858         (gnus-article-prev-page): Ditto.
21859         (gnus-article-edit-part): Use insert-buffer-substring instead of
21860         insert-buffer.
21861         (gnus-article-edit-exit): Ditto.
21862
21863         * gnus-util.el (gnus-beginning-of-window): Remove.
21864         (gnus-end-of-window): Remove.
21865
21866         * lpath.el: Don't bind header-line-format and scroll-margin.
21867
21868 2005-07-25  Simon Josefsson  <jas@extundo.com>
21869
21870         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
21871         to have the url package without w3.  Reported by Daiki Ueno
21872         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
21873
21874 2005-07-20  Didier Verna  <didier@xemacs.org>
21875
21876         * gnus-diary.el: Remove the description comment (nndiary is now
21877         properly documented in the Gnus manual).
21878         Fix the spelling of "Back End".
21879         * nndiary.el: Ditto.
21880         Fix the copyright notice.
21881
21882 2005-07-18  Romain Francoise  <romain@orebokech.com>
21883
21884         * gnus-sum.el (gnus-summary-to-prefix)
21885         (gnus-summary-newsgroup-prefix): New variables.
21886         (gnus-summary-from-or-to-or-newsgroups): Use them.
21887
21888 2005-07-17  Romain Francoise  <romain@orebokech.com>
21889
21890         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
21891         space as it's generally not especially interesting to the user.
21892
21893 2005-07-16  Romain Francoise  <romain@orebokech.com>
21894
21895         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
21896         nil to avoid prompting and file modification if one of the
21897         messages at the top of the nnfolder file contains a copyright
21898         notice.
21899         Update copyright notice.
21900
21901         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
21902         instead of `current-time-string' as the latter creates a time
21903         string that is not RFC 2822 compliant (it lacks the zone).
21904         Update copyright notice.
21905
21906 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21907
21908         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
21909         for text/rtf.  Display default in prompt.  Pass default for M-n.
21910
21911         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
21912
21913 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21914
21915         * gnus-msg.el (gnus-button-mailto):
21916         Remove save-selected-window-window hackery because it relies on
21917         save-selected-window internals.
21918
21919 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21920
21921         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
21922         (gnus-article-next-page-1): Use gnus-beginning-of-window.
21923         (gnus-article-prev-page): Ditto.
21924
21925         * gnus-util.el (gnus-beginning-of-window): New function.
21926         (gnus-end-of-window): New function.
21927
21928         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
21929
21930 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21931
21932         * gnus-score.el (gnus-score-edit-all-score):
21933         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
21934         gnus-message.
21935
21936 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21937
21938         * gnus-msg.el (gnus-button-mailto):
21939         Remove save-selected-window-window hackery because it relies on
21940         save-selected-window internals.
21941
21942 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21943
21944         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
21945         add-minor-mode.
21946         (gnus-binary-mode): Ditto.
21947
21948         * gnus-topic.el (gnus-topic-mode): Ditto.
21949
21950 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
21951
21952         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
21953         (gnus-article-prev-page): Take scroll-margin into consideration.
21954
21955 2005-07-04  Lute Kamstra  <lute@gnu.org>
21956
21957         Update FSF's address in GPL notices.
21958
21959 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
21960
21961         * gnus.el (gnus-exit):
21962         * gnus-group.el (gnus-group-icons):
21963         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
21964
21965         * gnus-nocem.el (gnus-nocem):
21966         * message.el (message-various, message-buffers, message-sending)
21967         (message-interface, message-forwarding, message-insertion)
21968         (message-headers, message-news, message-mail):
21969         * pgg-gpg.el (pgg-gpg):
21970         * pgg-parse.el (pgg-parse):
21971         * pgg-pgp.el (pgg-pgp):
21972         * pgg-pgp5.el (pgg-pgp5):
21973         * pop3.el (pop3): Finish `defgroup' description with period.
21974
21975 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21976
21977         * gnus-art.el (article-display-face): Improve the efficiency.
21978         (article-display-x-face): Ditto; remove gray x-face stuff.
21979
21980 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21981
21982         * gnus-art.el (article-display-face): Correct the position in
21983         which Faces are inserted.
21984
21985 2005-06-29  Didier Verna  <didier@xemacs.org>
21986
21987         * gnus-art.el (article-display-face): Display faces in correct
21988         order.
21989
21990 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21991
21992         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
21993         (gnus-fill-real-hashtb): Use hash table instead of obarray.
21994         (gnus-nocem-check-article): Fetch the Type header.
21995         (gnus-nocem-message-wanted-p): Fix the way to examine types.
21996         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
21997         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
21998         make sure gnus-nocem-hashtb is initialized.
21999         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
22000         (gnus-nocem-unwanted-article-p): Ditto.
22001
22002         * pgg.el (pgg-verify): Return the verification result.
22003
22004 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22005
22006         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
22007         is ascii.
22008
22009 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
22010
22011         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
22012         `show-nonbreak-escape'.
22013
22014 2005-06-23  Lute Kamstra  <lute@gnu.org>
22015
22016         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
22017
22018         * dig.el (dig-mode):
22019         * smime.el (smime-mode): Use gnus-run-mode-hooks.
22020
22021 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
22022
22023         * nnimap.el (nnimap-split-download-body): Fix spellings.
22024
22025 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
22026
22027         * gnus-art.el (gnus-article-encrypt-body):
22028         * gnus-cus.el (gnus-score-customize):
22029         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
22030         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
22031
22032 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
22033
22034         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
22035         header by looking for magic "MII" at the beginning.
22036
22037 2005-06-16  Miles Bader  <miles@gnu.org>
22038
22039         * gnus-xmas.el (gnus-xmas-group-startup-message):
22040         Use renamed gnus-splash face.
22041
22042         * assistant.el (assistant-field): Remove "-face" suffix from face name.
22043         (assistant-field-face): New backward-compatibility alias for renamed
22044         face.
22045         (assistant-render-text): Use renamed assistant-field face.
22046
22047         * spam.el (spam): Remove "-face" suffix from face name.
22048         (spam-face): New backward-compatibility alias for renamed face.
22049         (spam-face, spam-initialize): Use renamed spam face.
22050
22051         * message.el (message-header-to, message-header-cc)
22052         (message-header-subject, message-header-newsgroups)
22053         (message-header-other, message-header-name)
22054         (message-header-xheader, message-separator, message-cited-text)
22055         (message-mml): Remove "-face" suffix from face names.
22056         (message-header-to-face, message-header-cc-face)
22057         (message-header-subject-face, message-header-newsgroups-face)
22058         (message-header-other-face, message-header-name-face)
22059         (message-header-xheader-face, message-separator-face)
22060         (message-cited-text-face, message-mml-face):
22061         New backward-compatibility aliases for renamed faces.
22062         (message-font-lock-keywords): Use renamed message faces.
22063
22064         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
22065         (sieve-test-commands, sieve-tagged-arguments):
22066         Remove "-face" suffix from face names.
22067         (sieve-control-commands-face, sieve-action-commands-face)
22068         (sieve-test-commands-face, sieve-tagged-arguments-face):
22069         New backward-compatibility aliases for renamed faces.
22070         (sieve-control-commands-face, sieve-action-commands-face)
22071         (sieve-test-commands-face, sieve-tagged-arguments-face):
22072         Use renamed sieve faces.
22073
22074         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
22075         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
22076         (gnus-group-news-3-empty, gnus-group-news-4)
22077         (gnus-group-news-4-empty, gnus-group-news-5)
22078         (gnus-group-news-5-empty, gnus-group-news-6)
22079         (gnus-group-news-6-empty, gnus-group-news-low)
22080         (gnus-group-news-low-empty, gnus-group-mail-1)
22081         (gnus-group-mail-1-empty, gnus-group-mail-2)
22082         (gnus-group-mail-2-empty, gnus-group-mail-3)
22083         (gnus-group-mail-3-empty, gnus-group-mail-low)
22084         (gnus-group-mail-low-empty, gnus-summary-selected)
22085         (gnus-summary-cancelled, gnus-summary-high-ticked)
22086         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
22087         (gnus-summary-high-ancient, gnus-summary-low-ancient)
22088         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
22089         (gnus-summary-low-undownloaded)
22090         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
22091         (gnus-summary-low-unread, gnus-summary-normal-unread)
22092         (gnus-summary-high-read, gnus-summary-low-read)
22093         (gnus-summary-normal-read, gnus-splash):
22094         Remove "-face" suffix from face names.
22095         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
22096         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
22097         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
22098         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
22099         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
22100         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
22101         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
22102         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
22103         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
22104         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
22105         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
22106         (gnus-summary-selected-face, gnus-summary-cancelled-face)
22107         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
22108         (gnus-summary-normal-ticked-face)
22109         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
22110         (gnus-summary-normal-ancient-face)
22111         (gnus-summary-high-undownloaded-face)
22112         (gnus-summary-low-undownloaded-face)
22113         (gnus-summary-normal-undownloaded-face)
22114         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
22115         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
22116         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
22117         (gnus-splash-face):
22118         New backward-compatibility aliases for renamed faces.
22119         (gnus-group-startup-message): Use renamed gnus faces.
22120
22121         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
22122         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
22123         (gnus-server-agent): Remove "-face" suffix from face names.
22124         (gnus-server-agent-face, gnus-server-opened-face)
22125         (gnus-server-closed-face, gnus-server-denied-face)
22126         (gnus-server-offline-face):
22127         New backward-compatibility aliases for renamed faces.
22128         (gnus-server-agent-face, gnus-server-opened-face)
22129         (gnus-server-closed-face, gnus-server-denied-face)
22130         (gnus-server-offline-face): Use renamed gnus faces.
22131
22132         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
22133         Remove "-face" suffix from face names.
22134         (gnus-picon-xbm-face, gnus-picon-face):
22135         New backward-compatibility aliases for renamed faces.
22136
22137         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
22138         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
22139         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
22140         (gnus-cite-11): Remove "-face" suffix from face names.
22141         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
22142         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
22143         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
22144         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
22145         New backward-compatibility aliases for renamed faces.
22146         (gnus-cite-attribution-face, gnus-cite-face-list)
22147         (gnus-article-boring-faces): Use renamed gnus faces.
22148
22149         * gnus-art.el (gnus-signature, gnus-header-from)
22150         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
22151         (gnus-header-content): Remove "-face" suffix from face names.
22152         (gnus-signature-face, gnus-header-from-face)
22153         (gnus-header-subject-face, gnus-header-newsgroups-face)
22154         (gnus-header-name-face, gnus-header-content-face):
22155         New backward-compatibility aliases for renamed faces.
22156         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
22157
22158         * gnus-sum.el (gnus-summary-selected-face)
22159         (gnus-summary-highlight): Use renamed gnus faces.
22160         * gnus-group.el (gnus-group-highlight): Likewise.
22161
22162 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
22163
22164         * gnus-sieve.el (gnus-sieve-article-add-rule):
22165         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
22166         * spam-stat.el (spam-stat-buffer-change-to-spam)
22167         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
22168
22169         * message.el (message-is-yours-p):
22170         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
22171
22172 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22173
22174         * mm-view.el (mm-inline-text): Withdraw the last change.
22175
22176 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22177
22178         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
22179         executing enriched-decode.
22180
22181 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22182
22183         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
22184         charset of tar files.
22185
22186 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
22187
22188         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
22189
22190 2005-06-04  Lute Kamstra  <lute@gnu.org>
22191
22192         * nnfolder.el (nnfolder-read-folder): Make sure that undo
22193         information is never recorded.
22194
22195 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22196
22197         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
22198
22199 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22200
22201         * pop3.el (pop3-apop): Run md5 in the binary mode.
22202
22203         * starttls.el (starttls-set-process-query-on-exit-flag):
22204         Use eval-and-compile.
22205
22206 2005-05-31  Simon Josefsson  <jas@extundo.com>
22207
22208         * smime.el (smime-replace-in-string): Define.
22209         (smime-cert-by-ldap-1): Use it.
22210
22211 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22212
22213         * gnus-art.el (article-display-x-face): Replace
22214         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22215
22216         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
22217         set-process-query-on-exit-flag or process-kill-without-query.
22218
22219         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
22220         loop instead of replace-regexp.
22221
22222         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
22223         instead of process-kill-without-query if it is available.
22224
22225         * lpath.el: Fbind ldap-search-entries.
22226
22227         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
22228         instead of find-file-hooks if it is available.
22229
22230         * mml1991.el: Bind pgg-default-user-id when compiling.
22231
22232         * mml2015.el: Bind pgg-default-user-id when compiling.
22233
22234         * nndraft.el (nndraft-request-associate-buffer):
22235         Use write-contents-functions instead of write-contents-hooks if it is
22236         available.
22237
22238         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
22239         instead of find-file-hooks if it is available.
22240
22241         * nntp.el (nntp-open-connection): Replace
22242         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22243         (nntp-open-ssl-stream): Ditto.
22244         (nntp-open-tls-stream): Ditto.
22245
22246         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
22247         set-process-query-on-exit-flag or process-kill-without-query.
22248         (starttls-open-stream-gnutls): Use it instead of
22249         process-kill-without-query.
22250         (starttls-open-stream): Ditto.
22251
22252 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
22253
22254         * smime.el (smime-cert-by-ldap-1): Don't use
22255         replace-regexp-in-string.
22256
22257 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
22258
22259         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
22260
22261         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
22262         in PEM format.  Adjust to the XEmacs compatibility.
22263
22264 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
22265
22266         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
22267         by `string-to-number'.
22268         * gnus-agent.el (gnus-agent-regenerate-group)
22269         (gnus-agent-fetch-articles): Ditto.
22270         * gnus-art.el (gnus-button-fetch-group): Ditto.
22271         * gnus-cache.el (gnus-cache-generate-active)
22272         (gnus-cache-articles-in-group): Ditto.
22273         * gnus-group.el (gnus-group-set-current-level)
22274         (gnus-group-insert-group-line): Ditto.
22275         * gnus-score.el (gnus-score-set-expunge-below)
22276         (gnus-score-set-mark-below, gnus-summary-score-effect)
22277         (gnus-summary-score-entry): Ditto.
22278         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
22279         (gnus-soup-pack): Ditto.
22280         * gnus-spec.el (gnus-xmas-format): Ditto.
22281         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
22282         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
22283         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
22284         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
22285         * nndb.el (nndb-get-remote-expire-response): Ditto.
22286         * nndiary.el (nndiary-parse-schedule-value)
22287         (nndiary-string-to-number, nndiary-request-replace-article)
22288         (nndiary-request-article): Ditto.
22289         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
22290         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
22291         * nneething.el (nneething-make-head): Ditto.
22292         * nnfolder.el (nnfolder-request-article)
22293         (nnfolder-retrieve-headers): Ditto.
22294         * nnheader.el (nnheader-file-to-number): Ditto.
22295         * nnkiboze.el (nnkiboze-request-article): Ditto.
22296         * nnmail.el (nnmail-process-unix-mail-format)
22297         (nnmail-process-babyl-mail-format): Ditto.
22298         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
22299         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
22300         (nnmh-request-create-group, nnmh-request-list-1)
22301         (nnmh-request-group, nnmh-request-article): Ditto.
22302         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
22303         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
22304         * nnsoup.el (nnsoup-make-active): Ditto.
22305         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
22306         * nntp.el (nntp-find-group-and-number)
22307         (nntp-retrieve-headers-with-xover): Ditto.
22308         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
22309         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
22310         (pgg-format-key-identifier): Ditto.
22311         * pop3.el (pop3-last, pop3-stat): Ditto.
22312         * qp.el (quoted-printable-decode-region): Ditto.
22313
22314         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
22315         of concat.
22316
22317 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22318
22319         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
22320
22321         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
22322
22323         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
22324
22325         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
22326
22327         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
22328
22329         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
22330
22331         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
22332         (gnus-carpal-mode): Ditto.
22333
22334         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
22335         (gnus-browse-mode): Ditto.
22336
22337         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
22338
22339         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
22340
22341 2005-05-29  Richard M. Stallman  <rms@gnu.org>
22342
22343         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
22344
22345 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22346
22347         * gnus-util.el (gnus-run-mode-hooks): New function.
22348
22349         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
22350
22351         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
22352         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
22353
22354 2005-05-27  Lute Kamstra  <lute@gnu.org>
22355
22356         * dns-mode.el (dns-mode): Specify customization group.
22357
22358 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
22359
22360         * gnus-agent.el (gnus-agent-make-mode-line-string):
22361         Use mode-line-highlight as mouse-face.
22362
22363 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22364
22365         * canlock.el (canlock): Change the parent group to news.
22366
22367         * deuglify.el (gnus-outlook-deuglify): Add :group.
22368
22369         * dig.el (dig): Add :group.
22370
22371         * dns-mode.el (dns-mode): Add :group.
22372
22373         * encrypt.el (encrypt): Add :group.
22374
22375         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
22376         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
22377         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
22378         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
22379         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
22380
22381         * gnus-diary.el (gnus-diary): Add :group.
22382
22383         * gnus.el (gnus-group-news-1-face): Add :group.
22384         (gnus-group-news-1-empty-face): Ditto.
22385         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
22386         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
22387         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
22388         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
22389         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
22390         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
22391         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
22392         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
22393         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
22394         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
22395         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
22396         (gnus-summary-high-ticked-face): Ditto.
22397         (gnus-summary-low-ticked-face): Ditto.
22398         (gnus-summary-normal-ticked-face): Ditto.
22399         (gnus-summary-high-ancient-face): Ditto.
22400         (gnus-summary-low-ancient-face): Ditto.
22401         (gnus-summary-normal-ancient-face): Ditto.
22402         (gnus-summary-high-undownloaded-face): Ditto.
22403         (gnus-summary-low-undownloaded-face): Ditto.
22404         (gnus-summary-normal-undownloaded-face): Ditto.
22405         (gnus-summary-high-unread-face): Ditto.
22406         (gnus-summary-low-unread-face): Ditto.
22407         (gnus-summary-normal-unread-face): Ditto.
22408         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
22409         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
22410
22411         * hashcash.el (hashcash): New custom group.
22412         (hashcash-default-payment): Add :group.
22413         (hashcash-payment-alist): Ditto.
22414         (hashcash-default-accept-payment): Ditto.
22415         (hashcash-accept-resources): Ditto.
22416         (hashcash-path): Ditto.
22417         (hashcash-extra-generate-parameters): Ditto.
22418         (hashcash-double-spend-database): Ditto.
22419         (hashcash-in-news): Ditto.
22420
22421         * message.el (message-minibuffer-local-map): Add :group.
22422
22423         * netrc.el (netrc): Add :group.
22424
22425         * sieve-manage.el (sieve-manage-log): Add :group.
22426         (sieve-manage-default-user): Diito.
22427         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
22428         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
22429         (sieve-manage-authenticators): Ditto.
22430         (sieve-manage-authenticator-alist): Ditto.
22431         (sieve-manage-default-port): Ditto.
22432
22433         * sieve-mode.el (sieve-control-commands-face): Add :group.
22434         (sieve-action-commands-face): Ditto.
22435         (sieve-test-commands-face): Ditto.
22436         (sieve-tagged-arguments-face): Ditto.
22437
22438         * smime.el (smime): Add :group.
22439
22440         * spam-report.el (spam-report): Add :group.
22441
22442         * spam.el (spam, spam-face): Add :group.
22443
22444 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22445
22446         * nntp.el (nntp-next-result-arrived-p): Some news servers may
22447         return \n.\n.\n at the end of articles.  Protect against that.
22448         (nntp-with-open-group): Allow debugging.
22449
22450         * nnheader.el (mail-header-set-extra): Make into a function
22451         because I just could't understand how to quote the list properly.
22452
22453         * dns.el (query-dns-cached): New function.
22454
22455 2005-05-26  Lute Kamstra  <lute@gnu.org>
22456
22457         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
22458
22459 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22460
22461         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
22462
22463         * gnus-art.el: Don't autoload mail-extract-address-components.
22464
22465         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
22466         eval-and-compile to evaluate it.
22467
22468         * hashcash.el: Don't autoload executable-find.
22469
22470         * nndb.el: Don't declare the nndb back end two or more times; don't
22471         autoload news-reply-mode, news-setup, cancel-timer and telnet.
22472
22473         * nntp.el: Autoload format-spec instead of format; use
22474         eval-and-compile to evaluate autoload forms.
22475
22476 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
22477
22478         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
22479
22480 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22481
22482         * gnus.el (gnus-version-number): Bump version.
22483
22484 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22485
22486         * gnus.el: No Gnus v0.3 is released.
22487
22488 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22489
22490         * lpath.el (featurep): Bind show-nonbreak-escape.
22491
22492 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22493
22494         * gnus-art.el (gnus-article-edit-part): Disable undo.
22495
22496 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22497
22498         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
22499         gnus-article-date-lapsed-new-header is t if date timer is active;
22500         skip headers in which the original date value is empty.
22501         (gnus-article-save-original-date): Redefine it as a macro.
22502         (gnus-display-mime): Use it.
22503
22504 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22505
22506         * gnus-art.el (article-date-ut): Support converting date in
22507         forwarded parts as well.
22508         (gnus-article-save-original-date): New function.
22509         (gnus-display-mime): Use it.
22510
22511 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
22512
22513         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
22514         enclosure element of <item>.
22515
22516 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
22517
22518         * message.el (message-kill-buffer-query): Rename from
22519         `message-kill-buffer-query-if-modified'.  Add :version.
22520
22521 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22522
22523         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
22524         window layout.
22525
22526 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22527
22528         * mml.el: Autoload dnd when compiling.
22529
22530 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
22531
22532         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
22533         x-dnd-*.
22534
22535 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22536
22537         * qp.el (quoted-printable-encode-region): Save excursion.
22538
22539 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
22540
22541         * message.el (message-kill-buffer-query-if-modified): Add new variable
22542         so the user can kill a modified message buffer quickly.
22543         (message-kill-buffer): Use it.
22544
22545 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22546
22547         * lpath.el: Fbind display-time-event-handler; don't fbind
22548         string-to-multibyte.
22549
22550         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
22551
22552 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22553
22554         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
22555         contained in text because xml.el decodes entities) with LFs.
22556
22557 2005-04-11  Lute Kamstra  <lute@gnu.org>
22558
22559         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
22560         differently.
22561
22562 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22563
22564         * mm-util.el (mm-detect-coding-region): Typo.
22565
22566 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22567
22568         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
22569
22570 2005-04-06  Deepak Goel  <deego@gnufans.org>
22571
22572         * spam-stat.el (spam-stat-score-buffer): Add a call to a
22573         user-function allow user modifications of the scores.
22574         (spam-stat-score-buffer-user): New function, to allow
22575         user-computed modifications to the score.
22576         (spam-stat-score-buffer-user-functions): List of additional
22577         scoring functions.
22578         (spam-stat-error-holder): Global temporary error holder.
22579         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
22580         variable.
22581
22582 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
22583
22584         * gnus-registry.el (gnus-registry-clean-empty-function)
22585         (gnus-registry-trim, gnus-registry-fetch-groups)
22586         (gnus-registry-delete-group): Groups that match
22587         `gnus-registry-ignored-groups' are removed from the registry
22588         entries, not just ignored for splitting.  This helps clean up the
22589         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
22590         to get all the groups a message ID is in.
22591
22592         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
22593         (spam-stat-split-fancy): Change "threshhold" to "threshold".
22594         (spam-stat-score-buffer-user-functions): Add :number custom type.
22595
22596 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22597
22598         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
22599         argument in XEmacs.
22600
22601         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
22602         (nnrss-request-group): Decode group name first.
22603         (nnrss-request-article): Make a text/plain article if mml-to-mime
22604         failed.
22605         (nnrss-get-encoding): Return a compatible encoding according to
22606         nnrss-compatible-encoding-alist.
22607         (nnrss-find-el): Use consp instead of listp.
22608         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
22609
22610 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22611
22612         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
22613         which Emacs 20 doesn't support.
22614         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
22615
22616 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
22617
22618         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
22619         silence the byte compiler inside the defun.
22620
22621         * gnus-demon.el (parse-time-string): Add autoload.
22622
22623         * gnus-delay.el (parse-time-string): Add autoload.
22624
22625         * gnus-art.el (parse-time-string): Add autoload.
22626
22627         * nnultimate.el (parse-time): Require for `parse-time-string'.
22628
22629 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
22630
22631         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
22632
22633         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
22634
22635         * smime.el (smime-ldap-host-list): Add :version.
22636
22637 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
22638
22639         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
22640         pass it to `gnus-browse-read-group'.
22641         (gnus-browse-read-group): Add NUMBER argument and pass it to
22642         `gnus-group-read-ephemeral-group'.
22643
22644         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
22645         argument and pass it to `gnus-group-read-group'.
22646
22647 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
22648
22649         * mm-util.el (mm-xemacs-find-mime-charset): Only call
22650         mm-xemacs-find-mime-charset-1 if we have the mule feature
22651         available at runtime.
22652
22653 2005-03-25  Werner Lemberg  <wl@gnu.org>
22654
22655         * nnmaildir.el: Replace `illegal' with `invalid'.
22656
22657 2005-03-23  Lute Kamstra  <lute@gnu.org>
22658
22659         * time-date.el: Add comment on time value formats.
22660         Don't require parse-time.
22661         (with-decoded-time-value): New macro.
22662         (encode-time-value): New function.
22663         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22664         (days-to-time): Return a valid time value when arg is huge.
22665         (time-since): Use time-subtract.
22666         (time-to-number-of-days): Use time-to-seconds.
22667
22668 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22669
22670         * gnus-start.el (gnus-display-time-event-handler):
22671         Check display-time-timer at runtime rather than only at load time
22672         in case display-time-mode is turned off in the mean time.
22673
22674 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
22675
22676         * nnimap.el (nnimap-open-connection): Print which authinfo file is
22677         used.
22678
22679         * nneething.el (nneething-map-file-directory): Derive from
22680         `gnus-directory'.
22681
22682         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
22683         the To/Cc button.
22684
22685 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
22686
22687         * nnmaildir.el (nnmaildir-request-accept-article):
22688         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
22689
22690 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22691
22692         * gnus-async.el: Require timer-funcs at compile time when in
22693         XEmacs for `run-with-idle-timer'.
22694
22695 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22696
22697         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
22698         autoloaded function.
22699
22700 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22701
22702         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
22703
22704 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
22705
22706         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
22707
22708 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22709
22710         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
22711         Add gnus-expert-user to default.
22712
22713 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
22714
22715         * nnimap.el (nnimap-open-server): Ditto.
22716
22717         * imap.el (imap-authenticate): Fix typo.
22718
22719 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
22720
22721         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
22722         buffer (since IMAP server might return FETCH response out of
22723         order, and the nntp buffer must be sorted).
22724
22725 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
22726
22727         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
22728         comparison on string.
22729
22730         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
22731         (gnus-agent-score): Rename category keywords to match gnus-cus.
22732         (gnus-agent-summary-fetch-series): Modify to protect against
22733         gnus-agent-summary-fetch-group clearing processable flags.
22734         (gnus-agent-synchronize-group-flags): Update live group buffer as
22735         synchronization may occur due to the user toggle the plugged
22736         status.
22737         (gnus-agent-fetch-group-1): Clear downloadable flag when article
22738         successfully downloaded.
22739         (gnus-agent-expire-group-1): Avoid using markers when the overview
22740         is in ascending order; greatly improves performance.
22741         (gnus-agent-regenerate-group):
22742         Use gnus-agent-synchronize-group-flags to reset read status in both
22743         gnus and server.
22744         (gnus-agent-update-files-total-fetched-for): Fix initial size.
22745
22746 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
22747
22748         * message.el: Don't autoload former message-utils variables.
22749         (message-strip-subject-trailing-was): Change doc string.
22750
22751         * nnweb.el: Fixes for `gnus-group-make-web-group'.
22752         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
22753         (nnweb-google-search): Add "hl=en" here.
22754         (nnweb-google-parse-1, nnweb-google-create-mapping):
22755         Don't hardcode URL.
22756
22757 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
22758
22759         * message.el (message-get-reply-headers, message-followup):
22760         Mention related variables `message-use-followup-to' and
22761         `message-use-mail-followup-to', in the information buffer.
22762
22763         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
22764         of broken groups(-beta).google.com.
22765
22766 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
22767
22768         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
22769         parameter to invoked gnus-request-move-article; remove the
22770         redundant gnus-sum-hint-move-is-internal variable; apply the marks
22771         all at once instead of once per article.
22772         (gnus-summary-remove-process-mark): Accept a list of articles as
22773         well as a single article for processing.
22774
22775         * gnus-int.el (gnus-request-move-article): Add move-is-internal
22776         parameter.
22777
22778         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
22779
22780         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
22781
22782         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
22783         parameter.
22784
22785         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
22786         parameter.
22787
22788         * nnimap.el (nnimap-request-move-article): Add move-is-internal
22789         parameter and remove the gnus-sum-hint-move-is-internal variable.
22790
22791         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
22792         parameter.
22793
22794         * nndraft.el (nndraft-request-move-article): Add move-is-internal
22795         parameter.
22796
22797         * nndiary.el (nndiary-request-move-article): Add move-is-internal
22798         parameter.
22799
22800         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
22801
22802         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
22803         parameter.
22804
22805         * nnagent.el (nnagent-request-move-article): Add move-is-internal
22806         parameter.
22807
22808 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22809
22810         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
22811         a more conservative way.
22812
22813 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22814
22815         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
22816         buffer, so it moves the window's cursor.
22817
22818 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
22819
22820         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
22821         `mm-dissect-multipart' and receive the from field as an (optional)
22822         argument from `mm-dissect-multipart'.
22823         (mm-dissect-multipart): Receive the from field as an argument and
22824         pass it on when we call `mm-dissect-buffer' on MIME parts.
22825         Fixes verification/decryption of signed/encrypted MIME parts.
22826
22827 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
22828
22829         * gnus-sum.el (gnus-summary-move-article):
22830         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
22831         whatever it calls (right now, only nnimap-request-move article
22832         respects it).
22833
22834         * nnimap.el (nnimap-request-move-article):
22835         When gnus-sum-hint-move-is-internal is set, don't do the extra
22836         nnimap-request-article.
22837
22838 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
22839
22840         * nnheader.el (nnheader-find-file-noselect): Add doc string.
22841
22842         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
22843         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
22844
22845         * gnus-sum.el (gnus-summary-caesar-message):
22846         Apply `gnus-treat-article' after rotation.
22847
22848         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
22849         doc string.
22850
22851 2005-02-22  Simon Josefsson  <jas@extundo.com>
22852
22853         * encrypt.el (encrypt-password-cache-expiry): Remove (use
22854         `password-cache-expiry' instead).  Reported by Arne Jørgensen
22855         <arne@arnested.dk>.
22856         (encrypt): Add password-cache and password-cache-expiry as group
22857         members.
22858
22859 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
22860
22861         * smime.el (smime-ldap-host-list): Doc fix.
22862         (smime-ask-passphrase): Use `password-read-and-add' to read (and
22863         cache) password.
22864         (smime-sign-region): Use it.
22865         (smime-decrypt-region): Use it.
22866         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
22867         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
22868         fails.
22869         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
22870         certificate from DER to PEM format rather than calling openssl.
22871
22872         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
22873
22874         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
22875         for signing/encryption.
22876
22877         * mml.el (mml-parse-1): Use them.
22878
22879 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
22880
22881         * nnrss.el (nnrss-verbose): Remove.
22882         (nnrss-request-group): Use `nnheader-message' instead.
22883
22884 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
22885
22886         * nnrss.el (nnrss-verbose): New variable.
22887         (nnrss-request-group): Make it say nnrss is requesting a group.
22888
22889 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
22890
22891         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
22892         Handle news URL with given port correctly.
22893
22894 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22895
22896         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
22897         containing special characters.
22898
22899         * gnus-sum.el (gnus-summary-edit-article): Ditto.
22900
22901         * mml.el (mime-to-mml): Ditto.
22902
22903         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
22904         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
22905         (rfc2047-decode-region): Quote decoded words containing special
22906         characters when rfc2047-quote-decoded-words-containing-tspecials
22907         is non-nil.
22908
22909 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
22910
22911         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
22912
22913         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
22914
22915 2005-02-15  Simon Josefsson  <jas@extundo.com>
22916
22917         * nnimap.el (nnimap-debug): Doc fix.
22918
22919         * imap.el (imap-debug): Doc fix.
22920
22921 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22922
22923         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
22924
22925 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
22926
22927         * gnus.el (spam-contents): Improve docs for spam-contents
22928         parameter in its variable incarnation.
22929
22930 2005-02-14  Simon Josefsson  <jas@extundo.com>
22931
22932         * smime-ldap.el: Use require instead of load-library for ldap.
22933         (smime-ldap-search): Indent.
22934         (smime-ldap-search-internal): Shorten line.
22935
22936         * smime.el (smime-cert-by-dns): Add doc-string.
22937         (smime-cert-by-ldap-1): Indent.
22938
22939         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
22940         mml-smime-get-dns-ldap.
22941         (mml-smime-encrypt-query): Use new function.  Default to ldap.
22942
22943 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
22944
22945         * smime.el: Require smime-ldap.
22946         (smime-ldap-host-list): New variable.
22947         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
22948
22949         * mml-smime.el (mml-smime-encrypt-query): New function.
22950         (mml-smime-encrypt-query): Use it.
22951
22952         * smime-ldap.el: New file.
22953
22954 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22955
22956         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
22957
22958 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
22959
22960         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
22961         argument in doc string.  Make query for type more clear.
22962
22963 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
22964
22965         * gnus.el (gnus-group-startup-message): Search for gnus images in
22966         etc/images/gnus.
22967         * mm-util.el (mm-image-load-path): Likewise.
22968         * smiley.el (smiley-data-directory): Search for smilies in
22969         etc/images/smilies.
22970
22971 2005-02-09  Kim F. Storm  <storm@cua.dk>
22972
22973         Change Emacs release version from 21.4 to 22.1 throughout.
22974         Change Emacs development version from 21.3.50 to 22.0.50.
22975
22976 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22977
22978         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
22979
22980         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
22981         non-Mule XEmacs as well.
22982         (mm-decompress-buffer): Signal an error intentionally if it does
22983         not decompress compressed data because auto-compression-mode is
22984         disabled.
22985
22986 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
22987
22988         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
22989         an ID in the registry even if it has no groups.
22990
22991 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22992
22993         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
22994         merge it into mm-decompress-buffer.
22995         (gnus-mime-copy-part): Use the MIME part charset, the value which
22996         a user specified or gnus-newsgroup-charset for decoding, like
22997         gnus-mime-inline-part does; set buffer-file-coding-system to tell
22998         save-buffer what was used.  Suggested by Kevin Ryde
22999         <user42@zip.com.au>.
23000         (gnus-mime-inline-part): Allow the name parameter as well as the
23001         filename parameter; force decompressing of compressed data; always
23002         display contents being not decoded as unibyte.
23003
23004         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
23005         as well as the filename parameter.
23006
23007         * mm-util.el (mm-decompress-buffer):
23008         Merge gnus-mime-jka-compr-maybe-uncompress.
23009         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
23010         of compressed data.
23011
23012 2005-02-08  Simon Josefsson  <jas@extundo.com>
23013
23014         * imap.el (imap-log): Doc fix.
23015
23016 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23017
23018         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
23019         the coding cookies; decompress compressed parts.
23020
23021         * mml.el (mml-generate-mime-1): Add the charset parameter according
23022         to the value which a user specified manually or the coding cookie.
23023
23024         * mm-util.el (mm-string-to-multibyte): New function.
23025         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
23026         (mm-coding-system-to-mime-charset): New function.
23027         (mm-decompress-buffer): New function.
23028         (mm-find-buffer-file-coding-system): New function.
23029
23030         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
23031         (mm-display-inline-fontify): Rewrite for decoding and decompressing
23032         parts.
23033
23034 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23035
23036         * mm-view.el (mm-display-inline-fontify): Decode a part according
23037         to the charset parameter.
23038
23039 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23040
23041         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
23042         prefix arg is neither nil nor a number, as info specifies.
23043
23044 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23045
23046         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
23047         timestamps.
23048
23049 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
23050
23051         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
23052         groups error checking and notify user.
23053
23054 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
23055
23056         * message.el (message-send-mail-function): Check existence of
23057         sendmail-program first before using default value
23058         `message-send-mail-with-sendmail'.  Otherwise use more generic
23059         `smtpmail-send-it'.
23060
23061 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23062
23063         * nntp.el (nntp-request-update-info): Always return nil.
23064
23065 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23066
23067         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
23068
23069 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23070
23071         * message.el (message-beginning-of-line): Change the behavior when
23072         invoked between BOL and : so that it first moves backward.
23073
23074 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23075
23076         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
23077         article buffer when editing of the article is discarded.
23078         (gnus-article-prepare): Revert.
23079
23080 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23081
23082         * gnus-art.el (gnus-article-prepare):
23083         Remove message-strip-forbidden-properties from the local hook.
23084
23085 2005-01-27  Simon Josefsson  <jas@extundo.com>
23086
23087         * password.el (password-cache-add): Only start one timer per key.
23088         Reported by Derek Atkins <warlord@MIT.EDU>.
23089
23090 2005-01-26  Steve Youngs  <steve@sxemacs.org>
23091
23092         * run-at-time.el: Remove.  It is no longer needed as
23093         timer-funcs.el in the xemacs-base package has a working version of
23094         `run-at-time'.
23095
23096         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
23097
23098         * password.el: Require timer-funcs instead of run-at-time in
23099         XEmacs.
23100         Remove `password-run-at-time' macro.
23101         (password-cache-add): Use `run-at-time' instead of
23102         `password-run-at-time'.
23103
23104         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
23105         Remove `nnheader-cancel-function-timers' alias,
23106         `cancel-function-timers' exists in XEmacs in timer-funcs.
23107
23108         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
23109         for `run-with-idle-timer'.
23110
23111         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
23112         for `run-at-time'.
23113
23114         * mm-url.el: Require timer-funcs at compile time when in XEmacs
23115         for `with-timeout'.
23116
23117         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
23118         the same as for XEmacs 21.4.
23119         No need to ignore `run-with-idle-timer', this function exists in
23120         XEmacs now in timer-funcs.el in the xemacs-base package.
23121         (dgnushack-compile): No need to delete
23122         run-at-time.el from the list of files to compile because it
23123         doesn't exist anymore.
23124
23125 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23126
23127         * mml.el (mml-generate-mime-1): Convert string into unibyte when
23128         inserting " *mml*" buffer's contents into a unibyte temp buffer.
23129
23130 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
23131
23132         * mail-source.el (mail-source-fetch-imap): Search for ^From case
23133         sensitively.
23134
23135 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
23136
23137         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
23138
23139 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23140
23141         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
23142         which will be inserted according to the multibyteness of a buffer
23143         rather than the type of contents.  Suggested by ARISAWA Akihiro
23144         <ari@mbf.ocn.ne.jp>.
23145
23146         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
23147         of string which old xml.el may return rather than a string.
23148
23149 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23150
23151         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
23152
23153 2005-01-16  Simon Josefsson  <jas@extundo.com>
23154
23155         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
23156         idn/idna.el isn't available.
23157         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
23158         <michael@waxrat.com>.
23159
23160         * hashcash.el: Remove non-FSF copyright header.
23161
23162         * hashcash.el (hashcash-extra-generate-parameters): New variable.
23163         (hashcash-generate-payment): Use it.
23164         (hashcash-generate-payment-async): Use it.
23165
23166 2005-01-15  Simon Josefsson  <jas@extundo.com>
23167
23168         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
23169         Suggested by Raymond Scholz <ray-2005@zonix.de>.
23170
23171         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
23172         gnus-summary-idna-message.
23173         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
23174         (gnus-summary-idna-message): New function.
23175
23176 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
23177
23178         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
23179         gnus-novice-user.
23180
23181 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23182
23183         * nnrss.el (nnrss-request-delete-group): Delete entries in
23184         nnrss-group-alist as well.
23185         (nnrss-save-server-data): Insert newline.
23186
23187 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
23188
23189         * gnus.el (gnus-user-agent): Use list of symbols instead of
23190         symbols.  Display full version number for (S)XEmacs.
23191         Optionally display (S)XEmacs codename.
23192
23193         * gnus-util.el (gnus-emacs-version): Update for new
23194         `gnus-user-agent'.
23195
23196         * gnus-msg.el (gnus-extended-version): Make it possible to omit
23197         Gnus version.
23198
23199 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23200
23201         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
23202         which is unreadable in some setups.
23203
23204 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23205
23206         * gnus-spec.el (gnus-update-format-specifications): Flush the
23207         group format spec cache if it doesn't support decoded group names.
23208
23209 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
23210
23211         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
23212         Allow to apply decay on score files matching a regexp.
23213
23214 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23215
23216         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
23217         compatibility in %g and %c.
23218
23219 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23220
23221         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
23222         name for only %g and %c.
23223         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
23224         of gnus-tmp-group to decoded group name.
23225         (gnus-group-make-rss-group): Exclude `/'s from group names.
23226
23227 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23228
23229         * nnrss.el (nnrss-get-encoding): Fix regexp.
23230
23231 2004-12-27  Simon Josefsson  <jas@extundo.com>
23232
23233         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
23234         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
23235         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
23236
23237 2004-12-17  Kim F. Storm  <storm@cua.dk>
23238
23239         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
23240
23241         * gnus-sum.el (gnus-summary-mode-map): Likewise.
23242
23243 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23244
23245         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
23246
23247 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23248
23249         * nnrss.el: Require rfc2047 and mml.
23250         (nnrss-file-coding-system): New variable.
23251         (nnrss-format-string): Redefine it as an inline function.
23252         (nnrss-decode-group-name): New function.
23253         (nnrss-string-as-multibyte): Remove.
23254         (nnrss-retrieve-headers): Decode group name; don't use
23255         nnrss-format-string.
23256         (nnrss-request-group): Decode group name.
23257         (nnrss-request-article): Decode group name; allow a Message-ID as
23258         well as an article number; don't use nnrss-format-string; encode a
23259         Message-ID string which may contain non-ASCII characters; use
23260         mml-to-mime to compose a MIME article.
23261         (nnrss-request-expire-articles): Decode group name.
23262         (nnrss-request-delete-group): Decode group name.
23263         (nnrss-fetch): Clarify error message.
23264         (nnrss-read-server-data): Use insert-file-contents instead of load;
23265         bind file-name-coding-system; use multibyte buffer.
23266         (nnrss-save-server-data): Bind coding-system-for-write to the
23267         value of nnrss-file-coding-system; bind file-name-coding-system;
23268         add coding cookie.
23269         (nnrss-read-group-data): Use insert-file-contents instead of load;
23270         bind file-name-coding-system; use multibyte buffer.
23271         (nnrss-save-group-data): Bind coding-system-for-write to the
23272         value of nnrss-file-coding-system; bind file-name-coding-system.
23273         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
23274         make it work with non-ASCII text.
23275         (nnrss-find-el): Make it work with old xml.el as well.
23276
23277 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23278
23279         * nnrss.el (nnrss-get-encoding): New function.
23280         (nnrss-fetch): Use unibyte buffer initially; bind
23281         coding-system-for-read while performing mm-url-insert; remove ^Ms;
23282         decode contents according to the encoding attribute.
23283         (nnrss-save-group-data): Add coding cookie.
23284         (nnrss-mime-encode-string): New function.
23285         (nnrss-check-group): Use it to encode subject and author.
23286
23287 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
23288
23289         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
23290         imaginary variable.
23291
23292 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23293
23294         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
23295         correctly even if there are wide characters.
23296
23297 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
23298
23299         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
23300         downcased symbol names; make a new cache instead of reusing
23301         bbdb-hashtable.
23302
23303 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23304
23305         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
23306         concatenating segments rather than before concatenating them.
23307         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23308
23309         * message.el (message-get-reply-headers): Bind `extra'.
23310
23311 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23312
23313         * message.el (message-extra-wide-headers): New variable.
23314         (message-get-reply-headers): Use it.
23315
23316 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23317
23318         * gnus-agent.el (gnus-agent-group-path): Decode group name.
23319         (gnus-agent-group-pathname): Ditto.
23320
23321         * gnus-cache.el (gnus-cache-file-name): Decode group name.
23322
23323         * gnus-group.el (gnus-group-make-group): Decode group name.
23324         (gnus-group-make-rss-group): Register the group data after opening
23325         the nnrss group.
23326
23327 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
23328
23329         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
23330         by expiry now get marked as read.
23331
23332 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23333
23334         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
23335
23336 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
23337
23338         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
23339         unify Latin characters in XEmacs.
23340         (mm-find-mime-charset-region): Use it.
23341
23342 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23343
23344         * gnus-util.el (gnus-delete-directory): New function.
23345
23346         * gnus-agent.el (gnus-agent-delete-group): Use it.
23347
23348         * gnus-cache.el (gnus-cache-delete-group): Use it.
23349
23350 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23351
23352         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
23353         names.
23354
23355 2004-12-16  Simon Josefsson  <jas@extundo.com>
23356
23357         * hashcash.el (hashcash-payment-alist): Fix custom :type.
23358
23359 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23360
23361         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
23362
23363         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
23364         (gnus-group-set-current-level): Decode group name.
23365
23366 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
23367
23368         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
23369         failed.
23370
23371 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23372
23373         * gnus-group.el (gnus-group-delete-group): Decode group name.
23374         (gnus-group-make-rss-group): Encode group name.
23375         (gnus-group-catchup-current): Decode group name.
23376         (gnus-group-kill-group): Decode group name.
23377
23378 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23379
23380         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
23381
23382 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23383
23384         * gnus-group.el (gnus-group-make-rss-group):
23385         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
23386
23387         * gnus-start.el (gnus-setup-news): Honor user's setting to
23388         gnus-message-archive-method.  Suggested by Lute Kamstra
23389         <lute@gnu.org>.
23390
23391 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
23392
23393         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
23394         global counterparts of the buffer-local variables.
23395
23396 2004-11-16  Romain Francoise  <romain@orebokech.com>
23397
23398         * gnus-sum.el (gnus-summary-exit): Don't clear the global
23399         counterparts of the buffer-local variables.
23400
23401 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23402
23403         * message.el (message-forbidden-properties): Fix typo in doc
23404         string.
23405
23406 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23407
23408         * gnus-util.el (gnus-replace-in-string): Add doc string.
23409
23410         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
23411         to avoid problems when splitting mails with many recipients.
23412
23413 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23414
23415         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
23416         pop-to-buffer, covered by the subsequent gnus-configure-windows.
23417
23418 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
23419
23420         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
23421         if there is no hashtable in memory or file modification time is
23422         newer than cached timestamp.
23423
23424 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
23425
23426         * gnus-sum.el (gnus-summary-limit-to-recipient):
23427         Implement not-matching option.
23428
23429 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
23430
23431         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
23432         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
23433         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
23434         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
23435         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
23436         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
23437
23438 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23439
23440         * message.el (message-forward-make-body-mml): Remove headers
23441         according to message-forward-ignored-headers if a message is decoded.
23442
23443 2004-12-02  Romain Francoise  <romain@orebokech.com>
23444
23445         * message.el (message-forward-make-body-plain): Always remove
23446         headers according to message-forward-ignored-headers.
23447
23448 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
23449
23450         * spam.el (spam-summary-prepare-exit): Remove the
23451         gnus-summary-limit pop for now, it has problems with ham marks for
23452         me.
23453
23454 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
23455
23456         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
23457         correctly.
23458
23459 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
23460
23461         * format-spec.el (format-spec): Message the char.
23462
23463 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
23464
23465         * gnus-art.el (gnus-split-methods): Reformat comments.
23466
23467         * spam.el (spam-summary-prepare-exit): Remove article limits
23468         before exiting the summary buffer.
23469
23470 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23471
23472         * lpath.el: Remove bbdb-create-internal, bbdb-records,
23473         spam-BBDB-register-routine and spam-enter-ham-BBDB.
23474
23475         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
23476         order to silence the byte compiler.
23477
23478         * spam.el: Fix the way to silence the byte compiler, which
23479         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
23480         bbdb-search-simple, spam-BBDB-register-routine,
23481         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
23482         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
23483         spam-stat-buffer-is-spam, spam-stat-load,
23484         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
23485         spam-stat-save and spam-stat-split-fancy.
23486
23487 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23488
23489         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
23490         which may confuse users.
23491         (canlock-password-for-verify): Ditto.
23492
23493         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
23494
23495         * gnus-art.el (gnus-emphasis-alist): Ditto.
23496
23497         * gnus-registry.el (gnus-registry-max-entries): Ditto.
23498
23499         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
23500
23501         * gnus-start.el (gnus-save-killed-list): Ditto.
23502
23503         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
23504         (gnus-sum-thread-tree-root): Ditto.
23505         (gnus-sum-thread-tree-false-root): Ditto.
23506         (gnus-sum-thread-tree-single-indent): Ditto.
23507
23508         * message.el (message-courtesy-message): Ditto.
23509         (message-archive-note): Ditto.
23510         (message-subscribed-address-file): Ditto.
23511         (message-user-fqdn): Ditto.
23512
23513         * spam-report.el (spam-report-gmane-regex): Ditto.
23514
23515         * spam.el (spam-blackhole-good-server-regex): Ditto.
23516
23517 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23518
23519         * mml.el (mml-preview): Widen the message buffer before copying
23520         the contents to the preview buffer; sort headers before previewing.
23521
23522         * message.el (message-hidden-headers): Fix the way to avoid a bug
23523         in the `repeat' widget in Emacs 21.3 or earlier.
23524
23525 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23526
23527         * message.el (message-hidden-headers): Default to "^References:".
23528         Improve customization type.  Suggested by Reiner Steib
23529         <Reiner.Steib@gmx.de>.
23530
23531 2004-11-25  Romain Francoise  <romain@orebokech.com>
23532
23533         * message.el (message-strip-forbidden-properties): Remove check for
23534         obsolete `message-hidden' text property, hidden headers are not
23535         accessible in the buffer anymore.
23536
23537 2004-11-22  Romain Francoise  <romain@orebokech.com>
23538
23539         * message.el (message-header-format-alist): Add `From' in list
23540         so that it can be sorted.
23541         (message-fix-before-sending): Widen and sort headers before
23542         sending.
23543         (message-hide-headers): Use narrowing to hide headers by moving
23544         them to the top of the buffer and narrowing to the region
23545         underneath.
23546
23547 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23548
23549         * message.el (message-strip-forbidden-properties):
23550         Bind buffer-read-only (etc) to nil.
23551
23552 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23553
23554         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
23555         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23556
23557 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
23558
23559         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
23560
23561 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23562
23563         * dns.el (query-dns): Use sit-for to time instead of
23564         accept-process-output, since that doesn't seem to work on udp
23565         sockets.
23566
23567 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23568
23569         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
23570
23571 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
23572
23573         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
23574         doc string.  Improve doc string.
23575
23576 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23577
23578         * nntp.el (nntp-request-update-info): Return nil if
23579         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
23580         may not call gnus-activate-group which uselessly issues the GROUP
23581         commands for all nntp groups and wastes time.  Reported by Romain
23582         Francoise <romain@orebokech.com>.
23583
23584         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
23585
23586 2004-11-15  Simon Josefsson  <jas@extundo.com>
23587
23588         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
23589         headers separately.
23590         (gnus-button-openpgp): New function, inspired by Jochen Küpper
23591         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
23592
23593 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
23594
23595         * gnus-start.el (gnus-convert-old-newsrc):
23596         Assign legacy-gnus-agent to 5.10.7.
23597
23598 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23599
23600         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
23601         start of the lines.
23602
23603 2004-11-14  Magnus Henoch  <mange@freemail.hu>
23604
23605         * hashcash.el (hashcash-default-payment): Change default to 20.
23606         (hashcash-default-accept-payment): Change default to 20.
23607         (hashcash-process-alist): New variable.
23608         (hashcash-generate-payment-async): Add.
23609         (hashcash-already-paid-p): Add.
23610         (hashcash-insert-payment): Don't generate payments twice.
23611         (hashcash-insert-payment-async): Add.
23612         (hashcash-insert-payment-async-2): Add.
23613         (hashcash-cancel-async): Add.
23614         (hashcash-wait-async): Add.
23615         (hashcash-processes-running-p): Add.
23616         (hashcash-wait-or-cancel): Add.
23617         (mail-add-payment): New optional argument.  Conditionally start
23618         asynchronous calculation.
23619         (mail-add-payment-async): Add.
23620
23621         * message.el (message-send-mail): Wait for asynchronous hashcash
23622         results.  Don't clobber existing X-Hashcash headers.
23623         (message-setup-1): Call mail-add-payment-async when
23624         message-generate-hashcash is non-nil.
23625
23626 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
23627
23628         * message.el (message-use-alternative-email-as-from): Examine the
23629         From header as well; use message-make-from in order to include a
23630         user's full name.
23631
23632 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23633
23634         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
23635         default; improve customization type.
23636         (gnus-emphasis-custom-with-format): New macro.
23637         (gnus-emphasis-custom-value-to-external): New function.
23638         (gnus-emphasis-custom-value-to-internal): New function.
23639
23640 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23641
23642         * dns.el (query-dns): Resolve reverse addresses.
23643
23644 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23645
23646         * gnus-group.el (gnus-group-get-new-news): Use it.
23647
23648         * gnus-start.el (gnus-check-reasonable-setup): New function.
23649
23650 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23651
23652         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
23653         "Args out of range" error.  Reported by Arnaud Giersch
23654         <arnaud.giersch@free.fr>.
23655
23656 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23657
23658         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
23659
23660 2004-11-04  Richard M. Stallman  <rms@gnu.org>
23661
23662         * spam.el (spam group): Add :version.
23663
23664         * pgg-def.el (pgg group): Add :version.
23665
23666 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23667
23668         * gnus-art.el (gnus-article-edit-article): Don't associate the
23669         article buffer with a draft file.  This is a temporary measure
23670         against the 2004-08-22 change to gnus-article-edit-mode.
23671
23672 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23673
23674         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
23675         (html2text-format-tags): Remove unused variable `attr'.
23676
23677 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
23678
23679         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
23680
23681         * tls.el (tls-process-connection-type, tls-success)
23682         (tls-certtool-program): Add :version.
23683
23684         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
23685         (starttls-extra-arguments, starttls-process-connection-type)
23686         (starttls-connect, starttls-failure, starttls-success): Add :version.
23687
23688         * spam-stat.el (spam-stat): Add :version.
23689
23690         * sieve.el (sieve): Add :version.
23691
23692         * sha1.el (sha1): Add :version.
23693         (sha1-use-external): Remove redundant version.
23694
23695         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
23696         (nnmail-cache-ignore-groups, nnmail-spool-hook)
23697         (nnmail-split-fancy-match-partial-words)
23698         (nnmail-split-lowercase-expanded): Add :version.
23699
23700         * nndiary.el (nndiary): Add :version.
23701
23702         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
23703
23704         * mml-sec.el (mml-default-sign-method)
23705         (mml-default-encrypt-method, mml-signencrypt-style-alist):
23706         Add :version.
23707
23708         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
23709
23710         * mm-url.el (mm-url-use-external, mm-url-program)
23711         (mm-url-arguments): Add :version.
23712
23713         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
23714         (mm-attachment-file-modes, mm-decrypt-option)
23715         (mm-w3m-safe-url-regexp): Add :version.
23716
23717         * message.el (message-cite-prefix-regexp)
23718         (message-sendmail-envelope-from, message-minibuffer-local-map)
23719         (message-user-fqdn, message-completion-alist): Add :version.
23720
23721         * gnus-win.el (gnus-configure-windows-hook)
23722         (gnus-use-frames-on-any-display): Add :version.
23723
23724         * gnus-art.el (gnus-article-address-banner-alist)
23725         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
23726         (gnus-treat-from-picon, gnus-treat-mail-picon)
23727         (gnus-treat-x-pgp-sig): Add :version.
23728
23729         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
23730         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
23731         (gnus-summary-article-delete-hook)
23732         (gnus-summary-display-while-building): Add :version.
23733
23734         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
23735         (gnus-get-top-new-news-hook): Add :version.
23736
23737         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
23738         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
23739
23740         * gnus-registry.el (gnus-registry): Add :version.
23741
23742         * gnus-spec.el (gnus-use-correct-string-widths)
23743         (gnus-make-format-preserve-properties): Add :version.
23744
23745         * gnus.el (gnus-group-charter-alist)
23746         (gnus-group-fetch-control-use-browse-url)
23747         (gnus-install-group-spam-parameters): Add :version.
23748
23749         * gnus-diary.el (gnus-diary): Add :version.
23750
23751         * gnus-delay.el (gnus-delay): Add :version.
23752
23753         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
23754         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
23755         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
23756         Add :version.
23757
23758         * gnus-agent.el (gnus-agent-max-fetch-size)
23759         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
23760         (gnus-agent-prompt-send-queue): Add :version.
23761
23762         * deuglify.el (gnus-outlook-deuglify): Add :version.
23763
23764         * html2text.el: Beautify code.  Improve doc strings.
23765         Some checkdoc cleanup.
23766         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
23767
23768 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
23769
23770         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
23771
23772 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
23773
23774         * gnus-registry.el (gnus-registry-hashtb): Create the registry
23775         when package is loaded.
23776
23777         * spam.el (spam-summary-score-preferred-header): Add global preference
23778         for people who want to override the default SpamAssassin over
23779         Bogofilter preference (when both are set).
23780         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
23781         (spam-user-format-function-S):
23782         Check spam-summary-score-preferred-header.
23783         (spam-extra-header-to-number): Add X-Bogosity header parsing.
23784         (spam-user-format-function-S): Format the score correctly.
23785
23786 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23787
23788         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
23789         signature file.  Suggested by Manoj Srivastava
23790         <srivasta@golden-gryphon.com>.
23791
23792         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
23793         iso-2022-jp even in the Japanese language environment.
23794         Suggested by Jason Rumney <jasonr@gnu.org>.
23795
23796 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23797
23798         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
23799         use the same characters as the dummy marks; make it free from
23800         getting affected by the language environment.
23801         (gnus-summary-read-group-1): Update mark positions only when the
23802         format spec is updated.
23803
23804         * gnus-spec.el (gnus-update-format-specifications): Return a list
23805         of updated types.
23806
23807 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23808
23809         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
23810         of boundp to check if display-warning is available.
23811
23812 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
23813
23814         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
23815
23816 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23817
23818         * nnspool.el (nnspool-spool-directory): Use news-path if the
23819         news-directory variable is not bound.
23820
23821         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
23822         function instead of display-warning if it is not available.
23823
23824 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
23825
23826         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
23827         v5-10: Use `point-at-bol'.
23828
23829 2004-10-26  Simon Josefsson  <jas@extundo.com>
23830
23831         * hashcash.el: Fix URL in comment, reported by Cheng Gao
23832         <chenggao@gmail.com>.
23833
23834 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
23835
23836         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
23837         instead.
23838
23839 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
23840
23841         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
23842         to remove a server from the nnimap-server-buffer-alist.
23843         (nnimap-open-connection, nnimap-close-server): Use it.
23844
23845         * gnus-encrypt.el: Remove file in favor of encrypt.el.
23846
23847 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23848
23849         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
23850         running the major-mode function.
23851
23852 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23853
23854         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
23855         dummy marks in the right way.
23856
23857 2004-10-18  David Edmondson  <dme@dme.org>
23858
23859         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
23860         excessively.
23861
23862 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
23863
23864         * gnus-util.el (gnus-split-references): Accept a nil references
23865         string and go on blissfully.
23866
23867         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
23868         cases where the references string is non-nil but has no references.
23869
23870         * encrypt.el: Add autoload tags.
23871
23872         * spam.el (spam-resolve-registrations-routine): Remove article
23873         from unregistration list too.  Reported by David Hanak
23874         <dhanak@isis.vanderbilt.edu>
23875
23876 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
23877
23878         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
23879         nil.  Change custom type.
23880
23881 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
23882
23883         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
23884
23885         * gnus-sum.el (gnus-summary-move-article): Use it.
23886
23887 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
23888
23889         * encrypt.el: Add autoload cookies.
23890
23891         * spam.el (spam-backend-article-list-property)
23892         (spam-backend-get-article-todo-list)
23893         (spam-backend-put-article-todo-list)
23894         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
23895         Resolve registrations separately.
23896         (spam-register-routine): Format comments.
23897         (spam-unregister-routine, spam-register-routine): Always call with
23898         specific-articles, no default list.
23899         (spam-summary-prepare-exit): Use the spam-classifications function.
23900
23901         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
23902         gnus-encrypt.el.
23903
23904         * encrypt.el: Copied from gnus-encrypt.el.
23905
23906         * gnus-encrypt.el: Commented that it's obsolete.
23907
23908 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23909
23910         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
23911         (gnus-score-save): Use it.
23912
23913         * message.el (message-bury): Use `window-dedicated-p'.
23914
23915 2004-10-15  Simon Josefsson  <jas@extundo.com>
23916
23917         * pop3.el (top-level): Don't require nnheader.
23918         (pop3-read-timeout): Add.
23919         (pop3-accept-process-output): Add.
23920         (pop3-read-response, pop3-retr): Use it.
23921
23922 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
23923
23924         * spam.el (spam-register-routine): Move comment.
23925         (spam-verify-bogofilter): Use 'unknown for the initial
23926         spam-bogofilter-valid state, not 'never.
23927
23928         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
23929         for netrc-machine.
23930
23931         * nnimap.el (nnimap-open-connection):
23932         Use netrc-machine-user-or-password.
23933
23934 2004-10-17  Richard M. Stallman  <rms@gnu.org>
23935
23936         * gnus-registry.el (gnus-registry-unload-hook):
23937         Set as a variable with add-hook.
23938
23939         * nnspool.el (nnspool-spool-directory): Use news-directory instead
23940         of news-path.
23941
23942         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
23943
23944         * spam.el: Delete duplicate `provide'.
23945         (spam-unload-hook): Set as a variable with add-hook.
23946
23947 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23948
23949         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
23950         in the doc string.
23951
23952         * message.el (message-ignored-news-headers)
23953         (message-ignored-supersedes-headers)
23954         (message-ignored-resent-headers)
23955         (message-forward-ignored-headers): Improve custom type.
23956
23957 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23958
23959         * message.el (message-tokenize-header): Fix 2004-09-06 change
23960         which used point-min in the wrong place.
23961
23962 2004-10-12  Simon Josefsson  <jas@extundo.com>
23963
23964         * tls.el (tls-certtool-program): New variable.
23965         (tls-certificate-information): New function, based on
23966         ssl-certificate-information.
23967
23968 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23969
23970         * compface.el: Move the version of ELisp-based uncompface program
23971         to the contrib directory because of the copyright problem.
23972
23973 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
23974
23975         * message.el (message-kill-buffer): Raise the current frame.
23976
23977 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
23978
23979         * gnus-sum.el: Mention that multibyte characters don't work as marks.
23980
23981         * gnus.el (message-y-or-n-p): Autoload.
23982
23983         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
23984         (pop3-password-required, pop3-authentication-scheme)
23985         (pop3-leave-mail-on-server): Make customizable.
23986         (pop3): New custom group.
23987         (pop3-retr): Remove `sleep-for' statements.
23988         Suggested by Dave Love <fx@gnu.org>.
23989
23990         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
23991         Windows/DOS.
23992
23993         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23994         (imap-parse-body): Fix incorrect use of `assert'.
23995         Suggested by Dave Love <fx@gnu.org>.
23996
23997         * mml.el (mml-minibuffer-read-disposition): Require match.
23998         Suggested by Dave Love <fx@gnu.org>.
23999
24000 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
24001
24002         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
24003         doc string.
24004
24005 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24006
24007         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
24008
24009 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24010
24011         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
24012         instead of calling `mm-insert-inline', to decode text/* parts
24013         before displaying them.
24014
24015 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24016
24017         * mm-uu.el (mm-uu-text-plain-type): New variable.
24018         (mm-uu-pgp-signed-extract-1): Use it.
24019         (mm-uu-pgp-encrypted-extract-1): Use it.
24020         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
24021         bind mm-uu-text-plain-type with that value.
24022         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
24023         mm-uu-dissect.
24024
24025 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24026
24027         * gnus-group.el (gnus-update-group-mark-positions):
24028         * gnus-sum.el (gnus-update-summary-mark-positions):
24029         * message.el (message-check-news-body-syntax):
24030         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
24031         of string-as-multibyte.
24032
24033 2004-10-05  Juri Linkov  <juri@jurta.org>
24034
24035         * gnus-group.el (gnus-update-group-mark-positions):
24036         * gnus-sum.el (gnus-update-summary-mark-positions):
24037         * message.el (message-check-news-body-syntax):
24038         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
24039         8-bit unibyte values to a multibyte string for search functions.
24040
24041 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24042
24043         * mm-uu.el (mm-uu-dissect): Allow optional arg.
24044         (mm-uu-dissect-text-parts): New function.
24045
24046         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
24047         dissect text parts.
24048
24049         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
24050         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
24051
24052         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
24053
24054         * gnus-topic.el (gnus-topic-hierarchical-parameters):
24055         Use gnus-current-topics instead of gnus-current-topic.
24056
24057 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
24058
24059         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
24060
24061 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
24062
24063         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
24064         where appropriate.
24065
24066         * nnml.el (nnml-generate-active-info): do.
24067
24068         * nndiary.el (nndiary-generate-active-info): do.
24069
24070         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
24071         (gnus-topic-move): do.
24072
24073         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
24074         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
24075
24076         * gnus-srvr.el (gnus-server-prepare)
24077         (gnus-server-open-all-servers): do.
24078
24079         * gnus-msg.el (gnus-summary-cancel-article)
24080         (gnus-summary-resend-message)
24081         (gnus-summary-mail-crosspost-complaint): do.
24082
24083         * gnus-move.el (gnus-change-server): do.
24084
24085         * gnus-group.el (gnus-group-unmark-all-groups)
24086         (gnus-group-set-current-level): do.
24087
24088 2004-10-04  Simon Josefsson  <jas@extundo.com>
24089
24090         * message.el (message-generate-hashcash): Doc fix.
24091
24092 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
24093
24094         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
24095         avoid infinite recursion via gnus-get-function.
24096
24097 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
24098
24099         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
24100
24101         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
24102
24103         * nnmail.el (nnmail-split-history): do.
24104
24105         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
24106         (nnml-request-delete-group): do.
24107
24108         * nnslashdot.el (nnslashdot-read-groups): do.
24109
24110         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
24111         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
24112
24113         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
24114         (nnspool-sift-nov-with-sed): Use last.
24115         (nnspool-retrieve-headers-with-nov): Use mapc.
24116         (nnspool-request-newgroups): Use dolist.
24117         (nnspool-request-group): Use last.
24118
24119         * nntp.el (nntp-read-server-type): Use dolist.
24120
24121         * nnvirtual.el (nnvirtual-create-mapping)
24122         (nnvirtual-update-read-and-marked): Use dolist.
24123         (nnvirtual-convert-headers): Simplify.
24124
24125 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24126
24127         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24128         Add support for sync'ing tick marks.
24129
24130 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24131
24132         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
24133         there's no visible header.
24134
24135 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24136
24137         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24138         When necessary, pass full group name to gnus-request-set-marks.
24139
24140 2004-10-01  Simon Josefsson  <jas@extundo.com>
24141
24142         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
24143         acroread.
24144
24145 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24146
24147         * spam-report.el (spam-report-gmane): Fix interactive.
24148
24149         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
24150
24151         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
24152         when writing file.
24153         (gnus-agent-synchronize-flags): Don't default to being
24154         interactive.
24155
24156 2004-09-30  Simon Josefsson  <jas@extundo.com>
24157
24158         * message.el (message-generate-hashcash): Add.
24159         (message-send-mail): Use it, call mail-add-payment.
24160
24161 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
24162
24163         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
24164
24165 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
24166
24167         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
24168         gnus-requst-update-info with explicit code to sync the in-memory
24169         info read flags with the marks being sync'd to the backend.
24170
24171         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
24172
24173 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24174
24175         * spam.el (spam-verify-bogofilter): Add new function.
24176         (spam-check-bogofilter)
24177         (spam-bogofilter-register-with-bogofilter): Use it.
24178         (spam-verify-bogofilter): Add small fixes.
24179
24180 2004-09-28  Simon Josefsson  <jas@extundo.com>
24181
24182         * hashcash.el (hashcash-generate-payment): Revert.
24183
24184 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24185
24186         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24187         Use gnus-extract-references instead of gnus-split-references.
24188
24189         * gnus-util.el (gnus-extract-references): Add new function, analogous
24190         to gnus-split-references but extracts only the message-ID without
24191         anything extra.
24192
24193         * hashcash.el (hashcash-generate-payment)
24194         (hashcash-check-payment): Do the right thing if hashcash-path is
24195         nil (because the hashcash program could not be found).
24196
24197         * spam.el (spam-use-hashcash): Remove comment.
24198
24199 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
24200
24201         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
24202         (gnus-cache-enter-article, gnus-cache-remove-article)
24203         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
24204
24205         * gnus-async.el (gnus-async-prefetch-remove-group): do.
24206
24207         * gnus-art.el (article-hide-boring-headers)
24208         (article-translate-strings, article-display-face)
24209         (gnus-article-mime-match-handle-first)
24210         (gnus-article-highlight-headers)
24211         (gnus-article-add-buttons-to-head): do.
24212
24213 2004-09-27  Simon Josefsson  <jas@extundo.com>
24214
24215         * hashcash.el: New version, from
24216         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
24217         ../contrib/.
24218
24219 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24220
24221         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
24222
24223 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
24224
24225         * gnus-dup.el (gnus-dup-open): Use mapc.
24226         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
24227
24228         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
24229         Reported by Stefan Wiens <s.wi@gmx.net>.
24230
24231         * gnus.el (gnus-shutdown): Use dolist.
24232
24233         * gnus-undo.el (gnus-undo): Use mapc.
24234
24235         * nnrss.el (nnrss-generate-active): do.
24236
24237         * message.el (message-cite-original-without-signature)
24238         (message-cite-original): Use mapc.
24239         (message-do-actions, message-make-forward-subject): Use dolist.
24240
24241 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24242
24243         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
24244         deletion to remove entire duplicate line.  Fixes merged article
24245         number bug.
24246
24247 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24248
24249         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
24250         servers that are offline.  Avoids having gnus-agent-toggle-plugged
24251         first ask if you want to open a server and then, even when you
24252         responded with no, asking if you want to synchronize the server's
24253         flags.
24254         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
24255         multi-line expressions.
24256         (gnus-agent-synchronize-group-flags): New internal function.
24257         Updates marks in memory (in the info structure) AND in the
24258         backend.
24259
24260         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
24261
24262         * nnagent.el (nnagent-request-set-mark):
24263         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
24264         method, to ensure that synchronization updates marks in the
24265         backend and in the info (in memory) structure.
24266
24267 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24268
24269         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
24270         convention fully; don't miss the root article of a thread; make
24271         the X-Draft-From header with correct article numbers.
24272
24273 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
24274
24275         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
24276         unless plugged.  Disable the agent so that an open failure causes
24277         an error.
24278
24279         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
24280         Revert 2004-09-21 change.  The backend must be opened while
24281         synchronizing flags even when the backend stores the flags
24282         locally.
24283
24284 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
24285
24286         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
24287         in `header' match.  Reported by Svend Tollak Munkejord.
24288
24289         * message.el (message-cite-original): Fix use of
24290         `message-cite-articles-with-x-no-archive'.
24291
24292 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24293
24294         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
24295         (gnus-window-to-buffer): Ditto.
24296
24297         * mml.el (mml-preview-buffer): New variable.
24298         (mml-preview): Manage window layout with gnus-buffer-configuration.
24299
24300         * gnus-msg.el (gnus-setup-message): Put article numbers into the
24301         X-Draft-From header even if those articles aren't quoted.
24302
24303 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
24304
24305         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
24306         (gnus-request-set-mark, gnus-request-update-mark): Use new
24307         g-s-t-u-l-m to decide to use backend even when unplugged.
24308
24309 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24310
24311         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
24312         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
24313
24314 2004-09-20  Simon Josefsson  <jas@extundo.com>
24315
24316         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
24317         "utf-16-le".
24318
24319 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24320
24321         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
24322
24323 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
24324
24325         * uudecode.el (uudecode-use-external): Add :version.
24326
24327         * smime.el (smime-CA-file, smime-encrypt-cipher)
24328         (smime-dns-server): Add :version.
24329
24330         * smiley.el (gnus-smiley-file-types): Add :version.
24331
24332         * sha1.el (sha1-use-external): Add :version.
24333
24334         * pgg-def.el (pgg-query-keyserver): Add :version.
24335
24336         * nnmail.el (nnmail-fancy-expiry-targets)
24337         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
24338         Add :version.
24339
24340         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
24341         (nnimap-retrieve-groups-asynchronous): Add :version.
24342         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
24343
24344         * mml.el (mml-content-disposition-parameters)
24345         (mml-insert-mime-headers-always): Add :version.
24346
24347         * mm-util.el (mm-coding-system-priorities): Add :version.
24348
24349         * mm-decode.el (mm-inline-text-html-with-images)
24350         (mm-keep-viewer-alive-types, mm-external-terminal-program)
24351         (mm-verify-option): Add :version.
24352         (mm-text-html-renderer): Change :version.
24353
24354         * message.el (message-fcc-externalize-attachments)
24355         (message-required-headers, message-draft-headers)
24356         (message-subject-trailing-was-query)
24357         (message-subject-trailing-was-ask-regexp)
24358         (message-subject-trailing-was-regexp, message-mark-insert-begin)
24359         (message-mark-insert-end, message-archive-header)
24360         (message-archive-note, message-cross-post-default)
24361         (message-cross-post-note, message-followup-to-note)
24362         (message-cross-post-note-function, message-use-mail-followup-to)
24363         (message-subscribed-address-functions)
24364         (message-subscribed-address-file, message-subscribed-addresses)
24365         (message-subscribed-regexps, message-allow-no-recipients)
24366         (message-yank-cited-prefix, message-signature-insert-empty-line)
24367         (message-hidden-headers, message-hierarchical-addresses)
24368         (message-mail-user-agent, message-use-idna)
24369         (message-valid-fqdn-regexp)
24370         (message-strip-special-text-properties, message-header-synonyms)
24371         (message-beginning-of-line, message-tab-body-function): Add :version.
24372         (message-insert-canlock, message-wide-reply-confirm-recipients):
24373         Change :version.
24374
24375         * mail-source.el (mail-source-ignore-errors): Add :group, :type
24376         and :version.
24377         (mail-source-delete-old-incoming-confirm)
24378         (mail-source-movemail-program): Add :version.
24379
24380         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
24381         (gnus-agent-cache, gnus-agent): Change :version.
24382
24383         * gnus-util.el (gnus-use-byte-compile): Change :version.
24384
24385         * gnus-sum.el (gnus-summary-make-false-root-always)
24386         (gnus-summary-default-high-score)
24387         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
24388         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
24389         (gnus-read-all-available-headers, gnus-article-emulate-mime)
24390         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
24391         (gnus-sum-thread-tree-single-indent)
24392         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
24393         (gnus-sum-thread-tree-leaf-with-other)
24394         (gnus-sum-thread-tree-single-leaf): Add :version.
24395         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
24396         (gnus-article-loose-mime): Change :version.
24397
24398         * gnus-start.el (gnus-backup-startup-file)
24399         (gnus-save-startup-file-via-temp-buffer): Add :version.
24400
24401         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
24402         (gnus-server-offline-face): Add :version.
24403
24404         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
24405
24406         * gnus-msg.el (gnus-gcc-externalize-attachments)
24407         (gnus-debug-files, gnus-debug-exclude-variables)
24408         (gnus-discouraged-post-methods): Change :version.
24409         (gnus-confirm-mail-reply-to-news)
24410         (gnus-confirm-treat-mail-like-news): Add :version.
24411
24412         * gnus-int.el (gnus-server-unopen-status): Add :version.
24413
24414         * gnus-group.el (gnus-group-jump-to-group-prompt)
24415         (gnus-large-ephemeral-newsgroup)
24416         (gnus-fetch-old-ephemeral-headers): Add :version.
24417
24418         * gnus-fun.el (gnus-x-face-directory)
24419         (gnus-convert-pbm-to-x-face-command)
24420         (gnus-convert-image-to-x-face-command)
24421         (gnus-convert-image-to-face-command): Add :version.
24422
24423         * gnus-delay.el (gnus-delay-default-hour): Add :version.
24424
24425         * gnus-cite.el (gnus-cite-blank-line-after-header)
24426         (gnus-article-boring-faces): Add :version.
24427
24428         * gnus-art.el (gnus-buttonized-mime-types)
24429         (gnus-inhibit-mime-unbuttonizing)
24430         (gnus-treat-display-face)
24431         (gnus-treat-body-boundary): Change :version.
24432         (gnus-body-boundary-delimiter, gnus-picon-databases)
24433         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
24434         (gnus-treat-date-english, gnus-treat-fold-headers)
24435         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
24436         (gnus-treat-mail-picon, gnus-treat-wash-html)
24437         (gnus-article-encrypt-protocol)
24438         (gnus-use-idna, gnus-article-over-scroll)
24439         (gnus-mime-display-multipart-alternative-as-mixed)
24440         (gnus-mime-display-multipart-related-as-mixed)
24441         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
24442         (gnus-ctan-url, gnus-button-ctan-handler)
24443         (gnus-button-handle-ctan-bogus-regexp)
24444         (gnus-button-ctan-directory-regexp)
24445         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
24446         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
24447         (gnus-button-man-level, gnus-button-emacs-level)
24448         (gnus-button-message-level, gnus-button-browse-level): Add :version.
24449
24450         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
24451         (gnus-agent-go-online): Change :version.
24452         (gnus-agent-expire-unagentized-dirs)
24453         (gnus-agent-auto-agentize-methods): Add :version.
24454
24455         * flow-fill.el (fill-flowed-display-column)
24456         (fill-flowed-encode-column): Add :version.
24457
24458         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
24459         (gnus-outlook-deuglify-unwrap-max)
24460         (gnus-outlook-deuglify-cite-marks)
24461         (gnus-outlook-deuglify-unwrap-stop-chars)
24462         (gnus-outlook-deuglify-no-wrap-chars)
24463         (gnus-outlook-deuglify-attrib-cut-regexp)
24464         (gnus-outlook-deuglify-attrib-verb-regexp)
24465         (gnus-outlook-deuglify-attrib-end-regexp)
24466         (gnus-outlook-display-hook): Add :version.
24467
24468         * binhex.el (binhex-use-external): Add :version.
24469
24470 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
24471
24472         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
24473         and `invisible'.
24474
24475 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
24476
24477         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
24478         in gnus-registry-trim.
24479
24480 2004-09-13  Simon Josefsson  <jas@extundo.com>
24481
24482         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
24483
24484         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
24485
24486         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
24487         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24488         <yamaoka@jpl.org>.
24489         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
24490         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24491         <yamaoka@jpl.org>.
24492
24493         * sieve.el (sieve-manage-mode): Ditto.
24494
24495 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
24496
24497         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
24498
24499 2004-09-11  Simon Josefsson  <jas@extundo.com>
24500
24501         * dns-mode.el: Add.
24502
24503         * mm-view.el (mm-display-dns-inline): Add.
24504
24505         * mm-decode.el (mm-inline-media-tests): Add text/dns.
24506         (mm-automatic-display): Ditto.
24507
24508         * mailcap.el (mailcap-mime-data): Add text/dns.
24509         (mailcap-mime-extensions): Map .soa to text/dns.
24510
24511 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
24512
24513         * gnus-art.el (article-decode-mime-words, article-babel)
24514         (gnus-article-highlight-signature, gnus-article-add-buttons)
24515         (gnus-signature-toggle): Remove unnecessary bindings of
24516         `inhibit-read-only' inherited from v5.10 merge.
24517
24518 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24519
24520         * nntp.el (nntp): New customization group.
24521         (nntp-authinfo-file): Add customization group.
24522
24523         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
24524
24525         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
24526
24527         * gnus.el (to-address, to-list, subscribed)
24528         (large-newsgroup-initial): Ditto.
24529
24530         * flow-fill.el (fill-flowed-display-column)
24531         (fill-flowed-encode-column): Ditto.
24532
24533 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24534
24535         * message.el (message-tokenize-header, message-send-mail-with-qmail):
24536         Use point-min rather than 1.
24537         (message-send-mail): Use buffer-size rather than point-max.
24538
24539         * gnus-sum.el (gnus-summary-search-article-forward):
24540         Signal a specific `search-failed' rather than a generic `error'.
24541
24542         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
24543         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
24544         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
24545
24546 2004-09-10  Simon Josefsson  <jas@extundo.com>
24547
24548         * nndb.el (require): Remove tcp and duplicate cl.
24549
24550 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24551
24552         * gnus-agent.el (directory-files-and-attributes): Move forward.
24553
24554 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24555
24556         * gnus-agent.el (directory-files-and-attributes):
24557         Optionally defined to support XEmacs.
24558
24559 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24560
24561         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
24562         to avoid run-time CL dependencies.
24563         (gnus-agent-unfetch-articles): New function.
24564         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
24565         article numbers even when local .overview file is missing.
24566         (gnus-agent-read-article-number): New function.  Only accepts
24567         27-bit article numbers.
24568         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
24569         Use gnus-agent-read-article-number.
24570         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
24571         from backend while recognizing that article numbers in .overview
24572         must be valid.
24573         (gnus-agent-update-files-total-fetched-for):
24574         Use directory-files-and-attributes to improve performance.
24575         * gnus-int.el (gnus-request-move-article):
24576         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
24577         improve performance.
24578
24579         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
24580         some users confused by references to .newsrc when they only have a
24581         .newsrc.eld file.
24582         (gnus-convert-mark-converter-prompt)
24583         (gnus-convert-converter-needs-prompt): Fix use of property list.
24584         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
24585         New function.  Used internally to only display 'gnus converting
24586         files' message when actually necessary.
24587
24588         * gnus-sum.el (): Remove (require 'gnus-agent) as required
24589         methods now autoloaded.
24590
24591 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24592
24593         * gnus-sum.el (gnus-summary-insert-subject): Remove list
24594         identifiers.
24595
24596 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
24597
24598         * gnus-picon.el: Fix indentation and closing parenthesis.
24599
24600 2004-09-01  Simon Josefsson  <jas@extundo.com>
24601
24602         * message.el (message-canlock-generate): Require sha1, not
24603         sha1-el.  (Can we get rid of this require altogether?  It is ugly
24604         to require within a function.  Sadly, if sha1.el isn't loaded, the
24605         let binding in m-c-g will hide the defcustom definition, which is
24606         bad.)
24607
24608         * canlock.el: Require sha1, not sha1-el.
24609
24610         * message.el: Don't autoload sha1 (there is a autoload cookie in
24611         sha1.el).
24612
24613         * sha1-el.el: Rename to sha1.el.
24614
24615 2004-08-30  Juanma Barranquero  <lektu@terra.es>
24616
24617         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
24618
24619 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24620
24621         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
24622
24623 2004-08-30  Kim F. Storm  <storm@cua.dk>
24624
24625         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
24626
24627         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
24628         Add :group 'nnimap.
24629
24630 2004-08-30  Andreas Schwab  <schwab@suse.de>
24631
24632         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
24633         ?* and ?\;.
24634
24635         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
24636         and ?\' to symbol instead of whitespace.
24637
24638 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24639
24640         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
24641
24642         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
24643         instead of re-search-forward.
24644
24645         * gnus-uu.el (gnus-uu-save-article): Ditto.
24646         (gnus-uu-post-encode-uuencode): Ditto.
24647
24648         * html2text.el (html2text-clean-list-items): Ditto.
24649         (html2text-clean-dtdd): Ditto.
24650         (html2text-format-tags): Ditto.
24651
24652         * message.el (message-send-mail-with-sendmail): Fix regexp.
24653         (message-fill-field-general): Use search-forward instead of
24654         re-search-forward.
24655         (unbold-region): Ditto.
24656
24657         * nnrss.el (nnrss-request-article): Ditto.
24658
24659         * nnslashdot.el (nnslashdot-request-article): Ditto.
24660
24661         * nnweb.el (nnweb-gmane-wash-article): Ditto.
24662
24663         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
24664         "Unrecognized menu descriptor" error in XEmacs.
24665
24666 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24667
24668         * gnus-sum.el (gnus-read-header): Don't remove a header for the
24669         parent article of a sparse article in the thread hashtb.
24670
24671 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
24672
24673         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
24674         (nnmail-expand-newtext): Lowercase expanded entries if
24675         nnmail-split-lowercase-expanded is non-nil.
24676
24677 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24678
24679         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
24680
24681         * gnus-group.el (gnus-group-line-format-alist): Convert the value
24682         of gnus-tmp-news-method into string under XEmacs.  It will be
24683         passed to gnus-correct-length which takes only a string argument.
24684
24685 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24686
24687         * gnus-util.el (gnus-bind-print-variables): New macro.
24688         (gnus-prin1): Use it.
24689         (gnus-prin1-to-string): Use it.
24690         (gnus-pp): New function.
24691         (gnus-pp-to-string): New function.
24692
24693         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
24694         Replace pp-to-string with gnus-pp-to-string.
24695         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
24696         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
24697         * gnus-msg.el (gnus-debug): Ditto.
24698         * gnus-score.el (gnus-score-save): Ditto.
24699         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
24700         gnus-pp-to-string.
24701         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
24702         with gnus-pp.
24703         * score-mode.el (gnus-score-pretty-print): Ditto.
24704         * webmail.el (webmail-debug): Ditto.
24705
24706 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24707
24708         * gnus-art.el (article-display-face, article-display-x-face):
24709         Use buffer-read-only.
24710
24711 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24712
24713         * gnus-art.el (article-hide-list-identifiers):
24714         Bind inhibit-read-only as t.
24715
24716 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
24717
24718         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
24719
24720 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24721
24722         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
24723         (gnus-narrow-to-page): Don't assume point-min == 1.
24724         (gnus-article-edit-mode): Derive from message-mode.
24725
24726         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
24727         point-min == 1.
24728
24729         * imap.el (imap-parse-address-list, imap-parse-body-ext):
24730         Disable incorrect use of `assert'.
24731
24732         * message.el (message-mode): Set comment-start-skip.
24733
24734
24735 2004-08-22  Sam Steingold  <sds@gnu.org>
24736
24737         * pop3.el (pop3-leave-mail-on-server): New user variable.
24738         (pop3-movemail): Delete mail only when it is nil.
24739
24740 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
24741
24742         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
24743
24744         * mml.el (mml-preview): Use `pop-to-buffer'.
24745
24746         * message.el (message-goto-mail-followup-to): Insert after "To".
24747         (message-carefully-insert-headers): Add comment.
24748
24749         * gnus.el: Remove unused variable `gnus-article-check-size'.
24750
24751         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
24752
24753         * gnus-art.el (gnus-button-alist):
24754         Improve `gnus-button-handle-library' entry.
24755
24756 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
24757
24758         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
24759         Use downcase, since XEmacs capitalizes error messages differently.
24760
24761 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
24762
24763         * nntp.el: Add (require 'gnus) due to reference to
24764         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
24765
24766 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
24767
24768         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
24769         Bind `mm-fill-flowed'.
24770
24771         * mm-decode.el (mm-dissect-singlepart): Check it.
24772
24773 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
24774
24775         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
24776         'imap' for netrc parsing.
24777
24778 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
24779
24780         * mailcap.el (mailcap-mime-data): Mark as risky.
24781
24782 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24783
24784         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
24785         may be included in the encoded word.
24786         (rfc2047-encode): Don't append a space if the encoded word
24787         includes close parenthesis.
24788
24789 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24790
24791         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
24792         of text within parentheses.
24793
24794 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
24795
24796         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
24797         (gnus-encrypt-write-file-contents): Make the password key the file
24798         name PLUS the cipher, not just the cipher.  Also remove failed
24799         passwords from the cache.
24800
24801 2004-08-06  Simon Josefsson  <jas@extundo.com>
24802
24803         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
24804         Doc fix.
24805
24806 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24807
24808         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
24809         LWSP.
24810
24811 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
24812
24813         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24814         Try to append in-reply-to: data to the references: header.
24815
24816         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
24817         (netrc-parse): Use gnus-encrypt.el functions.
24818
24819         * gnus-encrypt.el: Add new file for encryption support; currently
24820         does only a few GPG ciphers and an internal XOR cipher.
24821
24822         * password.el: Add comments on using password-read-and-add.
24823         (password-read-and-add): Add function to read and add the
24824         password to the cache at once.
24825
24826 2004-07-28  Simon Josefsson  <jas@extundo.com>
24827
24828         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
24829         parameter (but don't use it, for now).
24830
24831         * imap.el (imap-ssl-open): Use imap-process-connection-type,
24832         instead of hard coding to nil.
24833
24834 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24835
24836         * mm-view.el (mm-inline-image-emacs): Open lines under an image
24837         as mm-inline-image-xemacs does.
24838
24839 2004-07-26  Simon Josefsson  <jas@extundo.com>
24840
24841         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
24842         Revert part of 2004-07-17 change below.
24843
24844 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24845
24846         * rfc2047.el (rfc2047-encode-region): Don't infloop.
24847         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24848
24849 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24850
24851         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
24852         quotes that actually start with ">" at the beginning of the
24853         lines.
24854
24855 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24856
24857         * rfc2047.el (rfc2047-encode-region): Fix last change.
24858         (rfc2047-encode-parameter): Remove useless concat.
24859
24860 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24861
24862         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
24863         encode special characters; fix some kind of misconfigured headers;
24864         signal a real error if debug-on-quit or debug-on-error is non-nil.
24865         (rfc2047-encode-max-chars): New variable.
24866         (rfc2047-encode-1): Use it.
24867         (rfc2047-encode-parameter): New function.
24868
24869         * mml.el (mml-insert-parameter): Remove an excessive space.
24870
24871 2004-07-17  Simon Josefsson  <jas@extundo.com>
24872
24873         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
24874         Kai Grossjohann <kai@emptydomain.de>.
24875         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
24876         (gnus-group-make-menu-bar): Ditto.
24877
24878         * gnus-util.el (gnus-group-server): Add.
24879
24880 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
24881
24882         * message.el (message-clone-locals): Clone sendmail and smtp
24883         variables.
24884
24885 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24886
24887         * rfc2047.el (rfc2047-encode-region): Fix last change.
24888
24889 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24890
24891         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
24892         characters as non-special.
24893
24894 2004-07-09  Simon Josefsson  <jas@extundo.com>
24895
24896         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
24897         Users will lose all flag changes made while unplugged with
24898         e.g. nntp unless flag synchronization happens, thus `nil' is not a
24899         good default.  See numerous reports on ding mailing list.
24900
24901 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24902
24903         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
24904         add generate-head-function and generate-article-function to the
24905         rfc822-forward entry.
24906         (nndoc-rfc822-forward-generate-article): New function.
24907         (nndoc-rfc822-forward-generate-head): New function.
24908
24909         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
24910
24911 2004-07-06  Dan Christensen  <jdc@uwo.ca>
24912
24913         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
24914         respect display group parameter and gnus-summary-expunge-below.
24915         (gnus-articles-to-read): Remove unused reference to display group
24916         parameter.
24917
24918 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24919
24920         * nnheader.el (nnheader-uniquify-message-id): New experimental
24921         variable.
24922         (nnheader-nov-read-message-id): Use it.
24923
24924         * spam-report.el (spam-report-gmane): Add interactive.
24925
24926 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24927
24928         * mm-encode.el (mm-content-transfer-encoding-defaults):
24929         Use qp-or-base64 for the application/* types.
24930
24931 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
24932
24933         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
24934
24935 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
24936
24937         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
24938         trim value.
24939
24940 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24941
24942         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
24943         New macro and function.
24944         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
24945
24946 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24947
24948         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
24949         after-load-alist.
24950
24951 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24952
24953         * gnus-group.el (gnus-group-get-new-news-this-group):
24954         Don't update info that isn't there.
24955
24956 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
24957
24958         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
24959         entry.
24960
24961 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24962
24963         * mm-view.el (mm-inline-render-with-function): Use multibyte
24964         buffer; decode html source by charset.
24965
24966         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
24967
24968         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
24969         Mule-UCS is loaded under XEmacs.
24970         (mm-mime-mule-charset-alist): Avoid duplicated entries.
24971
24972 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
24973
24974         * nnheader.el (nnheader-max-head-length): Increase to 8192.
24975
24976 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24977
24978         * mm-util.el (mm-coding-system-p): Return a coding-system.
24979         (mm-mime-mule-charset-alist): Use shift_jis instead of
24980         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
24981         entries for the mime charsets iso-2022-jp-3 and shift_jis.
24982         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
24983         instead of japanese-shift-jis and iso-latin-1 respectively in
24984         order to share the default value with both Emacs and XEmacs-mule.
24985         (mm-mule-charset-to-mime-charset):
24986         Make mm-coding-system-priorities effective.
24987         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
24988         while predicating of candidates upon the priorities.
24989
24990 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
24991
24992         * gnus-sum.el (gnus-summary-make-menu-bar):
24993         Add gnus-uu-invert-processable.
24994
24995         * gnus.el: Autoload gnus-uu-invert-processable.
24996
24997 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24998
24999         * mm-util.el (mm-with-multibyte-buffer): New macro.
25000
25001         * rfc2047.el (rfc2047-encode-string): Use it.
25002         (rfc2047-encode-region): Move point to the end of the region after
25003         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
25004
25005 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25006
25007         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
25008         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
25009
25010 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25011
25012         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
25013         (gnus-cite-parse): Ignore quoted envelope From_.
25014         Suggested by Karl Chen <quarl@nospam.quarl.org>.
25015
25016 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
25017
25018         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
25019         invalid addresses.
25020
25021 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
25022
25023         * spam.el: Change section markers, revise TODO list.
25024         (spam-backends): Make new master list of all installed backends.
25025         (spam-summary-exit-behavior): Add new variable to determine how
25026         messages moves are done at summary exit.
25027         (spam-move-spam-nonspam-groups-only)
25028         (spam-process-ham-in-nonham-groups)
25029         (spam-process-ham-in-spam-groups): Remove variables, the
25030         spam-summary-exit-behavior variable should be used to manage this
25031         behavior.
25032         (spam-old-ham-articles, spam-old-spam-articles): Remove.
25033         (spam-old-articles): Add variable, replacing spam-old-ham-articles
25034         and spam-old-spam-articles.
25035         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
25036         Add empty variables, placeholders for the backends they represent.
25037         (spam-set-difference): Move, unchanged.
25038         (spam-list-of-processors): Declare OBSOLETE, not used anymore
25039         unless the user has a processor variable.
25040         (spam-classifications, spam-classification-valid-p)
25041         (spam-backend-properties, spam-backend-property-valid-p)
25042         (spam-backend-function-type-valid-p)
25043         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
25044         (spam-report-articles-gmane, spam-report-articles-resend):
25045         Remove functions, they are not needed.
25046         (spam-install-backend-super, spam-backend-list)
25047         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
25048         (spam-backend-function, spam-backend-ham-registration-function)
25049         (spam-backend-spam-registration-function)
25050         (spam-backend-ham-unregistration-function)
25051         (spam-backend-spam-unregistration-function)
25052         (spam-backend-statistical-p, spam-backend-mover-p)
25053         (spam-install-backend-alias, spam-install-checkonly-backend)
25054         (spam-install-mover-backend, spam-install-nocheck-backend)
25055         (spam-install-backend, spam-install-statistical-backend)
25056         (spam-install-statistical-checkonly-backend): Add backend installation
25057         support.
25058         (spam-summary-prepare-exit): Rewrite to use the new backend code.
25059         (spam-group-processor-p): Use the new backend code and respect the
25060         summary exit behavior.
25061         (spam-mark-spam-as-expired-and-move-routine): Remove.
25062         (spam-summary-prepare): Change to use the new spam-old-articles
25063         variable.
25064         (spam-copy-or-move-routine, spam-copy-spam-routine)
25065         (spam-move-spam-routine, spam-copy-ham-routine)
25066         (spam-move-ham-routine): Add code to copy/move ham or spam.
25067         (spam-fetch-field-fast): Improve doc and code, plus allow the
25068         'number request.
25069         (spam-list-of-checks, spam-list-of-statistical-checks):
25070         Remove variables.
25071         (spam-split, spam-find-spam): Use the new backend code.
25072         (spam-registration-functions): Remove variable.
25073         (spam-unregister-routine): Add convenience wrapper.
25074         (spam-log-undo-registration, spam-register-routine)
25075         (spam-log-processing-to-registry)
25076         (spam-log-unregistration-needed-p): Rename "check" to "backend"
25077         where possible.
25078         (spam-check-gmane-xref, spam-check-regex-headers)
25079         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
25080         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
25081         (spam-check-bogofilter-headers, spam-check-spamoracle)
25082         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
25083         (spam-check-crm114-headers): Use the spam-split-group that
25084         spam-split prepares, no need to determine it every time.
25085
25086         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
25087         to the nnheader-parse-naked-head call.
25088
25089         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
25090
25091         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
25092         the nnheader-nov-read-message-id call.
25093
25094 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25095
25096         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
25097         gnus-activate-group twice.  Suggested by Markus Peter
25098         <warp@spin.de>.
25099
25100 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
25101
25102         * gnus-art.el (gnus-article-time-format): Exchange the order of
25103         day and month in the default value; fix customization type.
25104         (article-date-ut): Use add-text-properties.
25105         (article-make-date-line): Use message-make-date instead of
25106         current-time-string.
25107
25108         * message.el (message-fetch-field): Don't use set-text-properties.
25109         (message-make-date): Simplify.
25110
25111         * messagexmas.el (message-xmas-make-date): New function.
25112         (message-xmas-redefine): Defalias message-make-date to it.
25113
25114 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25115
25116         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
25117         (rfc2047-encode-region): Treat text within parentheses as special;
25118         show the original text when error has occurred.
25119
25120         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
25121         already-computed method to gnus-activate-group.
25122
25123         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
25124         same select-methods identical Lisp objects.
25125
25126         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
25127         object when modifying the info.
25128
25129 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25130
25131         * gnus-srvr.el (gnus-server-set-info): Remove the server from
25132         gnus-opened-servers since it has never been opened with the new
25133         configuration yet.
25134
25135 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25136
25137         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
25138         arg to nnheader-generate-fake-message-id.
25139
25140 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
25141
25142         * nnheader.el (nnheader-generate-fake-message-id): Accept a
25143         number and build a fake message ID localized to a group and
25144         article number (so it's repeatable from that point on).
25145         (nnheader-fake-message-id-p): Change regex to accomodate new fake
25146         ID format.
25147
25148         * gnus-sum.el (gnus-get-newsgroup-headers):
25149         Call nnheader-generate-fake-message-id with the article number.
25150
25151 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
25152
25153         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
25154         end-of-buffer.
25155
25156 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25157
25158         * message.el (message-ignored-supersedes-headers): Add Approved.
25159
25160 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
25161
25162         * rfc2047.el (rfc2047-encode-message-header): Remove useless
25163         goto-char.
25164         (rfc2047-encode): Fold the line before encoding.
25165
25166 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25167
25168         * rfc2047.el (rfc2047-encode-message-header): Disabled header
25169         folding -- not all headers can be folded, and this should be done
25170         by the message composition mode.  Probably.  I think.
25171
25172 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25173
25174         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
25175         fast.
25176
25177         * gnus-ems.el (gnus-remove-image): Don't use
25178         message-text-with-property; remove only the image found first.
25179
25180         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
25181         found first.
25182
25183 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
25184
25185         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
25186
25187 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25188
25189         * message.el (message-text-with-property): Make it fast and accept
25190         optional arguments.
25191         (message-strip-forbidden-properties): Use it.
25192         (message-fix-before-sending): Follow the m-t-w-p change.
25193
25194         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
25195
25196 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25197
25198         * gnus-art.el (article-hide-headers): Don't change the buffer
25199         mistakenly when performing mml-preview even if
25200         gnus-single-article-buffer is nil.
25201
25202 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
25203
25204         * message.el (message-expand-name-databases): New user option.
25205         (message-expand-name): Use it.
25206
25207 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
25208
25209         * spam.el (spam-report-articles-resend)
25210         (spam-report-resend-register-routine): Allow ham reporting.
25211         (spam-report-resend-register-ham-routine): Add wrapper.
25212         (spam-registration-functions): Add ham resending functions.
25213         (spam-list-of-processors): Add ham resend processor.
25214
25215         * gnus.el (ham-resend-to): Add new group parameter.
25216         (spam-process): Add ham resend option.
25217
25218         * spam-report.el (spam-report-resend): Allow reporting ham.
25219         (spam-report-resend-ham): Add wrapper.
25220
25221 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25222
25223         * message.el (message-cite-articles-with-x-no-archive):
25224         New variable.
25225         (message-cite-original): Use it.
25226
25227 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25228
25229         * message.el (message-cite-original): Respect X-No-Archive.
25230
25231 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25232
25233         * gnus-art.el (article-hide-headers): Refer to the values for
25234         gnus-ignored-headers and gnus-visible-headers in the summary
25235         buffer since a user may have set them as group parameters.
25236
25237 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
25238
25239         * assistant.el (assistant-node-name): Add convenience function.
25240         (assistant-render-text, assistant-render-node): Add error handling,
25241         plus handle multiple next nodes.
25242         (assistant-find-next-node): Comment out for now.
25243         (assistant-find-next-nodes): Add function, returns list of next
25244         nodes.
25245
25246 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
25247
25248         * mail-source.el (mail-source-directory): Fix doc-string.
25249
25250 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
25251
25252         * assistant.el (assistant-render-text, assistant-eval): Add :set
25253         widget type, which is different because it takes and returns a
25254         list.  Much hilarity ensues.
25255
25256 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
25257
25258         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
25259
25260         * gnus-group.el (gnus-group-get-new-news-this-group):
25261         Add doc-string.
25262
25263         * gnus-start.el (gnus-activate-group): Add doc-string.
25264
25265 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25266
25267         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
25268
25269 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
25270
25271         * assistant.el (assistant-render-text): Try to add a :set
25272         widget, more to come.
25273
25274         * spam.el (spam-group-spam-contents-p): Handle empty groupname
25275         strings.
25276         (spam-report-articles-resend)
25277         (spam-register-routine): Do registration iff any articles warrant
25278         it.
25279         (spam-summary-prepare-exit): Change log message for nil group
25280         destinations.
25281
25282 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
25283
25284         * spam.el (spam-report-resend-register-routine):
25285         Allow spam-report-resend-to to be a group parameter or a global value.
25286
25287 2004-05-26  Simon Josefsson  <jas@extundo.com>
25288
25289         * starttls.el: Merge with my GNUTLS based starttls.el.
25290         (starttls-gnutls-program, starttls-use-gnutls)
25291         (starttls-extra-arguments, starttls-process-connection-type)
25292         (starttls-connect, starttls-failure, starttls-success):
25293         New variables.
25294         (starttls-program, starttls-extra-args): Doc fix.
25295         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
25296         New functions.
25297         (starttls-negotiate, starttls-open-stream):
25298         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
25299         function if it is set.
25300
25301 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25302
25303         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
25304         structured fields.
25305
25306 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25307
25308         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
25309
25310 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
25311
25312         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
25313         Add variable.
25314         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
25315         assigning the spam-mark to new messages.
25316
25317 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
25318
25319         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
25320
25321 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25322
25323         * dgnushack.el: Autoload customize-set-variable for XEmacs.
25324
25325         * rfc2047.el (rfc2047-encodable-p): Don't move point.
25326         (rfc2047-decode): Treat the ascii coding-system as raw-text by
25327         default.
25328
25329 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
25330
25331         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
25332         correct data.
25333
25334 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
25335
25336         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
25337         (spam-group-processor-p): Fix function.
25338         (spam-group-processor-multiple-p)
25339         (spam-group-spam-processor-report-gmane-p)
25340         (spam-group-spam-processor-report-resend-p)
25341         (spam-group-spam-processor-bogofilter-p)
25342         (spam-group-spam-processor-blacklist-p)
25343         (spam-group-spam-processor-ifile-p)
25344         (spam-group-ham-processor-ifile-p)
25345         (spam-group-spam-processor-spamoracle-p)
25346         (spam-group-spam-processor-crm114-p)
25347         (spam-group-ham-processor-bogofilter-p)
25348         (spam-group-spam-processor-stat-p)
25349         (spam-group-ham-processor-stat-p)
25350         (spam-group-ham-processor-whitelist-p)
25351         (spam-group-ham-processor-BBDB-p)
25352         (spam-group-ham-processor-spamoracle-p)
25353         (spam-group-ham-processor-copy-p): Remove functions with some
25354         prejudice against unneeded code.
25355         (spam-report-articles-resend)
25356         (spam-report-resend-register-routine): Allow the group/topic
25357         spam-resend-to value to override spam-report-resend-to.
25358         (spam-summary-prepare-exit): Invoke spam-group-processor-p
25359         properly now.
25360
25361         * gnus.el (spam-resend-to): Add group/topic parameter.
25362         (spam-process): Move the OBSOLETE processors to the end of the
25363         choices.
25364
25365 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
25366
25367         * spam-report.el (spam-report-resend-to, spam-report-resend):
25368         Start with resend-to set to nil, and then ask the user if necessary.
25369         (spam-report-resend): spam-report-resend takes a list of articles, not
25370         separate article numbers.
25371
25372 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25373
25374         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
25375         addition to emacs-w3m.
25376
25377 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25378
25379         * assistant.el (assistant-authinfo-data): New function.
25380         (assistant-eval): Eval for entire assistant.
25381
25382         * netrc.el (netrc-services-file): New variable.
25383         (netrc-parse-services): New function.
25384         (netrc-find-service-name): New function.
25385         (netrc-find-service-number): New function.
25386         (netrc-port-equal): New function.
25387         (netrc-machine): Use it.
25388
25389         * nnimap.el (nnimap-open-connection): Use netrc.
25390
25391         * gnus-util.el (gnus-netrc-get): Remove aliases.
25392
25393         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
25394
25395         * assistant.el (wid-edit): Fix compilation.
25396
25397         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
25398
25399 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
25400
25401         * gnus-util.el (gnus-set-file-modes): New function.  (small
25402         patch).
25403
25404 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25405
25406         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
25407
25408         * assistant.el (assistant-render-node): Fix up rendering and
25409         read-only text.
25410         (assistant-render-node): Reset.
25411         (assistant-make-read-only): Not sticky.
25412
25413 2004-05-20  Danny Siu  <dsiu@adobe.com>
25414
25415         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
25416         centered even when gnus-auto-center-summary is t.
25417
25418 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25419
25420         * dns.el (dns-get-txt-answer): New function.
25421         (dns-read-txt): Ditto.
25422         (query-dns): Use it.
25423
25424 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25425
25426         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
25427         active for foreign groups even if the group level is higher than
25428         the specified value.
25429
25430 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25431
25432         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
25433         non-active groups.
25434
25435         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
25436
25437 2004-05-20  Magnus Henoch  <mange@freemail.hu>
25438
25439         * dns.el (dns-read-type): Add support for SVR.  (small patch)
25440
25441 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
25442
25443         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
25444         (spam-crm114-header, spam-crm114-spam-switch)
25445         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
25446         (spam-crm114-positive-spam-header)
25447         (spam-crm114-database-directory, spam-list-of-processors)
25448         (spam-group-spam-processor-crm114-p)
25449         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
25450         (spam-generic-score, spam-list-of-checks)
25451         (spam-list-of-statistical-checks, spam-registration-functions)
25452         (spam-check-crm114-headers, spam-crm114-score)
25453         (spam-check-crm114, spam-crm114-register-with-crm114)
25454         (spam-crm114-register-spam-routine)
25455         (spam-crm114-unregister-spam-routine)
25456         (spam-crm114-register-ham-routine)
25457         (spam-crm114-unregister-ham-routine): Add CRM114 support.
25458
25459 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
25460
25461         * gnus.el: Add spam-use-crm114.
25462
25463         * spam.el (spam-list-of-processors, spam-registration-functions):
25464         Add spam-use-resend.
25465         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
25466         (spam-report-articles-gmane): Add doc fix.
25467         (spam-report-articles-resend, spam-report-resend-register-routine):
25468         Add wrappers around spam-report-resend-to.
25469
25470         * spam-report.el (spam-report-resend-to, spam-report-resend):
25471         Add support for resending spam.
25472         (spam-report-gmane): Fix line length >80.
25473
25474         * gnus.el (spam-process): Add spam-use-resend.
25475
25476 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25477
25478         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
25479         number of processed spam messages.
25480         (spam-ham-copy-or-move-routine): Return the number of processed
25481         ham messages.
25482         (spam-summary-prepare-exit): Use the above values to decide
25483         whether status messages shouled be displayed.
25484
25485 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
25486
25487         * rfc2047.el (rfc2047-encode-function-alist): Rename from
25488         `rfc2047-encoding-function-alist' in order to avoid conflicting
25489         with the old version.
25490         (rfc2047-encode-region): Concatenate words containing non-ASCII
25491         characters in structured fields; don't encode space-delimited
25492         ASCII words even in unstructured fields; don't break words at
25493         char-category boundaries.
25494         (rfc2047-encode-1): New function.
25495         (rfc2047-encode): Use it; encode text so that it occupies the
25496         maximum width within 76-column; work correctly on Q encoding for
25497         iso-2022-* charsets.
25498         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
25499         sure not to break a line just after the header name.
25500         (rfc2047-b-encode-region): Remove.
25501         (rfc2047-b-encode-string): New function.
25502         (rfc2047-q-encode-region): Remove.
25503         (rfc2047-q-encode-string): New function.
25504
25505         * mm-util.el (mm-replace-in-string): New function.
25506
25507 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25508
25509         * gnus-msg.el (gnus-inews-make-draft-meta-information):
25510         Really get it right.
25511         (gnus-inews-make-draft): Really.
25512
25513 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
25514
25515         * nnmh.el (nnmh-request-list-1): Don't check the link count
25516         before descending.  (small patch)
25517
25518 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25519
25520         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
25521         stuff.
25522
25523         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
25524         Match on real group name.
25525
25526         * gnus-art.el (gnus-signature-limit): Doc fix.
25527
25528         * gnus-msg.el (gnus-inews-make-draft): Quote list.
25529
25530         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
25531
25532 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
25533
25534         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
25535         isn't a string.
25536
25537 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25538
25539         * gnus-draft.el (gnus-draft-send):
25540         Bind rfc2047-encode-encoded-words.
25541
25542         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
25543         (rfc2047-encodable-p): Say that =? needs encoding.
25544         (rfc2047-encode-encoded-words): New variable.
25545
25546         * gnus-group.el (gnus-group-select-group): Doc fix.
25547
25548         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
25549
25550         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
25551         to nil.
25552
25553         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
25554
25555         * nnheader.el (nnheader-get-lines-and-char): New function.
25556
25557 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
25558
25559         * gnus-msg.el (gnus-summary-followup-with-original):
25560         Document yanking of region when active.
25561
25562 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25563
25564         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
25565         groups if the group level is higher than the specified value.
25566
25567 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25568
25569         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
25570         (gnus-group-jump-to-group): Add prefix argument using
25571         `gnus-group-jump-to-group-prompt'.  Query before jumping to
25572         non-active group.
25573
25574         * compface.el (uncompface): Be verbose when changing
25575         `uncompface-use-external'.
25576
25577         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
25578         handle manual section.
25579
25580 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25581
25582         * gnus-art.el (gnus-button-alist): Revert previous change.
25583
25584 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25585
25586         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
25587
25588 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25589
25590         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
25591         whether backend can accept message.
25592
25593         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
25594
25595 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
25596
25597         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25598         Avoid creating directory when nntp-marks-is-evil is true.
25599         Reported by Reiner Steib.
25600
25601 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25602
25603         * gnus-picon.el (gnus-picon-insert-glyph):
25604         Add optional `nostring' argument.
25605
25606 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25607
25608         * gnus-picon.el (gnus-picon-style): New variable.
25609         (gnus-picon-transform-address): Support `gnus-picon-style'.
25610
25611 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25612
25613         * message.el (message-fill-field): Return point.
25614         (message-generate-headers): Go to end of field.
25615
25616         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
25617         stuff for non-living groups.
25618
25619 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25620
25621         * gnus-art.el (gnus-article-followup-with-original)
25622         (gnus-article-reply-with-original): gnus-mark-active-p ->
25623         gnus-region-active-p.
25624
25625 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
25626
25627         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
25628         only when there is spam or ham to be processed.
25629
25630 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25631
25632         * mail-source.el (mail-source-delete-crash-box): Refactor.
25633         (mail-source-fetch): Use it.
25634         (mail-source-fetch-file): Ditto.
25635         (mail-source-fetch-directory): Run postscript in loop.
25636         (mail-source-fetch-pop): Delete.
25637         (mail-source-fetch-maildir): Ditto.
25638         (mail-source-fetch-imap): Ditto.
25639
25640         * imap.el (imap-authenticators): Comment out sasl.
25641
25642         * message.el (message-skip-to-next-address): New function.
25643         (message-fill-header-address): Refactor.
25644         (message-fill-address): Use it.
25645         (message-delete-address): Use it.
25646         (message-fill-header-general): Refactor.
25647         (message-fill-field-address): Rename.
25648         (message-narrow-to-field): Find the start of the header.
25649         (message-header-format-alist): Don't pre-fill.
25650         (message-fill-header): Remove.
25651         (message-insert-header): New function.
25652         (message-shorten-references): Use it.
25653
25654         * rfc2047.el (rfc2047-field-value): Strip props.
25655
25656         * mail-parse.el (mail-header-make-address): New alias.
25657
25658         * ietf-drums.el (ietf-drums-make-address): New function.
25659
25660         * imap.el: Add compiler directives.
25661
25662         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
25663
25664         * gnus-art.el (article-decode-idna-rhs): Don't use
25665         message-idna-inside-rhs-p.
25666
25667 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25668
25669         * message.el (message-idna-inside-rhs-p): Remove.
25670         (message-idna-to-ascii-rhs-1): Use proper address parsing.
25671
25672         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
25673         false positives.
25674
25675 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
25676
25677         * imap.el (imap-sasl-make-mechanisms): Use sasl.
25678
25679 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25680
25681         * nneething.el (nneething-file-name): Don't create spurious
25682         files.
25683
25684         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
25685         (gnus-inews-do-gcc): Remove sleep.
25686
25687         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
25688         part under point.
25689
25690         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
25691         (gnus-agent-regenerate-group): Using nil messages aren't valid.
25692
25693 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
25694
25695         * spam.el (spam-summary-prepare-exit): Fix (length).
25696
25697 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
25698
25699         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
25700         as expired without moving it" message when there are spam
25701         messages left.
25702
25703 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
25704
25705         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
25706         header is not nil.
25707
25708 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
25709
25710         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25711         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
25712         (nntp-marks-changed-p): New arg SERVER.
25713         (nntp-request-update-info): Adjust caller.
25714
25715 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
25716
25717         * nntp.el (nntp-save-marks): Pass missing arg.
25718
25719 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
25720
25721         * nntp.el: Support marks.
25722         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
25723         (nntp-marks-modtime, nntp-marks-directory): New variables.
25724         (nntp-request-set-mark, nntp-request-update-info)
25725         (nntp-possibly-create-directory, nntp-marks-changed-p)
25726         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
25727         New functions.
25728
25729 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
25730
25731         * gnus-xmas.el (gnus-xmas-select-lowest-window)
25732         (gnus-xmas-redefine): Rename.
25733
25734         * gnus-score.el (gnus-score-insert-help):
25735         Use gnus-select-lowest-window.
25736
25737         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
25738         appt-select-lowest-window and rename to gnus-select-lowest-window.
25739
25740         * gnus.el: do.
25741
25742 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25743
25744         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
25745         encodings of MIME-encoded words, in order to improve
25746         interoperability with several broken MUAs.
25747
25748 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25749
25750         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
25751         tags, only when charsets are not specified in headers.
25752         (mm-inline-text-html-render-with-w3m): Ditto.
25753
25754         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
25755         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
25756
25757 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25758
25759         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
25760         instead of MIME-decoded from fields when checking
25761         `gnus-article-address-banner-alist'.
25762
25763 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
25764
25765         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
25766         description rather than subject.
25767
25768 2004-05-02  Steve Youngs  <steve@youngs.au.com>
25769
25770         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
25771
25772 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25773
25774         * gnus.el (gnus-version-number): Bump.
25775
25776 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25777
25778         * gnus.el: No Gnus v0.2 is released.
25779
25780 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25781
25782         * gnus-agent.el (gnus-agent-read-agentview):
25783         Inline gnus-uncompress-range.
25784
25785 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25786
25787         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
25788         `exec-installed-p'.
25789
25790 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25791
25792         * gnus.el (spam-process, spam-autodetect-methods):
25793         Add bsfilter and bsfilter-headers.
25794
25795         * spam.el (spam-bsfilter): New customize group.
25796         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
25797         (spam-bsfilter-header, spam-bsfilter-probability-header)
25798         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
25799         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
25800         (spam-bsfilter-database-directory): New options.
25801         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
25802         (spam-list-of-statistical-checks, spam-registration-functions):
25803         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
25804         (spam-bsfilter-score): New command.
25805         (spam-check-bsfilter-headers, spam-check-bsfilter)
25806         (spam-bsfilter-register-with-bsfilter)
25807         (spam-bsfilter-register-spam-routine)
25808         (spam-bsfilter-unregister-spam-routine)
25809         (spam-bsfilter-register-ham-routine)
25810         (spam-bsfilter-unregister-ham-routine): New functions.
25811         (spam-generic-score): Support bsfilter; Accept an optional argument
25812         to recalcurate spam score even if scoring header has already been
25813         added.
25814         (spam-bogofilter-score, spam-spamassassin-score): Accept an
25815         optional argument to recalcurate spam score even if scoring header
25816         has already been added.
25817
25818 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
25819
25820         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
25821         strings!  Reported by David D. Smith <davidsmith@acm.org>.
25822         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
25823         link is missing.
25824
25825 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
25826
25827         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
25828         (html2text-get-attr): Rewrite.
25829
25830         * message.el (message-setup-1): Remove redundant put-text-property
25831         on mail-header-separator.
25832
25833 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
25834
25835         * gnus-registry.el (gnus-registry-cache-whitespace)
25836         (gnus-registry-action, gnus-registry-spool-action)
25837         (gnus-registry-split-fancy-with-parent): Change message levels
25838         from 5 to 3 or 7, as needed.
25839
25840         * spam.el (spam-summary-prepare-exit)
25841         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
25842         (spam-split, spam-find-spam, spam-log-undo-registration)
25843         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
25844         level from 5 to 6.
25845
25846 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25847
25848         * gnus-ems.el: Autoload appt-select-lowest-window (revert
25849         2004-03-04 change).
25850
25851 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
25852
25853         * sieve-manage.el (sieve-manage-open):
25854         * nnweb.el (nnweb-insert-html):
25855         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
25856         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
25857         * nnspool.el (nnspool-request-group):
25858         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
25859         * nnml.el (nnml-request-update-info):
25860         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
25861         (nnmh-request-create-group, nnmh-update-gnus-unreads):
25862         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
25863         (nnimap-request-set-mark):
25864         * nnfolder.el (nnfolder-request-update-info):
25865         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
25866         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
25867         * gnus-uu.el (gnus-uu-find-articles-matching):
25868         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
25869         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
25870         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
25871         * gnus-nocem.el (gnus-nocem-scan-groups):
25872         * gnus-int.el (gnus-start-news-server):
25873         * gnus-group.el (gnus-group-make-kiboze-group)
25874         (gnus-group-browse-foreign-server):
25875         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
25876         Use mapc when appropriate.
25877
25878 2004-04-22  Dan Christensen  <jdc@uwo.ca>
25879             Adam Sjøgren  <asjo@koldfront.dk>
25880             Wes Hardaker  <wes@hardakers.net>
25881             Michael Shields  <shields@msrl.com>
25882
25883         * spam.el (spam-necessary-extra-headers): Get the extra headers we
25884         may need for spam sorting and scoring.
25885         (spam-user-format-function-S): Add user format function suitable for
25886         general use.
25887         (spam-article-sort-by-spam-status): Add sorting function for summary
25888         sorting.
25889         (spam-extra-header-to-number): Add function to get a score from a
25890         header.
25891         (spam-summary-score): Add function to get a numeric score from the
25892         headers.
25893         (spam-generic-score): Fix function doc, was in wrong place.
25894         (spam-initialize): Take symbols when it's run, and install the
25895         extra headers that spam-necessary-extra-headers thinks we need.
25896
25897 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
25898
25899         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
25900         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25901
25902 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
25903
25904         * gnus-sum.el (gnus-set-global-variables)
25905         (gnus-build-all-threads, gnus-get-newsgroup-headers)
25906         (gnus-article-get-xrefs, gnus-summary-best-group)
25907         (gnus-summary-next-article, gnus-summary-enter-digest-group)
25908         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
25909         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
25910         Use with-current-buffer.
25911
25912 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
25913
25914         * spam.el (spam-summary-prepare-exit): Simplify logic.
25915         (spam-fetch-article-header): Read the article header if it's not
25916         available.
25917         (spam-list-articles): Simplify logic.
25918         (spam-filelist-register-routine): Fix bug with unregister-list.
25919
25920         * gnus-registry.el: Fix comments at beginning.
25921
25922 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
25923
25924         * message.el (message-cater-to-broken-inn): Remove.
25925         (message-shorten-references): Make sure the total folded length of
25926         References is shorter than 998 characters to cater to a bug in INN
25927         2.3.  Also, don't pretend that references aren't folded -- this
25928         hasn't worked for a while.
25929
25930 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25931
25932         * gnus-agent.el (gnus-agentize):
25933         gnus-agent-send-mail-real-function no longer set to current value
25934         of message-send-mail-function but rather a lambda that calls
25935         message-send-mail-function.  The change makes the agent real-time
25936         responsive to user changes to message-send-mail-function.
25937
25938 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25939
25940         * legacy-gnus-agent.el
25941         (gnus-agent-convert-to-compressed-agentview): Fix typos with
25942         help from Florian Weimer <fw@deneb.enyo.de>
25943
25944 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25945
25946         * nnmail.el (nnmail-cache-insert): Revert last change.
25947
25948 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25949
25950         * nnmail.el (nnmail-cache-insert): Always check whether
25951         nnmail-cache-ignore-groups matches a group name.
25952
25953 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
25954
25955         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
25956         (spam-find-spam, spam-log-processing-to-registry)
25957         (spam-log-registered-p, spam-log-unregistration-needed-p)
25958         (spam-log-undo-registration): Use gnus-message instead of
25959         gnus-error, none of these errors are fatal.
25960
25961         * gnus-registry.el (gnus-registry-clean-empty-function)
25962         (gnus-registry-clean-empty): Remove only empty entries without
25963         extra data.
25964
25965 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
25966
25967         * spam-stat.el (spam-stat-buffer-change-to-spam)
25968         (spam-stat-buffer-change-to-non-spam): Change (error) to
25969         (gnus-message 8) invocation.
25970
25971 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25972
25973         * nntp.el (nntp-via-netcat-command): New variable.
25974         (nntp-via-netcat-switches): New variable.
25975         (nntp-open-via-rlogin-and-netcat): New function.
25976         (nntp-open-connection-function): Doc fix.
25977         (nntp-telnet-command): Doc fix.
25978         (nntp-end-of-line): Doc fix.
25979         (nntp-via-rlogin-command): Doc fix.
25980         (nntp-via-user-name): Doc fix.
25981         (nntp-via-address): Doc fix.
25982
25983 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25984
25985         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
25986         error in Emacs 21.1.
25987
25988 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
25989
25990         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
25991
25992 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25993
25994         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
25995         (gnus-agent-with-refreshed-group): New macro.
25996         (gnus-agent-rename-group): New function.
25997         (gnus-agent-delete-group): New function.
25998         (gnus-agent-save-group-info): Use gnus-command-method when
25999         `method' parameter is nil.  Don't write nil entries into the
26000         active file.
26001         (gnus-agent-get-group-info): New function.
26002         (gnus-agent-fetch-articles):
26003         Use gnus-agent-update-files-total-fetched-for to increment disk space
26004         used.
26005         (gnus-agent-fetch-headers, gnus-agent-save-alist):
26006         Use gnus-agent-update-view-total-fetched-for to increment disk space
26007         used.
26008         (gnus-agent-get-local): Add optional parameters to avoid calling
26009         gnus-group-real-name and gnus-find-method-for-group.
26010         (gnus-agent-set-local): Delete stored entry if either min, or max,
26011         are nil.
26012         (gnus-agent-fetch-session): Reworded error/quit messages.
26013         On quit, use gnus-agent-regenerate-group to record existance of any
26014         articles fetched to disk before the quit occurred.
26015         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
26016         gnus-agent-update-view-total-fetched-for, and
26017         gnus-agent-update-files-total-fetched-for to decrement disk space
26018         used.
26019         (gnus-agent-retrieve-headers):
26020         Use gnus-agent-update-view-total-fetched-for to increment disk space
26021         used.
26022         (gnus-agent-regenerate-group): Replace gnus-group-update-group
26023         with gnus-agent-update-files-total-fetched-for to decrement disk
26024         space and fresh group buffer.
26025         (gnus-agent-inhibit-update-total-fetched-for): New variable.
26026         (gnus-agent-need-update-total-fetched-for): New variable.
26027         (gnus-agent-update-files-total-fetched-for): New function.
26028         (gnus-agent-update-view-total-fetched-for): New function.
26029         (gnus-agent-total-fetched-for): New function.
26030
26031         * gnus-cache.el (gnus-cache-save-buffers):
26032         Use gnus-cache-update-overview-total-fetched-for to change disk space
26033         used by this group.
26034         (gnus-cache-possibly-enter-article):
26035         Use gnus-cache-update-file-total-fetched-for to increment disk space
26036         used by this group.
26037         (gnus-cache-possibly-remove-article):
26038         Use gnus-cache-update-file-total-fetched-for to decrement disk space
26039         used by this group.
26040         (gnus-cache-generate-nov-databases): Purge total fetched cache.
26041         (gnus-cache-rename-group): New function.
26042         (gnus-cache-delete-group): New function.
26043         (gnus-cache-inhibit-update-total-fetched-for): New variable.
26044         (gnus-cache-need-update-total-fetched-for): New variable.
26045         (gnus-cache-with-refreshed-group): New macro.
26046         (gnus-cache-update-file-total-fetched-for): New function.
26047         (gnus-cache-update-overview-total-fetched-for): New function.
26048         (gnus-cache-rename-group-total-fetched-for): New function.
26049         (gnus-cache-delete-group-total-fetched-for): New function.
26050         (gnus-cache-total-fetched-for): New function.
26051
26052         * gnus-group.el: Require gnus-sum and autoload functions to
26053         resolve warnings when gnus-group.el compiled alone.
26054         (gnus-group-line-format): Document new %F.
26055         (size of Fetched data) group line format; identifies disk space
26056         used by agent and cache.
26057         (gnus-group-line-format-alist): Define new F format.
26058         (gnus-total-fetched-for): New function.
26059         (gnus-group-delete-group): No longer update
26060         gnus-cache-active-altered as gnus-request-delete-group now keeps
26061         the cache in sync.
26062         (gnus-group-list-active): Let the agent store a server's active
26063         list if currently plugged.
26064
26065         * gnus-int.el (gnus-request-delete-group):
26066         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
26067         local disk in sync with the server.
26068         (gnus-request-rename-group):
26069         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
26070         local disk in sync with the server.
26071
26072         * gnus-start.el (gnus-get-unread-articles):
26073         Cosmetic simplification to logic.
26074
26075         * gnus-util.el (gnus-rename-file): New function.
26076
26077 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
26078
26079         * mm-util.el (mm-image-load-path): Handle nil in load-path.
26080
26081 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
26082
26083         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
26084         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
26085
26086 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
26087
26088         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
26089         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
26090
26091 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
26092
26093         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
26094
26095 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
26096
26097         * spam.el (spam-set-difference): Add function to replace
26098         gnus-set-difference in spam.el.
26099         (spam-summary-prepare-exit): Use spam-set-difference.
26100
26101 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
26102
26103         * gnus-registry.el (gnus-registry-cache-file): Update to use
26104         gnus-dribble-directory OR gnus-home-directory OR ~.
26105         (gnus-registry-split-fancy-with-parent): Fix doc.
26106
26107 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26108
26109         * message.el (message-exchange-point-and-mark):
26110         Use message-mark-active-p.  Suggested by Jesper Harder
26111         <harder@ifa.au.dk>.
26112
26113 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26114
26115         * message.el (message-exchange-point-and-mark): Don't activate
26116         region if it was inactive.  Suggested by Hiroshi Fujishima
26117         <pooh@nature.tsukuba.ac.jp>.
26118
26119 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26120
26121         * gnus-art.el (article-display-face): Display Faces in the same
26122         order as X-Faces.
26123
26124 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26125
26126         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
26127
26128 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26129
26130         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
26131         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
26132         (gnus-article-mime-hierarchy): Remove.
26133         (gnus-article-mime-hierarchy-next): Remove.
26134         (gnus-article-mode): Revert 2004-03-19 change.
26135         (gnus-article-setup-buffer): Revert 2004-03-19 change.
26136         (gnus-insert-mime-button): Revert 2004-03-19 change.
26137         (gnus-mime-accumulate-hierarchy): Remove.
26138         (gnus-mime-enter-multipart): Remove.
26139         (gnus-mime-leave-multipart): Remove.
26140         (gnus-mime-display-part): Revert 2004-03-19 change.
26141         (gnus-mime-display-alternative): Revert 2004-03-19 change.
26142
26143         * mml.el (mml-preview): Revert 2004-03-19 change.
26144
26145 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
26146
26147         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
26148
26149 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26150
26151         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
26152         t while entering a file name using the mm-with-multibyte macro.
26153         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26154
26155         * mm-util.el (mm-with-multibyte): New macro.
26156
26157 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26158
26159         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
26160         New user option.
26161         (gnus-mime-multipart-functions): Doc and customization fix.
26162         (gnus-article-mime-hierarchy): New variable.
26163         (gnus-article-mime-hierarchy-next): New variable.
26164         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
26165         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
26166         gnus-article-mime-hierarchy-next to nil.
26167         (gnus-insert-mime-button): Show hierarchy numbers.
26168         (gnus-mime-accumulate-hierarchy): New function.
26169         (gnus-mime-enter-multipart): New function.
26170         (gnus-mime-leave-multipart): New function.
26171         (gnus-mime-display-part): Recompute hierarchical MIME structure.
26172         (gnus-mime-display-alternative): Show hierarchy numbers.
26173
26174         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
26175         gnus-article-mime-hierarchy-next to nil.
26176
26177 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
26178
26179         * dns.el: Don't require gnus-xmas.
26180
26181 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
26182
26183         * mml.el (mml-generate-mime-1): Don't use format=flowed with
26184         inline PGP.
26185         (mml-menu): Disable mml-quote-region if mark is inactive.
26186
26187 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26188
26189         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
26190         when the group's active is not available.
26191
26192 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26193
26194         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
26195         error.
26196
26197 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
26198
26199         * imap.el (imap-store-password): New variable.
26200         (imap-interactive-login): Use it.
26201         Suggested by Mark Plaksin <happy@mcplaksin.org>.
26202
26203 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26204
26205         * gnus-art.el (gnus-article-read-summary-keys): Restore new
26206         window-start and hscroll to summary window.
26207
26208 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26209
26210         * gnus-start.el (gnus-convert-old-newsrc): Only write the
26211         conversion message to newsrc-dribble when an actual conversion is
26212         performed.
26213
26214 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
26215
26216         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
26217
26218 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26219
26220         * mm-decode.el (mm-complicated-handles): New function reviving
26221         former definition of mm-multiple-handles.
26222
26223         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
26224         (gnus-mime-delete-part): Use it.
26225
26226 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26227
26228         * gnus-agent.el (gnus-agent-read-local):
26229         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
26230         avoid the implicit assumption that they will always be equal.
26231         (gnus-agent-save-local): Bind buffer-file-coding-system, not
26232         coding-system-for-write, as the with-temp-file macro first prints
26233         to a buffer then saves the buffer.
26234
26235 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26236
26237         * gnus-art.el (gnus-article-edit-part): New function.
26238         (gnus-mime-save-part-and-strip): Use it; do query instead of
26239         signaling an error; don't use mm-multiple-handles.
26240         (gnus-mime-delete-part): Ditto.
26241
26242 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26243
26244         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
26245         old file versions.
26246         (gnus-group-prepare-hook): Remove function that converted list
26247         form of gnus-agent-expire-days to group properties.
26248
26249         * gnus-int.el: Autoload gnus-agent-regenerate-group.
26250         (gnus-request-accept-article): Re-indented.
26251
26252         * gnus-start.el (gnus-convert-old-newsrc): Registered new
26253         converters to handle old agent file formats.  Add logic for a
26254         "backup before upgrading warning".
26255         (gnus-convert-mark-converter-prompt): Developers can mark
26256         functions as needing (default), or not needing,
26257         gnus-convert-old-newsrc's "backup before upgrading warning".
26258         (gnus-convert-converter-needs-prompt): Tests whether the user
26259         should be protected from potentially irreversable changes by the
26260         function.
26261
26262         * legacy-gnus-agent.el: New.  Provides converters that are only
26263         loaded when gnus-convert-old-newsrc needs to call them.
26264
26265 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26266
26267         * mail-source.el (mail-source-touch-pop): Doc fix.
26268
26269         * message.el (message-smtpmail-send-it): Doc fix.
26270
26271 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
26272
26273         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
26274
26275         * nnmail.el (nnmail-split-fancy): do.
26276
26277         * gnus-kill.el (gnus-kill, gnus-execute): do.
26278
26279 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
26280
26281         * gnus-sum.el (gnus-widget-reversible-match)
26282         (gnus-widget-reversible-to-internal)
26283         (gnus-widget-reversible-to-external): New functions.
26284         (gnus-widget-reversible): New widget.
26285         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
26286
26287 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
26288
26289         * gnus-sum.el (gnus-thread-sort-functions)
26290         (gnus-article-sort-functions): Document `(not F)' items.
26291
26292 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
26293
26294         * spam.el (spam-use-gmane-xref): Add new backend.
26295         (spam-gmane-xref-spam-group): Add variable to control the name of the
26296         Gmane spam group.
26297         (spam-blackhole-servers, spam-blackhole-good-server-regex)
26298         (spam-regex-headers-spam, spam-regex-headers-ham)
26299         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
26300         (spam-list-of-checks): Add spam-use-gmane-xref to list of
26301         backends and checks.
26302         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
26303
26304         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
26305         an autodetect method.
26306
26307 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26308
26309         * gnus-int.el (gnus-request-accept-article): Inform the agent that
26310         articles are being added to a group.
26311         (gnus-request-replace-article): Inform the agent that articles
26312         need to be uncached as the cached contents are no longer valid.
26313
26314 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26315
26316         * binhex.el: Don't autoload executable-find.
26317
26318         * canlock.el: Don't autoload mail-fetch-field.
26319
26320         * dgnushack.el: Autoload c-mode for XEmacs.
26321
26322         * gnus-ems.el: Don't autoload appt-select-lowest-window.
26323
26324         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
26325         rmail-dont-reply-to and rmail-output.
26326
26327         * gnus-score.el: Don't autoload ffap-string-at-point.
26328
26329         * gnus-setup.el: Don't autoload sc-cite-original.
26330
26331         * imap.el: Don't autoload base64-decode-string,
26332         base64-encode-string and md5.
26333
26334         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
26335         and rmail-msg-restore-non-pruned-header.
26336
26337         * mm-decode.el: Don't autoload executable-find.
26338
26339         * mm-url.el: Don't autoload executable-find.
26340
26341         * mm-view.el: Don't autoload diff-mode.
26342
26343         * nndb.el: Don't autoload news-reply-mode, news-setup,
26344         cancel-timer and telnet.
26345
26346         * password.el: Don't autoload run-at-time for Emacs.
26347
26348         * sha1-el.el: Don't autoload executable-find.
26349
26350         * sieve-mode.el: Don't autoload c-mode.
26351
26352         * uudecode.el: Don't autoload executable-find.
26353
26354 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26355
26356         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
26357         (gnus-agent-possibly-alter-active): Avoid null in numeric
26358         comparison.
26359         (gnus-agent-set-local): Refuse to save null in local object table.
26360         (gnus-agent-regenerate-group): The REREAD parameter can now be a
26361         list of articles that will be marked as unread.
26362
26363 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26364
26365         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
26366
26367 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
26368
26369         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
26370         language tags.
26371
26372 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
26373
26374         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
26375         Don't bind "obarray".
26376
26377         * gnus-sum.el (gnus-thread-sort-functions):
26378         Add `gnus-thread-sort-by-most-recent-number' and
26379         `gnus-thread-sort-by-most-recent-date'.
26380         Reported by Kai Grossjohann <kai@emptydomain.de>.
26381
26382 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
26383
26384         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
26385
26386 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26387
26388         * gnus-cus.el (gnus-agent-customize-category):
26389         Remove ignore-errors macro reference that required cl to be loaded at
26390         run-time.
26391
26392         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
26393         single-interval range of the form (min . max).  Previously the
26394         range had to look like ((min . max)).  Likewise, return
26395         (min . max) rather than ((min . max)).
26396         (gnus-range-map): Use gnus-range-normalize to accept
26397         single-interval range.
26398
26399         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
26400         the cache, but not the agent, now appear with their usual face.
26401
26402         * dgnushack.el (loaddir): New variable that is bound to the
26403         directory containing the dgnushack.el file.  Use loaddir, rather
26404         than srcdir, to update load-path.  Change lets dgnushack compile
26405         code in directories other than GNUS/lisp.
26406
26407 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
26408
26409         * lpath.el: Don't bind w3m-safe-url-regexp.
26410
26411         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
26412         w3m-safe-url-regexp variable buffer-local.
26413
26414         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26415
26416 2004-02-27  Simon Josefsson  <jas@extundo.com>
26417
26418         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
26419         gnus-group-real-prefix.
26420         (gnus-summary-move-article): Use it, instead of
26421         gnus-group-real-prefix.
26422
26423 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26424
26425         * lpath.el: Bind w3m-safe-url-regexp.
26426
26427         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
26428         w3m-safe-url-regexp variable buffer-local and set it as the value
26429         of mm-w3m-safe-url-regexp.
26430
26431         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26432
26433         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
26434         parsing gnus-posting-styles when the message is not for replying.
26435
26436         * dgnushack.el: Autoload sgml-mode for XEmacs.
26437
26438         * nnrss.el (nnrss-opml-export):
26439         Use mm-set-buffer-file-coding-system instead of
26440         set-buffer-file-coding-system.
26441
26442 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
26443
26444         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
26445         of checkdoc.el).
26446         * nnrss.el: do.
26447         * gnus-mlspl.el: do.
26448         * gnus-ml.el: do.
26449         * gnus-srvr.el: do.
26450
26451         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
26452
26453 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
26454
26455         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
26456         Corrections to custom-manual links.
26457
26458         * gnus-art.el (gnus-article): Ditto.
26459
26460         * mm-decode.el (mime-display, mime-security): Ditto.
26461
26462 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26463
26464         * flow-fill.el: Typo.
26465
26466 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
26467
26468         * spam-wash.el: New file.
26469
26470 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
26471
26472         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
26473
26474 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
26475
26476         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
26477         to be run with new-articles as LIST1, not LIST2.
26478         (spam-registration-functions): Add spam-use-ham-copy as a nil
26479         registration backend.
26480
26481 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26482
26483         * spam-stat.el (spam-stat-washing-hook): New option.
26484         (spam-stat-buffer-words): Use it.
26485         (spam-stat-process-directory, spam-stat-test-directory):
26486         Use insert-file-contents-literally.
26487         (spam-stat-coding-system): New variable.
26488         (spam-stat-load, spam-stat-save): Use it.
26489
26490 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26491
26492         * spam-report.el (spam-report-plug-agent):
26493         Quote spam-report-url-to-file and spam-report-url-ping-plain.
26494
26495 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
26496
26497         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
26498         Allow / in mailto URLs.
26499
26500 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
26501
26502         * spam-report.el (spam-report-process-queue): Fix interactive use.
26503         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
26504         (spam-report-unplug-agent): Doc fixes.
26505         (spam-report-url-ping-mm-url, spam-report-url-to-file)
26506         (spam-report-agentize, spam-report-deagentize): Autoload.
26507
26508 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26509
26510         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
26511
26512         * message.el (message-setup-fill-variables): Add mml tags to
26513         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
26514         <ajk@iu.edu>.
26515         (message-mode): Don't modify paragraph-separate there.
26516
26517 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26518
26519         * compface.el (uncompface-use-external): Default to undecided.
26520         (uncompface-use-external-threshold): New variable.
26521         (uncompface-float-time): New macro.
26522         (uncompface): Determine whether to use the external decoder if
26523         uncompface-use-external is undecided.
26524
26525 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26526
26527         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
26528         after images.
26529
26530         * gnus-art.el (gnus-mime-display-single): Remove dead code.
26531
26532 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
26533
26534         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
26535
26536         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
26537
26538         * gnus-sum.el (gnus-summary-limit-to-age)
26539         (gnus-summary-limit-children): do.
26540
26541         * gnus-int.el (gnus-request-scan): do.
26542
26543         * gnus-group.el (gnus-group-suspend): do.
26544
26545         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
26546
26547         * gnus-cite.el (gnus-cite-parse-attributions): do.
26548
26549         * gnus-agent.el (gnus-summary-set-agent-mark)
26550         (gnus-agent-regenerate-group): do.
26551
26552         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
26553
26554         * binhex.el (binhex-decode-region-internal): do.
26555
26556 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26557
26558         * gnus-fun.el (gnus-face-properties-alist): New user option.
26559         (gnus-display-x-face-in-from): Use it.
26560
26561         * gnus-art.el (article-display-face): Ditto.
26562
26563         * compface.el (uncompface-use-external): Default to nil.
26564
26565 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
26566
26567         * nntp.el (nntp-erase-buffer): New function.
26568         (nntp-retrieve-data, nntp-send-command)
26569         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
26570         (nntp-possibly-change-group): Use it.
26571
26572         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
26573         Use with-current-buffer.
26574
26575 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
26576
26577         * compface.el: Merge the ELisp-based uncompface program.
26578         (compface): New customization group.
26579         (uncompface-use-external): New user option.
26580         (uncompface): Call uncompface-internal if uncompface-use-external
26581         is nil.
26582         (uncompface-internal): New function.  Note that there are also
26583         some other functions and variables added for this function.
26584
26585 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
26586
26587         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
26588         if necessary.
26589
26590 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
26591
26592         * spam-report.el (spam-report-unplug-agent)
26593         (spam-report-plug-agent, spam-report-deagentize)
26594         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
26595         Add support for the Agent in spam-report: when unplugged, report to a
26596         file; when plugged, submit all the requests.
26597
26598         * spam.el (spam-register-routine): Fix message about
26599         registration.
26600
26601 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
26602
26603         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
26604         dependencies.
26605         (rfc2047-encode): Use it.
26606
26607         * gnus-art.el (gnus-button-marker-list): Move before first
26608         reference.
26609
26610         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
26611         (imap-parse-body): Fix format string mismatch.
26612
26613         * gnus-score.el (gnus-summary-increase-score): do.
26614
26615         * nnrss.el (nnrss-close): New function.
26616
26617 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
26618
26619         * nnrss.el (nnrss-make-filename): New function.
26620         (nnrss-request-delete-group, nnrss-read-server-data)
26621         (nnrss-save-server-data, nnrss-read-group-data)
26622         (nnrss-save-group-data): Use it.
26623         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
26624         (nnrss-read-server-data, nnrss-read-group-data): Use load.
26625         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
26626
26627 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
26628
26629         * mml.el (mml-compute-boundary-1): Don't uncompress files.
26630
26631 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
26632
26633         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
26634         files.
26635
26636         * message.el (message-generate-headers-first): Don't quote nil
26637         and t in docstrings.
26638
26639         * imap.el (imap-id): do.
26640
26641         * gnus-agent.el (gnus-agent-consider-all-articles)
26642         (gnus-agent-queue-mail): do.
26643
26644 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
26645
26646         * spam-report.el (spam-report-process-queue): New function.
26647         Process requests from `spam-report-requests-file'.
26648         (spam-report-process-queue): Doc fix.
26649
26650 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
26651
26652         * spam.el (spam-register-routine)
26653         (spam-log-processing-to-registry, spam-log-registered-p)
26654         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26655         Change "check" to "spam-check" for semi-clarity.
26656
26657 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
26658
26659         * pop3.el: Require nnheader.
26660
26661         * mml-smime.el: Require cl.  Autoload message-fetch-field.
26662
26663         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
26664
26665         * gnus-picon.el: Require cl.
26666
26667         * gnus-fun.el: Require gnus-ems and gnus-util.
26668
26669         * gnus.el (gnus-method-to-server): Move defsubst before first use.
26670
26671         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
26672
26673         * gnus-art.el (gnus-article-edit-mode): Define before first
26674         reference.
26675
26676 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
26677
26678         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
26679         (gnus-uu-post-encoded): Use point-at-bol.
26680
26681         * gnus-topic.el (gnus-group-active-topic-p): do.
26682
26683         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
26684
26685         * gnus-group.el (gnus-group-kill-region): do.
26686
26687         * gnus-art.el (article-date-ut): do.
26688
26689         * message.el (message-fetch-field): Remove redundant
26690         case-fold-search binding.
26691         (message-narrow-to-field): Simplify.
26692
26693 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
26694
26695         * spam.el (spam-directory): Derive from `gnus-directory'.
26696
26697         * spam-report.el (spam-report-url-to-file)
26698         (spam-report-requests-file): New function and variable for offline
26699         reporting.
26700         (spam-report-url-ping-function): Add `spam-report-url-to-file'
26701         and user defined function.
26702         (spam-report-url-ping-mm-url): Remove doubled slash.
26703
26704 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
26705
26706         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
26707
26708 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
26709
26710         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
26711         Fix format string mismatch.
26712
26713         * sieve.el (sieve-deactivate-all): do.
26714
26715         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
26716
26717         * nnlistserv.el (nnlistserv-kk-wash-article): do.
26718
26719         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
26720
26721         * mm-bodies.el (mm-7bit-chars): Don't include \r.
26722
26723 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
26724
26725         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
26726         the list of checks.
26727
26728 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
26729
26730         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
26731         padding.
26732
26733 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
26734
26735         * mm-view.el (mm-fill-flowed): New variable.
26736         (mm-inline-text): Use it.
26737
26738 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
26739
26740         * spam.el (spam-spamassassin-register-ham-routine)
26741         (spam-spamassassin-register-spam-routine): Fix function names.
26742
26743 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26744
26745         * gnus.el (gnus-tmp-grouplens): Remove.
26746         (gnus-summary-line-format): Remove grouplens.
26747
26748         * gnus-group.el (gnus-group-line-format): Ditto.
26749
26750         * gnus-spec.el (gnus-format-specs): Ditto.
26751         (gnus-update-format-specifications): Flush the group format spec
26752         cache if there's the grouplens stuff.
26753         (gnus-parse-simple-format): Replace %l with the empty string.
26754
26755 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
26756
26757         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
26758         omission.
26759
26760 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26761
26762         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
26763         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26764
26765 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26766
26767         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
26768         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
26769         New macros and functions.
26770         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
26771         Handle > NLINK_MAX messages.
26772         * nnmaildir.el (nnmaildir-request-set-mark):
26773         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
26774
26775 2004-01-25  Alex Schroeder  <alex@gnu.org>
26776
26777         * spam-stat.el (spam-stat-process-directory-age): New option.
26778         (spam-stat-process-directory): Use it.
26779
26780 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
26781
26782         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
26783         (spam-stat-save): Accept prefix argument.
26784
26785 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
26786
26787         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
26788         links" error.
26789
26790 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26791
26792         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
26793         the rest of the and/or forms.
26794
26795 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26796
26797         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
26798         compatibility with old .newsrc.eld files.
26799
26800         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
26801
26802         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
26803
26804         * gnus-start.el (gnus-1): do.
26805
26806         * gnus-group.el (gnus-group-line-format-alist): do.
26807
26808         * gnus.el (gnus-use-grouplens, gnus-visual): do.
26809
26810         * gnus-gl.el: Remove.
26811
26812 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26813
26814         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
26815         marks consisting of a single range {for example, (3 . 5)} rather
26816         than a list of a single range { ((3 . 5)) }.
26817
26818 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26819
26820         * spam-stat.el (spam-stat-store-gnus-article-buffer):
26821         Use with-current-buffer.
26822         (spam-stat-store-current-buffer): Use insert-buffer-substring to
26823         avoid consing a string.
26824
26825         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
26826         Remove obsolete entries for big5 and gb2312.
26827
26828 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26829
26830         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
26831         uncompressed list.
26832
26833 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
26834
26835         * spam-stat.el (spam-stat-strip-xref): New function.
26836         (spam-stat-process-directory): Use it.
26837
26838         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
26839         here -- it's done in message-fetch-field.
26840
26841 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26842
26843         * gnus-agent.el (gnus-agent-queue-mail)
26844         (gnus-agent-prompt-send-queue): New variables.
26845         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
26846         * gnus-draft.el (gnus-group-send-queue): Pass the group name
26847         "nndraft:queue" along to gnus-draft-send.
26848         Use gnus-agent-prompt-send-queue.
26849         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
26850         is "nndraft:queue".  Suggested by Gaute Strokkenes
26851         <gs234@srcf.ucam.org>
26852
26853         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
26854         (agent-enable-undownloaded-faces): Add.
26855         (gnus-agent-cat-groups): Use eval-and-compile, not
26856         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
26857         method of gnus-agent-cat-groups even when the buffer has been
26858         evaled.
26859         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
26860         delete gnus-agent-save-active-1.
26861         (gnus-agent-save-groups): Delete.  Identical to
26862         gnus-agent-save-active.
26863         (gnus-agent-write-active): No longer adjust agent's copy of active
26864         file as agent's adjustments are now stored in their own
26865         file.  Remove optional parameter.
26866         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
26867         servers.  Add use of min/max range limits from server's local
26868         file.
26869         (gnus-agent-save-alist): Remove unused optional argument.
26870         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
26871         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
26872         (gnus-agent-set-local): A per-server file that keeps min/max range
26873         limits for articles known to the agent.  Provides a fast mechanism
26874         for altering many active ranges.
26875         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
26876         active file (local makes it unnecessary).
26877         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
26878
26879         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
26880         (agent-enable-undownloaded-faces): Add.
26881
26882         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
26883         disable it when sending to "nndraft:queue".
26884         (gnus-group-send-queue): Add safety check to avoid sending queue
26885         when unplugged.
26886
26887         * gnus-group.el (gnus-group-catchup): Use new
26888         gnus-sequence-of-unread-articles, not
26889         gnus-list-of-unread-articles, to avoid exhausting memory with huge
26890         numbers of articles.  Use gnus-range-map to avoid having to
26891         uncompress the unread list.
26892         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
26893         Fix invalid ange-ftp reference.
26894
26895         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
26896         (gnus-sorted-range-intersection): Intersection of two ranges
26897         without requiring that they first be uncompressed.
26898
26899         * gnus-start.el (gnus-activate-group): Unless blocked by the
26900         caller, possibly expand the active range to include both cached
26901         and agentized articles.
26902         (gnus-convert-old-newsrc): Rewrote in anticipation of having
26903         multiple version-dependent converters.
26904         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
26905         gnus-agent-save-active.
26906         (gnus-save-newsrc-file): Save dirty agent range limits.
26907
26908         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
26909         gnus-agent-possibly-alter-active.
26910         (gnus-adjust-marked-articles): Faster handling of simple lists.
26911
26912 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
26913
26914         * spam-stat.el (spam-stat-test-directory): New optional argument
26915         displays a list of files detected.  Suggested by Andrew Cohen
26916         <cohen@andy.bu.edu>.
26917         (spam-stat-buffer-words-with-scores): Don't narrow and change
26918         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
26919
26920 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
26921
26922         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
26923         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
26924         (spam-spamassassin-arguments)
26925         (spam-spamassassin-spam-flag-header)
26926         (spam-spamassassin-positive-spam-flag-header)
26927         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
26928         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
26929         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
26930         (spam-list-of-processors, spam-list-of-checks)
26931         (spam-list-of-statistical-checks, spam-registration-functions)
26932         (spam-check-spamassassin-headers, spam-check-spamassassin)
26933         (spam-spamassassin-score)
26934         (spam-spamassassin-register-with-sa-learn)
26935         (spam-spamassassin-register-spam-routine)
26936         (spam-spamassassin-register-ham-routine)
26937         (spam-assassin-register-spam-routine)
26938         (spam-assassin-register-ham-routine): Add SpamAssassin support.
26939         (spam-bogofilter-score): Fix to show article before scoring.
26940
26941 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
26942
26943         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
26944         default scoring function.
26945         (spam-generic-score): Call spam-spamassassin-score if
26946         spam-use-spamassassin or spam-use-spamassassin-headers is on;
26947         spam-bogofilter-score otherwise.
26948
26949         * gnus.el (spam-process, spam-autodetect-methods):
26950         Add spamassassin and spamassassin-headers.
26951
26952 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
26953
26954         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
26955         Suppress unnecessary messages.
26956
26957 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
26958
26959         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
26960         make-hash-table.
26961
26962 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26963
26964         * canlock.el (base64-encode-string): Don't autoload it.
26965
26966 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26967
26968         * run-at-time.el: Remove useless (require 'itimer),
26969         eval-and-compile and (featurep 'xemacs).
26970
26971 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
26972
26973         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
26974         GROUP is a virtual group.
26975
26976 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
26977
26978         * gnus.el: Autoload `message-y-or-n-p'.
26979
26980 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
26981
26982         * pgg-parse.el: Remove unnecessary (require 'custom).
26983
26984         * pgg-def.el: do.
26985
26986         * nnmail.el: do.
26987
26988         * gnus-undo.el: do.
26989
26990         * gnus-picon.el: do.
26991
26992         * gnus-util.el: do.
26993
26994 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
26995
26996         * gnus-sum.el (gnus-pick-line-number): Add autoload.
26997
26998 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26999
27000         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
27001         handle, as well as a list.
27002
27003         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
27004         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
27005         (mm-w3m-cid-retrieve): Simplify.
27006
27007 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
27008
27009         * message.el (message-kill-to-signature): Allow prefix arg to
27010         specify number of lines to keep before signature.
27011
27012 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
27013
27014         * message.el (message-kill-to-signature): Change docstring.
27015
27016 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27017
27018         * canlock.el: Always require sha1-el.
27019         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
27020
27021         * message.el: Autoload sha1 only when compiling.
27022
27023         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
27024         eudc-expand-inline for XEmacs.
27025
27026 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
27027
27028         * message.el (message-canlock-generate): Require sha1-el.
27029
27030 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
27031
27032         * message.el (message-expand-name): Silence the byte compiler.
27033
27034         * lpath.el: Add detect-coding-system.
27035
27036         * dgnushack.el (dgnushack-compile): Remove obsolete check for
27037         cus-edit.
27038
27039 2004-01-13  Simon Josefsson  <jas@extundo.com>
27040
27041         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
27042         Invoke gnus-score-mode.
27043         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27044
27045         * gnus-range.el (gnus-compress-sequence): Doc fix.
27046         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
27047
27048 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27049
27050         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
27051
27052 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
27053
27054         * spam.el (spam-get-article-as-string): Update to use
27055         gnus-request-article-this-buffer, much simpler.
27056         (spam-get-article-as-buffer): Remove.
27057
27058 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
27059
27060         * message.el (message-expand-name): Use EUDC if the user uses that.
27061
27062 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27063
27064         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
27065         character for the encoding to avoid consing a string.
27066
27067         * rfc2047.el (rfc2047-decode-string): Don't cons a string
27068         unnecessarily.
27069
27070         * mm-util.el (mm-replace-chars-in-string): Remove.
27071
27072         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
27073         of mm-replace-chars-in-string.
27074
27075 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
27076
27077         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
27078
27079         * mm-util.el (mm-subst-char-in-string): Support inplace.
27080
27081         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
27082         a new string in every iteration.  Use shy groups.
27083
27084 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
27085
27086         * gnus-srvr.el (gnus-browse-unsubscribe-group):
27087         * gnus-soup.el (gnus-soup-group-brew):
27088         * gnus-msg.el (gnus-put-message):
27089         * gnus-move.el (gnus-group-move-group-to-server):
27090         * gnus-kill.el (gnus-batch-score):
27091         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
27092         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
27093         (gnus-group-update-group, gnus-group-read-group)
27094         (gnus-group-make-group, gnus-group-make-help-group)
27095         (gnus-group-make-archive-group, gnus-group-make-directory-group)
27096         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
27097         (gnus-group-sort-by-unread, gnus-group-catchup)
27098         (gnus-group-unsubscribe-group, gnus-group-kill-group)
27099         (gnus-group-yank-group, gnus-group-set-info)
27100         (gnus-group-list-groups):
27101         * gnus.el (gnus-generate-new-group-name):
27102         * gnus-delay.el (gnus-delay-send-queue):
27103         * nnvirtual.el (nnvirtual-catchup-group):
27104         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
27105         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
27106         (gnus-group-prepare-topics, gnus-topic-check-topology):
27107         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
27108         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
27109         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
27110         (gnus-group-make-articles-read):
27111         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
27112         (gnus-group-change-level, gnus-kill-newsgroup)
27113         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
27114         (gnus-get-unread-articles, gnus-make-articles-unread)
27115         (gnus-make-ascending-articles-unread): Use accessor
27116         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
27117         to get group information for improved readability.
27118
27119
27120 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27121
27122         * gnus-art.el (article-decode-mime-words, article-babel)
27123         (gnus-article-highlight-signature, gnus-article-add-buttons)
27124         (gnus-signature-toggle): Use gnus-with-article-buffer.
27125
27126         * gnus-art.el (gnus-article-highlight-headers)
27127         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
27128
27129         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
27130         (gnus-article-set-globals, gnus-request-article-this-buffer)
27131         (gnus-button-message-id, gnus-article-maybe-hide-headers)
27132         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
27133         (gnus-mime-display-alternative): Use with-current-buffer.
27134
27135 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27136
27137         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
27138         also under 80 char limit, and call gnus-error if needed.
27139         (spam-fetch-article-header): Fix - it was a
27140         buffer-local variable (gnus-newsgroup-data).
27141         (spam-find-spam): Use spam-generate-fake-headers, forget about
27142         spam-insert-fake-headers.
27143         (spam-insert-fake-headers): Remove.
27144
27145 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27146
27147         * deuglify.el (gnus-article-outlook-unwrap-lines)
27148         (gnus-outlook-rearrange-article)
27149         (gnus-outlook-repair-attribution-outlook)
27150         (gnus-outlook-repair-attribution-block)
27151         (gnus-outlook-repair-attribution-other): Remove redundant
27152         save-excursion.
27153
27154 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27155
27156         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
27157         (spam-fetch-field-subject-fast)
27158         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
27159         (spam-fetch-article-header): Add functions to deal with Gnus
27160         internals for fast retrieval of article header data.
27161         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
27162
27163 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27164
27165         * pop3.el (pop3-md5): Remove.
27166         (pop3-apop): Replace pop3-md5 with md5.
27167
27168         * mm-bodies.el: base64 is always built-in.
27169
27170         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
27171         Use with-current-buffer.
27172
27173 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27174
27175         * canlock.el (canlock-insert-header): Remove excessive grouping in
27176         regexp.
27177
27178         * gnus-sum.el (gnus-summary-read-document): Ditto.
27179
27180         * gnus-uu.el (gnus-uu-part-number): Ditto.
27181
27182         * html2text.el (html2text-remove-tags): Ditto.
27183         (html2text-format-tags): Ditto.
27184         (html2text-format-single-elements): Ditto.
27185
27186         * mml.el (mml-parse-1): Ditto.
27187
27188 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27189
27190         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
27191
27192         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
27193
27194         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
27195
27196         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
27197
27198 2003-11-15  Simon Josefsson  <jas@extundo.com>
27199
27200         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
27201         (pgg-gpg-lookup-key): Use regexp match instead of
27202         split-string (split-string is different between emacs 21.2 and
27203         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
27204
27205 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27206
27207         * gnus-art.el (gnus-mime-view-all-parts)
27208         (gnus-article-part-wrapper, gnus-article-view-part):
27209         Use with-current-buffer.
27210
27211 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27212
27213         * spam.el (spam-disable-spam-split-during-ham-respool)
27214         (spam-spamoracle-database, spam-cache-lookups)
27215         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
27216         (spam-group-ham-mark-p, spam-group-spam-mark-p)
27217         (spam-group-ham-marks, spam-group-spam-marks)
27218         (spam-group-spam-contents-p, spam-group-ham-contents-p)
27219         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
27220         also add spam-use-blackholes to the statistical checks.
27221         (spam-fetch-field-fast): Add interface to fetching fields, may
27222         become a macro.
27223         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
27224         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
27225         (spam-insert-fake-headers): Fake an article when needed.
27226         (spam-find-spam): Fake article when possible.
27227         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
27228         (spam-check-bogofilter-headers): Use message-fetch-field instead
27229         of nnmail-fetch-field.
27230
27231 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
27232
27233         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
27234
27235 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27236
27237         * spam.el (spam-split): Do not require spam-use-CHECK to be
27238         enabled if that check is passed to spam-split explicitly; also
27239         fix so 'spam doesn't get converted to spam-split-group when
27240         spam-split-symbolic-return is t.
27241         (spam-find-spam): Find registrations of the article and use those
27242         instead of re-running spam-split to find the spam/ham
27243         classification of the article.
27244         (spam-log-processing-to-registry, spam-log-registered-p)
27245         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27246         Use gnus-error instead of gnus-message.
27247         (spam-log-registration-type): Add function to determine the
27248         classification of a message based on registry entries; will
27249         return nil if both 'spam and 'ham are found.
27250         (spam-check-BBDB): Expand all the BBDB macros here so we can have
27251         a reasonably fast local cache without the loading errors.
27252         (spam-cache-lookups): Set to t by default.
27253         (spam-find-spam): Don't try to guess spam-cache-lookups.
27254         (spam-enter-whitelist, spam-enter-blacklist): Clear the
27255         spam-caches entry.
27256         (spam-filelist-build-cache, spam-filelist-check-cache):
27257         Fix caching of whitelist/blacklist entries.
27258         (spam-check-whitelist, spam-check-blacklist):
27259         Invoke spam-from-listed-p with a type, not a cache variable.
27260         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
27261
27262 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27263
27264         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
27265
27266         * nnmail.el (nnmail-split-fancy): do.
27267
27268         * mml.el (mml-parse): do.
27269
27270         * gnus-score.el (gnus-enter-score-words-into-hashtb)
27271         (gnus-score-adaptive): do.
27272
27273 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27274
27275         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
27276         (gnus-mime-button-map): Don't set keymap parent.
27277         (gnus-button-ctan-directory-regexp): Use shy grouping.
27278         (gnus-prev-page-map): Don't set keymap parent.
27279         (gnus-prev-page-map): Remove duplicated one.
27280         (gnus-next-page-map): Don't set keymap parent.
27281         (gnus-mime-security-button-map): Ditto.
27282
27283         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
27284         version number.
27285
27286         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
27287
27288 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27289
27290         * canlock.el (canlock-sha1-function): Remove.
27291         (canlock-sha1-function-for-verify): Remove.
27292         (canlock-openssl-program): Remove.
27293         (canlock-openssl-args): Remove.
27294         (canlock-ignore-errors): Remove.
27295         (canlock-sha1-with-openssl): Remove.
27296         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
27297         (canlock-verify): Don't use canlock-ignore-errors.
27298
27299         * sha1-el.el (sha1-string-external): Make it can return a string
27300         in binary form.
27301         (sha1-region-external): Ditto.
27302         (sha1-string-internal): Ditto.
27303         (sha1-region-internal): Ditto.
27304         (sha1-region): Ditto.
27305         (sha1-string): Ditto.
27306         (sha1): Ditto.
27307
27308 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27309
27310         * spam.el (spam-report-articles-gmane): New command.
27311
27312 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27313
27314         * gnus.el: Don't make unnecessary *Group* buffer when loading.
27315
27316         * run-at-time.el (run-at-time-saved): Remove.
27317         (run-at-time): Doc fix.
27318
27319 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27320
27321         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
27322         (gnus-summary-limit-map): Add it.
27323         (gnus-summary-make-menu-bar): do.
27324
27325 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
27326
27327         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
27328         Make attempt at some caching support (done for BBDB only now).
27329         (spam-find-spam): Set spam-cache-lookups if there are more than 2
27330         addresses to be checked.
27331         (spam-clear-cache-BBDB): Add function, to be invoked by
27332         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
27333         (spam-check-BBDB): Check and use the caches, if
27334         spam-cache-lookups is on, remove superfluous (provide).
27335
27336 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
27337
27338         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
27339
27340 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
27341
27342         * run-at-time.el (run-at-time-saved): Move to after the definition
27343         of `run-at-time'.
27344
27345         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
27346
27347 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27348
27349         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
27350         mm-w3m-local-map-property.
27351
27352         * mm-view.el (mm-w3m-mode-map): Remove.
27353         (mm-w3m-local-map-property): Remove.
27354         (mm-inline-text-html-render-with-w3m): Don't use
27355         mm-w3m-local-map-property.
27356
27357 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27358
27359         * run-at-time.el: New file.
27360
27361         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
27362         under Emacs.
27363
27364         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
27365         of gnus-set-text-properties.
27366
27367         * gnus-uu.el (gnus-uu-save-article): Ditto.
27368
27369         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
27370
27371         * gnus-cite.el (gnus-cite-parse): Ditto.
27372
27373         * gnus-art.el (gnus-button-push): Use set-text-properties instead
27374         of gnus-.
27375
27376         * gnus-xmas.el (run-at-time): Require run-at-time.
27377
27378         * gnus.el: Change calls to nnheader-run-at-time and
27379         password-run-at-time throughout to use run-at-time directly.
27380
27381         * password.el: Remove definition of run-at-time.
27382
27383         * nnheaderxm.el: Remove definition of run-at-time.
27384
27385 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
27386
27387         * mml.el (mml-minibuffer-read-disposition): Show attachment type
27388         in prompt.
27389
27390 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27391
27392         * messagexmas.el (message-xmas-redefine): Alias
27393         `message-make-caesar-translation-table' to
27394         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
27395         version.
27396
27397         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
27398         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
27399         `gnus-xmas-set-text-properties'.
27400         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
27401         `gnus-xmas-completing-read'.
27402         (gnus-xmas-completing-read): Removed.
27403         (gnus-xmas-open-network-stream): Removed.
27404
27405         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
27406         XEmacs version.
27407
27408         * dns.el (dns-make-network-process): Use `open-network-stream'
27409         instead of `gnus-xmas-open-network-stream'.
27410
27411         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
27412
27413         * .cvsignore: Add auto-autoloads.el, custom-load.el.
27414
27415 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27416
27417         * gnus-art.el (gnus-mime-display-alternative)
27418         (gnus-insert-mime-button, gnus-insert-mime-security-button)
27419         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
27420         Don't use gnus-local-map-property.
27421
27422         * gnus-util.el (gnus-local-map-property): Remove.
27423
27424         * mm-view.el (mm-view-pkcs7-decrypt):
27425         Replace gnus-completing-read-maybe-default with completing-read.
27426
27427         * gnus-util.el (gnus-completing-read): do.
27428         (gnus-completing-read-maybe-default): Remove.
27429
27430 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27431
27432         * password.el: Only autoload `run-at-time' if not XEmacs.
27433         Only autoload the itimer functions if XEmacs.
27434
27435 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27436
27437         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
27438         XEmacsen.
27439
27440         * dgnushack.el: Autoload executable-find for XEmacs.
27441
27442 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27443
27444         * gnus-art.el (gnus-read-string): Remove.
27445         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
27446         read-string.
27447
27448 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
27449
27450         * netrc.el: Autoload password-read.
27451         (netrc): Add configuration group.
27452         (netrc-encoding-method, netrc-openssl-path):
27453         Add variables for encoding and decoding of files with symmetric
27454         ciphers.
27455         (netrc-encode): Add assistant function to encode a file with
27456         netrc-encoding-method.
27457         (netrc-parse): Add interactive parameter, added optional
27458         decoding if netrc-encoding-method is non-nil but otherwise
27459         behavior is standard.
27460         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
27461         Do s/encode/encrypt/ everywhere.
27462
27463         * spam.el: Remove executable-find autoload.
27464
27465 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27466
27467         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
27468
27469         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
27470
27471 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
27472
27473         * gnus-art.el (gnus-treat-ansi-sequences)
27474         (article-treat-ansi-sequences): New variable and function.
27475         Suggested by Dan Jacobson <jidanni@jidanni.org>.
27476
27477         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
27478         Use it.
27479
27480 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27481
27482         * mm-util.el (mm-quote-arg): Remove.
27483
27484         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
27485         shell-quote-argument.
27486
27487         * gnus-uu.el (gnus-uu-command): do.
27488
27489         * gnus-sum.el (gnus-summary-insert-pseudos): do.
27490
27491         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
27492         with make-char.
27493
27494         * mm-util.el (mm-make-char): Remove.
27495
27496         * mml.el (mml-mode): Replace gnus-add-minor-mode with
27497         add-minor-mode.
27498
27499         * gnus-undo.el (gnus-undo-mode): do.
27500
27501         * gnus-topic.el (gnus-topic-mode): do.
27502
27503         * gnus-sum.el (gnus-dead-summary-mode): do.
27504
27505         * gnus-start.el (gnus-slave-mode): do.
27506
27507         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
27508
27509         * gnus-ml.el (gnus-mailing-list-mode): do.
27510
27511         * gnus-gl.el (gnus-grouplens-mode): do.
27512
27513         * gnus-draft.el (gnus-draft-mode): do.
27514
27515         * gnus-dired.el (gnus-dired-mode): do.
27516
27517         * gnus-ems.el (gnus-add-minor-mode): Remove.
27518
27519         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27520         Replace gnus-char-width with char-width.
27521
27522         * gnus-ems.el (gnus-char-width): Remove.
27523
27524         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27525         Replace gnus-char-width with char-width.
27526
27527         * gnus-ems.el (gnus-char-width): Remove.
27528
27529         * spam-stat.el (with-syntax-table): Remove with-syntax-table
27530         definition.
27531         Remove Emacs 20 hash table compatibility code.
27532
27533         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
27534         20 compatibility code.
27535
27536         * spam.el (spam-point-at-eol): Replace with point-at-eol.
27537
27538         * smime.el (smime-point-at-eol): Replace with point-at-eol.
27539
27540         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
27541         Replace with point-at-{eol,bol}.
27542
27543         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
27544
27545         * imap.el (imap-point-at-eol): Replace with point-at-eol.
27546
27547         * flow-fill.el (fill-flowed-point-at-bol)
27548         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
27549
27550         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
27551         Replace with point-at-{eol,bol} throughout all files.
27552
27553 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
27554
27555         * ntlm.el (ntlm-string-as-unibyte): New macro.
27556         (ntlm-build-auth-response): Use it.
27557
27558         Remove Emacs 20 stuff:
27559         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
27560         (butlast, mapc, remove): Remove the compiler macros.
27561         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
27562         of delq and copy-sequence.
27563         * gnus-art.el (popup-menu): Remove the compiler macro.
27564         * nnmail.el (nnmail-split-fancy): Don't support customizing with
27565         Emacs 20.
27566
27567 2004-01-05  Simon Josefsson  <jas@extundo.com>
27568
27569         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
27570         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
27571         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
27572         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
27573         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
27574         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
27575         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
27576         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
27577         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
27578         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
27579         ntlm-string-permute, string-lshift into ntlm-string-lshift,
27580         string-xor into ntlm-string-xor.
27581         Suggested by Jesper Harder <harder@myrealbox.com>.
27582
27583         * ntlm.el: Don't include poem.
27584
27585         * md4.el (print-int32, print-string-hexa): Remove.
27586         Suggested by Jesper Harder <harder@myrealbox.com>.
27587
27588         * sasl-ntlm.el, ntlm.el, md4.el: New files.
27589
27590         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
27591         probably breaks emacs with DL patch, but do we care? Is anyone
27592         still using the DL stuff?)
27593
27594         * sieve-manage.el: Use the password package.
27595         (sieve-manage-read-passwd): Remove.
27596         (sieve-manage-interactive-login): Use password.  Re-add
27597         condition-case around loop.
27598
27599         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
27600         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
27601         Use the password package.
27602
27603 2003-02-19  Simon Josefsson  <jas@extundo.com>
27604
27605         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
27606         token.
27607
27608 2002-08-07  Simon Josefsson  <jas@extundo.com>
27609
27610         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
27611         (sieve-manage-authenticators)
27612         (sieve-manage-authenticator-alist): Add some SASL mechs.
27613         (sieve-sasl-auth): New function.
27614         (sieve-manage-cram-md5-auth)
27615         (sieve-manage-plain-auth): Rewrite using SASL library.
27616         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
27617         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
27618         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
27619         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
27620
27621 2004-01-05  Simon Josefsson  <jas@extundo.com>
27622
27623         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
27624         New files.
27625
27626 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27627
27628         * gnus-group.el (gnus-no-groups-message): Update.
27629
27630         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
27631
27632 2003-11-09  Simon Josefsson  <jas@extundo.com>
27633
27634         * imap.el: Support for ID IMAP extension (RFC 2971).
27635         (imap-local-variables): Add imap-id.
27636         (imap-id): New variable.
27637         (imap-id): New function.
27638         (imap-parse-response): Parse untagged ID response.
27639         * nnimap.el (nnimap-id): New variable.
27640         (nnimap-open-connection): Use it.
27641
27642 2003-12-28  Simon Josefsson  <jas@extundo.com>
27643
27644         * gnus-score.el (gnus-score-edit-all-score): New.
27645         * gnus-group.el (gnus-group-score-map): Bind it to W e.
27646
27647 2004-01-04  Simon Josefsson  <jas@extundo.com>
27648
27649         * password.el: Add.
27650
27651 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
27652
27653         * dns.el (dns-query-types): Fix typo.
27654         (dns-query-types): New function.
27655         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
27656         PTR and SOA replies, see RFC 1035.
27657
27658 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27659
27660         * gnus.el (gnus-logo-color-style): Change colors to `no'.
27661
27662         * Move to Changelog.2.
27663
27664 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27665
27666         * gnus.el (gnus-version-number): Bump version.
27667
27668 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27669
27670         * gnus.el: No Gnus v0.1 is released.
27671
27672 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27673
27674         * gnus.el: No Gnus v0.0 is released.
27675
27676 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27677
27678         * gnus.el (gnus-version-number): Bump.
27679         (gnus-version): No.
27680
27681 See ChangeLog.2 for earlier changes.
27682
27683   Copyright (C) 2004-2014 Free Software Foundation, Inc.
27684
27685   This file is part of GNU Emacs.
27686
27687   GNU Emacs is free software: you can redistribute it and/or modify
27688   it under the terms of the GNU General Public License as published by
27689   the Free Software Foundation, either version 3 of the License, or
27690   (at your option) any later version.
27691
27692   GNU Emacs is distributed in the hope that it will be useful,
27693   but WITHOUT ANY WARRANTY; without even the implied warranty of
27694   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27695   GNU General Public License for more details.
27696
27697   You should have received a copy of the GNU General Public License
27698   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
27699
27700 ;; Local Variables:
27701 ;; coding: utf-8
27702 ;; fill-column: 79
27703 ;; add-log-time-zone-rule: t
27704 ;; End: