4bae4adcd4ff7046cb85a514c8fd8105878d06b5
[gnus] / lisp / ChangeLog
1 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
2
3         * mm-url.el (mm-url-encode-multipart-form-data):
4         Restore to handle "multipart/form-data" by eww.
5
6 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
7
8         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
9         Landscheidt.
10
11 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
12
13         Simplify use of current-time and friends.
14         * gnus-delay.el (gnus-delay-article):
15         * gnus-sum.el (gnus-summary-read-document):
16         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
17         * message.el (message-make-expires-date):
18         Omit unnecessary call to current-time.
19         * gnus-util.el (gnus-float-time): Simplify to an alias because
20         time-to-seconds now behaves like float-time with respect to nil arg.
21         (gnus-seconds-year): Don't call current-time twice to get the current
22         time stamp, as this can lead to inconsistent results.
23         * time-date.el (time-to-seconds) [!float-time]:
24         Use current time if arg is nil, to be compatible with float-time.
25         (time-date--day-in-year): New function, with most of the guts of
26         the old time-to-day-in-year.
27         (time-to-day-in-year): Use it.
28         (time-to-days): Use it, to avoid decoding the same time stamp twice.
29
30 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
31
32         * gnus.el (gnus-mode-line-buffer-identification):
33         Don't add image data for a non-graphic display (bug#18813).
34
35 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
36
37         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
38         load-path, it blocks autoloading of find-image (bug#18813).
39
40 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
41
42         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
43         to keep connection open (bug#18728).
44
45 2014-10-20  Glenn Morris  <rgm@gnu.org>
46
47         * Merge in all changes up to 24.4 release.
48
49 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
50
51         * message.el (message-insert-signature): Use `newline' instead of
52         inserting explicit "\n".
53
54 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
55
56         * gnus-icalendar.el: Support vcal format timezones.
57         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
58         compute dates with associated timezone.
59         (gnus-icalendar-event-from-ical): Compute all timezones.
60
61 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
62
63         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
64         check the newsrc.eld file's timestamp before saving it.
65         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
66         timestamp has changed to be newer.
67
68 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
69
70         * gnus-icalendar.el (gnus-icalendar-identities):
71         Include message-alternative-emails.
72
73 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
74
75         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
76         New compatibility functions.
77         (ntlm-build-auth-response): Use them.
78
79 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
80
81         * ntlm.el (ntlm-build-auth-request):
82         Add NTLM2 Session support.  (Bug#15603)
83
84 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
85
86         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
87         expired messages only when it was built in reverse order.
88
89 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
90
91         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
92         last so it can be used in `message-send-hook'.
93
94 2014-09-29  Daiki Ueno  <ueno@gnu.org>
95
96         * mml.el (mml-parse-1): Error out if unknown mode is specified in
97         <#secure> tag (bug#18513).
98
99 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
100
101         * parse-time.el: Require cl when compiling.
102
103 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
104
105         Use cl-lib as much as possible following the 2014-09-26 change
106         in the Emacs trunk.
107         * parse-time.el: Try requiring cl-lib.
108         (parse-time-incf): Alias to cl-incf or incf.
109         (digit-char-p): Remove.
110         (parse-time-integer): Alias to cl-parse-integer or the one defined.
111         (parse-integer): Rename to parse-time-integer.
112         (parse-time-tokenize, parse-time-rules, parse-time-string)
113         Use parse-time-incf and parse-time-integer.
114
115 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
116
117         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
118         of ":delete".
119
120 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
121
122         * gnus-art.el (gnus-article-browse-html-save-cid-content)
123         (gnus-article-browse-html-parts):
124         Revert last change that breaks links other than cid contents.
125
126 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
127
128         * gnus-art.el (gnus-article-browse-html-save-cid-content)
129         (gnus-article-browse-html-parts): Make cid file names relative.
130
131 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
132
133         * mm-view.el (mm-display-inline-fontify): Make the working buffer
134         temporarily displayed when running a mode function (at least org-mode
135         requires it).
136
137 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
138
139         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
140         the gnus-summary-article-expire-hook should be told where the function
141         is going. In particular, the Gnus registry might want to know.
142
143 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
144
145         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
146
147 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
148
149         * gnus-sum.el (gnus-summary-expire-articles): Revert.
150
151 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
152
153         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
154         the gnus-summary-article-expire-hook should be told where the function
155         is going. In particular, the Gnus registry might want to know.
156
157 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
158
159         Don't mishandle year-9999 dates (Bug#18176).
160         * parse-time.el (parse-time-rules):
161         Allow years up to most-positive-fixnum.
162         * time-date.el (date-to-time):
163         Pass "Specified time is not representable" errors through.
164
165 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
166
167         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
168         groups and t.
169
170 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
171
172         * gnus-utils.el (gnus-recursive-directory-files):
173         Unify hard or symbolic links (bug#18063).
174
175 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
176
177         * gnus-msg.el (gnus-configure-posting-style):
178         Allow string replacements in values when matching against a header.
179
180 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
181
182         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
183         the dribble buffer even when it is shrunk a lot.
184         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
185
186 2014-06-26  Glenn Morris  <rgm@gnu.org>
187
188         * mm-util.el (help-function-arglist): Remove outdated declaration.
189
190 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
191
192         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
193         attribute values.  (Bug#17834)
194
195 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
196
197         * gnus-sum.el (gnus-summary-edit-article-done):
198         Prefer point-marker to copy-marker of point.
199
200 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
201
202         * Makefile.in (install-el, install-el-elc): Compress .el files.
203         (uninstall): Remove compressed .el files.
204
205 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
206
207         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
208         (gnus-article-read-summary-keys):
209         Don't bug out when there is no article in the summary buffer.
210         (gnus-mime-buttonize-attachments-in-header):
211         Improve criterion that finds parts to display.
212
213         * gnus-art.el (gnus-mm-display-part):
214         * mm-decode.el (mm-shr):
215         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
216         (mm-insert-inline): Revert last changes.
217
218 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
219
220         * gnus-art.el (gnus-mm-display-part):
221         * mm-decode.el (mm-shr):
222         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
223         (mm-insert-inline): Set insertion type of end-marker, not only
224         start-marker, of undisplayer so as to stay after inserted text.
225
226 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
227
228         * html2text.el (html2text-get-attr): Fix typo when splitting value from
229         attribute. (Bug#17613)
230
231 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
232
233         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
234         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
235
236 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
237
238         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part): Don't
239         delete next part button; keep spacing between buttons.
240
241 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
242
243         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
244         Work for the last MIME part in an article.
245         (gnus-mime-display-single): Suppress excessive newlines between parts.
246
247         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
248         by leading or trailing newline.
249
250 2014-05-12  Sam Steingold  <sds@gnu.org>
251
252         * time-date.el (seconds-to-string): New function to pretty print time
253         delay in seconds.
254
255 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
256
257         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
258         while prompting a user for a file name, etc.
259         (gnus-mime-display-single): Display part with a common appearance no
260         matter whether MIME button is omitted or not; don't add duplicate entry
261         to gnus-article-mime-handle-alist.
262         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
263
264 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
265
266         * mml2015.el (mml2015-display-key-image): New variable.
267
268 2014-05-08  Glenn Morris  <rgm@gnu.org>
269
270         * gnus-fun.el (gnus-grab-cam-face):
271         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
272         This is CVE-2014-3421.
273
274 2014-05-04  Glenn Morris  <rgm@gnu.org>
275
276         * gnus-registry.el (gnus-registry-install-p): Doc fix.
277
278 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
279
280         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
281         the displaying state of a part.
282         (gnus-mm-display-part): Don't insert a newline in the beginning of
283         a part like gnus-mime-inline-part doesn't; work for XEmacs.
284
285         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
286         (mm-shr): Make undisplayer unbreakable.
287
288         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs): Don't
289         insert excessive newline.
290         (mm-inline-text-html-render-with-w3m, mm-inline-text)
291         (mm-insert-inline): Make undisplayer unbreakable.
292
293 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
294
295         * gnus.el: Ma Gnus v0.11 is released.
296
297 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
298
299         * gnus-art.el (gnus-mm-display-part):
300         Highlight header attachment buttons.
301
302 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
303
304         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
305         a part; redisplay a button (enbugged in 2014-02-05).
306
307 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
308
309         * auth-source.el (auth-source-search, auth-source-search-backends):
310         Treat :max 0 as an indicator that a boolean return is wanted, as
311         documented. Reported by Joe Bloggs.
312
313 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
314
315         * gnus-icalendar.el: Require gnus-art.
316
317 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
318
319         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
320         (gnus-icalendar--update-org-event): put event timestamp in
321         the org entry body instead of the drawer.
322         (gnus-icalendar-event--get-attendee-names): list of participants should
323         contain even attendees without common name attribute.
324         (gnus-icalendar--update-org-event): don't generate duplicates of empty
325         property tags in org drawers.
326
327 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
328
329         * gmm-utils.el (gmm-format-time-string): New function.
330
331         * message.el (message-insert-formatted-citation-line): Use the original
332         author's time zone to express a date string.
333
334 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
335
336         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
337         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
338         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
339         Silence compiler warnings.
340         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
341
342 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
343
344         * mml.el: Require url when compiling.
345
346         * gnus-cloud.el (gnus-cloud-parse-version-1):
347         Use plist-get rather than CL's getf.
348         (gnus-activate-group, gnus-subscribe-group): Declare.
349
350         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
351
352 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
353
354         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
355         buttons when toggling the header off.
356
357 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
358
359         * tls.el (tls-program): Reflow docstring.
360
361 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
362
363         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
364         groups work again.
365
366 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
367
368         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
369         999 correctly (i.e. "1,342").
370
371 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
372
373         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
374         out if the directory doesn't exist.
375
376 2014-03-07  Daiki Ueno  <ueno@gnu.org>
377
378         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
379         commands here; instead, only check if epg-config.el is available.
380
381 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
382
383         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
384         messages with embedded images.
385         (mml-generate-mime): Don't bug out if you don't have libxml.
386
387 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
388
389         * message.el (message-make-html-message-with-image-files): New command.
390
391 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
392
393         * gnus-group.el (gnus-group-make-group): Clarify prompt.
394
395         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
396
397 2014-02-23  David Engster  <deng@randomsample.de>
398
399         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
400         to stay compatible with older Emacsen, so replace `cl-loop' with
401         `loop'.
402
403 2014-02-22  Daniel Colascione  <dancol@dancol.org>
404
405         * auth-source.el (auth-source-secrets-listify-pattern): New function.
406         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
407         instead, build list of patterns.
408
409 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
410
411         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
412         Display header attachment buttons by gnus-article-prepare-display
413         rather than gnus-article-prepare so as to view in mml-preview as well.
414
415 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
416
417         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
418         in `auth-sources' means and link to EPA docs.
419
420 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
421
422         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
423         (bug#12375).
424
425 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
426
427         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
428         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
429
430 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
431
432         * message.el (message-tab): Mention what happens on normal tabs
433         (bug#11297).
434
435 2014-02-08  Glenn Morris  <rgm@gnu.org>
436
437         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
438
439 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
440
441         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
442         buttons that are hidden in unselected alternative part as well.
443         (gnus-mime-display-alternative): Redraw attachment buttons in header.
444
445         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
446
447 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
448
449         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
450         keystroke.
451         (gnus-server-toggle-cloud-server): Only allow clouding applicable
452         types.
453
454         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
455         with an empty string.
456
457 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
458
459         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
460         buffer-local in some buffers, so bind it explicitly in the buffer we're
461         trying to cancel the article in (bug#10808).
462
463 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
464
465         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
466         New functions.
467
468         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
469         New user option.
470         (gnus-mime-buttonize-attachments-in-header): New function.
471         (gnus-article-prepare): Use it.
472         (gnus-mime-inline-part): Suppress extra newline.
473         (gnus-mm-display-part): Save excursion;
474         remove useless deleting and adding of buttons.
475         (gnus-insert-mime-button): Allow insertion in the middle of a line.
476
477         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
478         Add gnus-mime-buttonize-attachments-in-header.
479
480 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
481
482         * nnimap.el (nnimap-request-articles): New command to download several
483         articles at once.
484
485         * gnus.el (gnus-variable-list): Save Cloud variables.
486
487         * gnus-int.el (gnus-request-accept-article): Doc fix.
488
489 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
490
491         * parse-time.el (parse-time-iso8601-regexp)
492         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
493         it more generally.
494
495 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
496
497         * gnus-cloud.el: New file to provide the Emacs Cloud.
498
499         * dgnushack.el: Silence XEmacs w3 warning.
500
501         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
502         `url-retrieve-synchronously', apparently.
503
504         * dgnushack.el: Silence XEmacs dns.el warning.
505
506         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
507         instead of in all files.
508
509         * dns.el (network-interface-list): Define for XEmacs.
510
511         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
512         XEmacs.
513
514         * nnrss.el (libxml-parse-html-region): Silence compilation error.
515
516 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
517
518         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
519         `gnus-group-split-fancy'.
520
521 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
522
523         * message.el (message-remove-header): Doc fix.
524         (message-forward-included-headers): New variable.
525         (message-remove-ignored-headers): Use it.
526
527 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
528
529         * nnir.el (nnir-request-update-mark): Don't try to update the source
530         group if we can't find it (bug#16611).
531
532 2014-01-31  Dave Abrahams  <dave@boostpro.com>
533
534         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
535
536 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
537
538         * dns.el (dns-servers-up-to-date-p): New function to see whether the
539         network interfaces changed.
540         (dns-query): Use it to flush the data.
541
542 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
543
544         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
545         from random face commands.
546         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
547         Face.
548         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
549         (gnus--random-face-with-type): Generic function returning a face-type
550         as a string.
551         (gnus--insert-random-face-with-type): Generic function inserting a face
552         in a message buffer header.
553         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
554         (gnus-insert-random-x-face-header): Rewritten to use
555         `gnus--insert-random-face-with-type`.
556         (gnus-random-face): Return random (png) Face as string.
557         (nus-insert-random-face-header): Insert random (png) Face in a message
558         buffer.
559
560 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
561
562         * mm-url.el: Remove all usage of w3.
563
564         * nnrss.el: Ditto.
565
566         * mm-decode.el: Ditto.
567
568         * mm-view.el: Ditto.
569
570         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
571         outdated and all Emacsen have url.el built-in.
572
573         * gnus-setup.el: Remove outdated file.
574
575 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
576
577         * gnus.el: Ma Gnus v0.9 is released.
578
579 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
580
581         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
582
583 2014-01-31  Dave Abrahams  <dave@boostpro.com>
584
585         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
586         in the summary buffer (bug#13769).
587
588 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
589
590         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
591         name if we're using a single article buffer.  Otherwise, it may point
592         to a killed buffer (bug#13756).
593
594 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
595
596         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
597         the match data, just save and restore it explictly (bug#12375).
598
599         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
600         that's needed.
601
602         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
603         the code once (bug#9069).
604
605 2014-01-18  Steinar Bang  <sb@dod.no>
606
607         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
608         reading.
609
610 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
611
612         * message.el (message-bury): Call bury-buffer with no argument
613         in the message-return-action case too.
614
615 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
616
617         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
618         (nnimap-split-fancy, nnimap-split-methods): Declare.
619
620         * mm-util.el (help-function-arglist): Declare.
621
622 2013-12-28  Glenn Morris  <rgm@gnu.org>
623
624         * gnus-sieve.el (gnus-sieve-select-method):
625         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
626         (gravatar-rating, gravatar-size):
627         * message.el (message-minibuffer-local-map):
628         * sieve-manage.el (sieve-manage-authenticators)
629         (sieve-manage-authenticator-alist): Specify custom types.
630
631         * hashcash.el (hashcash-program): Rename from hashcash-path.
632         Update callers.
633
634         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
635         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
636         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
637
638         * auth-source.el (auth-sources):
639         * nnmairix.el (nnmairix-propagate-marks-upon-close):
640         Fix custom types.
641
642         * tls.el (tls-certtool-program): Fix default value.
643
644 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
645
646         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
647         we get proper traces there, too.
648
649 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
650
651         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
652         value of the parameters if the current article has a Reply-To or From
653         field.
654
655 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
656
657         * gnus.el (gnus-group-buffer): Remove duplicate definition.
658
659 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
660
661         * gnus-sum.el (gnus-summary-exit): Stop animations.
662
663 2013-12-19  Juri Linkov  <juri@jurta.org>
664
665         * gnus.el (gnus-suppress-keymap):
666         * gnus-art.el (gnus-article-mode-map):
667         * gnus-group.el (gnus-group-mode-map):
668         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
669         Remove [backspace] key binding because it shadows DEL (bug#16035).
670
671         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
672
673 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
674
675         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
676         Make sure work directory exists.
677         (gnus-uu-digest-mail-forward): Store temporary files in work directory
678         rather than tmp directory.
679         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
680         not necessarily always run, with it.
681
682 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
683
684         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
685         value of gnus-icalendar-additional-identities work without restart.
686
687 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
688
689         * mm-util.el (mm-make-temp-file):
690         Alias to make-temp-file for modern Emacsen.
691
692 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
693
694         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
695         nnir-article-number and nnir-article-group.
696
697 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
698
699         * message.el (message-send-mail-with-sendmail):
700         Don't kill error buffer if sending fails.
701
702 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
703
704         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
705         (gnus-icalendar-event->org-entry)
706         (gnus-icalendar--update-org-event)
707         (gnus-icalendar-event->gnus-calendar): Distinguish between
708         required/optional/non-participant attendee status.  Fix bug causing
709         the first required event participant to be omitted.
710
711 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
712
713         * gnus-art.el (article-de-quoted-unreadable)
714         (article-de-base64-unreadable, gnus-mime-copy-part)
715         * gnus-html.el (gnus-article-html)
716         * mm-view.el (mm-inline-text-html-render-with-w3)
717         (mm-inline-text-html-render-with-w3m-standalone)
718         * rfc2231.el (rfc2231-decode-encoded-string):
719         Allow overriding charset by mm-charset-override-alist.
720
721         * gnus-art.el (gnus-article-browse-html-parts):
722         Replace LWSPs with `&nbsp;'s in header.
723
724         Work for broken Chinese articles.
725
726         * gnus-art.el (gnus-article-browse-html-save-cid-content):
727         Exclude broken handles that gnus-summary-enter-digest-group may create.
728         (gnus-article-browse-html-parts):
729         Allow overriding charset by mm-charset-override-alist.
730
731 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
732
733         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
734         (gnus-icalendar-identities): Support additional-identities.
735
736 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
737
738         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
739         org-timestamp for events ending at midnight.
740
741 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
742
743         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
744         .log files.
745
746 2013-11-20  David Engster  <deng@randomsample.de>
747
748         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
749
750 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
751
752         * message.el (message-beginning-of-line):
753         Use beginning-of-visual-line when visual-line-mode is turned on.
754
755 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
756
757         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
758         (gnus-icalendar-event-from-ical)
759         (gnus-icalendar-event->org-entry)
760         (gnus-icalendar--update-org-event): Required/optional participation,
761         list of attendees synced to org.
762
763 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
764
765         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
766         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
767         cancellations to be synced to org if the original appt has an org
768         outline.
769
770 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
771
772         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
773         (gnus-icalendar-event->org-entry)
774         (gnus-icalendar--update-org-event)
775         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
776
777 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
778
779         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
780         Fix timezone handling in gnus-icalendar export to org.
781
782 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
783
784         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
785
786 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
787
788         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
789
790 2013-10-30  Glenn Morris  <rgm@gnu.org>
791
792         * gnus-group.el (gnus-group-browse-foreign-server):
793         * gnus-int.el (gnus-start-news-server):
794         Silence compiler obsolescence warning.
795
796 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
797
798         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
799         `nnoo-current-server' first, then for the actual `nnimap-address' to
800         allow netrc entries for the nnoo server to coexist with netrc entries
801         for the `nnimap-address'.
802
803 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
804
805         * mm-decode.el (mm-dissect-buffer): Revert last change.
806         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
807         The problem that motivated those changes was attributed to a broken
808         mail sender, and has been fixed.
809
810 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
811
812         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
813         token is missing in the Content-Type header.
814
815         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
816
817 2013-09-18  Glenn Morris  <rgm@gnu.org>
818
819         * gnus-util.el (image-size): Declare.
820
821 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
822
823         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
824         (gnus-icalendar-event-from-ical)
825         (gnus-icalendar-event--build-reply-event-body)
826         (gnus-icalendar-event-reply-from-buffer)
827         (gnus-icalendar-find-org-event-file)
828         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
829         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
830
831         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
832
833 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
834
835         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
836         Use save-current-buffer.
837         (gnus-tree-mode-map): Initialize in the declaration.
838         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
839         (scroll-in-place): Defvar it.
840         (gnus-tmp-*): Defvar them.
841         (gnus-get-tree-buffer): Use derived-mode-p.
842         (gnus--let-eval): New macro.
843         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
844         non-prefixed variables.
845         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
846
847         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
848         vars since it doesn't seem to be available.
849         (gnus-set-global-variables, gnus-summary-read-group-1)
850         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
851         (gnus-summary-display-article, gnus-summary-select-article)
852         (gnus-summary-next-article, gnus-offer-save-summaries)
853         (gnus-summary-generic-mark): Use derived-mode-p.
854         (gnus-summary-read-group-1, gnus-summary-exit)
855         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
856         Adjust calls to gnus-tree-close and gnus-tree-open.
857
858         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
859
860         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
861         (gnus-agent-mode): Use derived-mode-p.
862         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
863         gnus-command-method and *-command-method to nil, but bind
864         gnus-command-method to *-command-method instead!
865         (gnus-agent-fetch-articles): Remove unused var `id'.
866         (gnus-agent-fetch-headers): Remove unused arg `force'.
867         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
868         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
869         (gnus-agent-short-article, gnus-agent-long-article)
870         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
871         first use.
872         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
873         `score-param'.
874         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
875         (gnus-get-predicate): Push in front of the cache, rather than end.
876         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
877         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
878         (gnus-agent-expire-unagentized-dirs): Don't rebind
879         gnus-agent-expire-current-dirs since the defvar silences the warning.
880         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
881         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
882         (gnus-agent-regenerate): Simplify interactive spec and doc.
883
884 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
885
886         * gnus-int.el (gnus-open-server): Silence compiler.
887
888         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
889
890         * message.el (message-display-completion-list): Abolish.
891         (message-completion-in-region): Use display-completion-list.
892
893 2013-09-17  Glenn Morris  <rgm@gnu.org>
894
895         * gnus-util.el (gnus-message-with-timestamp-1):
896         Use `messages-buffer' function if available.  Ignore read-only.
897
898 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
899
900         * message.el (message-expand-group, message-completion-in-region):
901         Correct the order of start and end of a region.
902
903 2013-09-13  Glenn Morris  <rgm@gnu.org>
904
905         * mml2015.el (gnus-create-image): Autoload it.
906
907         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
908
909         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
910         (image-size): Declare.
911
912 2013-09-12  Glenn Morris  <rgm@gnu.org>
913
914         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
915         Avoid using `find', which i) might not be defined at runtime;
916         ii) does not work, since its default test is eql, not equal.
917         (gnus-mime-action-alist): Declare.
918
919 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
920
921         * score-mode.el (gnus-score-mode-map): Move initialization
922         into declaration.
923         (gnus-score-mode): Use define-derived-mode.
924         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
925         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
926         into declaration.
927         (gnus-kill-file-mode): Use define-derived-mode.
928         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
929         Use derived-mode-p.
930         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
931         (gnus-group-setup-buffer, gnus-group-name-at-point)
932         (gnus-group-make-web-group, gnus-group-enter-directory)
933         (gnus-group-suspend): Use derived-mode-p.
934         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
935         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
936         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
937         (gnus-article-setup-buffer, gnus-article-prepare)
938         (gnus-article-prepare-display, gnus-sticky-article)
939         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
940         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
941         (gnus-article-read-summary-keys): Use derived-mode-p.
942
943 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
944
945         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
946
947 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
948
949         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
950         shift_jis from the default value set for Japanese users.
951
952 2013-08-13  Glenn Morris  <rgm@gnu.org>
953
954         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
955
956         * gnus.el (gnus-valid-select-methods): Fix type.
957
958         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
959
960 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
961
962         * mm-decode.el (mm-display-external): Run a timer for the temp files
963         deletion after a viewer exits; add a deletion timer for the needsterm
964         case, too.
965
966         * mm-decode.el (mm-display-external): Try to delete temporary files by
967         using a 1-min. timer.
968
969 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
970
971         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
972         New internal variables.
973         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
974         (mm-display-external): Use it to delete temporary files instead of
975         using timers.
976
977 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
978
979         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
980
981 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
982
983         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
984         with cond for backwards compatability.
985
986 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
987
988         * mm-decode.el (mm-display-external): Bind process-connection-type to
989         nil; don't delete a temp file immediately even if a viewer finishes,
990         since it may be a shell script, like xdg-open, that launches a real
991         viewer program belatedly.
992
993 2013-08-05  Dave Abrahams  <dave@boostpro.com>
994
995         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
996         that we can create nndoc groups that excerpt other groups.
997
998 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
999
1000         * gnus-delay.el (gnus-delay-article): Fix typo.
1001
1002         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
1003         articles.
1004
1005         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
1006         we can get spell-checking etc.
1007
1008 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1009
1010         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1011         a single one used for encoding the whole text in a header.
1012
1013 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1014
1015         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
1016         doesn't work properly on XEmacs.
1017
1018 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1019
1020         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
1021         before sending.
1022
1023         * dgnushack.el (dgnushack-compile): Add a temporary check for
1024         gnus-icalendar.
1025
1026         * mm-decode.el (mm-command-output): New face.
1027         (mm-display-external): Use it.
1028
1029 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
1030
1031         * nnmbox.el (nnmbox-request-article): Don't change point.
1032
1033 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1034
1035         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
1036         Include `handle' parameter.
1037
1038 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
1039
1040         * gnus-icalendar.el: New file.
1041
1042 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1043
1044         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
1045
1046         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
1047         dummy roots, too.
1048
1049 2013-08-01  David Edmondson  <dme@dme.org>
1050
1051         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
1052         out on ttys.
1053
1054 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1055
1056         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
1057         not empty.
1058
1059         * nnrss.el (nnrss-discover-feed): Indent.
1060
1061 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1062
1063         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1064
1065 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1066
1067         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1068         dirty to ensure nnimap data being saved.
1069
1070 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1071
1072         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
1073         menu entry.
1074
1075         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
1076         the current thread's total score instead of the current article's
1077         score.
1078
1079         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
1080         (gnus-sort-threads-recursively): Delete defcustom.
1081         (gnus-sort-threads-recursive): Adapt accordingly.
1082
1083 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1084
1085         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
1086         (gnus-sort-threads-recursive): Use it.
1087         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1088         again.  Now that determines how to sort subthreads.
1089
1090 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
1091
1092         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
1093         (gnus-sort-threads): Use it.
1094
1095 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
1096
1097         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
1098         punctuation characters follow parentheses (bug#14950).
1099
1100 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1101
1102         * gnus.el (gnus-continuum-version):
1103         * gnus-msg.el (gnus-extended-version): Simplify.
1104
1105         * gnus.el (gnus-continuum-version-1): Remove.
1106         * gnus-msg.el (gnus-bug): Revert.
1107
1108         Calculate gnus-version correctly on Cygwin.
1109
1110         * gnus.el (gnus-continuum-version): Do main calculations in integers.
1111         (gnus-continuum-version-1): New function, return a string.
1112
1113         * gnus-msg.el (gnus-extended-version, gnus-bug):
1114         Use gnus-continuum-version-1 instead of gnus-continuum-version.
1115
1116 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
1117
1118         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
1119         (bug#13384).
1120
1121 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1122
1123         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
1124         that were only relevant in a development version a long time ago.
1125
1126 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1127
1128         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
1129         that the old Emacs 24s bundle.
1130
1131 2013-07-10  David Engster  <deng@randomsample.de>
1132
1133         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1134         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
1135         fixes a bug in Emacs trunk where the 'unexist' marks were always
1136         removed at startup because "Gnus v5.13" was considered smaller than "Ma
1137         Gnus v0.03".
1138
1139 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
1140
1141         * gnus.el (gnus-summary-line-format): Reference
1142         `gnus-user-date-format-alist' for the &user-date; format, not
1143         `gnus-summary-user-date-format-alist'.
1144
1145 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1146
1147         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1148         delete files (bug#13481).
1149
1150 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
1151
1152         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
1153
1154 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
1155
1156         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1157         display images.
1158
1159         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1160
1161         * message.el (message-cancel-news): According to
1162         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1163         preferred over "cmsg cancel" in the Subject.
1164
1165         * nnir.el (nnir-engines): Note that the group specs are regexps
1166         (bug#13238).
1167
1168         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1169         gotten read-only text properties, ensure that those aren't heeded when
1170         copying stuff over (bug#13434).
1171
1172         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1173         (bug#13762).
1174
1175 2013-07-05  David Kastrup  <dak@gnu.org>
1176
1177         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1178         authinfo file again (important for blank passwords).  This had been
1179         broken with 2013-06-15 change.
1180
1181 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1182
1183         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1184         Revert 2013-01-14 change.
1185
1186 2013-07-02  Daiki Ueno  <ueno@gnu.org>
1187
1188         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1189         of 'create-image' for XEmacs compatibility; check errors when decoding
1190         image.  Reported by Uwe Brauer.
1191
1192 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1193
1194         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1195         gnus-button-push revised at 2011-01-19.
1196
1197 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1198
1199         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
1200         now live in the lisp/net Emacs 24 repository.
1201
1202 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1203
1204         * eww.el (eww-update-header-line-format): Quote % characters.
1205
1206 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1207
1208         * eww.el (eww-process-text-input): Display passwords as asterisks.
1209
1210         * shr.el (shr-make-table-1): Protect against invalid column-spans.
1211
1212 2013-06-19  Tom Tromey  <tromey@redhat.com>
1213
1214         * eww.el (eww-top-url): Remove.
1215         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
1216         (eww-render): Set new variables.  Don't set eww-top-url.
1217         (eww-handle-link): Handle "prev", "home", and "contents".
1218         Downcase the rel text.
1219         (eww-top-url): Choose best top URL.
1220
1221 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1222
1223         * eww.el: Rewrite to implement form elements "by hand" instead of
1224         relying in widget.el.  Using widget.el leads to too many
1225         user interface inconsistencies.
1226         (eww-self-insert): Implement entering commands in text fields.
1227         (eww-process-text-input): New function to make text input field editing
1228         work.
1229         (eww-submit): Rewrite to use the new-style form methods.
1230         (eww-select-display): Display the correct selected item.
1231         (eww-change-select): Implement changing the select value.
1232         (eww-toggle-checkbox): Implement radio/checkboxes.
1233         (eww-update-field): Fix compilation error.
1234         (eww-tag-textarea): Implement <textarea>.
1235
1236         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
1237         don't shadow mode-specific bindings.
1238
1239         * eww.el (eww-browse-url): Don't push stuff onto history if there's
1240         nothing to push.
1241
1242         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
1243
1244 2013-06-19  Glenn Morris  <rgm@gnu.org>
1245
1246         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1247
1248 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1249
1250         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1251
1252 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1253
1254         * shr.el (shr-make-table-1): Implement <td rowspan>.
1255         (shr-table-horizontal-line): Allow nil as a value, and change the
1256         default.
1257         (shr-insert-table-ruler): Respect the nil value.
1258
1259 2013-06-18  Tom Tromey  <tromey@barimba>
1260
1261         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
1262         New defvars.
1263         (eww-open-file): New defun.
1264         (eww-render): Initialize new variables.
1265         (eww-display-html): Handle "link" and "a".
1266         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
1267         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
1268         (eww-back-url): Rename from eww-previous-url.
1269         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
1270         defuns.
1271
1272 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1273
1274         * shr.el (shr-tag-table): Insert the images after the table, so that
1275         they're not covered by the table colourisation, which often looked
1276         awkward.
1277         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1278         <dd>.
1279         (shr-make-table-1): Implement <td colspan=> support.
1280         (shr-insert-document): Use one less than window width if `shr-width' is
1281         nil, since otherwise things may get one character too wide.
1282
1283 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1284
1285         * eww.el (eww-detect-charset): Improve regexp; move backward.
1286
1287 2013-06-18  Glenn Morris  <rgm@gnu.org>
1288
1289         * mm-decode.el (widget-convert-button): Autoload.
1290
1291         * sieve-manage.el (mm-enable-multibyte): Autoload.
1292
1293         * shr.el (libxml-parse-html-region): Declare.
1294         (shr-render-buffer): Explicit error if no libxml2 support.
1295
1296 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
1297
1298         * auth-source.el (auth-source-current-line): New function.
1299         (auth-source-netrc-parse-entries): When a data token is "machine",
1300         assume we're in the wrong place and abort parsing the current line.
1301
1302 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1303
1304         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1305         (eww-convert-widgets): Don't bug out if the first widget starts at the
1306         beginning of the buffer.
1307         (eww-convert-widgets): Fix last patch.
1308         (eww-tag-input): Support <input type=image>.
1309
1310         * shr.el (shr-insert-table): Respect border-collapse: collapse.
1311         (shr-tag-base): Protect against base specs that are degenerate.
1312         (shr-ensure-paragraph): Don't delete empty lines that have text
1313         properties, because these may be input fields.
1314
1315         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1316         we can navigate to them.
1317
1318         * shr.el (shr-colorize-region): Put the colours over the entire region.
1319         (shr-inhibit-decoration): New variable.
1320         (shr-add-font): Use it to inhibit text property decorations while doing
1321         preliminary table renderings.  This speeds up typical Wikipedia page
1322         renderings by 15%.
1323         (shr-tag-span): Don't respect the <title>, because that overwrites the
1324         help-echo from links inside the spans.
1325         (shr-next-link): Use `help-echo' for navigation, so that we can
1326         navigate to form elements, too.
1327
1328         * eww.el (eww-button): New face.
1329         (eww-convert-widgets): Use it to make submit buttons more button-like.
1330
1331         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1332         that Gnus commands work.
1333
1334         * shr.el (shr-render-td): Support horizontal alignment.
1335
1336         * eww.el (eww-put-color): Removed.
1337         (eww-colorize-region): Use `add-face-text-property'.
1338
1339         * shr.el (shr-add-font): Append face data, so that we get the correct
1340         precedence: The innermost value (which is applied first) wins.
1341         (shr-make-overlay): Obsolete function.
1342
1343         * mm-decode.el (mm-convert-shr-links): New function to convert
1344         new-style shr URL links into widgets.
1345         (mm-shr): Use it.
1346
1347         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1348         widget commands, since we're no longer using widgets for links.
1349
1350         * shr.el (shr-next-link): New command.
1351         (shr-previous-link): New command.
1352         (shr-urlify): Don't use `widget-convert', because that's slow.
1353         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1354         because collecting the overlays and reapplying them when generating
1355         tables is slow.
1356         (shr-insert-table): Ditto.
1357
1358 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1359
1360         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1361         * shr.el (browse-url): Require `url'.
1362         * eww.el (url): Require format-spec.
1363
1364 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1365
1366         * eww.el (eww-display-html): Default to using the entire window width.
1367         (eww-browse-url): Don't add a User-Agent header (twice), because that
1368         makes Bing refuse connection.
1369
1370         * shr.el (shr-make-table): Cache the table rendering at the table
1371         level, and not the <td> level.  This is a bit faster.
1372
1373         * eww.el (eww-render): Go to the correct ID when given URLs ending with
1374         #id.
1375
1376         * shr.el (shr-tag-li): Don't require a new paragraph, since other
1377         browsers don't.
1378         (shr-expand-url): Respect #anchor links.
1379         (shr-parse-base): Chop off the anchor before using.
1380         (shr-descend): Respect display: none.
1381         (shr-descend): Allow marking elements that have certain IDs.
1382
1383         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1384
1385         * shr.el (shr-expand-url): Don't bug out on zero-length links.
1386
1387         * eww.el (eww-tag-textarea): Support <textarea>.
1388
1389 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1390
1391         * shr.el (shr-dom-to-xml): Fixed function call.
1392
1393         * eww.el (eww): New group.
1394         (eww-header-line-format): New custom variable.
1395         (eww-current-title): New variable.
1396         (eww-display-html): Update header and handle title tag.
1397         (eww-update-header-line-format): New function.
1398         (eww-tag-title): New function.
1399
1400         * shr.el (shr-dom-to-xml): New function.
1401         (shr-tag-svg): Add support for the SVG tag.
1402         (shr-bullet): New custom variable.
1403         (shr-tag-li): Support custom bullet in unordered lists.
1404
1405 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1406
1407         * shr.el (shr-expand-url): Respect // URLs.
1408
1409         * eww.el (eww-tag-body): Override the shr body rendering so that we can
1410         put a background colour onto the entire buffer.
1411         (eww-render): When being redirected, use the redirect URL as the new
1412         base URL.
1413
1414         * shr.el (shr-parse-base): Fix parsing error.
1415
1416         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1417
1418         * shr.el (shr-parse-base): New function.
1419         (shr-expand-url): Use it to expand relative URLs reliably.
1420
1421 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
1422
1423         * auth-source.el (auth-source-search-collection): Fix docstring.
1424         (auth-source-netrc-parse): Refactor and improve netrc parser to support
1425         single-quoted strings and multiline entries.
1426         (auth-source-netrc-parse-next-interesting)
1427         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
1428         functions to support parser.
1429
1430 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1431
1432         * eww.el (eww-submit): Get submit button logic right when hitting RET
1433         on non-submit buttons.
1434
1435         * shr.el: Remove shr-preliminary-table-render, since that can't really
1436         be used for anything in practice.
1437
1438 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1439
1440         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1441         (sieve-manage-quit).
1442
1443 2013-06-14  Glenn Morris  <rgm@gnu.org>
1444
1445         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
1446
1447 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
1448
1449         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1450         control the maximum size of photo ID image.
1451         (mml2015-epg-key-image-to-string): Respect it.
1452
1453 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1454
1455         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1456         instead of the final one so that we can more easily distinguish them.
1457
1458         * eww.el (eww-submit): Compute the submission URL correctly.
1459
1460 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1461
1462         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1463         Use plist-get rather than CL's getf.
1464         (sieve-manage-parse-capability): Avoid CL's remove-if.
1465
1466 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1467
1468         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1469         (sieve-manage-quit).
1470
1471 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1472
1473         * shr.el (shr-expand-url): Expansion should chop off the bits after the
1474         last slash.
1475
1476         * eww.el (eww-tag-select): Use the first value as the default value.
1477
1478 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1479
1480         * eww.el (eww): Prepend urls with http:// if scheme is missing.
1481         (eww-mode): Use `define-derived-mode'.
1482         (eww-parse-headers): Parse headers from beginning of buffer so that
1483         file:// links work.
1484
1485 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1486
1487         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1488
1489 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1490
1491         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1492         to handle them at all.
1493
1494 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1495
1496         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1497         work, too.
1498         (eww-tag-select): Implement <select>.
1499
1500 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1501
1502         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
1503         stream managing functions by using open-protocol-stream to do most of
1504         the work.  Has the nice benefit of enabling STARTTLS.
1505         Wait for capabilities after STARTTLS: following RFC5804, the server
1506         sends new capabilities after successfully establishing a TLS connection
1507         with the client.  The client should update the cached list of
1508         capabilities, but we just ignore the answer for now.
1509         (sieve-manage-network-p, sieve-manage-network-open)
1510         (sieve-manage-starttls-p, sieve-manage-starttls-open)
1511         (sieve-manage-forward, sieve-manage-streams)
1512         (sieve-manage-stream-alist): Remove unneeded functions neither in the
1513         API, nor called by any other function.
1514         Enable Multibyte for SieveManage buffers: The parser won't properly
1515         handle umlauts and line endings unless multibyte is turned on in the
1516         process buffer.
1517
1518 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1519
1520         * eww.el (eww-tag-input): Support password fields.
1521         (eww-submit): Support POST.
1522
1523 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1524
1525         * eww.el (eww-tag-form): Protect against degenerate forms.
1526
1527         * shr.el (shr-expand-url): Expand URLs that start with a slash
1528         correctly.
1529
1530         * eww.el (eww-submit): Get submit button logic right.
1531
1532         * shr.el (shr-final-table-render): New variable to signal when we're
1533         doing the final table rendering so that we can collect more data at
1534         that point.
1535
1536         * eww.el (eww-submit): Make form submission work.
1537         (eww-tag-input): Implement submit buttons.
1538         (eww-click-radio): Implement radio and checkboxes.
1539         (eww-submit): Handle hidden elements.
1540
1541         * shr.el (shr-descend): Allow other packages to override (or provide)
1542         rendering of elements.
1543         (shr-expand-url): Strip query strings from URLs before expanding them.
1544
1545         * eww.el: Don't require cl-lib.
1546         (eww-tag-form): Start form support.
1547
1548         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
1549
1550         * eww.el: Start writing a new, tiny web browser.
1551         (eww-previous-url): New command.
1552         (eww-quit): New command.
1553
1554 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1555
1556         * sieve.el: Put point at beginning of buffer when viewing a script.
1557         (sieve-open-server): Respect the PORT parameter.  Show the correct port
1558         number in sieve-buffer's header.  Fixed code to also work with a string
1559         as port specifier.  Properly close the connection on pressing 'q'.  Make
1560         sieve-manage-quit close the connection and process buffer.  Also, remove
1561         duplicate keybinding for 'q'.
1562
1563 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
1564
1565         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1566         make it easier to read.
1567         (mm-pkcs7-enveloped-magic): Ditto.
1568
1569 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1570
1571         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1572         before `image-type-available-p' to avoid loading the image libraries
1573         needlessly.
1574
1575 2013-06-05  David Engster  <deng@randomsample.de>
1576
1577         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1578         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1579         to see whether the group was synced before.
1580
1581 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
1582
1583         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
1584         when opening the connection.
1585         Suggested by João Távora <joaotavora@gmail.com> in
1586         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
1587
1588 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1589
1590         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1591         assume Date header begins with "Date", that may be customized into
1592         something like "X-Sent" using gnus-article-time-format.
1593         (article-transform-date): Allow multi-line Date header.
1594
1595 2013-06-02  David Engster  <deng@randomsample.de>
1596
1597         * registry.el (initialize-instance, registry-lookup)
1598         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1599         (registry-lookup-secondary-value, registry-search, registry-delete)
1600         (registry-insert, registry-reindex, registry-size, registry-prune): Do
1601         not wrap methods in `eval-and-compile'.  This breaks due to latest
1602         changes in EIEIO (introduction of eieio-core.el).
1603
1604 2013-05-30  Glenn Morris  <rgm@gnu.org>
1605
1606         * nnmail.el (nnmail-fancy-expiry-target):
1607         Also bind mail-dont-reply-to-names.
1608
1609         * spam-stat.el (spam-stat-save):
1610         No need to tweak font-lock in temp buffers.
1611
1612         * shr.el (shr-put-image): Silence compiler.
1613
1614 2013-05-29  Glenn Morris  <rgm@gnu.org>
1615
1616         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1617
1618         * gnus-group.el (gnus-sequence-of-unread-articles)
1619         (gnus-summary-add-mark, gnus-mark-article-as-read)
1620         (gnus-group-make-articles-read): Declare.
1621
1622         * gnus-sum.el (gnus-parameter-list-identifier)
1623         (gnus-article-stop-animations, gnus-stop-downloads)
1624         (gnus-article-only-boring-p, article-goto-body)
1625         (gnus-flush-original-article-buffer, article-narrow-to-head)
1626         (gnus-article-hidden-text-p, gnus-delete-wash-type)
1627         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1628
1629         * gnus.el: No need to eval-and-compile autoloads.
1630
1631         * gravatar.el (help-function-arglist): Autoload.
1632
1633         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1634
1635         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1636
1637         * spam.el: No need to load spam-report when compiling.
1638         No need to eval-and-compile autoloads.
1639         (spam-report-resend-to): Declare.
1640         (spam-report-resend-register-routine): Require 'spam-report.
1641
1642 2013-05-24  Julien Danjou  <julien@danjou.info>
1643
1644         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1645         setup.
1646
1647 2013-05-23  Glenn Morris  <rgm@gnu.org>
1648
1649         * gnus-util.el (rmail-swap-buffers-maybe)
1650         (rmail-maybe-set-message-counters, rmail-count-new-messages)
1651         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1652         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1653
1654         * mm-decode.el: No need to load term when compiling.
1655         (term-mode, term-char-mode): Declare.
1656
1657         * mm-util.el: No need to load jka-compr when compiling.
1658         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1659
1660         * nnmaildir.el: Require is automatically eval-and-compile.
1661         (nnmail): Require at run-time too.
1662
1663         * registry.el (registry-size): Move definition before use.
1664
1665 2013-05-22  Daiki Ueno  <ueno@gnu.org>
1666
1667         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1668         signed data to conform the standard.  (Bug#14232)
1669
1670 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
1671
1672         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1673         double angle quotation mark.
1674
1675 2013-05-20  Glenn Morris  <rgm@gnu.org>
1676
1677         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
1678
1679 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1680
1681         * message.el (message-insert-formatted-citation-line): handle finding
1682         first/lastname when more than 2 names appear.
1683
1684 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1685
1686         * shr.el (shr-tag-span): New function.
1687
1688 2013-05-18  Glenn Morris  <rgm@gnu.org>
1689
1690         * message.el (message-mode): Use message-mode-abbrev-table,
1691         with text-mode-abbrev-table as parent.  (Bug#14413)
1692
1693 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1694
1695         * message.el (message-expand-group): Decode group names.
1696
1697 2013-05-16  Julien Danjou  <julien@danjou.info>
1698
1699         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1700         app-icon.
1701
1702 2013-05-15  Glenn Morris  <rgm@gnu.org>
1703
1704         * shr-color.el (shr-color-visible-luminance-min)
1705         (shr-color-visible-distance-min): Use shr-color group.
1706
1707 2013-05-11  Glenn Morris  <rgm@gnu.org>
1708
1709         * gnus-vm.el: Make it loadable without VM.
1710         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1711         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1712
1713 2013-05-09  Glenn Morris  <rgm@gnu.org>
1714
1715         * mml1991.el: Make it loadable.  (Bug#13456)
1716
1717         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1718         * gnus-async.el (gnus-async-post-fetch-function):
1719         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1720         * gnus-html.el (gnus-html-image-cache-ttl):
1721         * gnus-notifications.el (gnus-notifications-timeout):
1722         * gnus-picon.el (gnus-picon-properties):
1723         * gnus-util.el (gnus-completion-styles):
1724         * gnus.el (gnus-other-frame-resume-function):
1725         * message.el (message-user-organization-file)
1726         (message-cite-reply-position):
1727         * nnir.el (nnir-summary-line-format)
1728         (nnir-retrieve-headers-override-function):
1729         * shr-color.el (shr-color-visible-luminance-min):
1730         * shr.el (shr-blocked-images):
1731         * spam-report.el (spam-report-resend-to):
1732         * spam.el (spam-summary-exit-behavior): Fix custom types.
1733
1734         * gnus-salt.el (gnus-selected-tree-face): Fix default.
1735
1736 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1737
1738         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1739         because of let-binding help-xref-following.  (Bug#14356)
1740
1741 2013-05-06  Glenn Morris  <rgm@gnu.org>
1742
1743         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
1744
1745 2013-05-04  Andrew Cohen  <cohen@bu.edu>
1746
1747         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1748         entering into the registry.
1749
1750 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1751
1752         * gnus.el: Ma Gnus v0.7 is released.
1753
1754 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1755
1756         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1757         (Bug#14304)
1758
1759 2013-04-27  Glenn Morris  <rgm@gnu.org>
1760
1761         * gnus.el (gnus-list-debbugs):
1762         Use require rather than autoload.  (Bug#14262)
1763
1764 2013-04-27  Julien Danjou  <julien@danjou.info>
1765
1766         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1767         port to "sieve" now that it has an official IANA port assigned.
1768
1769 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1770
1771         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1772         Don't set the MAILHOST environment variable permanently (Bug#14271).
1773
1774 2013-04-26  Glenn Morris  <rgm@gnu.org>
1775
1776         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
1777
1778 2013-04-25  Andrew Cohen  <cohen@bu.edu>
1779
1780         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1781         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
1782
1783 2013-04-24  Andrew Cohen  <cohen@bu.edu>
1784
1785         * nnir.el (nnir-close-group): Make sure we are in the right group.
1786
1787         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1788         dependency table from all newly retrieved headers.
1789
1790 2013-04-16  David Edmondson  <dme@dme.org>
1791
1792         Support <img src="data:...">.
1793
1794         * shr.el (shr-image-from-data): New function.
1795         (shr-tag-img): Use it.
1796
1797 2013-04-14  Andrew Cohen  <cohen@bu.edu>
1798
1799         * nnir.el (nnir-request-set-mark): Make sure we are in the right
1800         group.
1801
1802 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1803
1804         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1805         corresponding to any existing group (Bug#14166).
1806
1807 2013-04-10  Andrew Cohen  <cohen@bu.edu>
1808
1809         * nnir.el (number-sequence): No longer used.
1810         (nnir-request-set-mark): New function.
1811         (nnir-request-update-info): Improve marks updating.
1812         (nnir-request-scan): Don't duplicate marks updating.
1813         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1814         Use 'assq rather than 'assoc.  Quote anonymous function.
1815         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1816         Use 'gnus-group-prefixed-p.
1817         (gnus-summary-create-nnir-group): Make sure server for method is open.
1818
1819 2013-04-04  Andrew Cohen  <cohen@bu.edu>
1820
1821         * nnir.el (gnus-nnir-group-p): New function.
1822         (nnir-possibly-change-group): Use it.
1823
1824         * gnus-msg.el (gnus-setup-message): Use it.
1825
1826 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1827
1828         * mml.el (mml-minibuffer-read-description): Use `default' insted of
1829         `initial-input' for the argument name.
1830         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1831
1832 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
1833
1834         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1835         (used by MH-E).
1836
1837 2013-04-01  Andrew Cohen  <cohen@bu.edu>
1838
1839         * nnir.el (nnir-request-update-mark): Improve mark updating in original
1840         group.
1841
1842         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1843         fix compilation.
1844
1845 2013-03-31  Andrew Cohen  <cohen@bu.edu>
1846
1847         * nnir.el (nnir-method-default-engines): And another typo.
1848
1849 2013-03-30  Andrew Cohen  <cohen@bu.edu>
1850
1851         * nnir.el (nnir-method-default-engines): Fix typo.
1852
1853 2013-03-29  Andrew Cohen  <cohen@bu.edu>
1854
1855         * nnir.el: Define 'number-sequence for xemacs.
1856         (gnus-summary-create-nnir-group): New function to create an nnir group
1857         from an nnir summary buffer based on the current query.
1858         (nnir-request-create-group): Update to allow nnir group creation based
1859         on the current query.
1860
1861 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1862
1863         * nndraft.el (nndraft-request-expire-articles):
1864         Make expiry target always `delete'.
1865
1866 2013-03-27  Andrew Cohen  <cohen@bu.edu>
1867
1868         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1869         buffer use the posting-style and gcc of the original article group.
1870         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1871
1872         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
1873         after other deffoos.
1874
1875 2013-03-25  Andrew Cohen  <cohen@bu.edu>
1876
1877         * nnir.el: Major rewrite.  Cleaner separation between searches and group
1878         management.  Marks are now shown in nnir summary buffers.  Rudimentary
1879         support for real (i.e. not ephemeral) nnir groups.
1880         (gnus-summary-make-nnir-group): New function for initiating searches
1881         from a summary buffer.
1882
1883 2013-03-18  Sam Steingold  <sds@gnu.org>
1884
1885         * message.el (message-bury): Minor cleanup.
1886
1887 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
1888
1889         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
1890
1891 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1892
1893         * nndir.el (nndir-request-list): Remove 2nd argument passed to
1894         nnml-request-list.  (Bug#13873)
1895         (nndir-request-newsgroups): Remove, unused.
1896
1897         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1898
1899 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1900
1901         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
1902         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
1903         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
1904
1905 2013-03-03  Ted Phelps  <phelps@gnusto.com>
1906
1907         * shr.el: Make all the overlays set the `evaporate' property so that
1908         they're removed properly.
1909
1910 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
1911
1912         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
1913         shell-quote-argument.
1914
1915 2013-02-22  David Engster  <deng@randomsample.de>
1916
1917         * gnus-registry.el (gnus-registry-save): Provide class name when
1918         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
1919         `condition-case' to stay compatible with older EIEIO versions which
1920         only accept one argument.
1921
1922 2013-02-17  Daiki Ueno  <ueno@gnu.org>
1923
1924         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1925         (epg-user-id-validity): Autoload.
1926         (mml2015-epg-check-user-id): New function.
1927         (mml2015-epg-check-sub-key): New function split from
1928         mml2015-epg-find-usable-key.
1929         (mml2015-epg-find-usable-key): Accept context, name, usage, and
1930         optional name-is-key-id, to handle the case when user-id is unusable.
1931         Reported by Łukasz Stelmach <stlman@poczta.fm>.
1932
1933 2013-02-17  Glenn Morris  <rgm@gnu.org>
1934
1935         * shr.el (shr-put-image): Use image-multi-frame-p if available.
1936
1937 2013-02-16  Glenn Morris  <rgm@gnu.org>
1938
1939         * shr.el (shr-put-image): Only animate images that specify a delay.
1940         This is consistent with the old image-animated-p behavior.
1941
1942 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1943
1944         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1945         for XEmacs.
1946
1947 2013-02-13  Juri Linkov  <juri@jurta.org>
1948
1949         * gnus-art.el (gnus-article-mode-map):
1950         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1951         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
1952
1953 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
1954
1955         * auth-source.el (auth-source-format-prompt): Don't get confused by
1956         any "\" in replacement text.  (Bug#13637)
1957
1958 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
1959
1960         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1961         (gnus-backend-trace): Honour gnus-backend-trace.
1962
1963         * mml.el (mml-insert-part): Insert closing tag.
1964
1965         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1966
1967 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1968
1969         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1970         able to find the article, which can happen in debbugs groups,
1971         apparently.
1972
1973 2013-01-16  Glenn Morris  <rgm@gnu.org>
1974
1975         * smiley.el (smiley-style): Make the file loadable in batch mode.
1976
1977 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1978
1979         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1980         imap process running.
1981
1982 2013-01-14  Julien Danjou  <julien@danjou.info>
1983
1984         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1985         Compare addresses against addresses, not against the full From field.
1986
1987 2013-01-13  Richard Stallman  <rms@gnu.org>
1988
1989         * message.el (message-forward-make-body-mime): New args BEG, END
1990         specify what part of FORWARD-BUFFER to use.  Do the work directly
1991         instead of calling `mml-insert-buffer'.
1992
1993 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
1994
1995         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1996         cross-reference(s).
1997
1998         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1999         cross-reference(s).
2000
2001 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
2002
2003         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2004         and point-max-marker.
2005         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2006
2007 2013-01-11  Julien Danjou  <julien@danjou.info>
2008
2009         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2010         max are almost equal.  Also return the correct value for V which is
2011         already between 0 and 1.
2012
2013 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
2014
2015         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2016         to mml2015-encrypt-to-self.
2017         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2018
2019 2013-01-09  Daiki Ueno  <ueno@gnu.org>
2020
2021         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2022         mml-smime-epg-find-usable-secret-key.
2023
2024 2013-01-08  Glenn Morris  <rgm@gnu.org>
2025
2026         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
2027
2028 2013-01-07  Daiki Ueno  <ueno@gnu.org>
2029
2030         * mml-smime.el: Support signing by sender.
2031         Requested by Uwe Brauer.
2032         (mml-smime-sign-with-sender): New user option analogous
2033         to mml2015-sign-with-sender.
2034         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2035         (mml-smime-epg-find-usable-secret-key): New helper function copied from
2036         mml2015.el.
2037
2038 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2039
2040         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2041         isn't running, because Gnus will probably not know how to handle the
2042         Gcc header (bug#11941).
2043
2044         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2045         articles.
2046
2047 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2048
2049         * nnfolder.el (nnfolder-recursive-directory-files): New function.
2050         (nnfolder-generate-active-file): Make this function work with recursive
2051         folder names.
2052
2053 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2054
2055         * nntp.el (nntp-open-connection): Use HELP as the capability command
2056         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2057         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
2058
2059 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
2060
2061         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2062         place holder since this gives `Invalid face reference: nil' messages.
2063         Use the `default' face instead.  It has the same effect here, even
2064         though it is not no-op.
2065
2066         * gnus-util.el
2067         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2068
2069 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2070
2071         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2072         non-string posting styles (bug#13285).
2073
2074 2012-12-27  Glenn Morris  <rgm@gnu.org>
2075
2076         * plstore.el (plstore-passphrase-callback-function):
2077         Use plstore-get-file.
2078
2079 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
2080
2081         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2082         stderr.
2083
2084 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2085
2086         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2087
2088         * gnus-compat.el (set-buffer-multibyte): Remove.
2089
2090 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2091
2092         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2093         temporary file to get PGP key image.  Pass no-show-photos when
2094         extracting image to avoid having it pop up twice.
2095
2096 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
2097
2098         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
2099         eligible for treatment.
2100
2101         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
2102         lines.  This makes summary commands with hidden threads work more
2103         reliably.
2104
2105         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
2106         button to mark the hidden citations (bug#9395).
2107
2108 2012-12-26  Daiki Ueno  <ueno@gnu.org>
2109
2110         * mml2015.el (mml2015-epg-signature-to-string): New function.
2111         (mml2015-epg-verify-result-to-string): New function.
2112         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
2113         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
2114         instead of epg-verify-result-to-string.
2115         (epg-signature-key-id, epg-signature-to-string): Autoload.
2116         (epg-verify-result-to-string): Remove autoload.
2117
2118 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2119
2120         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
2121         ID image from GPG public key.
2122         (mml2015-epg-key-image-to-string): New function.
2123
2124 2012-12-25  Leo Liu  <sdl.web@gmail.com>
2125
2126         * plstore.el (plstore-passphrase-callback-function): Fix error when
2127         error when plstore-cache-passphrase-for-symmetric-encryption is set
2128         (bug#13264).
2129
2130 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2131
2132         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2133         buffer to the article buffer here, because that clobbers multiple
2134         article buffers.
2135
2136         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2137         buffer always points to the right summary buffer.
2138
2139 2012-12-25  John Wiegley  <jwiegley@gmail.com>
2140
2141         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2142         the password (bug#12097).
2143
2144 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2145
2146         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2147         (bug#13263).
2148
2149         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2150         buffer exists before using it (bug#12475).
2151
2152         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
2153         offline groups (bug#11937).
2154
2155         * message.el (message-yank-original): When using customize to set the
2156         value of `message-cite-style', the variable it set to a symbol that's
2157         the name of the variable, which must then be dereferenced (bug#12616).
2158
2159 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
2160
2161         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2162         the `face' property with a list whose car is the face specified in the
2163         format string and whose cdr is (nil).
2164         * lisp/gnus-util.el
2165         (gnus-put-text-property-excluding-characters-with-faces):
2166         Change accordingly.
2167         (gnus-get-text-property-excluding-characters-with-faces): New function.
2168         * lisp/gnus-sum.el (gnus-summary-highlight-line):
2169         * lisp/gnus-salt.el (gnus-tree-highlight-node):
2170         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2171
2172 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2173
2174         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2175         login methods.
2176         (nnimap-login): Respect the `nnimap-authenticator' variable.
2177
2178         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2179         mark state when moving articles.  Otherwise unticked articles will get
2180         their ticks back after moving.
2181
2182 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2183
2184         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2185
2186         * message.el (message-ignored-news-headers): Always remove
2187         X-Message-SMTP-Method to avoid information leakage if the user
2188         mistakenly inserts the header into news messages.
2189
2190         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
2191
2192         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
2193         right than four characters, this command would move point to
2194         `point-max'.  Don't do that.
2195
2196         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
2197         to nil to allow re-selecting groups that gain articles.
2198         (gnus-bug-group-download-format-alist): Update the URL.
2199
2200 2012-12-23  Andreas Schwab  <schwab@suse.de>
2201
2202         * shr.el (shr-tag-em): Render em as italic, not bold.
2203
2204 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
2205
2206         * gnus-int.el (gnus-backend-trace): Factor out into its own function
2207         for reuse.
2208         (gnus-open-server): Use it to add more tracing.
2209         (gnus-finish-retrieve-group-infos): Add backend tracing.
2210         (gnus-backend-trace): Also note the elapsed seconds.
2211
2212 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
2213
2214         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2215         Set epa-file-encrypt-to from variable to avoid querying.
2216
2217 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
2218
2219         * sieve-mode.el (sieve-font-lock-keywords):
2220         Keywords should be word delimited.  (Bug#13173)
2221
2222 2012-12-13  Andreas Schwab  <schwab@suse.de>
2223
2224         * tls.el (tls-program): Update customize type.
2225
2226 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2227
2228         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2229         instead of <pre> to align message header.
2230
2231 2012-12-12  Sam Steingold  <sds@gnu.org>
2232
2233         * gnus.el (gnus-other-frame-resume-function): Add user option.
2234         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2235
2236 2012-12-06  Sam Steingold  <sds@gnu.org>
2237
2238         * gnus-start.el (gnus-before-resume-hook): Add.
2239         (gnus-1): Run it when Gnus is alive.
2240
2241 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2242
2243         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2244         * gnus-art.el (article-unsplit-urls)
2245         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2246         * gnus-registry.el (gnus-registry-get-article-marks)
2247         * message.el (message-goto-body): Use it.
2248         (message-called-interactively-p): Remove.
2249
2250         * spam-stat.el (spam-stat-called-interactively-p): New macro.
2251         (spam-stat-score-buffer): Use it.
2252
2253         * spam.el: Silence the warnings against BBDB functions when compiling.
2254
2255         * gnus-score.el (gnus-score-decode-text-parts):
2256         Use append+mapcar instead of the cl function mapcan.
2257
2258 2012-12-05  Sam Steingold  <sds@gnu.org>
2259
2260         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2261         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2262         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2263
2264 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2265
2266         * gmm-utils.el (gmm-called-interactively-p): Revert.
2267         This seems to cause Emacs to get stuck!
2268         * gnus-art.el (article-unsplit-urls)
2269         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2270         * gnus-registry.el (gnus-registry-get-article-marks)
2271         * message.el (message-goto-body)
2272         (message-called-interactively-p): Revert.
2273
2274         * gmm-utils.el (gmm-called-interactively-p): New function.
2275         * gnus-art.el (article-unsplit-urls)
2276         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2277         * gnus-registry.el (gnus-registry-get-article-marks)
2278         * message.el (message-goto-body): Use it.
2279         (message-called-interactively-p): Remove.
2280
2281         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2282         * gnus-sync.el (gnus-sync-lesync-call)
2283         * message.el (message-read-from-minibuffer): Use it.
2284
2285 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2286
2287         * gmm-utils.el (gmm-flet): Remove.
2288         * gnus-sync.el (gnus-sync-lesync-call)
2289         * message.el (message-read-from-minibuffer): Don't use it.
2290
2291 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2292
2293         * gmm-utils.el (gmm-labels): Use cl-labels if available.
2294
2295 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2296
2297         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2298
2299         * gnus-sync.el (gnus-sync-lesync-call)
2300         * message.el (message-read-from-minibuffer): Use gmm-flet.
2301
2302         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2303
2304         * gnus-util.el (gnus-macroexpand-all): Remove.
2305
2306 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
2307
2308         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2309         to TAB, not [tab].
2310         (gnus-summary-article-map): Likewise.
2311
2312         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2313         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2314
2315 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
2316
2317         * time-date.el: Commentary fix.
2318
2319 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2320
2321         * color.el: Don't require cl.
2322         (color-complement): `caddr' -> `nth 2'.
2323
2324         * time-date.el (time-to-seconds): De-obsolete.
2325
2326 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2327
2328         * message.el (message-get-reply-headers):
2329         Make sure the reply goes to the author if it is a wide reply.
2330
2331 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
2332
2333         * gnus-score.el (gnus-score-body):
2334         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2335         scoring by body.
2336
2337 2012-11-16  Glenn Morris  <rgm@gnu.org>
2338
2339         * gnus-diary.el (nndiary-request-create-group-functions)
2340         (nndiary-request-update-info-functions)
2341         (gnus-subscribe-newsgroup-functions)
2342         (nndiary-request-accept-article-functions):
2343         Use new names for hooks rather than obsolete aliases.
2344
2345 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2346
2347         * dgnushack.el (define-obsolete-variable-alias): Simplify.
2348
2349 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2350
2351         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2352         in meta tag with the one the part specifies in its header.
2353
2354 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2355
2356         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2357         by default.
2358
2359 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2360
2361         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
2362         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
2363
2364 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2365
2366         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
2367         and a runtime function for it, of which the XEmacs version takes only
2368         two arguments.
2369
2370 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2371
2372         * nndiary.el (nndiary-request-create-group-functions)
2373         (nndiary-request-update-info-functions)
2374         (nndiary-request-accept-article-functions):
2375         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2376         "-hooks" suffix.
2377
2378 2012-10-19  Julien Danjou  <julien@danjou.info>
2379
2380         * gnus-art.el: Require gnus-util because it uses
2381         `gnus-timer--function'.
2382
2383 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2384
2385         * starttls.el (starttls-extra-arguments): Doc fix.
2386
2387 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2388
2389         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2390         it.
2391
2392 2012-10-06  Glenn Morris  <rgm@gnu.org>
2393
2394         * gnus-notifications.el (gnus-notifications):
2395         Add missing group :version tag.
2396         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2397         (gnus-gcc-post-body-encode-hook):
2398         * gnus-sync.el (gnus-sync-lesync-name)
2399         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2400
2401 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2402
2403         * color.el (color-hsl-to-rgb): Fix incorrect results for
2404         small and large hue values.  (Bug#12559)
2405
2406 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2407
2408         New UIDL implementation.
2409
2410         * mail-source.el (mail-sources, mail-source-keyword-map):
2411         Add :leave as a pop3 keyword.
2412         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2413
2414         * pop3.el (pop3-leave-mail-on-server): Allow number.
2415         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2416         (pop3-movemail): Add UIDL support.
2417         (pop3-send-streaming-command): Take a list of mail numbers instead of
2418         the number of mails.
2419         (pop3-write-to-file): Add X-UIDL header.
2420         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2421         (pop3-uidl-add-xheader): New functions.
2422
2423         * message.el (message-ignored-resent-headers):
2424         Add X-Content-Length and X-UIDL headers.
2425
2426 2012-10-05  Glenn Morris  <rgm@gnu.org>
2427
2428         * color.el (color-name-to-rgb, color-rgb-to-hex)
2429         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2430         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2431         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2432         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2433
2434 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2435
2436         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2437         a user about whether to delete temp files if once a user answered as n.
2438
2439 2012-09-25  Chong Yidong  <cyd@gnu.org>
2440
2441         * password-cache.el (password-read-and-add): Use a declare form to mark
2442         this function obsolete.
2443
2444 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2445
2446         * lpath.el: Bind mail-encode-mml for old Emacsen.
2447
2448 2012-09-17  Richard Stallman  <rms@gnu.org>
2449
2450         * message.el (message-in-body-p): Don't set mark or modify buffer.
2451
2452         * mml.el (mml-attach-file): Doc fix.
2453         (mml-attach-external, mml-attach-buffer, mml-attach-file):
2454         Set mail-encode-mml when in Mail mode.
2455         Simplify code to set HEAD and move back to HEAD.
2456         (mml-insert-multipart, mml-insert-part):
2457         Set mail-encode-mml when in Mail mode.
2458
2459 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2460
2461         * gnus-util.el (gnus-timer--function): New function.
2462
2463         * gnus-art.el (gnus-article-stop-animations): Use it.
2464
2465 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2466
2467         Fix glitches caused by addition of psec to timers.
2468         * gnus-art.el (gnus-article-stop-animations): Use timer--function
2469         rather than raw access to timer vector.
2470
2471 2012-09-11  Julien Danjou  <julien@danjou.info>
2472
2473         * gnus-notifications.el (gnus-notifications): Check for nil values in
2474         ignored addresses check.
2475
2476 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2477
2478         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2479
2480 2012-09-07  Chong Yidong  <cyd@gnu.org>
2481
2482         * gnus-util.el
2483         (gnus-put-text-property-excluding-characters-with-faces): Restore.
2484
2485         * gnus-salt.el (gnus-tree-highlight-node):
2486         * gnus-sum.el (gnus-summary-highlight-line):
2487         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2488
2489 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2490
2491         * gnus-util.el: Fix compilation error on XEmacs 21.4.
2492
2493 2012-09-06  Juri Linkov  <juri@jurta.org>
2494
2495         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2496         scheme for buffer names to be more consistent with other group and
2497         article buffer names in Gnus.
2498
2499 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2500
2501         * gnus-util.el
2502         (gnus-put-text-property-excluding-characters-with-faces): Removed.
2503
2504         * gnus-compat.el: Define compat function `add-face' from Wolfgang
2505         Jenkner.
2506
2507         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2508
2509         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2510
2511         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2512
2513 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2514
2515         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2516         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2517
2518         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2519         string-prefix-p in Emacs >=23.2.
2520
2521         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2522         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2523         instead of string-match-p.
2524         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2525
2526 2012-09-06  Kenichi Handa  <handa@gnu.org>
2527
2528         * qp.el (quoted-printable-decode-region): Fix previous change; handle
2529         lowercase a..f.
2530
2531 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2532
2533         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2534
2535 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
2536
2537         * nnimap.el (nnimap-request-move-article): Decode the group name when
2538         doing internal moves to avoid charset issues.
2539
2540         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
2541         TIME is set.
2542
2543 2012-09-05  Juri Linkov  <juri@jurta.org>
2544
2545         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2546         than one group at a time (bug#11961).
2547
2548 2012-09-05  Julien Danjou  <julien@danjou.info>
2549
2550         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2551         this hide the real reason with a message giving absolutely no hint.
2552
2553 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
2554
2555         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2556         to the backend (bug#11804).
2557
2558         * message.el (message-insert-newsgroups): Don't insert newsgroup
2559         duplicates (bug#12275).
2560
2561 2012-09-05  John Wiegley  <johnw@newartisans.com>
2562
2563         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2564         sieve rules.
2565
2566 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
2567
2568         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2569         function.
2570
2571         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2572
2573         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2574
2575 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2576
2577         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2578         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2579         This should make nnmaildir more usable with offlineimap.
2580
2581 2012-09-05  Julien Danjou  <julien@danjou.info>
2582
2583         * nnimap.el (nnimap-request-list): Revert change that made listing
2584         synchronous.
2585         (nnimap-get-responses): Restore.
2586
2587 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
2588
2589         * dgnushack.el: XEmacs 21.5 compilation fix.
2590
2591         * gnus-notifications.el (gnus-notifications-notify): Use it.
2592
2593         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2594         warnings on XEmacs.
2595
2596 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2597
2598         Better seeds for (random).
2599         * gnus-sync.el (gnus-sync-lesync-setup):
2600         * message.el (message-canlock-generate, message-unique-id):
2601         Change (random t) to (random), now that the latter is more random.
2602
2603 2012-08-31  Dave Abrahams  <dave@boostpro.com>
2604
2605         * nnimap.el (nnimap-change-group): Document result value
2606
2607         * auth-source.el (auth-sources): Fix macos keychain access.
2608
2609         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2610         allow the backend `request-head' function to determine the group
2611         name on its own.
2612         (gnus-request-expire-articles): Filter out negative article numbers
2613         during expiry (Bug#11980).
2614
2615         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2616         O(N^2) to O(N).  This makes warping into huge groups tolerable.
2617
2618         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2619         you've found the article when you haven't.
2620
2621         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
2622         that nnimap-change-group can return t.
2623
2624 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2625
2626         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2627
2628 2012-08-30  Julien Danjou  <julien@danjou.info>
2629
2630         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2631         `gnus-notifications-timeout'.
2632         (gnus-notifications-timeout): Add.
2633         (gnus-notifications-action): New function.
2634         (gnus-notifications-notify): Add :action using
2635         `gnus-notifications-action'.
2636         (gnus-notifications-id-to-msg): New variable.
2637         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2638         notifications id to messages.
2639
2640 2012-08-30  Kenichi Handa  <handa@gnu.org>
2641
2642         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2643         once.
2644
2645 2012-08-29  Julien Danjou  <julien@danjou.info>
2646
2647         * gnus-notifications.el: New file.
2648         (gnus-notifications-notify): New function.
2649         (gnus-notifications): Use `gnus-notifications-notify'.
2650
2651 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2652
2653         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2654         transfer encoding first; bind gnus-newsgroup-charset to the charset
2655         that the article specifies (Bug#12209).
2656
2657 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2658
2659         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2660         (gnus-group-customize-done): Encode values posting-style holds.
2661
2662         * gnus-msg.el (gnus-summary-resend-message)
2663         (gnus-configure-posting-styles): Decode values posting-style group
2664         parameter holds.
2665
2666 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2667
2668         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2669         `name' and `address' in Resent-From header.
2670
2671 2012-08-14  Chong Yidong  <cyd@gnu.org>
2672
2673         * gnus-art.el (article-display-face): Handle failure in
2674         gnus-create-image (Bug#11802).
2675
2676 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2677
2678         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2679         Use defsetf.
2680
2681 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
2682
2683         * auth-source.el (auth-source-plstore-search)
2684         (auth-source-secrets-search): Ignore :require and :type in search spec.
2685
2686 2012-08-06  Julien Danjou  <julien@danjou.info>
2687
2688         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
2689         `nnimap-request-move-article'.
2690
2691         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2692         Remove autoload, already handled by gnus.el.
2693
2694         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
2695
2696         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
2697         supported by nnimap actually.  Reverts previous change.
2698
2699         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
2700         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
2701         to-buffer argument that is already supported.
2702
2703 2012-08-05  Julien Danjou  <julien@danjou.info>
2704
2705         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2706         Add autoload.
2707
2708 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2709
2710         * gnus.el (gnus-valid-select-methods): Fix custom type.
2711
2712 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
2713
2714         * auth-source.el (auth-sources, auth-source-backend-parse)
2715         (auth-source-macos-keychain-search)
2716         (auth-source-macos-keychain-search-items)
2717         (auth-source-macos-keychain-result-append)
2718         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2719         auth-source.el through the /usr/bin/security utility.
2720         (auth-sources): Fix syntax error.
2721         (auth-source-macos-keychain-result-append): Fix variable name.
2722         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2723
2724 2012-07-27  Julien Danjou  <julien@danjou.info>
2725
2726         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2727         Emacs < 24.1
2728
2729 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2730
2731         * message.el (message-kill-address): Don't kill last newline.
2732         (message-skip-to-next-address): Don't move to the next header.
2733         (message-fill-field-address): Work properly.
2734
2735 2012-07-25  Julien Danjou  <julien@danjou.info>
2736
2737         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2738
2739 2012-07-24  Julien Danjou  <julien@danjou.info>
2740
2741         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2742
2743         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2744         (nntp-async-timer-handler): Remove, unused.
2745
2746         * nnimap.el (nnimap-get-responses): Remove, unused.
2747
2748         * nnheader.el (mail-header-set-extra): Remove, unused.
2749
2750         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
2751         unused.
2752
2753         * mm-view.el (mm-view-sound-file): Remove, unused.
2754
2755         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2756         (mm-url-encode-multipart-form-data): Remove, unused.
2757
2758         * message.el (message-remove-signature, message-make-host-name)
2759         (message-fill-address): Remove, unused.
2760
2761         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2762         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2763         unused.
2764
2765         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
2766         (gnus-xmas-call-region): Remove, unused.
2767
2768         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2769
2770         * gnus-util.el (gnus-extract-address-component-name)
2771         (gnus-extract-address-component-email, gnus-sortable-date)
2772         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2773         (gnus-process-live-p): Remove, unused.
2774
2775         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2776
2777         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2778         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2779         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2780         function.
2781
2782         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2783
2784         * gnus-score.el (gnus-summary-score-crossposting)
2785         (gnus-score-regexp-bad-p): Remove, unused.
2786
2787         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2788
2789         * gnus-range.el (gnus-sublist-p): Remove, unused.
2790
2791         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2792         unused.
2793
2794         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2795
2796         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2797         (gnus-request-associate-buffer): Remove, unused.
2798
2799         * gnus-group.el (gnus-group-set-method-info)
2800         (gnus-group-set-params-info): Remove, unused.
2801
2802         * gnus-fun.el (gnus-shell-command-to-string)
2803         (gnus-shell-command-on-region): Remove, unused.
2804
2805         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2806
2807         * gnus-art.el (gnus-article-text-type-exists-p)
2808         (article-translate-characters, gnus-article-hide-text-of-type)
2809         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2810         Remove, unused.
2811
2812 2012-07-22  Andrew Cohen  <cohen@bu.edu>
2813
2814         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2815
2816 2012-07-21  Julien Danjou  <julien@danjou.info>
2817
2818         * message.el (message-dont-reply-to-names): Replace deprecated
2819         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2820         (message-get-reply-headers): Ditto.
2821
2822 2012-07-18  Julien Danjou  <julien@danjou.info>
2823
2824         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2825         `sieve-upload-and-kill'.
2826
2827         * sieve.el (sieve-bury-buffer): Remove function.
2828         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2829         (sieve-upload-and-kill): New function, mapped to C-c C-c.
2830
2831 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
2832
2833         * shr.el (shr-expand-url): Handle URL starting with `//'.
2834
2835 2012-07-13  Chong Yidong  <cyd@gnu.org>
2836
2837         * smime.el (smime-certificate-info): Set buffer-read-only directly,
2838         instead of calling toggle-read-only with a (bogus) argument.
2839
2840 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
2841
2842         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2843         of initial input when reading the author to restrict the summary to.
2844
2845 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2846
2847         * mm-decode.el (mm-shr):
2848         Allow overriding charset by mm-charset-override-alist.
2849
2850 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2851
2852         * gnus-art.el (gnus-article-view-part):
2853         Toggle subparts of multipart/alternative part.
2854
2855 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2856
2857         * shr.el (shr-render-buffer): New command.
2858         (shr-visit-file): Use it.
2859
2860 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2861
2862         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2863         Set no-byte-compile and no-update-autoloads.
2864
2865 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2866
2867         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2868
2869 2012-06-25  Julien Danjou  <julien@danjou.info>
2870
2871         * nnimap.el (nnimap-request-articles-find-limit): Rename from
2872         `nnimap-request-move-articles-find-limit' since we do not use it only
2873         for move operations.
2874         (nnimap-request-accept-article): Use
2875         `nnimap-request-articles-find-limit' to limit search by message-id.
2876
2877 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
2878
2879         Support higher-resolution time stamps (Bug#9000).
2880
2881         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
2882         VARLIST.  It's optional, for backward compatibility.
2883         (encode-time-value): New optional arg PICO.  New type 3.
2884         (time-to-seconds) [!float-time]: Support the new picoseconds
2885         component if it's used.
2886         (seconds-to-time, time-subtract, time-add):
2887         Support ps-resolution time stamps as well.
2888
2889 2012-06-19  Julien Danjou  <julien@danjou.info>
2890
2891         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
2892
2893         * nnimap.el (nnimap-log-buffer): Check that
2894         `window-point-insertion-type' is boundp, since it's not available in
2895         XEmacs.
2896
2897 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2898
2899         * nnimap.el (nnimap-log-buffer): Add this, setting
2900         `window-point-insertion-type' in the buffer to t.
2901         (nnimap-log-command): Use nnimap-log-buffer.
2902
2903 2012-06-19  Julien Danjou  <julien@danjou.info>
2904
2905         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
2906         argument to be able to limit the search.
2907         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
2908         (nnimap-request-move-articles-find-limit): Add this to limit the search
2909         by Message-Id after a message move.
2910         (nnimap): Add defgroup.
2911
2912 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2913
2914         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2915
2916 2012-06-15  Julien Danjou  <julien@danjou.info>
2917
2918         * nnimap.el (nnimap-find-article-by-message-id): Use
2919         `nnimap-possibly-change-group' rather than its own EXAMINE call.
2920         (nnimap-possibly-change-group): Add read-only argument.
2921         (nnimap-request-list): Use nnimap-possibly-change-group rather than
2922         issuing EXAMINE manually.
2923         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
2924         with read-only argument.
2925         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
2926         cannot possibly change because we need to be sure that it's either
2927         read-write or read-only.
2928
2929 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2930
2931         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2932         being bound to a lambda form.
2933
2934 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
2935
2936         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2937         articles when fetch-old is non-nil (bug#11370).
2938
2939 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
2940
2941         * gnus-picon.el (gnus-picon-properties): New defcustom.
2942         (gnus-picon-create-glyph): Use it.
2943
2944 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2945
2946         * gnus-group.el (gnus-group-get-new-news): Respect
2947         `gnus-group-use-permanent-levels', as documented (bug#11638).
2948
2949 2012-06-10  Dave Abrahams  <dave@boostpro.com>
2950
2951         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2952         groups (bug#11641).
2953
2954 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
2955
2956         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2957         is an integer to avoid later problems.
2958
2959 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2960
2961         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2962         locales.
2963
2964         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2965         on a handle.
2966
2967         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2968         address as the default.
2969         (gnus-summary-insert-old-articles): Don't include unexisting messages.
2970
2971         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
2972         makes no sense to query the user about internal files.
2973
2974         * gnus-spec.el: Remove all the byte-compilation stuff, since
2975         benchmarking shows that it doesn't help when entering large summary
2976         buffers.
2977
2978         * gnus-xmas.el (gnus-xmas-define): Remove.
2979
2980         * gnus-util.el (gnus-byte-code): Remove.
2981
2982         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2983         grouplens stuff.
2984
2985 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2986
2987         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2988         (bug#11514).
2989
2990 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2991
2992         * message.el (message-buffers): Return all buffers derived from Message
2993         to make `gnus-dired-attach' work with mu4e.
2994
2995 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2996
2997         * nntp.el: Stop the `letf' madness.
2998         (nntp--report-1): New var.
2999         (nntp-report): Merge nntp-report-1 into it.
3000         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3001         the nntp-report function.
3002
3003         * auth-source.el: Fix comment-style to follow the convention.
3004
3005 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
3006
3007         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
3008         (mm-dissect-singlepart): Don't guess the MIME type of
3009         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
3010         set.
3011         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
3012         toplevel MIME type is multipart/encrypted.
3013
3014 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3015
3016         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3017         a string so that Gcc works (bug#11514).
3018
3019 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3020
3021         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3022         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3023
3024 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3025
3026         * gnus-win.el (gnus-configure-frame): Don't signal an error when
3027         jumping to *Server* from a dedicated *Group* window.
3028         (gnus-configure-frame): CSE.
3029
3030         * gnus-registry.el: Minor style cleanup.
3031         (gnus-registry--set/remove-mark): New function, extracted from
3032         gnus-registry-install-shortcuts.
3033         (gnus-registry-install-shortcuts): Use it.
3034
3035 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3036
3037         * nnspool.el (news-path): Use eval-and-compile.
3038
3039 2012-05-24  Glenn Morris  <rgm@gnu.org>
3040
3041         * nnspool.el (news-directory, news-path, news-inews-program):
3042         Move here from paths.el.  Don't see a need for these to be autoloaded.
3043
3044         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3045         Merge in doc from paths.el version.  Don't see any need for this to be
3046         autoloaded, or for the warning about users not setting it.
3047
3048 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
3049
3050         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
3051         format.  In particular, add an optional argument and a docstring.
3052
3053         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
3054
3055         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
3056         current before calling `gnus-groups-to-gnus-format'.
3057         Note that this was already the case for `gnus-active-to-gnus-format'.
3058
3059 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
3060
3061         Fix minor Y10k bug.
3062         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3063
3064 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3065
3066         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3067         message once it's actually open.
3068
3069 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3070
3071         * gnus.el: Ma Gnus v0.5 is released.
3072
3073 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3074
3075         * auth-source.el (auth-source--aput-1, auth-source--aput)
3076         (auth-source--aget): New functions and macros.
3077         Use them instead of aput/aget.
3078
3079 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
3080
3081         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3082
3083 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3084
3085         * plstore.el (plstore-called-interactively-p): New compat macro copied
3086         from message.el.
3087         (plstore-mode): Use it.
3088
3089 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3090
3091         * plstore.el: Revive the editing feature.
3092         (plstore-mode): New mode to edit plstore file.
3093         (plstore-mode-toggle-display, plstore-mode-original)
3094         (plstore-mode-decoded): New command.
3095         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3096         (plstore--insert-buffer, plstore--make): New function.
3097         (plstore-open, plstore-save): Simplify by using them.
3098
3099 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3100
3101         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
3102
3103 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
3104
3105         * tls.el (open-tls-stream): Remove unused binding.
3106
3107 2012-04-16  Glenn Morris  <rgm@gnu.org>
3108
3109         * nndraft.el (nndraft-request-list): Fix declaration.
3110
3111 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3112
3113         * mm-decode.el (mm-dissect-buffer): Doc fix.
3114
3115         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3116         don't have a current group.
3117
3118         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
3119         buffer if it doesn't exist.
3120
3121         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
3122         given, mark the group as ephemeral with the current window conf.
3123
3124         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
3125         buffer exists, which it doesn't if we haven't started Gnus.
3126         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
3127
3128 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3129
3130         * mml.el (mml-generate-mime): Allow specifying what the top-level part
3131         type is.
3132
3133         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
3134         `unexists' entries.
3135         (gnus-clean-old-newsrc): Fix last checkin.
3136
3137         * nnimap.el (nnimap-update-info): None of the articles below the active
3138         low-water mark exist.
3139
3140         * dgnushack.el: Get rid of XEmacs compilation warning.
3141
3142         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3143         would have gotten if we posted to the group, and use that to compare
3144         against the message we want to cancel (bug#10808).
3145
3146         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
3147         on XEmacs.
3148
3149 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3150
3151         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
3152         `scroll-margin'.
3153
3154 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
3155
3156         * gnus-cite.el (gnus-dissect-cited-text): A single line without
3157         citation prefix within a block of cited text should be considered part
3158         of that block *only* if it is a blank line.
3159
3160 2012-04-09  Chong Yidong  <cyd@gnu.org>
3161
3162         * binhex.el, hashcash.el, uudecode.el:
3163         Remove * characters from the front of variable docstrings.
3164
3165 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3166
3167         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
3168         before kinsoku-bol characters nor within kinsoku-eol characters.
3169
3170 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3171
3172         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
3173         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
3174         (gnus-sync-read): Use mapc instead of mapcar.
3175
3176         * mm-archive.el: Require mm-decode for some macros.
3177         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
3178         the byte compiler.
3179         (mm-archive-decoders): New function that returns the value of
3180         the mm-archive-decoders variable.
3181
3182         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
3183         instead.
3184         (mm-dissect-singlepart): Use the function mm-archive-decoders.
3185
3186         * nnimap.el (gnus-refer-thread-use-nnir):
3187         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
3188
3189 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3190
3191         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
3192
3193 2012-03-12  Peter Münster  <pmrb@free.fr>
3194
3195         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
3196         (gnus-demon-cancel): Ditto.
3197         (gnus-demon-run-callback): When function cannot be called due to low
3198         idleness, call it when idleness reaches the expected value, instead of
3199         waiting another timer period.
3200         (gnus-demon-init): Add `time' to arguments of call-back.
3201
3202 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3203
3204         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
3205
3206         * gnus.el: Register gnus-registry functions.
3207
3208         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
3209         indent.
3210
3211         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
3212         enabled before warping.
3213
3214 2012-03-22  Dave Abrahams  <dave@boostpro.com>
3215
3216         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
3217         registry about each article retrieved.
3218
3219         * gnus-int.el (gnus-select-group-with-message-id): New function.
3220         (gnus-try-warping-via-registry): Ditto.
3221         (gnus-warp-to-article): Fall back on the registry.
3222
3223 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
3224
3225         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
3226         inboxes.
3227
3228 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3229
3230         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
3231
3232 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3233
3234         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
3235         gnus-gcc-self-resent-messages may be a group parameter.
3236         (gnus-summary-resend-message): Don't encode encoded words in header
3237         when Gcc'ing resent message.
3238
3239 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3240
3241         * shr.el (shr-insert): Treat non-breaking space just like normal
3242         space.  This seems to produce more pleasing results.
3243         (shr-insert): Only insert a blank line if we're starting from an image.
3244         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
3245         (shr-ensure-paragraph): Consider lines with white space to be blank.
3246
3247 2012-03-15  Elias Pipping  <pipping@lavabit.com>
3248
3249         * Makefile.in: Respect DESTDIR.
3250
3251 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
3252
3253         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
3254         and gnus-gcc-post-body-encode-hook.
3255
3256 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3257
3258         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
3259         messages that don't exist.
3260
3261         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
3262
3263 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3264
3265         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
3266         Remove.
3267
3268         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
3269
3270         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
3271
3272 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3273
3274         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3275         have a group name.
3276
3277         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3278         a multibyte buffer (bug#7410).
3279         (article-wash-html): Parse the original article buffer to get the
3280         unencoded data (bug#7410).
3281
3282         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3283         .newsrc.el files.
3284
3285 2012-04-05  Bastien Guerry  <bzg@altern.org>
3286
3287         * color.el (color-lighten-name): Fix typo.
3288
3289 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3290
3291         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3292         "#" to avoid having them interpreted as comments.
3293
3294 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3295
3296         * shr.el (shr-insert): Update the text state properly to avoid
3297         inserting spurious paragraph starts.
3298
3299 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3300
3301         * shr.el (shr-table-widths): Divide the extra width more fairly over
3302         the TDs (bug#10973).
3303         (shr-render-td): Don't delete too much padding.
3304         (shr-natural-width): Compute the natural width more correctly.
3305         (shr-insert): Allow the natural width to be computed for tables again.
3306         (shr-tag-table-1): Rework how the natural widths are computed by
3307         rendering the table a third time.
3308         (shr-natural-width): Removed.
3309         (shr-buffer-width): New function.
3310         (shr-expand-newlines): Use it.
3311
3312         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
3313         using a `gnus-use-full-window' setup (bug#11013).
3314
3315 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3316
3317         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3318         24.1 release.
3319
3320 2012-03-10  David Edmondson  <dme@dme.org>
3321
3322         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3323         'Forwarded Message' header and the start of the message.
3324
3325 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3326
3327         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3328         isn't running (bug#10897).
3329
3330 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3331
3332         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
3333         This is inconsistent with all the other stream functions, which leave
3334         the setting up to the higher levels (if so wanted) (bug#10931).
3335
3336 2012-02-28  Glenn Morris  <rgm@gnu.org>
3337
3338         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
3339         mm-decode.el: Standardize possessive apostrophe usage.
3340
3341 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3342
3343         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3344
3345 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
3346
3347         * parse-time.el (parse-time-string): Allow extractor to return nil.
3348
3349 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3350
3351         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3352
3353 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3354
3355         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
3356
3357 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3358
3359         * mm-decode.el (mm-shr): Remove "soft hyphens".
3360
3361         * nnimap.el (nnimap-request-list): Return the group names encoded as
3362         utf8.  Otherwise non-European group names don't work.
3363         (nnimap-request-newgroups): Ditto.
3364
3365         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3366         the default in `read-string' (bug#10757).
3367
3368         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3369         topics (bug#10843).
3370
3371         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3372         buffer.  Suggested by Herbert Valerio Riedel.
3373         (nnimap-request-move-article): Delete the message from the correct IMAP
3374         server.
3375
3376 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3377
3378         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3379         Reported by Peter Münster.
3380
3381 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3382
3383         * shr.el (shr-image-fetched): Make sure we really kill the right
3384         buffer.
3385
3386 2012-02-16  Leo Liu  <sdl.web@gmail.com>
3387
3388         * gnus-start.el (gnus-1): Avoid duplicate entries.
3389
3390 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3391
3392         * imap.el: Remove.
3393
3394         * nntp.el (nntp-coding-system-for-read): Remove.
3395         (nntp-coding-system-for-write): Ditto.
3396         (nntp-open-connection): Just use `binary' directly.
3397
3398         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
3399         Gnus 0.3.
3400
3401 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3402
3403         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
3404         application/octet-stream parts really is.
3405
3406         * gnus-sum.el (gnus-propagate-marks): Remove.
3407
3408 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
3409
3410         * shr.el (shr-rescale-image): Undo previous change; see
3411         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3412
3413 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3414
3415         * gnus.el: Ma Gnus v0.3 is released.
3416
3417 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3418
3419         * gnus-sum.el (gnus-summary-local-variables): Make
3420         `gnus-newsgroup-unexist' into a local variable.
3421
3422 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3423
3424         * registry.el (registry-usage-test, registry-persistence-test): Move to
3425         tests/gnustest-registry.el.
3426         (registry-make-testable-db, registry-match-test)
3427         (registry-instantiation-test): Move to tests/gnustest-registry.el.
3428
3429         * gnus-registry.el (gnus-registry-misc-test)
3430         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3431
3432         * tests/gnustest-registry.el: New file with the registry and
3433         gnus-registry ERT tests.
3434
3435 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3436
3437         * gnus-msg.el (gnus-summary-resend-message): Make
3438         gnus-summary-resend-message-insert-gcc be last item in
3439         message-header-setup-hook.
3440
3441 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3442
3443         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3444         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
3445         Remove.
3446         (nnfolder-open-server): Don't use marks.
3447         (nnfolder-request-delete-group): Ditto.
3448         (nnfolder-request-rename-group): Ditto.
3449         (nnfolder-request-set-mark, nnfolder-request-marks)
3450         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3451         (nnfolder-save-marks, nnfolder-open-marks): Remove.
3452
3453         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3454         (nnml-marks-modtime): Remove.
3455         (nnml-request-delete-group): Don't use marks.
3456         (nnml-request-rename-group): Ditto.
3457         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3458         (nnml-save-marks, nnml-open-marks): Remove.
3459
3460         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3461         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3462         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3463         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3464         (nntp-server-to-method-cache): Remove.
3465
3466         * shr.el (shr-rescale-image): Fix wrong merge.
3467
3468 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3469
3470         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3471         too-wide lines.
3472
3473 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3474
3475         * nnimap.el (nnimap-record-commands): New variable.
3476         (nnimap-log-command): Use it.
3477         (nnimap-make-process-buffer): Add a space to the process buffer.
3478         (nnimap-transform-headers): Don't bug out on header lines containing
3479         stuff that look like IMAP length encodings.
3480
3481         * shr.el (shr-rescale-image): Allow viewing large images.
3482
3483 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
3484
3485         * nnml.el (nnml-request-compact-group): Delete the marks file after
3486         compaction (bug#10800).
3487
3488         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3489         group exit.
3490
3491         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3492         QRESYNC/FETCH output.
3493
3494 2012-02-11  Glenn Morris  <rgm@gnu.org>
3495
3496         * sieve-manage.el (sieve-manage-default-stream):
3497         * shr.el (shr):
3498         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3499         (nnir-retrieve-headers-override-function)
3500         (nnir-imap-default-search-key, nnir-notmuch-program)
3501         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3502         (nnir-method-default-engines):
3503         * message.el (message-cite-reply-position):
3504         * gssapi.el (gssapi-program):
3505         * gravatar.el (gravatar):
3506         * gnus-sum.el (gnus-refer-thread-use-nnir):
3507         * gnus-registry.el (gnus-registry-unfollowed-addresses)
3508         (gnus-registry-max-pruned-entries):
3509         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3510         * gnus-int.el (gnus-after-set-mark-hook)
3511         (gnus-before-update-mark-hook):
3512         * gnus-async.el (gnus-async-post-fetch-function):
3513         * auth-source.el (auth-source-cache-expiry):
3514         Add missing :version tags to new defcustoms and defgroups.
3515
3516 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
3517
3518         * gnus-sum.el (gnus-adjust-marked-articles): Add to
3519         `gnus-newsgroup-unexist'.
3520
3521         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
3522         marks.
3523         (gnus-article-special-mark-lists): Put the `unexist' in the special
3524         marks list instead.
3525
3526         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
3527         articles in the list of articles to be selected.
3528
3529         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
3530         articles.
3531         (nnimap-update-info): Keep track of unexisting articles.
3532         (nnimap-update-qresync-info): Ditto.
3533
3534 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3535
3536         * message.el (message-default-send-mail-function): Made into own
3537         function for reuse by emacsbug.el.
3538
3539 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
3540
3541         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3542         `gnus-sloppily-equal-method-parameters' to avoid a warning.
3543
3544 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3545
3546         * mm-archive.el (mm-archive-dissect-and-inline): New function.
3547         (mm-archive-dissect-and-inline): Fix up the undisplayer.
3548
3549         * gnus-compat.el: Define `timer-set-function'.
3550
3551         * mm-decode.el (mm-display-external): Output the text from the command
3552         in the buffer after the command finished.  This makes text-based
3553         commands behave better.
3554
3555 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3556
3557         * gnus-compat.el: Add a compat for the old `url-retrieve'.
3558
3559 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3560
3561         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
3562         23.1.
3563
3564 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3565
3566         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3567
3568 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3569
3570         * message.el (smtpmail-smtp-user): Silence compiler warning.
3571
3572 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3573
3574         * message.el (message-multi-smtp-send-mail): Also allow specifying the
3575         SMTP user name.
3576
3577 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3578
3579         * gnus-sum.el (gnus-summary-show-thread):
3580         next-single-char-property-change may return nil in XEmacs.
3581         (gnus-summary-article-map): Fix typo.
3582
3583 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3584
3585         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3586         running.
3587
3588         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3589
3590         * gnus.el (gnus-server-extend-method): Don't add an -address component
3591         if the method already has one (bug#9676).
3592
3593 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3594
3595         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3596         of an initial-input for consistency (bug#10757).
3597
3598         * dgnushack.el: Fix XEmacs compilation warning.
3599
3600         * shr.el: Inhibit getting and sending cookies when fetching pictures.
3601
3602         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3603
3604 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3605
3606         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3607         lines that are narrower than the window width.  Otherwise background
3608         "blocks" will look less readable.
3609
3610 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3611
3612         * nnimap.el (nnimap-transform-headers): Remove unused variable.
3613         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3614         have newlines within the strings, and where the UID comes after the
3615         BODYSTRUCTURE element (bug#10537).
3616
3617         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3618         (bug#10732).
3619
3620         * shr.el (shr-insert-document): Add doc string.
3621         (shr-visit-file): Ditto.
3622         (shr-remove-trailing-whitespace): New function.
3623         (shr-insert-document): Use it to clean up trailing whitespace as the
3624         final step (bug#10714).
3625
3626 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3627
3628         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3629         buffer if `gnus-kill-summary-on-exit' is nil.
3630
3631 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3632
3633         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3634         when just reading a single group from "without" Gnus.
3635
3636 2012-02-06  Chong Yidong  <cyd@gnu.org>
3637
3638         * gnus-sum.el (gnus-summary-show-thread):
3639         next-single-char-property-change never returns nil (Bug#8657).
3640
3641 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3642
3643         * message.el (message-multi-smtp-send-mail): New function.
3644         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
3645         header to implement multi-SMTP functionality.
3646
3647         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
3648         (gnus-agentize): Don't set it.
3649         (gnus-agent-send-mail): Don't use it.
3650
3651         * gnus-sum.el (gnus-summary-widget-backward): New function and
3652         keystroke.
3653
3654         * gnus-compat.el: More the compat functions more compatible.
3655
3656         * shr.el (shr-put-image): Remove underlines from sliced images.
3657         (shr-zoom-image): Compute the region to be replaced more correctly.
3658
3659 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3660
3661         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
3662         (gnus-summary-resend-message-insert-gcc): New function.
3663         (gnus-summary-resend-message): Modify message-header-setup-hook and
3664         message-sent-hook to make it work for Gcc.
3665         (gnus-inews-do-gcc): Update the number of unread articles of groups
3666         that messages are Gcc'd to.
3667
3668         * message.el (message-resend): Run message-sent-hook to do Gcc.
3669
3670 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3671
3672         * lpath.el: Fix an XEmacs compilation warning.
3673
3674         * gnus-compat.el: Require `help-fns' to fix compilation error.
3675
3676         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
3677         a higher level to silence compilation.
3678
3679         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
3680         parameter to allow controlling the scaling.
3681
3682         * shr.el (shr-zoom-image): New command and keystroke.
3683         (shr-put-image): Take a `size' flag to say how to scale the image.
3684
3685         * gnus-compat.el: Redefine `delete-directory' to provide recursive
3686         deletion unless already defined.
3687
3688         * gnus.el (gnus-compat): Require it.
3689
3690         * gnus-compat.el: New file.
3691
3692         * gnus-start.el (gnus-clean-old-newsrc): New function.
3693         (gnus-read-newsrc-file): Use it.
3694
3695         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
3696         Use recursive deletion.
3697         (mm-dissect-archive): Add support for zip files.
3698
3699         * gnus-util.el (gnus-recursive-directory-files): New function.
3700
3701         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
3702         (mm-archive-decoders): Add tgz support.
3703
3704         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
3705         Otherwise inserting text into the Gnus buffer can look odd.
3706
3707         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
3708
3709         * mm-archive.el (mm-archive-decoders): Add support for tar.
3710
3711         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
3712
3713         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
3714
3715 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3716
3717         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
3718
3719         * mm-archive.el: New file.
3720
3721         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
3722
3723         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
3724
3725         * message.el (message-goto-*): Make all the `message-goto-*' commands
3726         push the mark before moving point.  This makes it easier to go back to
3727         where you came from after editing whatever you jumped to.
3728
3729 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3730
3731         * gnus.el: Ma Gnus v0.1 is released.
3732
3733 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
3734
3735         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3736         without reconnecting.
3737         (nnimap-possibly-change-group): Ditto.
3738         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3739         connection has died before being called.
3740
3741 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3742
3743         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3744         an initial sync unless we're really doing one.
3745
3746         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3747         address parameter if one already exists (bug#9676).
3748
3749         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3750         not the prefix, as documented (bug#10689).
3751
3752 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3753
3754         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3755         the "server".
3756
3757         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3758         the real error message with the useless "previously known to be down".
3759         Which isn't even correct.
3760
3761         * nntp.el (nntp-open-connection): Report the error message if the nntp
3762         server can't be reached.
3763
3764         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3765         groups we do a total scan for.
3766         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3767         doing that.
3768
3769 2012-01-31  Jim Meyering  <jim@meyering.net>
3770
3771         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3772         Correct a comment (insert "not") and hide nominally-doubled "to".
3773
3774 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3775
3776         * gnus.el (gnus-version): Change name to "Ma Gnus".
3777
3778 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3779
3780         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3781         section in the manual.
3782
3783 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3784
3785         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3786         words.
3787         (rfc2047-encode-string): Ditto.
3788         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
3789         understand folded filename="..." parameters, for instance.
3790
3791         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3792         the message for greater debuggability.
3793
3794 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3795
3796         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3797         instead of setting it locally, since the latter doesn't seem to have
3798         any effect (most of the time).
3799
3800 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
3801
3802         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3803         function call.
3804
3805 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3806
3807         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3808         seconds, and make the repeat clause with HH:MM specs work as
3809         documented.
3810
3811 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3812
3813         * proto-stream.el (proto-stream-capability-open): Fall back on
3814         :end-of-command if :end-of-capability doesn't exist.
3815
3816 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3817
3818         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3819         bound globally in old Emacsen and XEmacsen.
3820
3821 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3822
3823         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3824         so that previous errors don't prohibit getting new news.
3825
3826         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3827
3828         * nntp.el (nntp-retrieve-group-data-early): Ditto.
3829
3830 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
3831
3832         * gnus.el (gnus-group-find-parameter): Check for liveness of the
3833         buffer, not of the string which is its name.
3834
3835 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3836
3837         * proto-stream.el (proto-stream-capability-open): Wait for
3838         :end-of-capability, not :end-of-command.
3839
3840         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3841         non-server-marks groups.
3842         (gnus-group-make-articles-read): Ditto.
3843
3844         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3845         methods (bug#9676).
3846
3847         * gnus.el (gnus-method-ephemeral-p): New function.
3848
3849 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3850
3851         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3852         left-to-right.
3853
3854 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3855
3856         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3857         warning.
3858
3859 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3860
3861         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3862         macroexpand the nnir things, since they haven't been defined yet, and
3863         nnir requires gnus-sum.
3864
3865 2012-01-24  Julien Danjou  <julien@danjou.info>
3866
3867         * color.el (color-rgb-to-hsl): Fix value computing.
3868         (color-hue-to-rgb): New function.
3869         (color-hsl-to-rgb): New function.
3870         (color-clamp, color-saturate-hsl, color-saturate-name)
3871         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3872         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3873
3874 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3875
3876         * mm-decode.el (mm-interactively-view-part): Fix prompt.
3877
3878 2012-01-19  Julien Danjou  <julien@danjou.info>
3879
3880         * color.el (color-name-to-rgb): Use the white color to find the max
3881         color component value and return correctly computed values.
3882         (color-name-to-rgb): Add missing float conversion for max value.
3883
3884 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
3885
3886         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
3887         logical server name in addition to the actual machine address.
3888
3889         * auth-source.el (auth-source-user-and-password): Add convenience
3890         wrapper to search by just host and optionally user.
3891
3892 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3893
3894         * shr.el (shr-visit-file): Move point to the beginning of the buffer
3895         after rendering.
3896
3897 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3898
3899         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
3900         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
3901         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
3902
3903 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3904
3905         * gnus-sum.el (gnus-summary-read-group): Document more parameters
3906         (bug#9693).
3907         (gnus-summary-setup-buffer): Document return value (bug#9697).
3908
3909         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3910         since ido doesn't work on symbols (bug#9632).
3911
3912         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3913         when getting a single value as when getting all the values.  This means
3914         that atoms like `gcc-self' work cumulatively, like variable settings,
3915         instead of getting the value from the last matching clause.
3916         (gnus-group-find-parameter): Protect against the group buffer not
3917         existing (bug#9585).
3918
3919 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3920
3921         * gnus-start.el (gnus-activate-group): Document more parameters
3922         (bug#9694).
3923
3924         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3925         (bug#9692).
3926
3927         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3928         article was fetched, so that it can be expired later (bug#9958).
3929         (gnus-agent-summary-fetch-series): Add doc string.
3930         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3931         (bug#9517).
3932
3933         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3934         retrieval is happening.
3935
3936         * gnus.el (gnus-parameters): Doc fix.
3937
3938 2012-01-06  Dave Abrahams  <dave@boostpro.com>
3939
3940         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3941         show the thread after expansion.
3942
3943 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3944
3945         * gnus-art.el (article-narrow-to-head): If the head is completely
3946         empty, narrow to the empty region (bug#9764).
3947
3948         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3949         read, and then mark them as unread only when the unread mark is used.
3950         This makes `C-- T k' actually work, even though it's confusing.
3951
3952         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3953         alive before we try to find its window.
3954
3955 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
3956
3957         * mm-decode.el (mm-display-external): Use a longer timeout for the
3958         deletion to allow slow programs to display the file.
3959
3960 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3961
3962         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3963         prompt to be less confusing.
3964
3965         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3966         argument to `message-reply'.  This broke `special-display-*' frame
3967         pop-uping (bug#10238).
3968
3969 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3970
3971         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3972         systems, since these allegedly don't work there.
3973
3974 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
3975
3976         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3977         live buffer.
3978
3979 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3980
3981         * nnir.el (nnir-retrieve-headers): Protect against the article not
3982         existing on the server (bug#10335).
3983
3984 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3985
3986         * gnus-agent.el (gnus-agent-load-local): Recompute
3987         gnus-agent-article-local on changing method.
3988
3989 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3990
3991         * gnus.el (gnus-parameters): Note precedence.
3992
3993 2012-01-04  Leo Liu  <sdl.web@gmail.com>
3994
3995         * nndraft.el (nndraft-update-unread-articles): Don't move point around
3996         in the group buffer.
3997
3998 2012-01-04  Julien Danjou  <julien@danjou.info>
3999
4000         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
4001         change.
4002
4003 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4004
4005         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
4006         too.
4007
4008         * nntp.el (nntp-retrieve-group-data-early): Use it.
4009
4010 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4011
4012         * nntp.el (nntp-retrieval-in-progress): New variable.
4013         (nntp-make-process-buffer): Make it buffer-local.
4014
4015         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
4016         2010.
4017         (gnus-demon-init): Use it to compute the time if time is on the form
4018         "04:23".
4019
4020         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
4021
4022         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
4023         status in the correct buffer.
4024
4025 2012-01-03  Leo Liu  <sdl.web@gmail.com>
4026
4027         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
4028         when opening topics (bug#10407).
4029
4030 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4031
4032         * gnus-cus.el (gnus-score-customize):
4033         * gnus-sum.el (gnus-sort-gathered-threads):
4034         * message.el (message-shorten-references):
4035         * nnmairix.el (nnmairix-request-group):
4036         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
4037
4038 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4039
4040         * gnus-agent.el (gnus-agent-regenerate-group):
4041         * gnus-int.el (gnus-retrieve-group-data-early):
4042         * mm-util.el (mm-codepage-ibm-list):
4043         * nndiary.el (Commentary, nndiary-get-new-mail):
4044         * nnir.el (nnir):
4045         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
4046
4047 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4048
4049         * mm-view.el (mm-display-inline-fontify): Add comment.
4050
4051 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4052
4053         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
4054         * ntlm.el (ntlm-smb-dohash): Spelling fix.
4055
4056 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
4057
4058         * gnus-art.el (gnus-split-methods):
4059         * gnus-msg.el (gnus-configure-posting-styles):
4060         * gnus-spec.el (gnus-parse-simple-format):
4061         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4062         * message.el (message-do-actions): Spelling fix.
4063
4064 2011-12-15  Juri Linkov  <juri@jurta.org>
4065
4066         * mm-decode.el (mm-inline-media-tests): Add missing
4067         `mm-handle-media-subtype'.
4068
4069 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4070
4071         * gnus-group.el (gnus-group-tool-bar):
4072         * gnus-sum.el (gnus-summary-tool-bar):
4073         * message.el (message-tool-bar):
4074         * rfc2231.el (rfc2231-parse-string): Spelling fix.
4075
4076 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
4077
4078         * plstore.el (plstore--insert-buffer): Spelling fix.
4079
4080 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
4081
4082         * message.el (message-valid-fqdn-regexp): Update with newly approved
4083         top-level domain names ".tel" and ".asia".
4084
4085 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4086
4087         * gnus-sum.el (gnus-summary-show-article): Don't load shr
4088         unconditionally.
4089
4090 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4091
4092         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
4093         pop-to-buffer-same-window for old Emacsen.
4094
4095 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
4096
4097         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
4098
4099 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4100
4101         * netrc.el (netrc-credentials): Spelling fix.
4102
4103 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
4104
4105         * gnus-fun.el (gnus-fun-ppm-change-string):
4106         * gnus-msg.el (gnus-inews-do-gcc):
4107         * gnus-sum.el (gnus-summary-find-for-reselect):
4108         * gnus.el (gnus-summary-cancelled):
4109         * message.el (message-cancel-hook, message-send-news):
4110         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
4111         * nnir.el (nnir-run-hyrex):
4112         * nntp.el (nntp-with-open-group-function):
4113         * pgg.el (pgg-pending-timers): Spelling fix.
4114
4115 2011-12-04  Chong Yidong  <cyd@gnu.org>
4116
4117         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
4118         change (Bug#10200).
4119
4120 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4121
4122         * compface.el (uncompface):
4123         * gnus-art.el (gnus-article-x-face-command): Update the header format
4124         of icon data for the most recent icontopbm program.
4125
4126 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4127
4128         * gnus-msg.el (gnus-inews-do-gcc):
4129         * message.el (message-send-mail):
4130         * mml.el (mml-generate-mime): Share the value of the buffer-local
4131         `message-options' variable between a draft buffer and temprary working
4132         buffers.
4133
4134 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4135
4136         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
4137
4138 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4139
4140         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
4141         for Cygwin.
4142
4143 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4144
4145         * gnus-group.el (gnus-group-prepare-flat):
4146         * mm-bodies.el (mm-encode-body):
4147         * mml.el (mml-preview):
4148         * nnml.el (nnml-request-compact-group):
4149         * pop3.el (pop3-stream-type): Spelling fix.
4150
4151 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4152
4153         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
4154
4155 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4156
4157         * color.el (color-rgb-to-hsl):
4158         * gmm-utils.el (gmm-tool-bar-style):
4159         * gnus-group.el (gnus-group-prepare-flat):
4160         * gnus-topic.el (gnus-topic-prepare-topic):
4161         * mm-decode.el (mm-discouraged-alternatives):
4162         * rfc2047.el (rfc2047-encode-1):
4163         * starttls.el: Spelling fix.
4164
4165 2011-11-24  Glenn Morris  <rgm@gnu.org>
4166
4167         * binhex.el (binhex-begin-line): Give it basic doc-string.
4168
4169         * starttls.el, tls.el: Fix case of "GnuTLS".
4170
4171 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
4172
4173         * gnus-group.el (gnus-group-highlight): Fix typo.
4174
4175 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
4176
4177         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
4178         value of `delete-file', that returns nil for a local file but returns t
4179         for a remote file using ssh.
4180
4181 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4182
4183         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
4184
4185 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4186
4187         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
4188         avoid later breakage.
4189
4190 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4191
4192         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
4193         article buffers' name.
4194
4195 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4196
4197         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
4198         by Paul Eggert's spellfixes two days ago.
4199
4200 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4201
4202         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
4203         doesn't have it.
4204
4205         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
4206         buffer-local instead of binding them to avoid warnings.  Also demote
4207         errors (bug#10063).
4208         (font-lock-mode-hook): Shut up byte compiler.
4209
4210 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
4211
4212         * mm-util.el (mm-charset-after):
4213         * nnir.el (nnir-run-hyrex):
4214         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
4215         (ntlm-get-password-hashes, ntlm-md4hash):
4216         * smime.el: Fix typo.
4217
4218 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4219
4220         * gnus-agent.el (gnus-agent-expire-group-1):
4221         * nndiary.el (nndiary-last-occurence):
4222         * nnimap.el (nnimap-request-set-mark):
4223         * nnmairix.el (nnmairix-only-use-registry):
4224         * gnus-group.el (gnus-group-prepare-flat):
4225         * gnus-sum.el (gnus-decode-encoded-word-methods):
4226         * message.el (message-wash-subject):
4227         * nntp.el (nntp-retrieve-headers-with-xover):
4228         * smime.el (smime-certificate-directory): Spelling fix.
4229
4230 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
4231
4232         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
4233
4234         * color.el:
4235         * gnus-agent.el (gnus-agent-possibly-alter-active):
4236         * gnus-dired.el (gnus-dired-print):
4237         * mail-parse.el:
4238         * nnmairix.el (nnmairix-request-group):
4239         * shr.el (shr-image-displayer):
4240         * sieve-manage.el:
4241         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
4242
4243 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
4244
4245         * gnus-sum.el (gnus-auto-select-subject):
4246         * spam-report.el (spam-report-resend): Spelling fix.
4247
4248 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4249
4250         * gnus-agent.el (gnus-agent-get-undownloaded-list):
4251         * gnus-art.el (gnus-default-article-saver):
4252         * gnus-srvr.el (gnus-server-copy-server):
4253         * gnus.el (gnus-sloppily-equal-method-parameters):
4254         * html2text.el (html2text-format-tag-list):
4255         * message.el (message-narrow-to-head):
4256         * nndiary.el:
4257         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4258         * sieve.el: Spelling fix.
4259
4260 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
4261
4262         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4263         * gnus-sum.el (gnus-summary-make-menu-bar):
4264         * gnus-uu.el (gnus-uu-decode-postscript)
4265         (gnus-uu-decode-postscript-and-save):
4266         * mailcap.el (mailcap-print-command):
4267         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
4268         Fix typos.
4269
4270 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
4271
4272         * gnus-art.el (gnus-article-part-wrapper):
4273         * html2text.el (html2text-fix-paragraphs):
4274         * mm-decode.el (mm-image-fit-p):
4275         * rfc2047.el (rfc2047-encode-message-header):
4276         * shr-color.el (shr-color-visible-distance-min)
4277         (shr-color-relative-to-absolute, set-minimum-interval)
4278         (shr-color-visible): Fix typos.
4279
4280 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
4281
4282         * gmm-utils.el (gmm-tool-bar-item):
4283         * gnus-art.el (gnus-treat-body-boundary):
4284         * gnus-diary.el (gnus-user-format-function-d):
4285         * gnus-start.el (gnus-get-unread-articles):
4286         * pgg-gpg.el (pgg-gpg-update-agent):
4287         * smime.el (smime-cert-by-ldap-1): Spelling fix.
4288
4289 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
4290
4291         * gnus-topic.el (gnus-group-prepare-topics):
4292         * gnus-uu.el (gnus-extract-view):
4293         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
4294
4295 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
4296
4297         * spam.el: Move BBDB autoloads.
4298         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
4299         BBDB 2 and 3.
4300         (spam-check-BBDB): Use it.
4301         (spam-enter-ham-BBDB): Use it.
4302
4303 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4304
4305         * smime.el (smime-draw-buffer): Spelling fix.
4306
4307 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
4308
4309         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
4310         for scanning exactly one level.
4311         * gnus-start.el (gnus-get-unread-articles): Ditto.
4312
4313 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4314
4315         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4316         slightly clearer.
4317
4318 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4319
4320         * gnus-sync.el: More commentary about setup.
4321
4322 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4323
4324         * message.el (message-send-and-exit): Document `arg'.
4325
4326 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4327
4328         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
4329
4330 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
4331
4332         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
4333
4334         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
4335         we don't use `bound-and-true-p'.
4336
4337 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4338
4339         * gnus-util.el (gnus-bound-and-true-p): Remove.
4340         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
4341         * nnir.el: Use it.
4342         * nnmairix.el: Use it.
4343
4344 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4345
4346         * gnus-sync.el: Improve docs about CouchDB admins.
4347
4348         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
4349         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
4350         for reasons unknown.
4351         * nnir.el: Use it.
4352         * nnmairix.el: Use it.
4353
4354         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
4355         * nnir.el: Ditto.
4356         * nnmairix.el: Ditto.
4357
4358         * gnus-registry.el (gnus-registry-enabled): Default to nil.
4359
4360 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
4361
4362         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
4363         not needed.  Provide xmlplistread list function to produce XML plist
4364         output for non-Gnus LeSync clients.
4365
4366 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4367
4368         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
4369
4370         * gnus-sync.el: Add LeSync synchronization backend and logic to read
4371         and save against it.  Group subscriptions, read marks, other marks,
4372         subscription levels, topic names, and topic offsets (the group's
4373         position within the topic) are saved.  This is an experimental backend
4374         and may change significantly.  Load json.el from the gnus-fallback-lib
4375         if it's not available otherwise.
4376         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
4377
4378 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4379
4380         * message.el (message-completion-function): Make sure
4381         message-tab-body-function is not attempted if one of
4382         message-completion-alist fails to find a completion (bug#9158).
4383
4384 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
4385
4386         * mml.el (mml-quote-region): Quote <#secure> tag.
4387         (mml-generate-mime-1): Unquote <#secure> tag.
4388
4389 2011-10-20  Chong Yidong  <cyd@gnu.org>
4390
4391         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4392         calling a minor mode from Lisp with nil arg enables it, so we have to
4393         make the wording a bit ambiguous here).
4394
4395 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4396
4397         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4398         * nnir.el (nnir-mode): Use it.
4399         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4400         Use it.
4401
4402         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4403         * nnmairix.el (gnus-registry-enabled): Ditto.
4404
4405 2011-10-17  Dave Abrahams  <dave@boostpro.com>
4406
4407         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
4408         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4409         only while we need to find out if it should be t or nil.
4410         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4411         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4412         the registry is installed.  Set it to nil when it's unloaded.
4413         (gnus-registry-install-p): Provide user guidance for the initial value
4414         of `gnus-registry-install' when it's 'ask, otherwise return its value.
4415         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4416         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4417         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4418         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4419         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4420         `gnus-registry-install'.
4421
4422 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
4423
4424         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4425         previous change.
4426         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4427         primary key is marked as disabled.
4428
4429 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
4430
4431         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4432         primary key is marked as disabled.
4433
4434 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
4435
4436         * html2text.el (html2text-clean-anchor): Check for quotes around
4437         `href' value.
4438
4439 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4440
4441         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4442         searching.  Drop `bbdb-cache'.
4443
4444 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4445
4446         * message.el (message-signed-or-encrypted-p): Exclude header when
4447         checking if there is signed or encrypted body in text/plain message.
4448
4449 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
4450
4451         * html2text.el (html2text-get-attr): Correctly handle attribute values
4452         containing "=".
4453
4454 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
4455
4456         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4457         handle bindings.
4458
4459 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4460
4461         * gnus-win.el (gnus-configure-windows): Protect against reading
4462         ephemeral groups outside of Gnus.
4463
4464 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4465
4466         * shr.el (shr-tag-img): Don't get images displayed in tables.
4467
4468 2011-10-03  Glenn Morris  <rgm@gnu.org>
4469
4470         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4471         the "maintainer" version of debbugs.gnu.org reports.
4472
4473 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4474
4475         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4476         make asynchronous adjacent image insertion work better.
4477
4478 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
4479
4480         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
4481         documentation.
4482
4483 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4484
4485         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4486         `gnus-asynchronous' isn't shadowed.
4487
4488 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4489
4490         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
4491
4492         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4493         (nnimap-insert-partial-structure): The charset parameter isn't
4494         case-sensitive.
4495
4496         * nnheader.el (nnheader-message-maybe): New function.
4497
4498         * shr.el (shr-tag-table): Render totally broken tables better.
4499
4500         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4501         computing the boundary.
4502
4503 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4504
4505         * pop3.el (pop3-number-of-responses): Remove.
4506         (pop3-wait-for-messages): Rewrite to take linear time instead of
4507         exponential time.
4508
4509 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4510
4511         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4512         re-fetch images.
4513
4514         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4515         re-fetch images when hitting `g' in Gnus.
4516
4517 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4518
4519         * mml.el (mml-inhibit-compute-boundary): New internal variable.
4520         (mml-compute-boundary): Don't check collision if it is non-nil.
4521         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4522         before checking collision.
4523
4524 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4525
4526         * message.el (message-indent-citation): Really make sure there's a
4527         newline at the end.
4528
4529         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4530         Fix suggested by John Wiegley.
4531
4532         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4533
4534         * gnus-art.el (gnus-treat-hide-citation): Add doc.
4535
4536         * message.el (message-default-send-rename-function): Break out into its
4537         own function.
4538
4539         * ecomplete.el (ecomplete-display-matches): Revert patch since it
4540         doesn't work under XEmacs.
4541
4542         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4543         of "imaps" to word around Windows problems.
4544         (nnimap-open-connection-1): Use it.
4545
4546         * message.el (message-indent-citation): Revert last change which made
4547         `F' not work.
4548
4549 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
4550
4551         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4552         terminal as well.
4553
4554 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4555
4556         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4557         because it displays images using overlays that aren't easy to copy to
4558         the article buffer.
4559
4560 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
4561
4562         * message.el (message-indent-citation): Fix empty line removal at the
4563         end of the citation.
4564
4565 2011-09-20  Julien Danjou  <julien@danjou.info>
4566
4567         * auth-source.el (auth-source-netrc-create): Use default value for
4568         password if specified.  Evaluate default.
4569         (auth-source-plstore-create): Ditto.
4570         (auth-source-plstore-create, auth-source-netrc-create): Fix default
4571         value evaluation.
4572         (auth-source-netrc-create): Typo fix.
4573         (auth-source-plstore-create): Ditto.
4574
4575         * password-cache.el (password-cache-remove): Remove entries even if the
4576         value is nil, so that password with a nil value (negative caching) is
4577         possible to invalidate.
4578
4579         * auth-source.el (auth-source-format-cache-entry): New function.
4580
4581 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4582
4583         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4584
4585 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4586
4587         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
4588
4589 2011-09-19  Julien Danjou  <julien@danjou.info>
4590
4591         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
4592         which work with things that are not ASCII.
4593
4594 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4595
4596         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
4597
4598 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4599
4600         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4601         message level.
4602
4603 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4604
4605         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
4606
4607 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4608
4609         * gnus.el (gnus-interactive-exit): Update defcustom spec.
4610
4611 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4612
4613         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
4614         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
4615
4616 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
4617
4618         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
4619         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
4620         articles.
4621
4622 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
4623
4624         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
4625         (message-mail-other-window, message-mail-other-frame)
4626         (message-news-other-window, message-news-other-frame):
4627         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
4628         instead of setting buffer display varibles.
4629
4630 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4631
4632         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
4633
4634         * gnus-sum.el (gnus-fetch-headers): Bump message level.
4635
4636 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4637
4638         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
4639         duplicates" to a higher level.
4640
4641         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
4642         most egregious messages.
4643
4644 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4645
4646         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
4647
4648 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
4649
4650         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
4651         up the file (bug#9351).
4652
4653 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4654
4655         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
4656         it does with all other backends, but decode the names immediately after
4657         getting them.
4658
4659         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
4660         decoding nnimap groups.
4661
4662         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
4663         newsrc file.  It doesn't seem like an important optimization any more.
4664
4665 2011-09-10  Dave Abrahams  <dave@boostpro.com>
4666
4667         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
4668         overflows.
4669
4670 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4671
4672         * gnus.el (gnus-article-mark-lists): Remove `recent'.
4673         (gnus-interactive-exit): Extend to `quiet'.
4674
4675         * gnus-sum.el (gnus-offer-save-summaries): Use it.
4676
4677         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
4678         string.
4679
4680         * plstore.el (plstore--get-buffer): Silence compiler warnings by
4681         renaming function arguments from `this'.
4682
4683         * gnus-sum.el (gnus-newsgroup-recent): Remove.
4684
4685         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4686         has been renamed.
4687         (gnus-lrm-string-p): Include RLM and PDF, too.
4688
4689         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4690         (bug#9225).
4691
4692 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
4693
4694         Add autoload cookies for functions used by sendmail.el.
4695         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4696
4697         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4698
4699 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4700
4701         * gnus-art.el (article-date-ut): Work properly even when there are
4702         things like Date header in the body; work for forwarded parts.
4703
4704 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
4705
4706         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
4707         original-article-buffer.
4708
4709 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
4710
4711         * nnir.el (nnir-compose-result): Fix matching of server type.
4712         (nnir-run-swish++): Ditto.
4713         (nnir-run-namazu): Ditto.
4714         (nnir-run-notmuch): Ditto.
4715
4716 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4717
4718         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
4719         (bug#9405).
4720
4721         * gnus-score.el (gnus-summary-increase-score): Doc clarification
4722         (bug#9421).
4723
4724         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
4725         (bug#9425).
4726
4727         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
4728         thing (bug#9426).
4729
4730 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4731
4732         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
4733         the error message.
4734
4735 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
4736
4737         * message.el (message-setup-1): Return t (Bug#9392).
4738
4739 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
4740
4741         * gnus-sum.el: When adding article headers to a summary buffer also
4742         update gnus-newsgroup-articles (bug#9386).
4743
4744 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4745
4746         * auth-source.el: Autoload help-mode.
4747
4748 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4749
4750         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
4751         names.
4752
4753 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
4754
4755         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
4756         mm-replace-in-string for compatibility issues.
4757         * mml2015.el (mml2015-epg-verify): Ditto.
4758
4759 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4760
4761         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4762
4763         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4764
4765 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4766
4767         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4768         continue on and do the clean-up phase (bug#9188).
4769
4770         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4771         just ignore groups that can't be opened instead of erroring out
4772         (bug#9225).
4773
4774         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4775         nil since some many people are fuddy-duddies.
4776
4777         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4778         images.
4779
4780         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4781         instead.
4782
4783         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
4784
4785         * gnus-util.el (gnus-process-live-p): Copy over compat function.
4786
4787         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
4788         processing.
4789
4790         * nntp.el (nntp-kill-buffer): Kill the process before killing the
4791         buffer to avoid warnings.
4792
4793 2011-08-20  Simon Josefsson  <simon@josefsson.org>
4794
4795         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
4796         specified to reduce precision.
4797
4798 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4799
4800         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
4801         bodystructures (bug#9314).
4802
4803 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4804
4805         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
4806         Make button keymap non-sticky after buttons.
4807
4808 2011-08-18  David Engster  <dengste@eml.cc>
4809
4810         * nnmairix.el (nnmairix-request-set-mark)
4811         (nnmairix-goto-original-article): Remove adding of article to registry,
4812         since `gnus-registry-add-group' isn't available anymore.
4813         (nnmairix-determine-original-group-from-registry):
4814         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
4815         available anymore.
4816
4817 2011-08-12  Simon Josefsson  <simon@josefsson.org>
4818
4819         * starttls.el (starttls-any-program-available): Define as obsolete
4820         function.
4821
4822 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4823
4824         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
4825         versions which Gnus use when appropriate.
4826
4827         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
4828         a pretty destructive command.
4829
4830         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
4831
4832 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4833
4834         * message.el (message-fix-before-sending): Make a different warning
4835         about NUL characters (bug#9270).
4836
4837         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
4838         from custom (bug#9260).
4839
4840         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
4841         things work in Emacs 22 and XEmacs, too.
4842
4843         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
4844         default From.
4845
4846         * gnus-spec.el (gnus-lrm-string-p): New macro.
4847         (gnus-lrm-string): New constant.
4848         (gnus-summary-line-format-spec): LRM-ify the from.
4849         (gnus-tilde-max-form): LRM-ify string chopping.
4850
4851         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
4852
4853         * message.el (message-is-yours-p): Allow disabling canlock checking
4854         (bug#9295).
4855         (message-shoot-gnksa-feet): Add `canlock-verify'.
4856         (message-auto-save-directory): Use ~/ as the auto-save directory if the
4857         message directory isn't writable (bug#9304).
4858
4859         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4860         non-world-readable.
4861
4862 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4863
4864         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4865         articles.
4866
4867 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
4868
4869         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4870         copy-list.
4871
4872 2011-08-12  Sam Steingold  <sds@gnu.org>
4873
4874         * gnus-score.el (gnus-score-find-alist): Keep the score files already
4875         in the reverse order to avoid modifying the cache with `nreverse'.
4876         (gnus-all-score-files): Do not modify the value returned by
4877         `gnus-score-find-alist' because it lives in a cache variable.
4878         (gnus-current-home-score-file): No need to `nreverse' the return value
4879         of `gnus-score-find-alist', it is already in the correct order.
4880
4881 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
4882
4883         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
4884         type MESSAGE and subtype RFC822 is slightly different from those of
4885         type TEXT.
4886
4887 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
4888
4889         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
4890         This allows article-referral to work from an nnir group.
4891
4892 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
4893
4894         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
4895
4896 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
4897
4898         * mml1991.el (mml1991-epg-find-usable-key)
4899         (mml1991-epg-find-usable-secret-key): New function.
4900         (mml1991-epg-sign): Check if signing key is usable.
4901         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4902
4903 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
4904
4905         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4906         server-variables only.  This should fix a bug introduced with commit
4907         e1889675b7f4adf057833c5513c9374134c4e053.
4908         (nnir-run-query): 'nnir-search-engine should not be set from the global
4909         environment.
4910
4911 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
4912
4913         * nnir.el (nnir-search-thread): Position point on referring article
4914         line.
4915         (nnir-warp-to-article): Clean up summary buffers.
4916
4917         * nnimap.el (nnimap-request-thread): Whitespace fix.
4918
4919 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
4920
4921         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4922
4923 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4924
4925         * starttls.el (starttls-available-p): Rename from
4926         `starttls-any-program-available' and changed return convention.
4927
4928 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
4929
4930         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4931         `unix-sync' unless it's defined.
4932
4933 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
4934
4935         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4936         `aref' for XEmacs compatibiltiy.
4937
4938 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4939
4940         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4941
4942 2011-07-31  Dave Abrahams  <dave@boostpro.com>
4943
4944         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4945         closures, quote the form properly (bug#9194).
4946
4947 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4948
4949         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4950         (gnus-summary-insert-new-articles): Protect against servers that are
4951         down.
4952
4953 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4954
4955         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4956         in mm handle if none is specified.
4957
4958 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
4959
4960         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4961
4962 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
4963
4964         * nnir.el (nnir-search-thread): New function to make an nnir group
4965         based on a thread query.
4966
4967         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4968         of nnir in thread referral.
4969         (gnus-summary-refer-thread): Use it.
4970
4971         * nnimap.el (nnimap-request-thread): Use it.
4972
4973 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4974
4975         * shr.el (shr-tag-comment): Ignore HTML comments.
4976
4977 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
4978
4979         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4980         argument.
4981         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4982         Use `nnir-address' to handle server info rather than passing an arg.
4983
4984         * nnimap.el (nnimap-make-thread-query): New utility function to format
4985         an imap thread search query.
4986         (nnimap-request-thread): Use it.
4987
4988         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4989         right select-method if we are not going back to the group buffer.
4990
4991 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4992
4993         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4994         enter invalid buffer configurations into the quit form (bug#9107).
4995         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4996         unplugged/plugged.
4997
4998         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4999         keep track of which ones are unread (bug#9061).
5000
5001         * gnus.el (gnus-refer-article-method): Allow entering any sexp
5002         (bug#9055).
5003
5004         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
5005         (bug#9041).
5006
5007         * gnus-html.el (mm-util): Require (bug#9073).
5008
5009         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
5010         (gnus-summary-refer-thread): Use it to remove duplicates in the
5011         un-threaded view (bug#9053).
5012         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
5013
5014 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
5015
5016         * nnir.el (nnir-read-server-parm): Use default value from global
5017         variable.  Without this the default search engine parameters aren't
5018         used at all.
5019
5020 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5021
5022         * message.el (message-unique-id): Don't use the undocumented return
5023         value from (random t) (bug#9118).
5024
5025 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5026
5027         * message.el (message-auto-save-directory): If the ~/Mail directory
5028         doesn't exist, use ~ as the auto-save directory (bug#4432).
5029
5030         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
5031         hasn't already been started.
5032
5033 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5034
5035         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
5036
5037         * message.el (message-reply): Work around mysterious bug where
5038         `message-mode' seems to overwrite the locally bound `subject' variable.
5039
5040 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
5041
5042         * nnimap.el (nnimap-request-thread): Ensure search is performed in
5043         correct group.
5044
5045         * gnus-int.el (gnus-request-thread): Add group argument.
5046
5047         * gnus-sum.el (gnus-summary-refer-thread): Use it.
5048
5049 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5050
5051         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
5052
5053         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
5054         renamed to `debbugs-gnu-*'.
5055
5056 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
5057
5058         * plstore.el: Revert the editing feature since it is not urgent.
5059         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
5060         (plstore-mode-decoded): Remove.
5061
5062 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5063
5064         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
5065         isn't very interesting any more, and it leaks potentially secret data.
5066         (gnus-debug): Remove.
5067
5068         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
5069         use of :custom-show.
5070
5071 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
5072
5073         * plstore.el: Add documentation.
5074         (plstore-mode): New mode to edit plstore file.
5075         (plstore-mode-toggle-display, plstore-mode-original)
5076         (plstore-mode-decoded): New command.
5077         (plstore--encode, plstore--decode, plstore--write-contents-functions)
5078         (plstore--insert-buffer, plstore--make): New function.
5079         (plstore-open, plstore-save): Simplify by using them.
5080
5081 2011-07-06  Glenn Morris  <rgm@gnu.org>
5082
5083         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
5084
5085 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5086
5087         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
5088         no longer is much used.
5089         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
5090         Articles".
5091
5092 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
5093
5094         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
5095         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
5096         `notmuch' backend.
5097
5098 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5099
5100         * mm-decode.el (mm-text-html-renderer): Doc fix.
5101
5102         * gnus-msg.el (gnus-bug): Fix the MML tag.
5103
5104         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
5105
5106 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
5107
5108         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
5109         secondary methods if started with `gnus-no-server'.
5110
5111 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
5112
5113         * message.el (message-return-action): Fix typo in docstring.
5114
5115 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5116
5117         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
5118         bug reports at once.
5119
5120         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
5121
5122 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5123
5124         * nndraft.el: Require gnus-group.
5125         (nndraft-request-list): Declare.
5126
5127         * nndraft.el (nndraft-update-unread-articles): Don't show group having
5128         no unread article unless it matches gnus-permanently-visible-groups.
5129
5130         * nndraft.el (nndraft-update-unread-articles): New function.
5131         (nndraft-request-associate-buffer): Use it to update the number of
5132         unread articles for the nndraft groups in the group buffer when saving
5133         or killing a draft message.
5134
5135 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5136
5137         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
5138         systems to binary before writing and reading the mbox files.
5139
5140         * gnus.el (gnus-summary-line-format): Link to the info node for %U
5141         instead of trying to list them all (bug#8978).
5142
5143 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5144
5145         * pop3.el (pop3-open-server): Use :end-of-capability.
5146
5147 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5148
5149         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
5150         the id is always a number.
5151
5152         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
5153
5154         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
5155         debbugs mode, if possible.
5156
5157 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
5158
5159         * auth-source.el (auth-source-token-passphrase-callback-function):
5160         Reindent.
5161         (epg-context-operation): Remove unnecessary autoload.
5162
5163 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5164
5165         * gnus.el (gnus-list-debbugs): New command.
5166
5167         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
5168         mboxstat instead of the maintbox, since the stat seems to be fuller.
5169
5170         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
5171         summary buffers.
5172
5173         * message.el (message-get-reply-headers): Delete all duplicates,
5174         instead of the first.
5175         (message-get-reply-headers): Ensure that we have progress while
5176         deleting duplicates.
5177
5178         * gnus-msg.el (gnus-configure-posting-styles): Get the local
5179         gnus-posting-style value from the summary buffer to make it easier to
5180         make that a per-buffer conf.
5181
5182 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
5183
5184         * nnir.el (nnir-run-imap): Allow halting a search when an article is
5185         found by setting `shortcut' in 'query.
5186         (nnir-request-article): Use `shortcut' setting when requesting article
5187         by Message-ID.
5188
5189 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
5190
5191         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
5192         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
5193         Bring the pseudo-headers back too.
5194
5195 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5196
5197         * auth-source.el (auth-source-token-passphrase-callback-function):
5198         Simplify and remove EPA dependency.
5199
5200 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
5201
5202         * nnir.el (nnir-request-article): Fix error message text.
5203
5204 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5205
5206         * auth-source.el (plstore-delete): Autoload.
5207         (auth-source-plstore-search): Support delete operation.
5208         * plstore.el (plstore-delete): New function.
5209
5210 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5211
5212         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
5213         mark actually existing articles as unread rather than the ones that
5214         active asserts.
5215
5216 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5217
5218         * nntp.el (nntp-record-command):
5219         * gnus-util.el (gnus-message-with-timestamp-1):
5220         Use format-time-string rather than decoding time stamps by hand.
5221         This is simpler and insulates the code from potential changes to
5222         current-time format.
5223
5224 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5225
5226         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
5227
5228 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5229
5230         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
5231         (plstore-save): Support public key encryption.
5232         (plstore--init-from-buffer): New function.
5233         (plstore-open): Use it; fix error when opening a non-existent file.
5234         (plstore-revert): Use plstore--init-from-buffer.
5235
5236 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5237
5238         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
5239
5240 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5241
5242         * mml2015.el (mml2015-use): Replace string-match-p with string-match
5243         for old Emacsen.
5244
5245 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5246
5247         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
5248         is not fully working.
5249
5250 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5251
5252         * dgnushack.el: Autoload sha1 on XEmacs.
5253
5254         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
5255         quit window configuration.
5256
5257         * auth-source.el (epg-context-set-passphrase-callback):
5258         Remove duplicate autoload.
5259
5260 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5261
5262         * nnir.el (nnir-request-article): Allow requesting articles by
5263         Message-ID with nnimap.
5264
5265         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
5266         current server.
5267
5268 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5269
5270         * auth-source.el: Autoload EPA/EPG functions.
5271         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
5272         changed when EPA/EPG is not available.
5273         (auth-source-backend): Rename "arg" member to "data".
5274         (auth-source-backend-parse, auth-source-plstore-search)
5275         (auth-source-plstore-create): Use it.
5276
5277 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5278
5279         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
5280         `gnus-refer-article-methods'.
5281
5282 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5283
5284         * auth-source.el: Require EPA and EPG.
5285         (auth-source-passphrase-alist): New variable.
5286         (auth-source-passphrase-callback-function)
5287         (auth-source-token-passphrase-callback-function): Callbacks for the
5288         netrc field encryption (GPG tokens).
5289         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
5290         Symmetric encryption and decryption of the netrc GPG tokens.
5291         (auth-source-netrc-normalize): Use them, simplifying the closure.
5292
5293 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5294
5295         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
5296         is available.
5297
5298 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5299
5300         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
5301         non-nil, and `nnimap-split-methods' is nil, use the former.
5302
5303 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5304
5305         * plstore.el (plstore-revert): New function.
5306         (plstore-open): Use it; hide the buffer from user.
5307
5308 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5309
5310         * auth-source.el (auth-source-backend): New member "arg".
5311         (auth-source-backend-parse): Handle new backend 'plstore.
5312         * plstore.el: New file.
5313
5314 2011-06-30  Glenn Morris  <rgm@gnu.org>
5315
5316         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
5317
5318 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5319
5320         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
5321         expiring articles to.
5322
5323         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
5324         variations as ASCII (bug#5458).
5325
5326 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5327
5328         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
5329
5330 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5331
5332         * message.el (message-point-in-header-p): Tweak the function to default
5333         to saying that we're not in the headers if there is no separator at
5334         all.  This makes it possible to use the Message version of `M-q' in
5335         buffers with no headers (bug#7987).
5336         (message-point-in-header-p): Fix last checkin to work with an empty
5337         mail-header-separator, too.
5338
5339         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
5340         again, save the choice via customize.
5341
5342 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5343
5344         * message.el (message-send-mail-function): Add `sendmail-query-once'.
5345
5346         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
5347         ended the connection, bail out before waiting infinitely on a new
5348         connection.
5349
5350 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
5351
5352         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
5353         reports.
5354
5355         * gnus.el (gnus-bug-package): Use "gnus."
5356         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
5357
5358 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5359
5360         * dgnushack.el: Make the timer warning go away on XEmacs.
5361
5362         * gnus-art.el (gnus-article-stop-animations): New function to stop any
5363         animations going on at article exit time.
5364
5365         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
5366         since removing it breaks people upgrading.
5367
5368         * shr.el (shr-put-image): Use the new interface for animating images.
5369         (shr-put-image): Animate for 60 seconds.
5370
5371         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
5372         avoid compiler warnings.
5373
5374         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5375         error with `find-file-hooks' on Emacs 22.
5376         (with-auth-source-epa-overrides): Ugly hack to Wrap the
5377         `find-file-hook' things in `symbol-value' to avoid compilation warnings
5378         on all architectures.
5379
5380         * spam.el (spam-stat): Require in a normal fashion without binding
5381         `spam-stat-install-hooks' to avoid compilation warnings.
5382
5383         * spam-stat.el (spam-stat-install-hooks): Remove.
5384         (spam-stat-install-hooks): Don't run automatically.
5385
5386 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
5387
5388         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5389         and keystroke.
5390
5391 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5392
5393         * auth-source.el (auth-source-netrc-cache): Move forward.
5394
5395 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5396
5397         * proto-stream.el (proto-stream-open-starttls): Use
5398         `gnutls-available-p' to see whether we have built-in support.
5399
5400         * auth-source.el (auth-source-netrc-create): Don't query the bits that
5401         we already know.
5402         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5403         (auth-source-netrc-create): Don't prompt for the stuff we already know.
5404
5405 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5406
5407         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5408         %S format, since that looks odd.
5409         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5410         file, especially when saving.
5411
5412 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
5413
5414         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
5415         article found.
5416
5417 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
5418
5419         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
5420         `auth-source-save-secrets' with a more sensitive alist that can be
5421         configured per file.  Experimental, so defaults to 'never.
5422         (auth-source-netrc-create): Use it.  Still experimental code.
5423         (with-auth-source-epa-overrides): Use `find-file-hooks' if
5424         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
5425
5426 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
5427
5428         * auth-source.el (auth-source-save-secrets): New variable to control if
5429         secret tokens should be saved encrypted.
5430         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
5431         to `auth-source-netrc-normalize'.
5432         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
5433         on the EPA variables being defined.
5434         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
5435         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
5436         the lexical-let closure.
5437         (auth-source-netrc-create): Create "gpg:" tokens according to
5438         `auth-source-save-secrets'.
5439
5440 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5441
5442         * gnus-group.el (gnus-group-update-group): Add new argument
5443         `info-unchanged' that stops updating dribble buffer.
5444
5445         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5446         deletes lines matching to it in dribble buffer.
5447
5448         * gnus-agent.el (gnus-agent-fetch-group-1):
5449         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5450         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5451         * gnus-start.el (gnus-group-change-level):
5452         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5453
5454         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5455         if newsgroup info is not changed.
5456
5457         * gnus-group.el (gnus-group-get-new-news-this-group):
5458         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5459         Don't update dribble buffer.
5460
5461 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
5462
5463         * gnus-registry.el (gnus-registry-remove-ignored): New function to
5464         remove entries with groups we ignore.
5465
5466 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5467
5468         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5469         the underline comes at the bottom.
5470
5471 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
5472
5473         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5474         `gnus-registry-user-format-function-M' and declare the latter obsolete.
5475         (gnus-registry-article-marks-to-names): Rename from
5476         `gnus-registry-user-format-function-M2'.
5477
5478 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5479
5480         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5481         ephemeral group.
5482
5483 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5484
5485         * shr.el (shr-browse-image): Copy the URL if called interactively.
5486
5487 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5488
5489         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5490         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
5491         done, then unselected articles may be marked as read.
5492
5493         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5494         since not doing this seems to lead to a race condition in pop3-logon.
5495
5496         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5497         so that the call chain it correct when we call "upwards".
5498
5499         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5500         in read-only groups.
5501
5502         * gnus-group.el (gnus-group-mark-article-read): Ditto.
5503
5504         * message.el (message-cite-reply-position): Doc string fix.
5505
5506         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5507         avoid regexp overflow.
5508         (nnimap-transform-split-mail): Ditto.
5509
5510         * pop3.el (pop3-retr): Error out if the server closes the connection.
5511
5512 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5513
5514         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5515         mm-with-unibyte-current-buffer.  The buffer should not contain any
5516         multibyte chars anyway at this stage.
5517
5518 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5519
5520         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5521         at the end of lines.
5522
5523 2011-05-29  Julien Danjou  <julien@danjou.info>
5524
5525         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5526
5527 2011-05-27  Glenn Morris  <rgm@gnu.org>
5528
5529         * gnus-group.el (gnus-bug-group-download-format-alist):
5530         Use the "maintainer" version of debian reports as well.
5531
5532 2011-05-26  Glenn Morris  <rgm@gnu.org>
5533
5534         * gnus-group.el (gnus-bug-group-download-format-alist):
5535         Use the "maintainer" version of debbugs.gnu.org reports.
5536
5537 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5538
5539         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5540
5541 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5542
5543         * gnus-cus.el (gnus-agent-customize-category):
5544         * gnus-delay.el (gnus-delay-send-queue):
5545         * gnus.el (gnus-other-frame):
5546         Don't quote lambda expressions with `quote'.
5547
5548 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5549
5550         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5551         the thread moves us backwards and so we loop forever.
5552
5553 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5554
5555         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5556         whitespace in base64 data lines.
5557
5558 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
5559
5560         * gnus-registry.el (gnus-registry-user-format-function-M):
5561         Use `mapconcat'.
5562         (gnus-registry-user-format-function-M2): Use to see the full text of
5563         the marks.  Make "," the mark text separator.
5564
5565         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5566         authentication with auth-source.
5567
5568 2011-05-17  Glenn Morris  <rgm@gnu.org>
5569
5570         * gnus-group.el (gnus-import-other-newsrc-file):
5571         Use insert-file-contents.
5572
5573 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
5574
5575         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
5576         1000 iterations.
5577
5578 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5579
5580         * nntp.el (nntp-open-connection): Check if process-type is available.
5581
5582 2011-05-16  Julien Danjou  <julien@danjou.info>
5583
5584         * shr.el (shr-tag-del): Add support for del tag.
5585
5586 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5587
5588         * gnus-html.el (gnus-html-put-image): Register a displayer.
5589
5590         * shr.el (shr-image-displayer): Don't remove text props from alt text.
5591
5592 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
5593
5594         * registry.el (prune-factor): New initialization parameter defaulting
5595         to 0.1.
5596         (registry-prune-hard): Use it.
5597
5598         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5599         0.1 expicitly.
5600
5601 2011-05-13  Glenn Morris  <rgm@gnu.org>
5602
5603         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
5604         is bound, since this function requires sendmail.
5605
5606 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
5607
5608         * registry.el (registry-usage-test): Disable pruning test.
5609
5610 2011-05-11  David Engster  <dengste@eml.cc>
5611
5612         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
5613         Bind set-network-process-option for XEmacs.
5614
5615 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
5616
5617         * registry.el (registry-prune-hard-candidates)
5618         (registry-prune-soft-candidates): Helper methods for registry pruning.
5619         (registry-prune): Use them.  Make the sort function optional.
5620
5621 2011-05-10  Jim Meyering  <meyering@redhat.com>
5622
5623         * shr.el (shr-colorize-region): Fix typo "on on -> on".
5624
5625 2011-05-10  Julien Danjou  <julien@danjou.info>
5626
5627         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
5628         symbol and not a list.
5629
5630 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5631
5632         * gnus-art.el (gnus-article-mode): Move binding of
5633         shr-put-image-function here from gnus-article-prepare-display.
5634
5635         * shr.el (shr-put-image-function): New variable.
5636         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
5637         (shr-put-image): Return scaled image.
5638
5639         * gnus-art.el (gnus-shr-put-image): New function.
5640         (gnus-article-prepare-display): Bind shr-put-image-function to it.
5641
5642         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
5643         original ones, as deletable.
5644
5645 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5646
5647         * nntp.el (nntp-open-connection): Set TCP keepalive option.
5648
5649 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5650
5651         * registry.el (registry-full): Add convenience method.  Fix logic.
5652         (registry-insert): Use it.  Fix logic here too.
5653
5654         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
5655         `registry-prune' if `registry-full' returns t.
5656         (gnus-registry-handle-action)
5657         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
5658         (gnus-registry-usage-test): Use it.
5659
5660 2011-05-07  Julien Danjou  <julien@danjou.info>
5661
5662         * shr.el (shr-link): Make shr-link inherit from link by default.
5663
5664 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
5665
5666         * shr.el (shr-urlify, shr-link): Fix shr-link face.
5667
5668 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5669
5670         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
5671         error out because the face is not a list.
5672
5673 2011-05-05  Glenn Morris  <rgm@gnu.org>
5674
5675         * proto-stream.el (gnutls-negotiate): Fix declarations.
5676
5677         * gnus-start.el (gnus-propagate-marks): Declare.
5678
5679 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
5680
5681         * registry.el (registry-reindex): Fix percentage message.
5682
5683         * proto-stream.el (network-stream-open-starttls): Adjust to call
5684         `gnutls-negotiate' with :process and :hostname arguments.
5685
5686 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
5687
5688         * shr.el: Add shr-link face for links.
5689         (shr-urlify): Use it.
5690
5691         * registry.el (registry-insert): Make error message more helpful.
5692
5693 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5694
5695         * gnus-html.el (gnus-html-schedule-image-fetching):
5696         Use url-queue-retrieve, if it exists.
5697
5698         * shr.el (shr-tag-img): Ditto.
5699
5700         * gnus.el: Autoload more gnus-agent functions.
5701
5702         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
5703         agent if we haven't already (bug#8502).
5704
5705         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
5706         into the Agent, too.
5707
5708         * gnus-agent.el (gnus-agent-store-article): New function.
5709
5710         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
5711         and moved from that file for reuse.
5712
5713         * pop3.el (pop3-open-server): Error messages are "-ERR".
5714
5715 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5716
5717         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
5718         (open-tls-stream): Remove superfluous tls/starttls autoloads.
5719
5720 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5721
5722         * gnus.el: No Gnus v0.17 is released.
5723
5724 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5725
5726         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
5727         buffer has moved to a different frame.
5728
5729 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5730
5731         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
5732         to get the conversion from unibyte to multibyte buffers to work on
5733         Emacs 22.
5734
5735         * nntp.el (nntp-request-article): Slight clean-up.
5736
5737 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5738
5739         * shr.el (shr-strike-through): New face.
5740         (shr-tag-s): Use it to provide <s> support.
5741         (shr-tag-s): Remove duplicate definition.
5742
5743 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5744
5745         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
5746         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
5747
5748 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
5749
5750         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
5751         `gnutls-negotiate'.
5752         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
5753
5754 2011-04-23  Glenn Morris  <rgm@gnu.org>
5755
5756         * gnus-sum.el (gnus-extra-headers): Bump :version.
5757
5758 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5759
5760         * shr.el (shr-tag-sup): New function.
5761         (shr-tag-sub): Ditto.
5762
5763 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
5764
5765         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
5766         for the case where `gnus-registry-ignored-groups' is a list of lists,
5767         and don't call `gnus-parameter-registry-ignore' otherwise.
5768
5769 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
5770
5771         * nnimap.el (nnimap-user): New backend variable.
5772         (nnimap-open-connection-1): Use it.
5773         (nnimap-credentials): Accept user parameter so it's explicit what user
5774         name is desired.
5775
5776         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
5777         default.
5778
5779         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
5780         not gnus-registry.el.
5781
5782         * gnus-registry.el: Mention in comments how to modify
5783         `gnus-extra-headers' for proper recipient tracking and that it may
5784         already have To and Cc recently, which it does as of this commit.
5785         (gnus-registry-ignored-groups): Remove defcustom.
5786         Explain why in comments.
5787         (gnus-registry-action): Fix data-header reference to use the extra
5788         headers.  Explain in package commentary how to add To and Cc headers to
5789         the gnus-extra-headers.
5790         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
5791         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
5792         parameter list or a string list in `gnus-registry-ignored-groups'.
5793         Fix logic error.
5794
5795 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5796
5797         * shr.el (shr-expand-url): Protect against null urls.
5798
5799 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5800
5801         * shr.el (shr-base): New binding.
5802         (shr-tag-base): Keep track of <base>.
5803         (shr-expand-url): New function used throughout.
5804
5805 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
5806
5807         * gnus-registry.el
5808         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
5809         (gnus-registry-ignored-groups): New variable.
5810         (gnus-registry-ignore-group-p): Use it.
5811         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
5812         set the destination group to nil (same as delete) if it's ignored.
5813
5814 2011-04-20  David Engster  <dengste@eml.cc>
5815
5816         * tests/gnustest-nntp.el: New file for simple NNTP testing.
5817
5818         * Makefile.in (test-nntp): New rule.
5819         (check): Add it.
5820         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
5821
5822 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5823
5824         * gnus-registry.el (gnus-registry-action)
5825         (gnus-registry-fetch-header-fast):
5826         Don't use mail-header that looks an internal function of mailheader.el.
5827
5828 2011-04-19  Glenn Morris  <rgm@gnu.org>
5829
5830         * time-date.el (time-to-days): Remove unused local variables.
5831
5832 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5833
5834         * gnus-registry.el: Eliminate cl functions.
5835         (gnus-registry-sort-addresses): New function that replaces mapcan.
5836         (gnus-registry-action, gnus-registry-spool-action)
5837         (gnus-registry-split-fancy-with-parent)
5838         (gnus-registry-fetch-recipients-fast): Use it.
5839         (gnus-registry-import-eld): Replace delete* with dolist + delq.
5840
5841         * registry.el (initialize-instance, registry-lookup)
5842         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
5843         (registry-lookup-secondary-value, registry-search, registry-delete)
5844         (registry-insert, registry-reindex, registry-size, registry-prune):
5845         Use eval-and-compile.
5846
5847 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
5848
5849         * registry.el (registry-reindex): New method to recreate the secondary
5850         registry indices.
5851
5852         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
5853         tracked field changes.
5854         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
5855         (gnus-registry-action, gnus-registry-spool-action)
5856         (gnus-registry-handle-action)
5857         (gnus-registry--split-fancy-with-parent-internal)
5858         (gnus-registry-split-fancy-with-parent)
5859         (gnus-registry-register-message-ids): Add recipient tracking on spool,
5860         move, and delete actions, and for fancy splitting with parent.
5861         (gnus-registry-extract-addresses)
5862         (gnus-registry-fetch-recipients-fast)
5863         (gnus-registry-fetch-header-fast): Convenience functions.
5864         (gnus-registry-misc-test): ERT test of
5865         `gnus-registry-extract-addresses'.
5866
5867 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
5868
5869         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5870         Track by subject first, then sender.
5871
5872 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5873
5874         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
5875
5876         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
5877         Lisp.
5878
5879         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
5880         (gnus-draft-send): Use it to avoid popping
5881         up frames from gnus-group-send-queue.
5882
5883 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5884
5885         * gnus-registry.el: Updated gnus-registry docs.
5886
5887 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
5888
5889         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5890         Fix logic bug.
5891         (gnus-registry-post-process-groups): Fix logging of no results and
5892         quote sender and subject.
5893
5894 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5895
5896         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
5897         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
5898         gnutls-cli are too slow to be done opportunistically.
5899
5900         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
5901         (gnus-read-active-for-groups): Don't try to finish getting stuff where
5902         we had no early-data returned.
5903         (gnus-get-unread-articles): Add a sanity check so that we don't issue
5904         two async commands to the same server at the same time.
5905
5906 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
5907
5908         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5909
5910 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5911
5912         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5913         "warning" level.
5914
5915         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5916         (mm-url-insert-file-contents): Don't set the package names.
5917
5918 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
5919
5920         * gnus-registry.el (gnus-registry-action): Remove properties and
5921         simplify subject in `gnus-registry-handle-action'.
5922         (gnus-registry-spool-action): Get subject and sender from message if
5923         they are not passed in.
5924         (gnus-registry-handle-action): Remove properties and simplify subject
5925         consistently.
5926
5927 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5928
5929         * registry.el: Require CL before using defmacro*.
5930
5931 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5932
5933         * gnus-art.el (article-treat-date): Assume that
5934         gnus-article-date-headers may be a group parameter.
5935
5936 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
5937
5938         * gnus-registry.el (gnus-registry-handle-action): More debugging.
5939
5940         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
5941         interactively so the newsrc file can contain foreign groups too.
5942         Useful for debugging but not much for users.
5943
5944 2011-04-07  David Engster  <dengste@eml.cc>
5945
5946         * registry.el (registry-usage-test): Only do
5947         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
5948         lexical binding.
5949
5950 2011-04-07  David Engster  <dengste@eml.cc>
5951
5952         * Makefile.in (check, test-registry): New rules for test-suite.
5953
5954 2011-04-06  David Engster  <dengste@eml.cc>
5955
5956         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5957         argument NOERROR for `require', since XEmacs 21.4 does not support it.
5958
5959 2011-04-06  David Engster  <dengste@eml.cc>
5960
5961         * registry.el (initialize-instance): Change :after to :AFTER to be
5962         compatible with old EIEIO version in XEmacs.
5963
5964 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5965
5966         * gnus-registry.el (gnus-registry-post-process-groups)
5967         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5968         and provide better messaging.
5969
5970 2011-04-06  David Engster  <dengste@eml.cc>
5971
5972         * Makefile.in (fail-on-warning): New rule to compile with warnings as
5973         errors.
5974
5975         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
5976         dgnushack-compile with error-on-warn enabled, and to signal an error if
5977         clean compilation failed.
5978         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
5979         with `byte-compile-error-on-warn'.  Return nil if errors occured.
5980
5981 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5982
5983         * gnus-registry.el: Don't use ERT if it's not available.  Load it
5984         unconditionally anyway, discarding errors.
5985         (gnus-registry-delete-entries): New convenience function.
5986         (gnus-registry-import-eld): Import from old .eld registry.
5987
5988         * registry.el: Don't use ERT if it's not available.  Load it
5989         unconditionally anyway, discarding errors.
5990
5991         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5992         version from the Claudio Bley GnuTLS patch (extra optional parameters
5993         and host name).
5994
5995 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
5996
5997         * gnus-registry.el (gnus-registry-fixup-registry): New function to
5998         fixup the parameters that can be customized by the user between
5999         save/read cycles.
6000         (gnus-registry-read): Use it.
6001         (gnus-registry-make-db): Use it.
6002         (gnus-registry-spool-action, gnus-registry-handle-action):
6003         Fix messaging.
6004         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
6005         Map references to actual group names with sender and subject tracking.
6006         (gnus-registry-post-process-groups): Use `cond' for better messaging.
6007         (gnus-registry-usage-test): Add subject lookup test.
6008
6009         * registry.el (registry-db, initialize-instance): Set up constructor
6010         instead of :initform arguments for the sake of older Emacsen.
6011         (registry-lookup-breaks-before-lexbind): New method to demonstrate
6012         pre-lexbind merge bug.
6013         (registry-usage-test): Use it.
6014         (initialize-instance, registry-db): Move the non-function initforms
6015         back to the class definition.
6016
6017 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
6018
6019         * registry.el: New library to manage gnus-registry-style data.
6020
6021         * gnus-registry.el: Use it (major rewrite).
6022
6023         * nnregistry.el: Use it.
6024
6025         * spam.el: Use it.
6026
6027 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6028
6029         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
6030         marks on non-selected articles.
6031
6032 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
6033
6034         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
6035         parameter to open-protocol-stream.
6036
6037 2011-04-01  Julien Danjou  <julien@danjou.info>
6038
6039         * mm-view.el (mm-display-inline-fontify): Do not fontify with
6040         fundamental-mode.
6041
6042 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6043
6044         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
6045         servers.
6046
6047 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6048
6049         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
6050         made marks not propagate, again.
6051
6052 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
6053
6054         * proto-stream.el (open-protocol-stream): Bring back `network' type.
6055         Make this the default type.
6056         (proto-stream-open-plain): Rename from proto-stream-open-default.
6057         (open-protocol-stream, proto-stream-open-starttls)
6058         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
6059         with `plain'.
6060
6061         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
6062         value.
6063
6064         * nntp.el (nntp-open-connection-function): Document the fact that some
6065         values are not functions but are instead handled specially.
6066         Recognize nntp-open-plain-stream value.
6067         (nntp-open-connection): Recognize that value.
6068
6069 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6070
6071         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
6072         where it seems to be needed.
6073
6074 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6075
6076         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
6077         stuff.
6078
6079         * gnus-score.el (gnus-score-string): Fix calling convention of
6080         `gnus-simplify-buffer-fuzzy' after last patches.
6081
6082         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
6083         server for articles we didn't get any headers for.  This is a sanity
6084         check.
6085
6086 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
6087
6088         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
6089         new CAPABILITY, use it.
6090
6091 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6092
6093         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
6094         downloading anything.
6095
6096         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
6097
6098 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
6099
6100         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
6101         colors.
6102         (gnus-splash-svg-color-symbols): New function.
6103
6104 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6105
6106         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
6107         instead of using the global gnus-simplify-subject-fuzzy-regexp.
6108         (gnus-simplify-subject-fuzzy): Use the local
6109         gnus-simplify-subject-fuzzy-regex instead of the global one.
6110         This makes using this variable in group parameters work.
6111
6112 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6113
6114         * gnus-registry.el (gnus-registry-unfollowed-groups):
6115         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
6116         archive:sent-YYYY-MM-DD groups).
6117         (gnus-registry-split-fancy-with-parent): Bail out early in sender
6118         tracking if there are more than `gnus-registry-max-track-groups'
6119         matches.
6120
6121 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6122
6123         * message.el (message--yank-original-internal): New function to do the
6124         insertion cleanly inside eval in `message-yank-original'.
6125         (message-yank-original): Use it.
6126
6127 2011-03-29  Julien Danjou  <julien@danjou.info>
6128
6129         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
6130         local variables disabled rather than `normal-mode'.
6131
6132 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
6133
6134         * imap.el (imap-shell-open, imap-process-connection-type):
6135         Use imap-process-connection-type for 'shell' streams as well as
6136         Kerberos, SSL, other subprocesses.
6137
6138 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
6139
6140         * proto-stream.el: Changes preparatory to merging open-protocol-stream
6141         with open-network-stream.
6142         (proto-stream-always-use-starttls): Option removed.
6143         (open-protocol-stream): Return a process object by default.  Provide a
6144         new parameter :return-list specifying a list-type return value, which
6145         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
6146         :type `network' to `try-starttls', and `network-only' to `default'.
6147         Make `default' the default, for compatibility with open-network-stream.
6148         Handle the no-parameter case exactly as open-network-stream, with no
6149         additional stream processing.  Search plists using plist-get.
6150         Explicitly add :end-of-commend parameter if it is missing.
6151         (proto-stream-open-default): Rename from
6152         proto-stream-open-network-only.  Return 'default as the type.
6153         (proto-stream-open-starttls): Rename from proto-stream-open-network.
6154         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
6155         failed.  Always return a list with a (possibly dead) process as the
6156         first element, for compatibility with open-network-stream.
6157         (proto-stream-open-tls): Use plist-get.  Always return a list.
6158         (proto-stream-open-shell): Return `default' as connection type.
6159         (proto-stream-capability-open): Use plist-get.
6160         (proto-stream-eoc): Function deleted.
6161
6162         * nnimap.el (nnimap-stream, nnimap-open-connection)
6163         (nnimap-open-connection-1): Handle renaming of :type parameter for
6164         open-protocol-stream.
6165         (nnimap-open-connection-1): Pass a :return-list parameter
6166         open-protocol-stream to obtain a list return value.  Parse this list
6167         using plist-get.
6168
6169         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
6170         for open-protocol-stream.  Accept open-protocol-stream return value
6171         that is a subprocess object instead of a list.  Handle the case of a
6172         dead returned process.
6173
6174 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
6175
6176         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
6177
6178         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
6179
6180 2011-03-21  Julien Danjou  <julien@danjou.info>
6181
6182         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
6183         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
6184         query.
6185         (mm-inline-text): Render normal text with fontification whenever
6186         possible.
6187
6188         * gnus-sum.el (gnus-summary-save-parts-1):
6189         * gnus-art.el (gnus-article-browse-html-save-cid-content)
6190         (gnus-article-browse-html-parts, gnus-mime-delete-part)
6191         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
6192         Use `mm-handle-filename'.
6193
6194         * mm-util.el (mm-handle-filename): New function, return the filename of
6195         an handle.
6196
6197 2011-03-18  Julien Danjou  <julien@danjou.info>
6198
6199         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
6200         (gnus-buffer-live-p): Check that buffer is not nil.
6201
6202 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6203
6204         * gnus.el: No Gnus v0.15 is released.
6205
6206 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6207
6208         * time-date.el (format-seconds): Use assoc instead of assoc-string to
6209         avoid warning on XEmacs.
6210
6211         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
6212         on XEmacs.
6213
6214         * gnus-art.el: Require mouse, which the build bot seems to say is
6215         needed.
6216
6217         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
6218
6219         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
6220         XEmacs, since it doesn't have url-retrieve-synchronously.
6221
6222         * time-date.el (format-seconds): Use assoc instead of assoc-string,
6223         since assoc-string doesn't exist in XEmacs.
6224
6225 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
6226
6227         * gnus-group.el (gnus-group-list-ticked): New function.
6228         (gnus-group-make-menu-bar): Provide a menu entry for it.
6229         (gnus-group-list-map): Provide a binding for it.
6230
6231 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6232
6233         * shr.el (shr-visit-file): New command.
6234
6235         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
6236
6237 2011-03-17  Bjørn Mork  <bjorn@mork.no>
6238
6239         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
6240         servers.
6241
6242 2011-03-16  Julien Danjou  <julien@danjou.info>
6243
6244         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
6245         inline.
6246
6247         * gnus-art.el (article-hide-list-identifiers):
6248         Use gnus-group-get-list-identifiers.
6249
6250         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
6251         (gnus-summary-remove-list-identifiers):
6252         Use gnus-group-get-list-identifiers to get regexp.
6253         (gnus-select-newsgroup, gnus-summary-insert-subject)
6254         (gnus-summary-insert-articles):
6255         Call gnus-summary-remove-list-identifiers unconditionally.
6256
6257 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6258
6259         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
6260         we're selecting a group with unread articles.
6261
6262         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
6263
6264         * gssapi.el: New file separated out from imap.el to provide a general
6265         Kerberos 5 connection facility for Emacs.
6266
6267         * message.el (message-elide-ellipsis): Document the format spec
6268         ellipsis.
6269
6270 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6271
6272         * message.el (message-elide-region): Allow the ellipsis to say how many
6273         lines were removed.
6274
6275 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6276
6277         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
6278         window configurations containing buffers that are now dead.
6279
6280         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
6281         parsing to avoid integer overflows.
6282         (nnimap-parse-flags): Simplify the last change.
6283         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
6284         too large for 32-bit Emacsen.
6285
6286 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6287
6288         * auth-source.el (auth-source-netrc-create):
6289         * message.el (message-yank-original): Fix use of `case'.
6290
6291 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
6292
6293         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
6294         XEmacs, which was one character too wide.
6295
6296 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
6297
6298         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
6299         default number of articles to display.
6300         (gnus-articles-to-read): Use pretty names for prompt.
6301
6302 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6303
6304         * gnus-int.el (gnus-open-server): Ditto.
6305
6306         * gnus-start.el (gnus-activate-group): Give a backtrace if
6307         debug-on-quit is set and the user hits `C-g'.
6308         (gnus-read-active-file): Ditto.
6309
6310         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
6311
6312 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
6313
6314         * message.el (message-yank-original): Use cond instead of CL case.
6315
6316 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6317
6318         * auth-source.el (auth-source-netrc-create): Use usual format for the
6319         default in prompts.
6320
6321 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6322
6323         * lpath.el: Fbind read-char-choice for XEmacs.
6324
6325 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6326
6327         * auth-source.el (auth-source-netrc-create): Show the default in the
6328         prompt when prompting for token creation.
6329
6330 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6331
6332         * auth-source.el (auth-source-format-prompt): Always convert the value
6333         to a string to avoid evaluating non-string arguments.
6334         (auth-source-netrc-create): Offer default properly, not as initial
6335         content in `read-string'.
6336         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
6337         of line to determine if we've been run before.  If so, don't run again,
6338         but print a trivial message to indicate the cache was hit instead.
6339
6340 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
6341
6342         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
6343         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
6344         The user will have to run `gnus-sync-read' manually and wait for Cloudy
6345         Gnus.
6346
6347 2011-03-11  Julien Danjou  <julien@danjou.info>
6348
6349         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
6350         modified file".
6351
6352 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
6353
6354         * auth-source.el (auth-source-read-char-choice): New function to read a
6355         character choice using `dropdown-list', `read-char-choice', or
6356         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
6357         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
6358         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
6359         (auth-source-netrc-saver): Use it.
6360         (auth-source-pick-first-password): New convenience function.
6361
6362 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
6363
6364         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
6365         parameter in the credentials.
6366         (nnimap-open-connection-1): Use it after a successful login.
6367         (nnimap-credentials): Add IMAP-specific user and password prompt.
6368
6369         * auth-source.el (auth-source-search): Add :require parameter, taking a
6370         list.  Document it and the :save-function return token.  Pass :require
6371         down.  Change the CREATED message from a warning to a debug statement.
6372         (auth-source-search-backends): Pass :require down.
6373         (auth-source-netrc-search): Pass :require down.
6374         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
6375         Change save prompt to indicate all modifications saved here are
6376         deletions.
6377         (auth-source-netrc-create): Take user login name as default in user
6378         prompt.  Move all the save functionality to a lexically bound function
6379         under the :save-function token in the returned list.  Set up clearer
6380         default prompts for user, host, port, and secret.
6381         (auth-source-netrc-saver): New function, intended to be wrapped for
6382         :save-function.
6383
6384 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6385
6386         * shr.el (shr-table-horizontal-line): Change the defaults for the table
6387         lines to be spaces instead.
6388
6389 2011-03-07  Julien Danjou  <julien@danjou.info>
6390
6391         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6392         (sieve-sasl-auth): Check that auth-source-search did return something,
6393         or just return an empty string.
6394
6395 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6396
6397         * gnus.el (gnus-interactive): Use read-directory-name.
6398
6399         * gnus-uu.el (gnus-uu-decode-uu-and-save)
6400         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
6401         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
6402         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
6403         Likewise.
6404
6405         * gnus-group.el (gnus-group-make-directory-group): Likewise.
6406
6407 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6408
6409         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
6410         onto the list of killed groups, too.  This makes killed nnimap groups,
6411         for instance, more reliably not reappear.
6412
6413         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
6414         the parent.
6415
6416         * gnus-sum.el (gnus-update-read-articles): Fix typo.
6417
6418         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
6419         really have server-side marks.
6420
6421         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
6422         since most backends do not usefully have server-side marks.
6423         (gnus-update-read-articles): Propagate marks to all backends that
6424         really have server-side marks.
6425
6426 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6427
6428         * message.el (message-cite-reply-position, message-cite-style):
6429         New variables.
6430         (message-yank-original): Use the new citation styles.
6431
6432 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
6433
6434         * message.el (message-options): Revert 22da67af (workaround for XEmacs
6435         buffer-local issue); don't mark it buffer-local when running under
6436         XEmacs.
6437
6438 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
6439
6440         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
6441         numbers too big to be `read'.
6442
6443 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
6444
6445         * password-cache.el (password-in-cache-p): Add autoload.
6446
6447         * message.el (message-options): Make buffer-local two ways to attempt
6448         to fix a XEmacs bug.
6449
6450 2011-03-02  Julien Danjou  <julien@danjou.info>
6451
6452         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
6453
6454 2011-03-01  Julien Danjou  <julien@danjou.info>
6455
6456         * gnus-art.el (list-identifier): Add list-identifier as a parameter
6457         group.
6458         (article-hide-list-identifiers): Use list-identifier group parameter.
6459
6460 2011-02-28  Julien Danjou  <julien@danjou.info>
6461
6462         * sieve.el (sieve-buffer-script-name): New local variable to store
6463         sieve script name.
6464         (sieve-edit-script): Store sieve script name.
6465         (sieve-upload): Use sieve script name when uploading.
6466         (sieve-upload): Use substitute-command-keys.
6467         (sieve-edit-script): Use substitute-command-keys.
6468         (sieve-refresh-scriptlist): Use substitute-command-keys.
6469         (sieve-manage-mode-map): Define keymap properly.
6470         (sieve-manage-mode): Do not set mode name manually, change mode-name to
6471         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
6472         Remove commented code about cvs.
6473         (sieve-manage-quit): New function.
6474         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
6475
6476 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6477
6478         * gnus-group.el (gnus-import-other-newsrc-file): New function.
6479
6480 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6481
6482         * auth-source.el (auth-source-search): Cache empty result sets.
6483
6484         * password-cache.el (password-in-cache-p): Convenience function to
6485         check if a key is in the cache, even if the value is nil.
6486
6487         * auth-source.el (auth-source-save-behavior): New variable to replace
6488         `auth-source-never-create'.
6489         (auth-source-netrc-create): Use it.
6490         (auth-source-never-save): Remove.
6491
6492 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
6493
6494         * nnimap.el (nnimap-stream): Doc fix.
6495         (nnimap-open-connection-1): Reverse the order of the ports to that the
6496         prompted-for port is first.
6497
6498         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6499         retrieval by the no-group selection.
6500
6501         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
6502         numerical parameters.
6503
6504 2011-02-25  Julien Danjou  <julien@danjou.info>
6505
6506         * gnus-gravatar.el: Use gnus-with-article-buffer.
6507
6508         * gnus-art.el (gnus-with-article-buffer): Check that the
6509         gnus-article-buffer is alive.
6510
6511 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
6512
6513         * auth-source.el (auth-source-creation-prompts): New variable to manage
6514         creation-time prompts.
6515         (auth-source-search): Document it.
6516         (auth-source-format-prompt): Add utility function.
6517         (auth-source-netrc-create): Don't default the user name to
6518         user-login-name.  Use `auth-source-creation-prompts' and some default
6519         prompts for user, host, port, and password (the default generic prompt
6520         remains ugly).
6521         (auth-source-never-save): Add customizable option to never save info.
6522         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
6523         mode excursion.
6524
6525 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6526
6527         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6528         argument that XEmacs doesn't support.
6529
6530         * dgnushack.el (dgnushack-compile): Exclude color.el from being
6531         compiled for Emacsen having no `libxml-parse-html-region' support.
6532
6533         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
6534
6535         * lpath.el: Bind buffer-save-without-query for XEmacs.
6536
6537 2011-02-23  Julien Danjou  <julien@danjou.info>
6538
6539         * gnus-art.el (article-make-date-line): Ignore errors if time is
6540         invalid and not convertible.
6541         (article-make-date-line): Only add lapsed time if time is not nil.
6542
6543 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
6544
6545         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6546         `read-char-choice' for backwards compatibility.
6547         (auth-source-netrc-element-or-first): New function to DTRT for
6548         parameter extraction.
6549         (auth-source-netrc-create): Use it and fix multiple parameter print
6550         bug.  Use the default passed from above (given-default) or the
6551         built-in (user-login-name for :user).
6552
6553 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
6554
6555         * gnus-start.el (gnus-dribble-read-file):
6556         Set buffer-save-without-query, since we always want to save the dribble
6557         file, probably.
6558
6559         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6560         nnimap.
6561
6562         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6563         -summary- since it's a user-visible variable.
6564
6565         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
6566         first time you use the new Gnus.
6567
6568 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
6569
6570         * auth-source.el: Don't load netrc.el.
6571         (auth-sources): Search ~/.netrc as well by default.
6572         (auth-source-debug): Add 'trivia option for extra output.
6573         (auth-source-do-trivia): Use it.
6574         (auth-source-search): Simplify logic to use
6575         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
6576         appropriate.  Don't keep a running count at this level.  Layer :create
6577         and :delete options appropriately on the first and second passes.
6578         Don't track the backend with the search results.
6579         (auth-source-search-backends): New function to search a list of
6580         backends for a processed spec.
6581         (auth-source-netrc-parse): Cache all netrc files, making
6582         auth-source-netrc-cache an alist keyed by the file name and using the
6583         file mtime as the caching criterion.  Keep the obfuscated data secret
6584         with a lexical bind.
6585         (auth-source-netrc-search): Don't calculate the length of the results
6586         unnecessarily.
6587         (auth-source-search-backends): Fix bug.
6588         (auth-source-netrc-create): Rework prompts.
6589
6590 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
6591
6592         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
6593         Lower case names of search constraints.
6594         (nnir-run-query): Cache and reuse search constraints for all imap
6595         servers.
6596
6597 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
6598
6599         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
6600         after exit.
6601         (gnus-setup-message): Define missing variable from last checkin.
6602
6603         * gnus-sum.el (gnus-summary-show-article): When called with t as the
6604         value, show the raw article.
6605
6606 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6607
6608         * gnus.el: No Gnus v0.13 is released.
6609
6610 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6611
6612         * nnimap.el (nnimap-open-connection-1): Revert last change, since
6613         auth-source now accepts numbers.
6614
6615         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
6616         spec, too.
6617         (auth-source-ensure-strings): New function.
6618
6619         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
6620         (gnus-article-setup-buffer): Always restart the date timer so that user
6621         changes to the frequency is respected.
6622
6623         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
6624         port numbers, so make sure it gets that if nnimap-server-port is
6625         explicit.
6626
6627 2011-02-21  Simon Josefsson  <simon@josefsson.org>
6628
6629         * nnimap.el (nnimap-inbox): Doc fix.
6630
6631 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
6632
6633         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
6634         Autoload.  Add optional arg FRAME, and pass it to color-values.
6635         (color-complement): Caller changed.  Doc fix.
6636         (color-gradient): Rewrite for better clarity and efficiency.
6637
6638 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
6639
6640         * shr-color.el (shr-color->hexadecimal): Use renamed function names
6641         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
6642         color-lab-to-srgb.
6643
6644 2011-02-20  Drew Adams  <drew.adams@oracle.com>
6645
6646         * color.el: First part of merge from hexrgb.el.
6647         (color-rgb-to-hex): Rename from color-rgb->hex.
6648         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
6649         saturation to zero if the value is too small.
6650         (color-rgb-to-hsl): Rename from color-rgb->hsl.
6651         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
6652         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
6653         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
6654         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
6655         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
6656         (color-cie-de2000): Doc fix.
6657
6658 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6659
6660         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
6661         given method as in the group name if we're using an extended method.
6662         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
6663         command, if we're using that, instead of waiting for the beginning.
6664
6665         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
6666         we're sure to get unique server names, and we don't output two async
6667         commands in the same buffer.  This fixes an NNTP hang for some users.
6668
6669 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6670
6671         * gnus.el: No Gnus v0.11 is released.
6672
6673 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6674
6675         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
6676         summary buffer before reading going to the next buffer.  This avoids
6677         putting the point in the group buffer if you `C-g' the command.
6678
6679         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
6680         cache (for now) to make ~/.authinfo.gpg files usable.
6681
6682         * nnfolder.el (copyright-update): Define for the compiler.
6683
6684         * auth-source.el (auth-source-search): Fix unbound variable.
6685
6686 2011-02-19  Glenn Morris  <rgm@gnu.org>
6687
6688         * gnus.el (gnus-meta): Doc fix.
6689
6690 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
6691
6692         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
6693         in case it's not yet loaded.
6694
6695 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
6696
6697         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
6698         line we're waiting for.
6699
6700 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
6701
6702         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
6703         face with line-width greater than zero will cause RET in gnus summary
6704         buffer to scroll down article page-wise because auto vscroll happens,
6705         it should be temporally disabled when doing a scroll-up.
6706
6707 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
6708
6709         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
6710         outputs from the server.
6711
6712 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6713
6714         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
6715         later so that bbdb can hook in easier.
6716
6717 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
6718
6719         * auth-source.el (auth-source-search): Don't try to create credentials
6720         if the caller doesn't want that.
6721         (auth-source-search): If we don't find a match, don't bug out on
6722         non-bound variables.
6723         (auth-source-search): Only ask a single backend to create the
6724         credentials.
6725
6726         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
6727         logging.
6728         (nnimap-credentials): Protect against auth-source-search returning nil.
6729         (nnimap-request-list): Protect against not being able to open the
6730         server.
6731
6732 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
6733
6734         * auth-source.el (auth-source-search): Do a two-phase search, one with
6735         no :create to get the responses from all backends.
6736
6737         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
6738         when getting credentials.
6739
6740         * gnus-util.el (gnus-delete-duplicates): New function.
6741
6742 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
6743
6744         * nnimap.el (nnimap-credentials): Instead of picking the first port as
6745         a creation default, pass the whole port list down.  It will be
6746         completed.
6747
6748         * auth-source.el (auth-source-search): Updated docs to talk about
6749         multiple creation choices.
6750         (auth-source-netrc-create): Accept a list as a value (from the search
6751         parameters) and do completion on that list.  Keep a separate netrc line
6752         with the password obscured for showing the user.
6753
6754         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
6755         first choice to `auth-source-search' so it will be used for entry
6756         creation instead of the server's Gnus-specific name.
6757         (nnimap-credentials): Rely on the auth-source library to select which
6758         port is actually wanted in the new netrc entry, so don't override
6759         `auth-source-creation-defaults'.
6760
6761         * auth-source.el (auth-source-netrc-parse): Use :port instead of
6762         :protocol and accept a missing user, host, or port as a wildcard match.
6763         (auth-source-debug): Default to off.
6764
6765         (auth-source-netrc-search, auth-source-netrc-create)
6766         (auth-source-secrets-search, auth-source-secrets-create)
6767         (auth-source-user-or-password, auth-source-backend, auth-sources)
6768         (auth-source-backend-parse-parameters, auth-source-search): Use :port
6769         instead of :protocol.
6770
6771         * nnimap.el (nnimap-credentials): Pass a port default to
6772         `auth-source-search' in case an entry needs to be created.
6773         (nnimap-open-connection-1): Use :port instead of :protocol.
6774
6775 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6776
6777         * auth-source.el: Bind load-path when loading EIEIO from
6778         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
6779         21.4 doesn't support, to `require'.
6780         (auth-source-secrets-search): Use mm-delete-duplicates instead of
6781         delete-dups that is not available in XEmacs 21.4.
6782
6783 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
6784
6785         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
6786         as EIEIO must also be loaded when auth-source.el is being
6787         byte-compiled.
6788
6789 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6790
6791         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
6792
6793         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
6794
6795         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
6796
6797         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
6798
6799         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
6800
6801         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
6802
6803         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
6804
6805         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
6806         necessary.
6807
6808 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
6809
6810         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
6811         nil means that nnimap doesn't get updated.
6812
6813 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6814
6815         * auth-source.el (auth-source-netrc-create): Return a synthetic search
6816         result when the user doesn't want to write to the file.
6817         (auth-source-netrc-search): Expect a synthetic result and proceed
6818         accordingly.
6819         (auth-source-cache-expiry): New variable to override
6820         `password-cache-expiry'.
6821         (auth-source-remember): Use it.
6822
6823         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
6824         parameter.  Create entry if necessary by using :create t.
6825         (nnimap-open-connection-1): Don't pass `inhibit-create'.
6826
6827 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
6828
6829         * auth-source.el (auth-source-debug): Enable by default and don't
6830         mention the obsolete `auth-source-hide-passwords'.
6831         (auth-source-do-warn): New function to debug unconditionally.
6832         (auth-source-do-debug): Use it.
6833         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
6834         and for Secrets API entries when the secrets.el library is not
6835         available.
6836
6837 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6838
6839         * gnus-sum.el (gnus-propagate-marks): Default to nil.
6840         (gnus-summary-exit): Kill the correct article buffer on exit from a
6841         `C-d' group.
6842
6843         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
6844         gnus-propagate-marks.
6845
6846         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
6847         before killing the buffers so that a non-full window conf gets handled
6848         correctly.
6849         (gnus-summary-exit): Ditto.
6850         (gnus-summary-read-group-1): Ditto.
6851
6852         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
6853         async code again so that we can debug it properly.
6854
6855         * message.el (message-reply): Take an optional switch-buffer parameter
6856         so that Gnus window confs are respected better.
6857
6858 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6859
6860         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
6861         `plist-get' to accept non-list parameters (XEmacs issue).
6862         Fix docstring.
6863         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
6864         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
6865         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
6866         Login collection is "Login" and not "login".
6867
6868 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6869
6870         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
6871         multiple headers.
6872
6873         * nnimap.el (nnimap-inhibit-logging): New variable.
6874         (nnimap-log-command): Don't log login commands.
6875
6876         * auth-source.el (auth-source-netrc-search): The asserts seem to want
6877         to have more parameters.
6878
6879         * nnimap.el (nnimap-send-command): Mark the command time for each
6880         command, so that we don't get NOOPs stepping on our toes.
6881
6882         * gnus-art.el (article-date-ut): Get the date from the Date header on
6883         `t'.
6884
6885 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6886
6887         * auth-source.el (auth-source-search): Use copy-sequence instead of
6888         the cl.el copy-list.
6889
6890 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6891
6892         * imap.el: Bring it back (revert
6893         84d800cd31de3064f0ed39617d725709a2f8f42f).
6894
6895 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
6896
6897         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
6898         Improve prompt.
6899
6900 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
6901
6902         * gnus-art.el (gnus-article-mode-line-format): Remove the article
6903         washing status from the default format.  It isn't very informative.
6904
6905 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
6906
6907         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
6908         Fix Gcc processing on imap.
6909
6910 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6911
6912         * imap.el: Remove file.  All the functionality is in nnimap.el.
6913
6914 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6915
6916         * message.el (message-bury): Don't pop up a new window when selected
6917         window is dedicated.
6918
6919 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6920
6921         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
6922
6923 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
6924
6925         * sieve-manage.el: Autoload `auth-source-search'.
6926         (sieve-sasl-auth): Use it.
6927
6928 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
6929
6930         * nnimap.el: Autoload `auth-source-forget+'.
6931         (nnimap-open-connection-1): Use it if the connection fails.
6932
6933         * auth-source.el: Require `password-cache'.
6934         (auth-source-hide-passwords, auth-source-cache): Remove and mark
6935         obsolete.
6936         (auth-source-magic): Marker for `password-cache' keys.
6937         (auth-source-do-cache): Update docstring.
6938         (auth-source-search): Use and check cache.
6939         (auth-source-forget-all-cached, auth-source-remember)
6940         (auth-source-recall, auth-source-forget, auth-source-forget+)
6941         (auth-source-specmatchp): Caching support functions.
6942         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
6943         Remove and obsolete.
6944         (auth-source-user-or-password): Remove caching to further discourage
6945         using it.  Always hide passwords.
6946
6947         * password-cache.el (password-cache-remove): Accept secrets that are
6948         not strings.
6949
6950 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
6951
6952         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
6953         code for now, since it doesn't work for all users.
6954
6955 2011-02-09  Julien Danjou  <julien@danjou.info>
6956
6957         * message.el (message-options): Make message-options really buffer
6958         local.
6959
6960 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
6961
6962         * mail-source.el: Autoload `auth-source-search'.
6963         (mail-source-keyword-map): Note order matters.
6964         (mail-source-set-1): Get all the mail-source source values and
6965         defaults and search auth-source on those if needed.  This can all
6966         probably be simplified.
6967
6968         * nnimap.el: Autoload `auth-source-search'.
6969         (nnimap-credentials): Use it.
6970         (nnimap-open-connection-1): Ask for the virtual server and physical
6971         address in one shot.
6972
6973         * nntp.el: Autoload `auth-source-search'.
6974         (nntp-send-authinfo): Use it.  Note TODO.
6975
6976 2011-02-08  Julien Danjou  <julien@danjou.info>
6977
6978         * shr.el (shr-tag-body): Add support for text attribute in body
6979         markups.
6980
6981         * message.el (message-options): Make message-options a local variable.
6982
6983 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
6984
6985         * auth-source.el (auth-source-secrets-search)
6986         (auth-source-user-or-password): Use `append' instead of `nconc'.
6987         (auth-source-user-or-password): Build return list better and protect
6988         against nil :secret.
6989
6990 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
6991
6992         * nnimap.el (nnimap-update-info): Refactor slightly.
6993         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
6994         (nnimap-update-info): Clean up slightly.
6995         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
6996         characters.
6997         (nnimap-process-quirk): Rename function to avoid collision.
6998         (nnimap-update-info): Fix macrology bug-out.
6999         (nnimap-update-info): Simplify split history test.
7000
7001 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
7002
7003         * auth-source.el (top): Require 'eieio unconditionally.
7004         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
7005         (auth-source-secrets-search): Limit search when `max' is greater than
7006         number of results.
7007
7008 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
7009
7010         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
7011         part not returning any data.
7012
7013         * proto-stream.el (open-protocol-stream): Document the return value.
7014
7015 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7016
7017         * auth-source.el (auth-source-secrets-search): Add examples.
7018
7019 2011-02-06  Julien Danjou  <julien@danjou.info>
7020
7021         * message.el (message-setup-1): Handle message-generate-headers-first
7022         set to t.
7023
7024 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7025
7026         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
7027         API with a string "secrets:collection-name" and with 'default.
7028         (auth-source-backend-parse): Parse "secrets:collection-name" and
7029         'default.  Recurse on parses instead of repeating code.  Use the
7030         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
7031         message when ignoring a source.
7032         (auth-source-search): List ignored search keys at the top level.
7033         (auth-source-netrc-create): Use `case' instead of `cond'.
7034         (auth-source-secrets-search): Created with TODOs.
7035         (auth-source-secrets-create): Created with TODOs.
7036         (auth-source-retrieve, auth-source-create, auth-source-delete)
7037         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7038         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7039         (auth-source-user-or-password-sftp)
7040         (auth-source-user-or-password-smtp): Remove.
7041         (auth-source-user-or-password): Deprecated and modified to be a wrapper
7042         around `auth-source-search'.  Not tested thoroughly.
7043
7044 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
7045
7046         * auth-source.el: Bring in assoc and eioeio libraries.
7047         (secrets-enabled): New variable to track the status of the Secrets API.
7048         (auth-source-backend): New EIOEIO class to represent a backend.
7049         (auth-source-creation-defaults): New variable to set prompt defaults
7050         during token creation (see the `auth-source-search' docstring for
7051         details).
7052         (auth-sources): Simplify to allow a simple string as a netrc backend
7053         spec.
7054         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
7055         (auth-source-backend-parse-parameters): Fill in the backend parameters.
7056         (auth-source-search): Main auth-source API entry point.
7057         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
7058         (auth-source-search-collection): Helper function for searching.
7059         (auth-source-netrc-parse, auth-source-netrc-normalize)
7060         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
7061         Supports search, create, and delete.
7062         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
7063         backend stubs.
7064         (auth-source-user-or-password): Call `auth-source-search' but it's not
7065         ready yet.
7066
7067 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
7068
7069         * message.el (message-setup-1): Remove the read-only stuff, since it
7070         doesn't work under XEmacs, for some reason.
7071
7072         * gnus-sum.el (gnus-user-date): Rename back from
7073         gnus-summary-user-date since user code refers to it.
7074
7075         * shr.el (shr-render-td): Store the actual background color used.
7076
7077         * message.el (message-setup-1): Don't bind the constant
7078         -forbidden-properties.
7079         (message-setup-1): Revert previous change, since it needs to bind the
7080         props to insert them.
7081         (message-resend): Allow removing the read-only separator line.
7082
7083 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7084
7085         * nnimap.el (nnimap-request-accept-article): Give an error message if
7086         the APPEND wasn't successful.
7087
7088 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
7089
7090         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
7091         that have no groups.
7092
7093 2011-02-03  Julien Danjou  <julien@danjou.info>
7094
7095         * gnus-draft.el: Remove progn around gnus-draft-setup.
7096
7097 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7098
7099         * gnus-start.el (gnus-read-active-for-groups): This function is never
7100         called with a nil `infos', so clean that up.
7101         (gnus-get-unread-articles): Request active files from primary/secondary
7102         methods that have no groups (yet).
7103
7104 2011-02-03  Julien Danjou  <julien@danjou.info>
7105
7106         * message.el (message-setup-1): Always generate References first.
7107         (message-mail): Return the return value of message-setup, not always t.
7108         (message-setup-1): Insert mail-header-separator with read-only and
7109         intangible properties set.
7110
7111         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
7112         user-date in docstring.
7113
7114         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
7115
7116         * gnus.el (gnus-summary-line-format): Mention &user-date format in
7117         docstring.
7118
7119         * gnus.el (gnus-user-date-format-alist): Change default value.
7120         Use defcustom, with type and group.  Move from gnus-util.el.
7121         Rename to gnus-summary-user-date-format-alist.
7122
7123 2011-02-03  Glenn Morris  <rgm@gnu.org>
7124
7125         * nnimap.el (gnus-fetch-headers): Declare.
7126
7127         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
7128
7129 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7130
7131         * message.el (message-forward-make-body-digest-plain)
7132         (message-followup, message-reply): Clean up things noted by Stefan.
7133
7134         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
7135         gnus-article-update-date-headers is nil.
7136         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
7137         it didn't really work with defcustom.
7138         (article-update-date-lapsed): Make sure the window start doesn't move,
7139         either.
7140
7141 2011-02-01  Julien Danjou  <julien@danjou.info>
7142
7143         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
7144         format.
7145
7146         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
7147         standard in Emacs nowadays.
7148
7149         * color.el (color-gradient): Add a color-gradient function.
7150
7151 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7152
7153         * message.el (message-expand-name): Don't trust the return value of
7154         bbdb-complete-name.
7155         (message-check-news-header-syntax): Remove unused var `start'.
7156         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
7157         (message-inhibit-body-encoding): Move to before first use.
7158         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
7159         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
7160         (Organization, Message-ID, Date, mh-previous-window-config):
7161         Defvar the vars using dynamic scoping.
7162
7163 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
7164
7165         * shr.el (shr-render-td): Only do colors at the final rendering.
7166         Should be slightly faster.
7167         (shr-insert-table): Fix up TD background colors when doing the
7168         vertical padding.
7169
7170         * gnus-art.el (article-date-ut): Protect against articles with no Date
7171         header.
7172         (article-update-date-lapsed): Don't use current-column to find the
7173         horizontal position.  It's fragile in the presence of \003 characters.
7174
7175         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
7176
7177 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7178
7179         * gnus-art.el (article-transform-date): Rewrite to still work when
7180         there are several rfc2822 parts.
7181         (article-transform-date): Fix infinite recursion.
7182         (article-date-ut): Replace infinitely many Date headers with a single
7183         one when called interactively.
7184
7185         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
7186         secure manner.
7187
7188         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
7189         move around by not using save-window-excursion.  It seems to work...
7190
7191 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7192
7193         * gnus-art.el (article-make-date-line): Work for user-defined format.
7194
7195 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7196
7197         * nntp.el (nntp-retrieve-group-data-early)
7198         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
7199         fetching functions.
7200
7201         * gnus-start.el (gnus-read-active-for-groups): Read the active files
7202         thoroughly for all backends that have no known groups.  This should
7203         allow new nnml methods to retrieve mail.
7204
7205         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
7206         that Gnus doesn't know exists again.
7207
7208         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
7209         (gnus-treat-date-ut): Ditto.
7210         (gnus-article-update-date-header): Rename.
7211         (gnus-treat-date-local): Remove.
7212         (gnus-treat-date-english): Remove.
7213         (gnus-treat-date-lapsed): Remove.
7214         (gnus-treat-date-combined-lapsed): Remove.
7215         (gnus-treat-date-original): Remove.
7216         (gnus-treat-date-iso8601): Remove.
7217         (gnus-treat-date-user-defined): Remove.
7218         (gnus-article-date-headers): New variable to control all the date
7219         header options.
7220         (article-date-ut): Rewrite to allow using the new way to format date
7221         headers(s).
7222
7223 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
7224
7225         * nnmail.el (nnmail-article-group): Check for a direct fancy split
7226         method.
7227         (nnmail-article-group): A better test for fanciness.
7228
7229         * nnimap.el (nnimap-request-head): Protect against not finding the
7230         article by Message-ID.
7231
7232 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
7233
7234         * gnus-art.el (article-update-date-lapsed): Try a better way to really
7235         keep point at the "same place".
7236
7237 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7238
7239         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
7240         data if the group is inactive.
7241
7242 2011-01-28  Julien Danjou  <julien@danjou.info>
7243
7244         * gnus-win.el: Remove dead function gnus-window-configuration-element.
7245         (gnus-all-windows-visible-p): Remove old compatibility code.
7246         (gnus-window-top-edge): Add docstring.
7247
7248         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
7249
7250 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7251
7252         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
7253         older request-update-info.
7254
7255         * gnus-art.el (article-make-date-line): Limit the length a bit more.
7256
7257 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
7258
7259         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
7260         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
7261
7262 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7263
7264         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
7265         groups.  This makes the nndraft:queue group pop up if it's not already
7266         there.
7267
7268         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
7269         messages" logic, which was reversed.
7270
7271         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
7272         the "same place" even if point is on the line being replaced.
7273         (article-update-date-lapsed): Allow updating both the combined lapsed
7274         and the lapsed headers.
7275         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
7276         (article-make-date-line): Limit the number of segments dynamically to
7277         avoid too-long lines.
7278
7279 2011-01-27  Julien Danjou  <julien@danjou.info>
7280
7281         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
7282         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
7283
7284 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7285
7286         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
7287         Use plist-get instead of the cl function getf.
7288
7289 2011-01-27  Glenn Morris  <rgm@gnu.org>
7290
7291         * gnus-util.el (float-time): Get rid of compiler warning, again.
7292
7293 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7294
7295         * shr.el (shr-put-color): Special-case background colors: Do put them
7296         at the blank parts at the front of the lines.
7297
7298         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
7299         exit hook to nix out all data on readedness on group exit.
7300
7301         * gnus-util.el (float-time): If float-time is bound, always use it on
7302         all Emacsen.  It's unclear why the subrp check was there.
7303         (time-date): Require to make some autoload issues on XEmacs go away.
7304
7305         * shr.el (shr-put-color): Don't do the box padding in tables, since
7306         they're already padded.
7307
7308 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
7309
7310         * gnus-art.el (gnus-article-next-page): When the last line of the
7311         article is displayed, scroll down once more instead of going to the
7312         next article at once.
7313         (article-lapsed-string): Refactor out and allow specifying how many
7314         segments you want.
7315         (gnus-article-setup-buffer): Start updating the lapsed header directly.
7316         (gnus-article-update-lapsed-header): New variable.
7317
7318         * shr.el: Revert change that made headings use different-sized faces.
7319         The Emacs display engine isn't advanced enough that, for instance,
7320         tables can comfortably use differently-sized faces.
7321
7322 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7323
7324         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
7325         used.
7326         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
7327         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
7328         we're using an encrypted connection.
7329
7330         * proto-stream.el: Alter the interface functions to also return the
7331         actual stream type used: network or tls.
7332
7333 2011-01-25  Julien Danjou  <julien@danjou.info>
7334
7335         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
7336         (mm-display-javascript-inline): New function.
7337
7338         * mm-decode.el (mm-inline-media-tests): Add application/javascript
7339         viewing function.
7340
7341 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7342
7343         * shr.el (shr-expand-newlines): Fix variable name.
7344
7345 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7346
7347         * shr.el (shr-expand-newlines): Make nested boxes work.
7348
7349 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7350
7351         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
7352         backgrounds.
7353         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
7354         in a more sensible manner.
7355
7356 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
7357
7358         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
7359         if EPG is loaded.
7360
7361 2011-01-24  Julien Danjou  <julien@danjou.info>
7362
7363         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
7364         tags.
7365
7366 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7367
7368         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
7369         commands.
7370
7371         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
7372         in the article buffer.
7373         (gnus-gravatar-insert): Use blank space from the current buffer to
7374         avoid breaking text properties.  This makes X-Sent updating work again.
7375
7376         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
7377
7378 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
7379
7380         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
7381         fix the bug in url-http.el instead.
7382
7383         * shr.el (shr-image-fetched): Ditto.
7384
7385         * shr.el (shr-image-fetched): Avoid having point move in the article
7386         buffer.
7387
7388         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
7389         buffer after being called.  It's apparently being killed by url.el, and
7390         killing it made point move to end-of-buffer in a random buffer.
7391
7392         * shr.el (shr-image-fetched): Ditto.
7393
7394 2011-01-23  Julien Danjou  <julien@danjou.info>
7395
7396         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
7397
7398         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
7399         text/x-org.
7400
7401 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7402
7403         * gnus-sum.el (gnus-summary-move-article): Protect against backends
7404         (i.e., nnimap) returning nil as the article number.
7405
7406 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
7407
7408         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
7409         "DelSp" parameter in RFC3676.
7410
7411 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7412
7413         * message.el (message-check-recipients): Display the encoded version of
7414         the bogus address if they differ.
7415
7416         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
7417         after sending.
7418
7419         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7420
7421         * gnus-group.el (gnus-group-refresh-group): New convenience function.
7422
7423         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
7424         group buffer after sending the queue.
7425
7426         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7427
7428 2011-01-22  Julien Danjou  <julien@danjou.info>
7429
7430         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
7431
7432 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7433
7434         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
7435         nested related parts.
7436
7437         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
7438         unexpired articles.  This fixes the regression that led expiry marks to
7439         disappear from nnfolder groups.
7440
7441 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7442
7443         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
7444         Don't confuse the "ret" of "retrograde" with RET.
7445
7446 2011-01-21  Julien Danjou  <julien@danjou.info>
7447
7448         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
7449         than mm-insert-inline.
7450
7451 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7452
7453         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
7454         Widen article buffer.
7455
7456 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7457
7458         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
7459         the temp buffer.
7460         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
7461
7462 2011-01-20  Julien Danjou  <julien@danjou.info>
7463
7464         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
7465
7466         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
7467         than mm-insert-inline to insert inline part: this respect
7468         mm-inline-media-tests displayers.
7469
7470         * mm-view.el (mm-display-shell-script-inline): New function.
7471
7472         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
7473
7474         * mm-uu.el (mm-uu-type-alist): Add org block.
7475         (mm-uu-org-src-code-block-extract): New function.
7476
7477         * mm-view.el (mm-display-org-inline): New function.
7478
7479         * mm-decode.el (mm-automatic-display): Add text/org.
7480
7481         * mailcap.el (mailcap-mime-extensions): Add .org.
7482
7483 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7484
7485         * gnus-art.el (gnus-article-highlight): Remove argument passed to
7486         gnus-article-add-buttons.
7487
7488 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
7489
7490         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
7491         From header with a date and "nobody" as the sender.
7492
7493 2011-01-19  Julien Danjou  <julien@danjou.info>
7494
7495         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
7496         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
7497         if you have the same regexp several times.
7498         (gnus-button-push): Fix matching when regexp is symbol.
7499
7500 2011-01-15  Glenn Morris  <rgm@gnu.org>
7501
7502         * message.el (message-mail): A compose-mail function should
7503         accept headers as strings.
7504
7505 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
7506
7507         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
7508         Add :vert-only tags.
7509         (message-mail): New arg RETURN-ACTION.
7510         (message-return-action): New var.
7511         (message-bury): Use it.
7512         (message-mode): Make it buffer-local.
7513         (message-send-and-exit): Always call message-bury.
7514
7515         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
7516         message-mail.
7517
7518 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7519
7520         * nnimap.el (nnimap-convert-partial-article): Protect against
7521         zero-length body parts.
7522
7523         * mm-decode.el (mm-preferred-alternative-precedence):
7524         Discourage showing empty parts.
7525
7526         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
7527         and stuff if the backend didn't return the article number.  This fixes
7528         an Exchange-related nnimap bug.
7529
7530         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
7531         group window, because it does the wrong thing when a separate frame
7532         displays the group buffer.
7533
7534         * proto-stream.el (open-protocol-stream): Protect against the low-level
7535         transport functions returning nil.
7536
7537 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
7538
7539         * mml2015.el (epg-sub-key-fingerprint): Autoload.
7540         (mml2015-epg-find-usable-secret-key): New function.
7541         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
7542         mml2015-epg-find-usable-key (Bug#7797).
7543         (mml2015-epg-encrypt): Ditto.
7544
7545 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7546
7547         * dgnushack.el (rot13-string): Fix the way to get the argument.
7548
7549 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7550
7551         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
7552
7553 2011-01-03  Glenn Morris  <rgm@gnu.org>
7554
7555         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
7556
7557         * sieve.el (sieve-open-server): Give a more explicit error if
7558         sieve-manage-open returns nil.  (Bug#7720)
7559
7560 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
7561
7562         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
7563
7564 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7565
7566         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
7567         This avoids sending passwords in plain text over non-encrypted
7568         channels.
7569
7570         * shr.el (shr-rescale-image): Display all GIF images as animated images.
7571
7572         * nnimap.el (nnimap-login): Refactored out into own function, and
7573         implement CRAM-MD5.
7574         (nnimap-wait-for-line): Refactored out.
7575
7576         * mm-view.el (mml-smime): Require.
7577
7578 2010-12-20  David Engster  <deng@eml.cc>
7579
7580         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
7581         use EPG to decrypt S/MIME messages instead of openssl.
7582
7583 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7584
7585         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
7586
7587         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
7588         status is the group clearly is unreachable.
7589
7590         * auth-source.el (auth-source-create): Add the optional second
7591         parameter to `local-variable-p' to be compatible with XEmacs.
7592
7593 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
7594
7595         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
7596         work when using a compressed nnml folder.
7597
7598 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7599
7600         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
7601         backends after sanitising on entry, because this never makes sense:
7602         If the articles have gone missing, then the data no longer exists on
7603         the backend, and if they haven't, then Gnus is wrong, and shouldn't
7604         overwrite anything anyway.
7605
7606         * shr.el (shr-insert-document): Bind shr-width dynamically to
7607         window-width if it's nil.
7608
7609 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
7610
7611         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
7612         with the meaning of using the full emacs window width for rendering.
7613
7614 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
7615
7616         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
7617         case when sender is not given.
7618
7619 2010-12-23  Julien Danjou  <julien@danjou.info>
7620
7621         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
7622         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
7623         the addresses, otherwise we might misplaced the gravatar.
7624
7625 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
7626
7627         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
7628         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
7629         obsolete in Emacs.
7630
7631 2010-12-20  Julien Danjou  <julien@danjou.info>
7632
7633         * gnus-util.el (gnus-rescale-image): Revert last change.
7634
7635 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
7636
7637         * binhex.el: Improve commentary (Bug#7482).
7638
7639 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7640
7641         * gnus-group.el (gnus-group-delete-articles): New command.
7642
7643 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7644
7645         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
7646
7647 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7648
7649         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
7650         here, since it's up to the backends to do CRLF removal if their
7651         protocol has it.
7652
7653         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
7654
7655 2010-12-17  Julien Danjou  <julien@danjou.info>
7656
7657         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
7658         they are from file.  Can also scale up.
7659
7660 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7661
7662         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
7663         Restore gnus-use-agent.
7664         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
7665
7666         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
7667
7668 2010-12-17  Julien Danjou  <julien@danjou.info>
7669
7670         * gravatar.el (gravatar-retrieve-synchronously): New function.
7671         (gravatar-get-data): Make more robust.
7672
7673 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7674
7675         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
7676
7677 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7678
7679         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
7680         to really consider the last line.
7681
7682 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
7683
7684         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
7685         list of recipient keys, or use symmetric encryption if not a list.
7686         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
7687         EPA override, replacing the call to `netrc-store-data'.
7688
7689 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
7690
7691         * gnus-srvr.el: Avoid passing nil regexp argument to
7692         delete-matching-lines.
7693
7694 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7695
7696         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
7697         fetching stops when Gnus exits.
7698
7699         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
7700         function.
7701         (nnfolder-request-expire-articles): Save all the buffers after doing
7702         expiry.
7703
7704         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
7705         the last article", since that led to serious performance regressions
7706         when expiring nnml groups.
7707
7708 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
7709
7710         * nnir.el: Improve customizations.
7711
7712 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7713
7714         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
7715
7716         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
7717         group has been killed.
7718         (gnus-group-yank-group): Ditto.
7719
7720         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
7721
7722         * nnimap.el (nnimap-request-update-group-status): New function.
7723
7724         * gnus-int.el (gnus-request-update-group-status): New interface
7725         function.
7726
7727         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
7728         copying read-ness to the backends.
7729
7730         * nnimap.el (nnimap-quirk): New function.
7731         (nnimap-retrieve-group-data-early): Use it.
7732         (nnimap-quirks): New alist.
7733
7734 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7735
7736         * shr.el (shr-insert): Set shr-start after deleting trailing space;
7737         don't delete it within indentation.
7738
7739 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7740
7741         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
7742         previous line.
7743
7744 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7745
7746         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
7747         QRESYNC command by deleting a superfluous space which broke Cyrus
7748         servers.  This change will break other servers that are buggy the other
7749         way around.
7750
7751 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
7752
7753         * spam.el: Reindent and fix long lines.
7754         (spam-copy-or-move-routine): Exclude invalid move destinations.
7755
7756 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
7757
7758         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
7759         installed the registry.
7760
7761 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7762
7763         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
7764
7765 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7766
7767         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
7768         groupname doesn't contain "gmane".
7769
7770 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7771
7772         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
7773         and netrc-bound-and-true-p bindings.
7774         (netrc-parse): Cache the netrc contents.
7775
7776         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
7777         (gnus-1): Don't create the nndrafts group twice.
7778         (gnus-setup-news): There's no need to read the active file here, since
7779         that's done again later on a per-backend basis.
7780         (gnus-start-draft-setup): Make sure that the new group is started out
7781         empty.
7782
7783         * gnus-agent.el (gnus-agentize): Don't create the queue group
7784         automatically on startup.  It'll be created later, if needed.
7785
7786         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
7787         of automatically subscribed groups.
7788         (gnus-auto-subscribed-categories): New variable.
7789         (gnus-matches-options-n): Use it.
7790         (gnus-default-subscribed-newsgroups): Remove unused variable.
7791         (gnus-start-draft-setup): Message a bit less.
7792
7793 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7794
7795         * nnir.el (nnir-run-imap): Return article list in order of increasing
7796         UID.
7797
7798 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7799
7800         * gnus-sum.el (gnus-summary-enter-digest-group):
7801         Mention gnus-auto-select-on-ephemeral-exit.
7802
7803         * proto-stream.el (proto-stream-open-network-only): Fix the calling
7804         convention of the network-only option.
7805
7806 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7807
7808         * proto-stream.el (proto-stream-open-network-only): New function to
7809         have a way to specify non-STARTTLS upgrade connections.
7810
7811 2010-12-10  Julien Danjou  <julien@danjou.info>
7812
7813         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
7814         email address is nil.
7815
7816         * message.el (message-bogus-recipient-p): Set address to "" if nil.
7817
7818 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
7819
7820         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
7821         deletion.
7822         (nnir-run-imap): Only need to parse list once.
7823
7824 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7825
7826         * shr.el (shr-tag-script): Ignore <script>.
7827         (shr-tag-label): Add <label> support.
7828
7829 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7830
7831         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
7832
7833         * shr.el (shr-image-displayer): Work for images lined side by side.
7834
7835 2010-12-08  Robert Pluim  <rpluim@gmail.com>
7836
7837         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
7838         parameter, since XEmacs doesn't accept t as a parameter.
7839
7840 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
7841
7842         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
7843         ids.
7844         (nnir-run-gmane): Simplify groupspec formatting.
7845         (nnir-request-expire-articles): New function.
7846
7847 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7848
7849         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
7850         overflow, possibly.
7851
7852         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
7853         (shr-render-td): Handle td style="" better.
7854         (shr-tag-table): Use the color from the style sheet.
7855         (shr-render-td): Make sure we copy over all the overlays, too.
7856
7857 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
7858
7859         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
7860         (nnir-request-article): Improve article retrieval.
7861
7862 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7863
7864         * mm-util.el (mm-extra-numeric-entities): New variable.
7865
7866         * mm-url.el (mm-url-decode-entities):
7867         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
7868
7869         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
7870
7871 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7872
7873         * message.el: Use completion-at-point.
7874         (message-completion-function): New fun, extracted from message-tab.
7875         (message-mode): Use it for completion-at-point-functions.
7876         (message-tab): Use it and completion-at-point.
7877
7878 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7879
7880         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
7881         character if a non-breakable character follows.
7882
7883 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7884
7885         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
7886         any stream.
7887
7888         * shr.el (shr-tag-font): Colorize the region.
7889         (shr-tag-body): Ditto.
7890         (shr-tag-font): Actually let the styles be inherited instead of
7891         overwriting them.
7892         (shr-tag-font): Get the background color right.
7893         (shr-tag-style): Ignore all <style> tags for the moment.
7894
7895         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
7896         a Message-ID to avoid having nnimap depend on gnus-sum.
7897
7898         * shr.el (shr-descend): Only colorize something if we have a node that
7899         sets colors.
7900
7901 2010-12-06  Julien Danjou  <julien@danjou.info>
7902
7903         * shr.el (shr-render-td): Render td content with shr-descend, so style
7904         will be applied to <td> too.
7905         (shr-colorize-region): Colorize region even if we only have a background.
7906         (shr-tag-body): Fix color and background color inheritance.
7907         Do not recolorize after shr-generic.
7908         (shr-tag-font): Let shr-generic colorize via inheritance.
7909
7910 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7911
7912         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
7913
7914 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
7915
7916         * nnir.el (nnir-request-move-article): Remove obsolete code.
7917
7918 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7919
7920         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
7921
7922 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7923
7924         * gnus-sum.el (gnus-summary-respool-article): The completion function
7925         expects a list instead of an alist.
7926
7927         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
7928         string as the parameter.
7929
7930         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
7931
7932         * shr.el (shr-stylesheet): New dynamic variable for cascading the
7933         styles.
7934         (shr-colorize-region): New function.
7935         (shr-insert-background-overlay): Remove.
7936         (shr-render-td): Background setting should be taken care of on a higher
7937         level.
7938         (shr-tag-body): Use post-hoc colorizations.
7939         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
7940         (shr-put-color-1): Don't overwrite old colors.
7941         (shr-colorize-region): When the background color isn't explicit, use
7942         a fixed background.
7943
7944         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
7945         nnmail variables.
7946
7947 2010-12-05  Bjørn Mork  <bjorn@mork.no>
7948
7949         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
7950         unless necessary.
7951
7952 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
7953
7954         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
7955         server.
7956
7957 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7958
7959         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
7960         so that TAB works.
7961
7962         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
7963         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
7964
7965         * shr.el (shr-urlify): Show the URL before the title to avoid
7966         misleading URLs.
7967
7968 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
7969
7970         * shr.el (shr-urlify): Display the title in <a> tags.
7971
7972 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
7973
7974         * nnir.el (nnir-categorize): Replace mapcar with mapc.
7975
7976 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
7977
7978         * nnir.el: Rearrange code to allow macros to be autoloaded by
7979         gnus-sum.el.
7980         (nnir-retrieve-headers-override-function): Make this variable
7981         customizable.
7982         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
7983
7984         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
7985         from nnir.el.
7986
7987 2010-12-03  Julien Danjou  <julien@danjou.info>
7988
7989         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
7990
7991 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7992
7993         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
7994         allow optional argument `environment'.
7995
7996 2010-12-03  Glenn Morris  <rgm@gnu.org>
7997
7998         * mm-extern.el (message-goto-body): Update declaration.
7999
8000 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8001
8002         * gnus-util.el (gnus-macroexpand-all): New function.
8003
8004         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
8005         instead of macroexpand-all that is unavailable in XEmacs.
8006
8007 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
8008
8009         * nnir.el (nnir-summary-line-format): New variable.
8010         (nnir-mode): Use it.
8011         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
8012         (nnir-article-ids): Reimplement as defsubst.
8013         (nnir-retrieve-headers): Don't mangle the subject header.
8014         (nnir-run-imap): Use 100 as RSV score.
8015         (nnir-run-find-grep): Fix for full server searching.
8016         (nnir-run-gmane): Better restriction to gmane groups.
8017
8018         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
8019         summary buffers.
8020
8021 2010-12-02  Julien Danjou  <julien@danjou.info>
8022
8023         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
8024
8025         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
8026
8027         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
8028         support.
8029
8030 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
8031
8032         * nnir.el: Update to handle the registry better.
8033         (autoload): Silence byte-compiler.
8034         (nnir-open-server): Add a hook for nnir groups.
8035         (nnir-request-move-article): Don't mangle the header.  Better to use
8036         formatting variables (which will be added in the future).
8037         (nnir-registry-action): Update the registry using the original article
8038         group name.
8039         (nnir-mode): Install nnir-specific hooks for updating the registry.
8040
8041         * gnus-sum.el
8042         (gnus-article-original-subject, gnus-newsgroup-original-name):
8043         Remove obsolete variables.
8044         (gnus-summary-move-article): Remove use of obsolete variables.
8045         (gnus-summary-local-variables): Make move and delete hooks local to
8046         summary buffers.
8047
8048 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8049
8050         * rtree.el: New file.
8051
8052 2010-12-01  Julien Danjou  <julien@danjou.info>
8053
8054         * message.el (message-user-organization): Do not use
8055         gnus-local-organization.
8056
8057         * gnus.el: Remove gnus-local-organization.
8058
8059         * gnus-msg.el: Remove nastygram thing.
8060
8061 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8062
8063         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
8064         funcall.
8065
8066 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8067
8068         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
8069         names.
8070
8071         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
8072         characters.
8073
8074         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
8075         to t of inhibit-read-only since it is inside gnus-with-article-headers.
8076         Suggested by Štěpán Němec <stepnem@gmail.com>.
8077         (gnus-gravatar-transform-address): Use mail-extract-address-components
8078         that supports non-ASCII names rather than mail-header-parse-addresses.
8079
8080 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8081
8082         * proto-stream.el (open-protocol-stream): All starttls connections are
8083         handled by the network handler.
8084
8085 2010-11-30  Julien Danjou  <julien@danjou.info>
8086
8087         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
8088         (nnimap-open-connection-1): Fix PREAUTH.
8089
8090         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
8091
8092 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8093
8094         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
8095         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
8096         (shr-insert): Use them.
8097         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
8098
8099 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8100
8101         * nnir.el (nnir-request-move-article): Bail out if original group
8102         doesn't support article moves.
8103         (nnir-get-active): Improve active list retrieval.
8104
8105 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8106
8107         * shr.el (shr-find-fill-point): Don't break before apostrophes.
8108
8109 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
8110
8111         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
8112         seem to accept strings-with-numbers as port numbers.
8113
8114 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8115
8116         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
8117         change the registry.
8118
8119 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8120
8121         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
8122         delete-dups that is not available in XEmacs 21.4.
8123
8124         * mm-util.el (mm-delete-duplicates): Add comment.
8125
8126 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
8127
8128         * nnir.el (nnir-ignored-newsgroups): New variable.
8129         (nnir-get-active): Use it.
8130
8131 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8132
8133         * proto-stream.el (proto-stream-open-network): Add some comments.
8134
8135         * nntp.el (nntp-open-connection): Provide a :success condition.
8136
8137         * nnimap.el (nnimap-open-connection-1): Ditto.
8138
8139         * proto-stream.el (proto-stream-open-network): See what the response to
8140         the STARTTLS command is.
8141
8142         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
8143         backwards compatibility).
8144         (nnimap-open-connection-1): Really respect nnimap-server-port.
8145
8146         * proto-stream.el (proto-stream-open-network): When doing opportunistic
8147         TLS upgrades we don't really care about the identity of the peer.
8148         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
8149         that what we've checked for.
8150         (proto-stream-always-use-starttls): Only default to t if
8151         open-gnutls-stream exists.
8152         (proto-stream-open-network): If STARTTLS failed, then just open a
8153         normal connection.
8154         (proto-stream-open-network): Wait until the greeting before doing
8155         STARTTLS.
8156
8157         * nntp.el (nntp-open-connection): Report what the connection error is.
8158
8159         * proto-stream.el (open-protocol-stream): Rename from
8160         open-proto-stream.
8161
8162 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8163
8164         * nnimap.el (nnimap-stream): Change default to `undecided'.
8165         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
8166         first, and then network.
8167         (nnimap-open-connection-1): Respect nnimap-server-port.
8168         (nnimap-open-connection): Be more backwards-compatible.
8169
8170         * proto-stream.el (proto-stream-always-use-starttls): New variable.
8171         (proto-stream-open-starttls): De-duplicate the starttls code.
8172         (proto-stream-open-starttls): Folded back into the main function.
8173         (proto-stream-open-network): Fix typo in the gnutls path.
8174         (proto-stream-command): Refactor out.
8175
8176         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
8177
8178         * proto-stream.el (proto-stream-open-starttls): Actually implement the
8179         starttls.el STARTTLS.
8180
8181         * color.el (color-lab->srgb): Fix function call name.
8182
8183         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
8184         if we're using tls.el.
8185         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
8186         built in, then don't try to establish a STARTTLS connection.
8187
8188         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
8189         servers.
8190
8191         * proto-stream.el (open-proto-stream): Use network, not stream.
8192         (open-proto-stream): Add a way to specify what the end of a command is.
8193
8194         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
8195         connections types.
8196         (nntp-open-network-stream): Remove.
8197         (nntp-open-ssl-stream): Remove.
8198         (nntp-open-tls-stream): Remove.
8199         (nntp-ssl-program): Remove.
8200
8201         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
8202
8203 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
8204
8205         * nnir.el: Fix typos.
8206         (nnir-retrieve-headers-override-function): Rename variable to reflect
8207         new semantics.
8208         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
8209         macros.
8210         (nnir-request-article, nnir-request-move-article): Use them.
8211         (nnir-categorize): New function.
8212         (nnir-run-query): Use it.
8213         (nnir-retrieve-headers): Rewrite to batch header retrieval.
8214         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
8215         sorted.
8216         (nnir-group-full-name): Use gnus-group-full-name instead.
8217         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
8218         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
8219
8220 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8221
8222         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
8223
8224         * proto-stream.el: New library to provide protocol-specific
8225         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
8226         protocols.
8227         (open-proto-stream): Complete the documentation.
8228         (proto-stream-open-network): Fix some typos.
8229
8230         * nnimap.el (nnimap-open-connection): Use it.
8231
8232 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
8233
8234         * pop3.el (pop3-open-server): Read server greeting before starting TLS
8235         negotiation.
8236
8237 2010-11-26  Julien Danjou  <julien@danjou.info>
8238
8239         * color.el: Rename various rgb functions to srgb.
8240
8241 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8242
8243         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
8244         names.
8245
8246 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8247
8248         * shr.el (shr-insert): Revert last change.
8249         (shr-find-fill-point): Never leave point being at bol;
8250         relax the kinsoku limitation when rendering tables.
8251
8252 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8253
8254         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
8255         results from -accept-article.
8256
8257         * shr-color.el: Require cl when compiling.
8258
8259         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
8260         checkin.
8261
8262         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
8263
8264         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
8265
8266         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
8267         'add and 'delete to set backend marks.
8268
8269         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
8270
8271         * nnheader.el (nnheader-update-marks-actions): Refactor out.
8272
8273         * nntp.el (nntp-request-set-mark): Use it.
8274
8275         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8276
8277         * nnml.el (nnml-request-set-mark): Ditto.
8278
8279         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
8280         introduces regressions in article selection.
8281         (nnimap-find-uid-response): New function.
8282         (nnimap-request-accept-article): Use the UID returned, if any.
8283         (nnimap-request-move-article): Use the UID returned, if any.
8284         (nnimap-get-groups): Reimplement to work with folded lines.
8285         (nnimap-find-uid-response): The UID is the last element in the list.
8286         (nnimap-request-set-mark): Extend syntax with 'set.
8287
8288         * nnml.el (nnml-request-set-mark): Ditto.
8289
8290         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8291
8292         * nntp.el (nntp-request-set-mark): Ditto.
8293
8294 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8295
8296         * message.el (message-called-interactively-p): A temporary macro.
8297         (message-goto-body): Use it temporarily.
8298
8299 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8300
8301         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
8302         (nnimap-last-response-string): Unfold quoted lines, if they exist.
8303         (nnimap-last-response-string): Fix last unfolding fix.
8304
8305 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8306
8307         * shr.el (shr-insert): Fix the way to fold lines.
8308
8309 2010-11-25  Julien Danjou  <julien@danjou.info>
8310
8311         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
8312
8313         * color.el: Rename from color-lab.el
8314         (color-rgb->hex): Add.
8315         (color-complement): Add.
8316         (color-complement-hex): Add.
8317
8318         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
8319
8320 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8321
8322         * shr-color.el (shr-color-visible): Don't bug out if the color names
8323         don't exist.
8324
8325 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8326
8327         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
8328         assuming that article displaying or another mml-preview may be
8329         interrupted for an error or for the like.
8330
8331         * shr.el (shr-get-background): Fix argument name.
8332
8333 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8334
8335         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
8336
8337         * gnus-sum.el (gnus-summary-include-articles): New function.
8338
8339         * message.el (message-goto-body): called-interactively-p needs a
8340         parameter, so use `any'.
8341
8342         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
8343         clear marks before moving, since they're synced from the Gnus side
8344         first.
8345
8346         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
8347         (gnus-summary-move-article): Copy over all marks before moving, so that
8348         IMAP doesn't think a new article has arrived.
8349
8350 2010-11-24  Julien Danjou  <julien@danjou.info>
8351
8352         * shr.el (shr-insert-background-overlay): Fix typo.
8353         (shr-render-td): Copy the background before rendering.
8354
8355         * shr-color.el (shr-color-visible): Fix docstring.
8356
8357         * shr.el (shr-tag-table): Add bgcolor support.
8358         (shr-render-td): Add bgcolor support.
8359         (shr-get-background): Add.
8360         (shr-insert-foreground-overlay): Use shr-get-background.
8361
8362         * message.el (message-goto-body): Use called-interactively-p.
8363         (message-in-body-p): message-goto-body returns point.
8364
8365 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8366
8367         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
8368         Fixes something or other in Emacs 23, and is backwards compatible.
8369
8370         * message.el (message-goto-body): Remove the <#secure special-casing,
8371         which is too special.
8372
8373         * shr.el (shr-parse-style): Drop !important from styles.
8374
8375 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
8376
8377         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
8378         this function to return incorrect results when calling it with an
8379         explicit article argument different from
8380         (gnus-summary-article-number).
8381
8382 2010-11-24  Julien Danjou  <julien@danjou.info>
8383
8384         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
8385         (shr-tag-body): Add background support.
8386         (shr-descend): Add background support.
8387         (shr-tag-title): Add.
8388
8389         * shr-color.el (shr-color-visible): Really return original background
8390         if fixed.
8391
8392 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8393
8394         * shr.el (shr-color-check): Protect against non-existent color names.
8395
8396 2010-11-24  Julien Danjou  <julien@danjou.info>
8397
8398         * color-lab.el: Require 'cl when compiling.
8399
8400         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
8401
8402         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
8403         matched part.
8404
8405         * color-lab.el: Fix all expt calls to use float type.
8406
8407 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8408
8409         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
8410         expression to shr-color-check as is.
8411
8412         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
8413
8414         * color-lab.el: Add coding cookie.
8415         (float-pi): Use eval-and-compile.
8416
8417         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
8418         compiled for Emacsen having no `libxml-parse-html-region' support.
8419
8420 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8421
8422         * shr.el (shr-insert-color-overlay): Split stuff like
8423         "#444444 !important" to find the real color.
8424         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
8425         parse <font color="red"> entries.
8426
8427 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
8428
8429         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
8430         point when parsing headers.
8431
8432         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
8433         is positioned properly when parsing headers.
8434
8435 2010-11-23  Julien Danjou  <julien@danjou.info>
8436
8437         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
8438
8439         * shr-color.el (shr-color->hexadecimal): Add support for color names.
8440
8441         * shr.el (shr-parse-style): Replace \n with space in style parsing.
8442
8443         * shr-color.el (shr-color-hsl-to-rgb-fractions):
8444         Use shr-color-hue-to-rgb.
8445         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
8446
8447 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8448
8449         * shr.el (shr-color->hexadecimal): Autoload.
8450         (shr-descend): Add color to all tags.
8451
8452 2010-11-22  Julien Danjou  <julien@danjou.info>
8453
8454         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
8455         shr-color->hexadecimal.
8456
8457         * shr-color.el (shr-color->hexadecimal): Add converting functions for
8458         RGB() or HSL() color representation.
8459
8460         * shr.el (shr-tag-font): Add.
8461         (shr-tag-color-check): New function to get better colors.
8462         (shr-tag-insert-color-overlay): Factorize code between tag-font and
8463         tag-span.
8464
8465         * shr-color.el: New file.
8466
8467         * color-lab.el: New file.
8468
8469         * gnus-art.el (gnus-url-mailto): Do not downcase args.
8470
8471 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
8472
8473         * nnir.el: Fix typo in comments.
8474         (nnir-run-imap): Simplify code.  No need to reverse artlist.
8475         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
8476
8477 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8478
8479         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
8480
8481         * nnimap.el (nnimap-get-capabilities): Refactor out.
8482         (nnimap-open-connection): Re-request capabilities after STARTTLS.
8483
8484 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
8485
8486         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
8487         appearing when `mm-uu-hide-markers' is nil.
8488
8489 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8490
8491         * nnimap.el (nnimap-unselect-group): Make into its own function.
8492         (nnimap-request-rename-group): Unselect group before renaming.
8493         This had gotten lost somewhere.
8494         (nnimap-request-accept-article): Keep track of examined groups, and
8495         unselect the group before APPENDing to read-only groups.
8496         (nnimap-request-move-article): Clear flags before moving so that they
8497         can be re-set later.
8498
8499 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8500
8501         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
8502         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
8503
8504 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8505
8506         * gnus-art.el (gnus-mime-display-single):
8507         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
8508         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
8509         parameter.
8510
8511 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8512
8513         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
8514         (shr-table-vertical-line): New variable.
8515         (shr-insert-table): Use it.
8516
8517 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8518
8519         * gnus-html.el (gnus-html-wash-images): Don't display images if
8520         gnus-inhibit-images is non-nil; register displayer for cid images.
8521         (gnus-html-display-image): Work for cid image.
8522         (gnus-html-insert-image): Allow arguments.
8523         (gnus-html-put-image): Inhibit read-only.
8524         (gnus-html-prefetch-images): Don't prefetch images if
8525         gnus-inhibit-images is non-nil.
8526
8527 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8528
8529         * shr.el (shr-put-image): Break lines when inserting big pictures.
8530
8531 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8532
8533         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
8534         sender, thanks Katsumi Yamaoka.
8535
8536 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
8537
8538         * nnir.el (nnir-run-imap): Reverse the article list for each group
8539         rather than the whole list.
8540
8541 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8542
8543         * shr.el (shr-image-displayer): Protect function against non-existent
8544         image source.
8545
8546         * gnus-art.el (gnus-inhibit-images): New user option.
8547         (gnus-mime-display-single): Don't display image if it is non-nil.
8548
8549         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
8550         gnus-inhibit-images.
8551
8552         * shr.el (shr-image-displayer): New function.
8553         (shr-tag-img): Use it.
8554
8555 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8556
8557         * mml2015.el (mml2015-epg-sign): Use From header.
8558
8559 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8560
8561         * gnus-html.el (gnus-html-wash-images): Register a displayer.
8562
8563         * gnus-util.el (gnus-find-text-property-region): Return markers.
8564
8565         * shr.el (shr-tag-img): Put a displayer in the text property.
8566
8567         * gnus-util.el (gnus-find-text-property-region): New utility function.
8568
8569         * gnus-html.el (gnus-html-display-image): Make the alt optional.
8570         (gnus-html-show-images): Remove.
8571
8572         * gnus-art.el (gnus-article-show-images): New, more general function.
8573
8574         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
8575         image url text properties.
8576
8577         * shr.el: Ditto.
8578
8579         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
8580         gnus-agent-auto-agentize-methods is set.  Which it isn't.
8581
8582 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8583
8584         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
8585         work for two or more articles.
8586
8587 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8588
8589         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
8590         divide an image that's in an html article to two or more when washing
8591         non-ASCII characters in alt text of it.
8592
8593 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8594
8595         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
8596         smime-decrypt-region using function argument.
8597         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
8598
8599         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
8600
8601         * smime.el (smime-decrypt-region): Catch it.
8602
8603 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8604
8605         * smime.el (smime-mode-map): Move initialization into declaration.
8606         (gnus-run-mode-hooks): Don't autoload.
8607         (smime-mode): Use define-derived-mode.
8608
8609 2010-11-11  Glenn Morris  <rgm@gnu.org>
8610
8611         * smime.el (from): Restrict declaration to XEmacs.
8612
8613         * nnir.el (gnus-group-topic-name): Autoload.
8614
8615 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8616
8617         * shr.el (shr-insert): Don't break long line if it is because of
8618         kinsoku-bol characters in the line end.
8619
8620 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
8621
8622         * nnir.el (nnir-request-move-article): Fix to provide original group
8623         and subject.
8624         (nnir-warp-to-article): Don't fail on articles whose headers haven't
8625         been retrieved.
8626
8627         * gnus-sum.el (gnus-summary-move-article): Use original group and
8628         subject for virtual articles such as those in an nnir summary buffer.
8629
8630 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8631
8632         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
8633         least 21.5).
8634
8635         * smime.el (from): Declare it again for XEmacs.
8636
8637 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8638
8639         * message.el (message-resend): Don't disable encoding unless it's
8640         already encoded.
8641
8642         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
8643         low-numbered articles.
8644
8645 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8646
8647         * rfc2047.el (rfc2047-syntax-table): Simplify.
8648
8649         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
8650
8651         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
8652         set-char-table-range for XEmacs.
8653
8654 2010-11-10  Glenn Morris  <rgm@gnu.org>
8655
8656         * time-date.el (time-to-seconds): Always an alias on Emacs,
8657         never a real function.
8658         (with-no-warnings): Remove compat stub, now unused.
8659         (time-less-p): Doc fix.
8660         (time-to-number-of-days): Simplify.
8661
8662         * smime.el (from): Remove unused declaration.
8663
8664         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
8665         (gnus-float-time): On Emacs, always an alias.
8666
8667         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
8668         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
8669
8670 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8671
8672         * dgnushack.el: Don't use ignore-errors in the top level form since it
8673         is unavailable in XEmacs even if cl is loaded.
8674
8675         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
8676
8677 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8678
8679         * shr.el (browse-url-mailto): Autoload.
8680
8681         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
8682
8683         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
8684         regexp doesn't need quoting.
8685
8686 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
8687
8688         * message.el (message-subject-trailing-was-ask-regexp)
8689         (message-subject-trailing-was-regexp): Match was: in addition to was.
8690
8691 2010-11-09  Glenn Morris  <rgm@gnu.org>
8692
8693         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
8694         (nnbabyl-check-mbox): Use point-at-bol.
8695
8696 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8697
8698         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
8699
8700         * message.el (message-mailto): New function.
8701         (message-mailto): Should accept other parameters.
8702         (message-mailto): Remove since it duplicates browse-url-mailto
8703         functionality.
8704
8705 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8706
8707         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
8708         methods.
8709         (gnus-read-active-file): Ditto.
8710
8711         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
8712         ": " from the prompt.
8713         (gnus-group-make-group): Ditto.
8714
8715 2010-11-07  Glenn Morris  <rgm@gnu.org>
8716
8717         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
8718         (gnus-bookmark-kill-line): Use point-at-eol.
8719
8720 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8721
8722         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
8723         asterisks in From header.
8724
8725 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8726
8727         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
8728         string to avoid making the From headers syntactically invalid.
8729
8730         * message.el (message-send-mail): Don't insert courtesy messages if the
8731         message already has List-Post and List-ID messages.
8732
8733 2010-11-06  Glenn Morris  <rgm@gnu.org>
8734
8735         * gnus-art.el (gnus-treat-article): Give dynamic local variables
8736         `condition', `type', `length' a prefix.
8737         (gnus-treat-predicate): Update for above name changes.
8738
8739 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
8740
8741         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
8742         binding.  Handled by `gnus-summary-refer-thread' instead.
8743         (nnir-warp-to-article): New backend function.
8744
8745         * nnimap.el (nnimap-request-thread): Force dependency updating.
8746
8747         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
8748         (gnus-summary-refer-thread): Rework to improve thread-referral.
8749
8750         * gnus-int.el (gnus-warp-to-article): New function.
8751
8752         * gnus-sum.el (gnus-summary-article-map): Bind it.
8753
8754 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
8755
8756         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
8757         gnus-summary-refer-thread.
8758
8759         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
8760         headers.
8761         (gnus-summary-limit-include-thread): Prevent articles in thread from
8762         being cut in gnus-cut-threads.
8763         (gnus-summary-refer-thread): Limit retrieved headers to those in
8764         thread.
8765
8766 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8767
8768         * message.el (message-send-mail): Use the value of
8769         message-courtesy-message from the message buffer.
8770
8771         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
8772
8773         * shr.el (shr-browse-url): Implement mailto: URLs.
8774
8775         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
8776         "raw".
8777
8778         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
8779         if it's already selected.
8780
8781         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
8782
8783 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8784
8785         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
8786         to measure the length and truncate alt text.
8787
8788 2010-11-03  Glenn Morris  <rgm@gnu.org>
8789
8790         * nndiary.el (nndiary-generate-nov-databases-1)
8791         (nndiary-generate-active-info): Rename dynamic variable `files' to
8792         something less generic.
8793
8794 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
8795
8796         * nnir.el (nnir-request-move-article): Call the underlying backend to
8797         move articles from nnir.
8798
8799 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8800
8801         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
8802
8803 2010-11-02  Julien Danjou  <julien@danjou.info>
8804
8805         * nnir.el: Remove wais support.
8806
8807 2010-11-02  Glenn Morris  <rgm@gnu.org>
8808
8809         * gnus-html.el: Reorder requirements to quieten compiler.
8810
8811 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8812
8813         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
8814         properly for XEmacs as well.
8815         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
8816         (gnus-article-natural-long-line-p): Use window-width rather than
8817         frame-width.
8818
8819 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
8820
8821         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
8822         (nnir-read-parms): Don't modify query.
8823         (nnir-run-query): Add ability to search topic on current line.
8824         (nnir-get-active): Clean up.
8825
8826 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8827
8828         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
8829         degenerate articles.
8830
8831         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
8832         (gnus-print-buffer): Just print the buffer as is, without any copying
8833         to a buffer and then re-highlighting.
8834
8835         * nnimap.el (nnimap-request-group): Store the new updated info.
8836         (nnimap-request-group): Select the group when we don't know whether it
8837         exists or not.
8838
8839         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
8840         groups.
8841
8842         * gnus-group.el (gnus-group-find-new-groups): Display all the new
8843         groups.
8844
8845         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
8846         groups.
8847
8848         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
8849         long-lines case by only filling the long lines.
8850
8851         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
8852         (bug#7311).
8853
8854 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8855
8856         * shr.el: No need to declare `declare-function' since shr.el is for
8857         only Emacsen that provide `libxml-parse-html-region'.
8858
8859         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
8860         effective only in a file it is referred to.
8861
8862 2010-11-01  Glenn Morris  <rgm@gnu.org>
8863
8864         * mm-util.el (gnus-completing-read): Autoload.
8865         (mm-read-coding-system): Simplify Emacs definition.
8866
8867         * nnmail.el (gnus-activate-group):
8868         * nnimap.el (gnutls-negotiate):
8869         * nntp.el (netrc-parse): Fix declarations.
8870
8871 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8872
8873         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
8874         string-match-p in Emacs >=23.
8875
8876         * gnus-msg.el (gnus-configure-posting-styles):
8877         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
8878
8879 2010-11-01  Glenn Morris  <rgm@gnu.org>
8880
8881         * nnir.el (declare-function): Add compat stub.
8882         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
8883         (nnir-run-gmane): Require 'mm-url.
8884
8885         * mm-util.el (mm-string-to-multibyte): Simplify.
8886
8887         * shr.el (declare-function): Add compat stub.
8888         (url-cache-create-filename): Declare.
8889         (mm-disable-multibyte, widget-convert-button): Autoload.
8890
8891         * smime.el (ldap-search): Declare.
8892         (smime-cert-by-ldap-1): Require ldap on Emacs.
8893
8894         * nnimap.el: Require nnmail, and gnus-sum when compiling.
8895         (nnimap-keepalive): Use gnus-float-time.
8896
8897         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
8898         (mail-source-delete-crash-box): Use gnus-float-time.
8899
8900         * gnus-dired.el (gnus-completing-read): Autoload.
8901
8902         * mm-view.el (gnus-rescale-image): Autoload.
8903
8904         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
8905
8906         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
8907
8908         * sieve-manage.el: Require 'cl when compiling.
8909
8910         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
8911         (gnus-iswitchb-completing-read): Require iswitchb.
8912         (gnus-select-frame-set-input-focus): Silence compiler.
8913
8914 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8915
8916         * message.el (message-subject-trailing-was-query): Change default to t,
8917         since I think that's what most people want.
8918
8919         * nnimap.el (nnimap-request-accept-article): Erase buffer before
8920         appending for easier debugging.
8921         (nnimap-wait-for-connection): Take a regexp.
8922         (nnimap-request-accept-article): Wait for the continuation line before
8923         sending anything unless we're streaming.
8924
8925         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
8926         leave the header washing to take place.
8927
8928 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8929
8930         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
8931         regular expression match and replace in posting styles.
8932
8933 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
8934
8935         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
8936         an entire server.
8937         (nnir-get-active): New function.
8938         (nnir-run-imap): Use it.
8939         (nnir-run-gmane): Who knew, gmane search returns an article score!
8940
8941         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
8942         server on the current line with nnir.
8943
8944 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8945
8946         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
8947         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
8948         left edge.
8949         (gnus-article-foldable-buffer): Skip past the prefix when determining
8950         raggedness.
8951
8952         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
8953         the raw article, and change `C-u g' to show the article without doing
8954         treatments.
8955
8956         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
8957         on to `gnus-treat-article'.
8958         (gnus-inhibit-article-treatments): New variable.
8959
8960         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
8961
8962         * gnus-art.el (gnus-treatment-function-alist): Have
8963         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
8964         (gnus-treat-fill-long-lines): Change default to fill all text/plain
8965         sections.
8966
8967         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
8968         parameter.
8969         (gnus-article-fill-cited-long-lines): New function.
8970         (gnus-article-fill-cited-article): Allow filling only long sections.
8971
8972         * shr.el (shr-find-fill-point): Don't break lines between punctuation
8973         and non-punctuation (like after the apostrophe in "'We").
8974
8975         * gnus-sum.el (gnus-summary-select-article): Make sure
8976         gnus-original-article-buffer is alive.
8977
8978         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
8979         reflect the order they're in in the digest.
8980
8981         * gnus.el (gnus-group-startup-message): Move point to the start of the
8982         buffer.
8983
8984         * nnimap.el (nnimap-capability): New function.
8985         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
8986         is set.
8987
8988 2010-10-31  David Engster  <dengste@eml.cc>
8989
8990         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
8991         conform with changes to gnus-completing-read.
8992
8993 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8994
8995         * shr.el (shr-tag-img): Output "*" instead of "[img]".
8996
8997 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8998
8999         * nnir.el: Move defvar, defcustom around to keep file organized
9000         and keep byte-compiler quiet.
9001         (nnir-read-parms): Accept search-engine as arg.
9002         (nnir-run-query): Pass search-engine as arg.
9003         (nnir-search-engine): Remove.
9004
9005 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9006
9007         * shr.el (shr-generic): The text nodes should be text, not :text.
9008
9009         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
9010         later in the file.
9011
9012 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9013
9014         * nnir.el: General clean up.  Allow searching with multiple engines.
9015         Allow separate extra-parameters for each engine.
9016         Batch queries when possible.
9017         (nnir-imap-default-search-key, nnir-method-default-engines):
9018         Add customize interface.
9019         (nnir-run-gmane): New engine.
9020         (nnir-engines): Use it.  Qualify all prompts with engine name.
9021         (nnir-search-engine): Remove global variable.
9022         (nnir-run-hyrex): Restore for now.
9023         (nnir-extra-parms, nnir-search-history): New variables.
9024         (gnus-group-make-nnir-group): Use them.
9025         (nnir-group-server): Remove in favor of gnus-group-server.
9026         (nnir-request-group): Avoid searching twice.
9027         (nnir-sort-groups-by-server): New function.
9028
9029 2010-10-30  Julien Danjou  <julien@danjou.info>
9030
9031         * gnus-group.el: Remove gnus-group-fetch-control.
9032
9033         * gnus-start.el (gnus-find-new-newsgroups):
9034         Remove gnus-check-first-time-used.
9035
9036         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
9037
9038 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9039
9040         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
9041         set on groups that don't have \* permanentflags.
9042
9043 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9044
9045         * shr.el (shr-tag-span): Drop colorization of regions since we don't
9046         control the background color.
9047         (shr-tag-img): Ignore very small web bug type images.
9048         (shr-put-image): Add help-echo alt texts to the images.
9049         (shr-tag-video): Show the video poster image.
9050
9051 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9052
9053         * shr.el (shr-table-depth): New variable.
9054         (shr-tag-table-1): Only insert the images after the top-level table.
9055
9056         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
9057
9058         * gnus-util.el (gnus-list-memq-of-list): New function.
9059
9060         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
9061         selected.
9062         (nnimap-unsplittable-articles): New slot.
9063         (nnimap-new-articles): Use it.
9064
9065 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
9066
9067         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
9068         move to the previous line on `M-g'.
9069
9070 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9071
9072         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
9073         *-request-group, which seems unnecessary.
9074
9075         * nnimap.el (nnimap-quote-specials): Function copied over from
9076         imap.el.
9077         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
9078         they support that.  Suggested by Tom Regner.
9079
9080 2010-10-29  Julien Danjou  <julien@danjou.info>
9081
9082         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
9083         defalias.
9084         (gnus-summary-delete-marked-with): Remove obsolete defalias.
9085
9086         * gnus.el: Remove `gnus-nntp-service' variable.
9087         (gnus-secondary-servers): Make obsolete.
9088         (gnus-nntp-server): Make obsolete.
9089
9090         * gnus-start.el (gnus-1): Remove x-splash calls.
9091
9092         * gnus-ems.el (gnus-x-splash): Remove.
9093
9094         * gnus.el (gnus-group-startup-message): Simplify/update code.
9095
9096         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
9097         definition.
9098
9099         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
9100         capability before doing anything.
9101         (gnus-group-insert-group-line): Remove useless
9102         gnus-group-remove-excess-properties.
9103
9104 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9105
9106         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
9107
9108 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9109
9110         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
9111         config after reselecting.
9112
9113 2010-10-28  Julien Danjou  <julien@danjou.info>
9114
9115         * shr.el (shr-put-image): Use point even if only inserting text.
9116         (shr-put-image): Save excursion when inserting alt text on non-graphic
9117         display, so the behavior is the same when we are on a graphic display.
9118
9119         * nnir.el (nnir-run-swish-e): Remove hyrex support.
9120
9121 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9122
9123         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
9124         (gnus-mime-copy-part): Check coding system, not charset.
9125         (gnus-mime-view-part-externally): Never remove part.
9126         (gnus-mime-view-part-internally): Don't remove part here.
9127         (gnus-article-part-wrapper): Make sure MIME tag is visible.
9128         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
9129         multipart/alternative.
9130
9131         * mm-decode.el (mm-display-part): Take optional arg `force'.
9132
9133 2010-10-26  Julien Danjou  <julien@danjou.info>
9134
9135         * gnus-group.el (gnus-group-default-list-level): Add this function to
9136         compute the default list level.
9137         (gnus-group-default-list-level): Add possibility to use a function.
9138
9139 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9140
9141         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
9142
9143         * gnus-group.el (gnus-group-completing-read)
9144         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
9145         gnus-replace-in-string.
9146
9147 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9148
9149         * shr.el (shr-tag-div): Add.
9150
9151         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
9152
9153 2010-10-25  Julien Danjou  <julien@danjou.info>
9154
9155         * gnus-util.el: Remove `gnus-with-local-quit'.
9156
9157         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
9158
9159 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9160
9161         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
9162         the original article buffer.
9163
9164 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9165
9166         * nnimap.el (nnimap-request-head): New function.
9167         (nnimap-request-move-article): Try to be slightly faster by not
9168         requesting the entire message when moving.
9169         (nnimap-transform-headers): Don't bug out on bodiless articles.
9170         (nnimap-send-command): Have no outstanding messages if the IMAP server
9171         doesn't support streaming.
9172         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
9173
9174 2010-10-24  Julien Danjou  <julien@danjou.info>
9175
9176         * message.el (message-default-headers): Fix type.
9177
9178 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9179
9180         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
9181         prefetching images.
9182
9183         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
9184         backend for unknown groups.  This is mainly useful for nnimap groups.
9185
9186         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
9187         group isn't covered by the agent.
9188
9189 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
9190
9191         * nnir.el (nnir-method-default-engines): New variable.
9192         (nnir-run-query): Use it.
9193         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
9194         (gnus-summary-nnir-goto-thread): Change group if needed.
9195
9196         * gnus-group.el (gnus-group-group-map): Add key binding for
9197         gnus-group-make-nnir-group.
9198
9199 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9200
9201         * shr.el (shr-tag-object): Add.
9202
9203         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
9204         original article buffer live.
9205         (gnus-summary-select-article-buffer):
9206         Mention gnus-widen-article-buffer.
9207
9208 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9209
9210         * shr.el (shr-tag-strong): Add.
9211
9212 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9213
9214         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
9215         group names.  They mess up the group buffer badly.
9216
9217         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
9218
9219         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
9220         instead of the summary one.
9221
9222 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9223
9224         * mml.el (mml-preview): Work properly when editing article.
9225
9226         * gnus-start.el (gnus-read-active-file-1): Don't add method to
9227         gnus-have-read-active-file if it's already been in.
9228
9229 2010-10-22  Tom Tromey  <tromey@redhat.com>
9230
9231         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
9232         gnus-group-completing-read.
9233
9234 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9235
9236         * message.el (message-mode-map): Don't bind M-; to comment region, to
9237         allow the global comment-dwim to work.
9238
9239 2010-10-21  Julien Danjou  <julien@danjou.info>
9240
9241         * message.el (message-setup-1): Allow message-default-headers to be a
9242         function.
9243
9244 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9245
9246         * shr.el (shr-tag-table): Simplify.
9247
9248 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9249
9250         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
9251         to avoid trying to snarf invalid stuff.
9252
9253         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
9254
9255         * gnus.el (gnus-message-archive-group): Quote value.
9256         (gnus-message-archive-group): Mark as changed.
9257
9258         * shr.el (shr-add-font): Don't put the font properties on the newline
9259         or the indentation.
9260
9261         * message.el (message-fix-before-sending): Change options when sending
9262         non-printable characters.
9263
9264         * gnus.el (gnus-message-archive-method): Change the default to
9265         monthly outgoing groups.
9266
9267         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
9268         that have gotten new numbers.
9269
9270         * nnimap.el (nnimap-request-replace-article): New function.
9271
9272 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9273
9274         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
9275         (nnrss-request-article): Don't use special html washing code.
9276
9277 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9278
9279         * shr.el (shr-tag-table): Remove useless nconc.
9280
9281 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9282
9283         * gnus-art.el (article-wash-html): Simplify and remove the charset
9284         stuff.  Use the normal html rendering code instead of the special html
9285         washing code.
9286
9287         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
9288         `gnus-w3m' symbols.
9289         (mm-text-html-washer-alist): Remove.
9290
9291         * mm-decode.el (mm-inline-text-html-renderer): Remove.
9292         (mm-inline-media-tests): Remove use.
9293         (mm-text-html-renderer): Change default to the `shr' symbol.
9294
9295         * mm-view.el (mm-inline-text-html): Remove use.
9296
9297         * gnus-art.el (gnus-blocked-images): New function.  Allow the
9298         `gnus-blocked-images' to be a function.
9299         (gnus-article-wash-function): Remove.
9300
9301 2010-10-20  Julien Danjou  <julien@danjou.info>
9302
9303         * spam.el (spam-list-of-processors): Mark as obsolete.
9304
9305         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
9306         (nnimap-insert-partial-structure): Fix boundary detection.
9307
9308 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
9309
9310         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
9311         run file-truename on remote files.  This can be expensive and even
9312         prevent one from editing drafts if some unrelated buffer has a stale
9313         connection.
9314
9315 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9316
9317         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
9318         kinsoku-eol regardless of shr-kinsoku-shorten.
9319         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
9320         (shr-tag-table): Support caption, thead, and tfoot.
9321
9322 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9323
9324         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
9325         lines.
9326         (shr-save-contents): New command and keystroke.
9327
9328         * nndoc.el (nndoc-type-alist): Add git support.
9329         (nndoc-git-type-p): New function.
9330         (nndoc-transform-git-article): Ditto.
9331         (nndoc-transform-git-headers): Ditto.
9332         (nndoc-transform-git-headers): Generate Subject headers.
9333
9334         * shr.el (shr-parse-style): New function.
9335         (shr-tag-span): Ditto.
9336
9337         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
9338         to `G G' to avoid collisions.
9339
9340 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9341
9342         * shr.el: Load kinsoku if necessary.
9343         (shr-kinsoku-shorten): New internal variable.
9344         (shr-find-fill-point): Make kinsoku shorten text line if
9345         shr-kinsoku-shorten is bound to non-nil.
9346         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
9347         shr-indentation too when testing if table is wider than frame width.
9348         (shr-insert-table): Use `string-width' instead of `length' to measure
9349         text width.
9350         (shr-insert-table-ruler): Make sure indentation is done at bol.
9351
9352 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9353
9354         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
9355         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
9356         undecoded network data.
9357
9358 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9359
9360         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
9361         name in the mode line spec so that the mode line menu works
9362         (bug#2431).
9363
9364         * message.el (message-get-reply-headers): If we're fed `to-address',
9365         then always use that.
9366
9367         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
9368         aren't so wide as to need to switch off the edit menu.
9369
9370         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
9371         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
9372
9373         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
9374         `M-g'.
9375         (nnimap-update-info): Update flags/read marks even if \* isn't part of
9376         the permanent marks.
9377
9378 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
9379
9380         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9381         Splitting according to references/in-reply-to obeys the ignore-groups
9382         variable, while splitting by sender and subject do not.
9383
9384 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9385
9386         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
9387         alist, so that we can look for non-Unicode chars.
9388         (article-translate-strings): Allow both character and string maps.
9389
9390 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9391
9392         * shr.el (shr-insert): Don't insert space behind a wide character
9393         categorized as kinsoku-bol, or between characters both categorized as
9394         nospace.
9395
9396 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
9397
9398         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
9399         headers to gnus-newsgroup-headers.
9400
9401 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9402
9403         * shr.el (shr-tag-img): Don't align images -- since we're not
9404         rescaling, this often leads to ugly displays.
9405
9406 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
9407
9408         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
9409         duplicates.
9410
9411 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
9412
9413         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
9414         call.
9415
9416 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9417
9418         * gnus.el: Autoload gnus-html-show-images.
9419
9420         * nnimap.el: Use nnheader-message throughout.
9421
9422         * shr.el (shr-tag-img): Ignore images with no data.
9423
9424 2010-10-15  Julien Danjou  <julien@danjou.info>
9425
9426         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
9427         a possibility to disable format=flow encoding when using hard newlines.
9428
9429 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9430
9431         * shr.el (shr-insert): Remove space inserted before or after a
9432         breakable character or at the beginning or the end of a line.
9433         (shr-find-fill-point): Do kinsoku; find the second best point or give
9434         it up if there's no breakable point.
9435
9436 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9437
9438         * nnimap.el (nnimap-open-connection): Message when opening connection
9439         for debugging purposes.
9440
9441         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
9442         on every setup buffer call to allow this to change from article to
9443         article.
9444
9445         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
9446         buffers where we have a wide table.
9447
9448 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
9449
9450         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
9451         uses *-request-thread.
9452
9453 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9454
9455         * nnimap.el (nnimap-open-connection): Remove %s from openssl
9456         incantation, which is no longer valid.
9457
9458 2010-10-14  Julien Danjou  <julien@danjou.info>
9459
9460         * shr.el: Fix defcustom type (char -> character).
9461
9462 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9463
9464         * nnimap.el (nnimap-open-connection): tls-program should be a list of
9465         programs.
9466
9467 2010-10-14  Julien Danjou  <julien@danjou.info>
9468
9469         * shr.el (shr-tag-a): Use url-link as widget type.
9470
9471         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
9472         `gnus-group-get-icon'.
9473
9474 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9475
9476         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
9477         This should make server editing work better.
9478
9479         * shr.el (shr-find-fill-point): Don't inloop on indented text.
9480
9481         * tls.el (tls-program): Remove spurious %s from openssl.
9482
9483         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
9484         (nnimap-parse-flags): Fix regexp.
9485
9486         * shr.el (shr-find-fill-point): Use a filling algorithm that should
9487         probably work for CJVK text, too.
9488
9489         * nnimap.el (nnimap-extend-tls-programs): Remove.
9490         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
9491
9492         * tls.el (tls-starttls-switches): Remove starttls hack.
9493         (open-tls-stream): Ditto.
9494         (tls-find-starttls-argument): Ditto.
9495
9496 2010-10-13  Julien Danjou  <julien@danjou.info>
9497
9498         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
9499         responses.
9500
9501 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9502
9503         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
9504
9505         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
9506         anything in Emacs.
9507
9508         * shr.el (shr-current-column): Remove buggy and unnecessary function.
9509
9510 2010-10-13  Julien Danjou  <julien@danjou.info>
9511
9512         * shr.el (shr-width): Make shr-width a defcustom with default to
9513         fill-column.
9514         (shr-tag-img): Use shr-width rather than fill-column.
9515
9516 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9517
9518         * dgnushack.el (byte-optimize-apply):
9519         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
9520
9521         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
9522         position when (X-)Faces exist.
9523         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
9524         avatars when called interactively.
9525
9526 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9527
9528         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
9529         gnus-article-x-face-too-ugly is bound.
9530
9531 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9532
9533         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
9534
9535         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
9536         mailbox that doesn't exist.
9537
9538 2010-10-12  Julien Danjou  <julien@danjou.info>
9539
9540         * shr.el (shr-tag-img): Encode URL properly when retrieving.
9541         (shr-get-image-data): Encode URL properly when fetching from cache.
9542         (shr-tag-img): Use aligned-to spaces to align correctly images.
9543
9544         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
9545         before inserting the Gravatar.
9546
9547         * shr.el (shr-tag-img): Add align attribute support for <img>.
9548
9549 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9550
9551         * gnus-gravatar.el (gnus-art): Require.
9552
9553         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
9554         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9555         Remove long obsoleted functions.
9556
9557 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9558
9559         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
9560
9561         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
9562
9563         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
9564         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
9565         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
9566         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
9567         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
9568         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
9569         * sieve-manage.el, smime.el, spam.el:
9570         Fix comment for declare-function.
9571
9572 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9573
9574         * nnimap.el (nnimap-request-rename-group): Select group read-only
9575         before renaming it.
9576
9577         * shr.el (shr-insert): Fix up the white space only regexp.
9578
9579         * nnimap.el (nnimap-transform-split-mail): Not all articles have
9580         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
9581
9582         * shr.el (shr-current-column): New function.
9583         (shr-find-fill-point): New function.
9584
9585 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9586
9587         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
9588         numbers.
9589
9590 2010-10-11  Julien Danjou  <julien@danjou.info>
9591
9592         * shr.el (shr-hr-line): Add.
9593         (shr-tag-hr): Use shr-hr-line to specify which character to use to
9594         display hr lines.
9595         (shr-max-columns): Do not change state to nil if we just inserting
9596         spaces.
9597
9598 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9599
9600         * gnus-topic.el (gnus-topic-read-group): If after the last group,
9601         select the last group.
9602
9603 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
9604
9605         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
9606
9607 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
9608
9609         * dig.el (dig-mode-map): Declare and define in one step.
9610
9611 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9612
9613         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
9614         for Gnus.
9615         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
9616         (nnimap-update-qresync-info): Mark \Seen articles as read.
9617
9618         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
9619         non-variable, too.
9620
9621         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
9622         available.
9623         (nnimap-update-info): Rely more on the current active than the param
9624         active to avoid marking articles as read too much.
9625
9626         * auth-source.el (auth-source-create): Use (user-login-name) for the
9627         user name default.
9628
9629         * nnimap.el (nnimap-update-info): If the server doesn't return any
9630         useful info, just use the previous info.
9631         (nnimap-update-info): Prefer old info over start-article.
9632         (nnimap-update-qresync-info): Finish implementing QRESYNC.
9633
9634 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
9635
9636         * nnir.el (autoload): Clean up autoloads.
9637         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
9638         Use key rather than value.
9639         (nnir-imap-search-other): New variable.
9640         (nnir-read-parm): Use it.
9641         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
9642         (gnus-summary-nnir-goto-thread): Modify to work with imap.
9643
9644 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9645
9646         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
9647         the process, too.
9648
9649 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9650
9651         * spam.el (gnus-summary-mode-map): Bind to "$".
9652         Suggested by Russ Allbery.
9653
9654         * shr.el: Rework the way things are indented by <li> slightly.
9655
9656         * gnus.el (gnus-group-set-parameter): Fix typo.
9657
9658         * nnimap.el: Start implementing QRESYNC support.
9659
9660 2010-10-09  Julien Danjou  <julien@danjou.info>
9661
9662         * nnir.el (nnir-engines): Fix too many arguments.
9663
9664 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9665
9666         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
9667         group is the "last", so that the backends like nnfolder actually save
9668         their folders.
9669
9670         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
9671         try to use that for the tls stream.
9672         (nnimap-retrieve-group-data-early): Rework the marks code to heed
9673         UIDVALIDITY and find out which groups are read-only and not.
9674         (nnimap-get-flags): Use the same marks parsing code as the rest of
9675         nnimap.
9676
9677 2010-10-09  Julien Danjou  <julien@danjou.info>
9678
9679         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
9680
9681         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
9682         retrieving gravatars.
9683
9684         * shr.el (shr-table-corner): Add.
9685         (shr-table-line): Add.
9686         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
9687
9688 2010-10-08  Julien Danjou  <julien@danjou.info>
9689
9690         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
9691
9692 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
9693
9694         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
9695
9696         * gnus-sum.el (gnus-mark-article-as-unread)
9697         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
9698         (gnus-summary-set-bookmark): Use it.
9699
9700         * gnus-msg.el (gnus-setup-message): Use it.
9701
9702         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9703
9704         * gnus.el (gnus-group-remove-parameter): Use it.
9705
9706         * gnus-group.el (gnus-group-make-web-group): Use it.
9707
9708         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9709
9710         * nnregistry.el: Update docs to mention manual.
9711
9712         * gnus-registry.el: Update docs to mention nnregistry.el.
9713         (gnus-registry-initialize): Don't install nnregistry refer method
9714         automatically.
9715         (gnus-registry-install-nnregistry): Remove it.
9716
9717 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9718
9719         * shr.el (shr-insert): Don't insert double spaces.
9720
9721 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9722
9723         * gnus-gravatar.el (gnus-treat-from-gravatar)
9724         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
9725         called interactively.
9726
9727         * gnus-art.el (gnus-mime-view-part-externally)
9728         (gnus-mime-view-part-internally): Make predicate function passed to
9729         gnus-mime-view-part-as-type assume argument is a mime type, not a list
9730         of a mime type.
9731
9732         * shr.el (shr-table-widths): Don't use cl function `reduce'.
9733
9734 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9735
9736         * shr.el (require): Require cl when compiling.
9737         (shr-tag-hr): New function.
9738
9739         * nnimap.el (nnimap-update-info): Remove double setting of high.
9740         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
9741         This makes nnimap work properly on Courier again.
9742
9743         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
9744         the variable for backwards compatibility.
9745
9746         * mm-decode.el (mm-save-part): If given a non-directory result, expand
9747         the file name before using to avoid setting mm-default-directory to
9748         nil.
9749
9750         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
9751         bidning gnus-agent variables.
9752
9753         * shr.el (shr-render-td): Use a cache for the table rendering function
9754         to avoid getting an exponential rendering behavior in nested tables.
9755         (shr-insert): Rework the line-breaking algorithm.
9756         (shr-insert): Don't leave trailing spaces.
9757         (shr-insert-table): Also insert empty TDs.
9758         (shr-tag-blockquote): Ensure paragraphs after </ul>.
9759
9760 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9761
9762         * gnus-sum.el (gnus-number): Rename from `number'.
9763         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
9764         (gnus-summary-limit-children): Update uses correspondingly.
9765
9766 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9767
9768         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
9769         (gnus-gravatar-transform-address): Don't show avatars of people of
9770         which mail addresses match gnus-gravatar-too-ugly.
9771
9772 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9773
9774         * shr.el (shr-table-widths): Expand TD elements to fill available
9775         space.
9776
9777 2010-10-07  Julien Danjou  <julien@danjou.info>
9778
9779         * nnimap.el (nnimap-request-rename-group): Add this method.
9780
9781 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9782
9783         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
9784         name from XEmacs' function-arglist.
9785
9786         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
9787         gravatar under XEmacs.
9788
9789 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
9790
9791         * auth-source.el: Update docs with TODO items.
9792
9793         * gnus-sync.el: Update docs to explain state and plans.
9794
9795         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
9796         Hooks for mark updates.
9797         (gnus-request-set-mark, gnus-request-update-mark): Use them.
9798
9799         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
9800         hooks with arguments, which is needed for mark update hooks.
9801
9802 2010-10-06  Julien Danjou  <julien@danjou.info>
9803
9804         * gnus.el (gnus-expand-group-parameter): Only return and act on what
9805         was matched.
9806
9807         * sieve-manage.el: Update example in `Commentary'.
9808
9809         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
9810
9811         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
9812         not 2000.
9813         (sieve-manage-authenticate): Re-add function.
9814
9815 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9816
9817         * shr.el (shr-insert): Get 'space transition right.
9818         (shr-render-td): Only delete space at the end of the TD.
9819
9820         * nnimap.el (nnimap-open-connection): Prepare to support
9821         open-gnutls-stream.
9822
9823         * shr.el: Rearrange function order to be more logical.
9824
9825 2010-10-06  Julien Danjou  <julien@danjou.info>
9826
9827         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
9828         (nnrss-discover-feed): Remove 404 URL in docstring.
9829
9830         * nnir.el: Fix Swish-E URL.
9831         Fix Namazu URL.
9832
9833         * message.el (message-change-subject): Remove 404 URL in a comment.
9834
9835 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9836
9837         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
9838         called interactively.
9839
9840         * gnus-util.el (gnus-remove-if): Allow hash table.
9841         (gnus-remove-if-not): New function.
9842
9843         * gnus-art.el (gnus-mime-view-part-as-type):
9844         * gnus-score.el (gnus-summary-score-effect):
9845         * gnus-sum.el (gnus-read-move-group-name):
9846         Replace remove-if-not with gnus-remove-if-not.
9847
9848         * gnus-group.el (gnus-group-completing-read):
9849         Regard collection as a hash table if it is not a list.
9850
9851 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9852
9853         * shr.el (shr-render-td): Allow blank/missing <TD>s.
9854
9855         * shr.el: Document the table-rendering algorithm.
9856
9857 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9858
9859         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
9860         for Emacsen having no `libxml-parse-html-region' support.
9861
9862 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9863
9864         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
9865         invalid URLs.
9866
9867         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
9868         line-broken.
9869         (shr-tag-img): Ignore image fetching errors.
9870         (shr-overlays-in-region): Compute overlay positions correctly.
9871
9872         * mm-decode.el (mm-shr): Require shr.
9873
9874         * gnus-art.el (gnus-blocked-images): Move variable here.
9875
9876         * shr.el (shr-insert-table): Bind free variable.
9877
9878         * mm-decode.el (mm-shr): Bind shr-content-function.
9879
9880         * shr.el (shr-content-function): New variable.
9881
9882         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
9883         added for symmetry.
9884
9885         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
9886
9887         * gnus-group.el (gnus-group-make-group): Doc fix.
9888
9889         * nnimap.el (nnimap-request-newgroups): Return success.
9890
9891         * shr.el (shr-find-elements): New function.
9892         (shr-tag-table): Put all the images after the table.
9893         (shr-tag-table): Really inhibit images inside the table.
9894         (shr-collect-overlays): Copy over overlays from the TD elements to the
9895         main document.
9896
9897         * mm-decode.el (mm-shr): Bind shr-blocked-images to
9898         gnus-blocked-images.
9899
9900 2010-10-05  Julien Danjou  <julien@danjou.info>
9901
9902         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
9903
9904         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
9905         (gnus-html-maximum-image-size): Add this function.
9906         (gnus-html-put-image): Use gnus-html-maximum-image-size.
9907
9908         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
9909         server-value of the capability is nil.
9910
9911 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9912
9913         * shr.el (shr-tag-em): Add <EM> tag.
9914
9915 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
9916
9917         * sieve-manage.el (sieve-manage-default-stream): Make default stream
9918         customizable.
9919
9920         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
9921         handing broken links to browse-url.
9922
9923 2010-10-05  Julien Danjou  <julien@danjou.info>
9924
9925         * gnus-util.el (gnus-emacs-completing-read)
9926         (gnus-iswitchb-completing-read): Use autoload rather than require.
9927
9928 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9929
9930         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
9931         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
9932         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
9933         iswitchb-temp-buflist for XEmacs.
9934
9935         * gnus-util.el (gnus-completing-read-function): Exclude
9936         gnus-icompleting-read and gnus-ido-completing-read from candidates for
9937         XEmacs since iswitchb.el is very old and ido.el is unavailable in
9938         XEmacs.
9939
9940         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
9941         not to use `delete-dups' that is unavailable in XEmacs 21.4.
9942
9943         * gnus-html.el: Don't require help-fns under XEmacs.
9944         (gnus-html-schedule-image-fetching): Work for XEmacs.
9945
9946         * mm-decode.el (mm-shr): Decode contents by charset.
9947
9948 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9949
9950         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
9951         unknown.
9952
9953         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
9954         (shr-get-image-data): Ensure against the cache file missing.
9955
9956         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
9957         for data.
9958
9959         * spam-report.el (spam-report-url-ping-plain): Don't query about
9960         killing the process.
9961
9962         * shr.el (shr-render-td): Protect against too-wide text.
9963
9964 2010-10-04  Julien Danjou  <julien@danjou.info>
9965
9966         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
9967         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
9968
9969         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
9970         retrieved.
9971
9972 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9973
9974         * shr.el (browse-url): Require.
9975         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
9976         lines.
9977         (shr-show-alt-text, shr-browse-image): New commands.
9978         (shr-browse-url, shr-copy-url): New commands.
9979
9980         * gnus-sum.el (gnus-widen-article-window): New variable.
9981         (gnus-summary-select-article-buffer): Use it.
9982
9983         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
9984         without @ signs.
9985
9986 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9987
9988         * nnir.el (nnir-run-imap): Remove spurious space in search string.
9989
9990 2010-10-04  Julien Danjou  <julien@danjou.info>
9991
9992         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
9993         for XEmacs.
9994
9995 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9996
9997         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
9998
9999         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
10000         (nnimap-close-server): Implement.
10001
10002         * dgnushack.el (iswitchb): Require to shut up the compiler.
10003
10004         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
10005         (shr-insert): Tweak line breaking.
10006         (shr-insert): Handle <pre> better.
10007         (shr-tag-li): Get <li> indentation right.
10008         (shr-tag-li): Get <li> indentation even righter.
10009         (shr-tag-blockquote): Ensure paragraph start.
10010         (shr-make-table): Tweak table generation.
10011         (shr-make-table): Fix typo.
10012
10013         * shr.el: Implement table rendering.
10014
10015 2010-10-04  Julien Danjou  <julien@danjou.info>
10016
10017         * gnus-html.el (gnus-html-put-image): Fix resize image code.
10018
10019 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10020
10021         * shr.el (shr-insert): Use string anchors instead of line anchors.
10022
10023 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10024
10025         * shr.el: Add headings.
10026         (shr-ensure-paragraph): Actually work.
10027         (shr-tag-li): Make <ul> prettier.
10028         (shr-insert): Get white space at the beginning/end of elements right.
10029         (shr-tag-p): Collapse subsequent <p>s.
10030         (shr-ensure-paragraph): Don't insert double line feeds after blank
10031         lines.
10032         (shr-insert): \t is also space.
10033         (shr-tag-s): Fix "s" tag name function.
10034         (shr-tag-s): Fix face prop name.
10035
10036 2010-10-03  Julien Danjou  <julien@danjou.info>
10037
10038         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
10039
10040         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
10041         gnus-window-inside-pixel-edges.
10042
10043         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
10044         gnus-ems.
10045
10046         * mm-view.el (mm-inline-image-emacs): Support image resizing.
10047
10048         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
10049         function.
10050
10051         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
10052         resize choice.
10053
10054 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10055
10056         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
10057         beginning of the buffer.
10058
10059         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
10060         article buffer again.
10061
10062         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
10063
10064         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
10065         when it's at the start of the buffer.
10066
10067         * shr.el (shr-tag-blockquote): Convert name.
10068         (shr-rescale-image): Use the right image-size variant.
10069
10070         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
10071         buffer isn't shown, then select the current article first instead of
10072         bugging out.
10073         (gnus-summary-select-article-buffer): Show both the article and summary
10074         buffers again.
10075
10076         * shr.el (shr-fontize-cont): Protect against regions with no text.
10077         Rename tag functions to shr-tag-* for enhanced security.
10078         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
10079
10080 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
10081
10082         * shr.el (shr-insert):
10083         * pop3.el (pop3-movemail):
10084         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
10085         loaded.
10086
10087 2010-10-03  Glenn Morris  <rgm@gnu.org>
10088
10089         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
10090
10091         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
10092
10093         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
10094
10095         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
10096
10097         * gnus-util.el (gnus-make-local-hook): Simplify.
10098
10099 2010-10-02  Julien Danjou  <julien@danjou.info>
10100
10101         * gnus-util.el (gnus-iswitchb-completing-read): New function.
10102         (gnus-ido-completing-read): New function.
10103         (gnus-emacs-completing-read): New function.
10104         (gnus-completing-read): Use gnus-completing-read-function.
10105         Add gnus-completing-read-function.
10106
10107 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10108
10109         * shr.el (shr-insert-document): Autoload.
10110         (shr-img): Be silent.
10111         (shr-insert): Add a newline after every picture before text.
10112         (shr-add-font): Use overlays for combining faces.
10113         (shr-insert): Pass upwards the text start point.
10114
10115         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
10116         possible.
10117         (mm-shr): New function.
10118
10119 2010-10-02  Julien Danjou  <julien@danjou.info>
10120
10121         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
10122         should go backward.
10123
10124 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
10125
10126         * shr.el (shr): Fix typo in provide call.
10127
10128 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10129
10130         * shr.el: New file.
10131
10132         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
10133
10134         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
10135         completing read.
10136
10137 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10138
10139         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
10140         we're being queried about.  Suggested by Dan Jacobson.
10141
10142         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
10143         Suggested by Jason Eisner.
10144
10145         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
10146         table, too.  Suggested by Stefan Wiens.
10147         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
10148         the table unnecessary.  Suggested by Stefan Wiens.
10149
10150         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
10151         longer needed, and probably doesn't work either, as pointed out by
10152         Stefan Wiens.
10153         (gnus-summary-exit): Remove call to the clearing function.
10154         (gnus-summary-exit-no-update): Ditto.
10155
10156         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
10157         instead of gnus-eval-in-buffer-window to avoid popping up frames.
10158         Reported by Stefan Monnier.
10159         (gnus-summary-save-in-rmail): Ditto.
10160
10161         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
10162         article buffer, instead of both the article buffer and the summary
10163         buffer.  Sort of suggested by Dan Jacobson.
10164
10165         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
10166
10167         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
10168         Suggested by Dan Jacobson.
10169
10170         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
10171         documentation clearer.
10172
10173         * message.el (message-shorten-references): Comment on the number "21".
10174         Suggested by Stefan Monnier.
10175
10176         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
10177         Suggested by Dan Jacobson.
10178
10179         * gnus.el (gnus-large-newsgroup):
10180         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
10181
10182         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
10183         externalize attachments.  Bug reported by Steve Wen.
10184
10185         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
10186         really message anything to the user.
10187
10188         * nnmail.el (nnmail-article-group): Allow using the fancy split method
10189         directly.
10190
10191         * nnimap.el (nnimap-request-group): Low higher than high to signal no
10192         messages in empty groups.
10193
10194 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10195
10196         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
10197         non-UIDNEXT group.
10198
10199 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10200
10201         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
10202         not the value from the collection.
10203
10204         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
10205         values.  This sometimes happens on some groups that have no info.
10206         (nnimap-request-newgroups): New function.
10207
10208 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10209
10210         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
10211         check into `gnus-registry-initialize'.
10212         (gnus-registry-initialize): Ditto.
10213         Fix and extend header docs.
10214
10215 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10216
10217         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
10218         regexp backtrace overflows.
10219
10220         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
10221         for starttls that tls.el implements; i.e. openssl.
10222
10223         * tls.el (tls-starttls-switches): Give up on using starttls with
10224         gnutls-cli.
10225         (tls-program): Add --insecure to be consistent with the defaults from
10226         openssl s_client.  Now all three commands are insecure.
10227
10228 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10229
10230         * lpath.el: Bind completion-styles-alist for XEmacs.
10231
10232         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
10233         (gravatar-create-image): New function that's an alias to
10234         gnus-xmas-create-image, gnus-create-image, or create-image.
10235         (gravatar-data->image): Use it.
10236
10237 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
10238
10239         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
10240         install the nnregistry refer method.
10241         (gnus-registry-install-hooks): Use it.
10242         (gnus-registry-unfollowed-groups): Add nnmairix to the default
10243         unfollowed groups.
10244
10245 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
10246
10247         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
10248         expanding threads.
10249
10250 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10251
10252         * nnir.el: Use the server names without suffixes (bug#7009).
10253
10254         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
10255         unencrypted to STARTTLS, if possible.
10256
10257 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10258
10259         * message.el (message-ignored-supersedes-headers): Strip Injection-*
10260         headers before superseding.
10261
10262 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10263
10264         * nnrss.el (nnrss-use-local): Add documentation.
10265
10266         * nnimap.el (nnimap-extend-tls-programs): New function.
10267         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
10268         (nnimap-wait-for-connection): Accept the greeting from the stupid
10269         output from openssl s_client -starttls, too.
10270
10271         * tls.el (tls-starttls-switches): New variable.
10272         (tls-find-starttls-argument): Use it.
10273         (open-tls-stream): Ditto.
10274
10275         * netrc.el (netrc-credentials): Return the value of the "default" entry.
10276         (netrc-machine): Ditto.
10277
10278         * nnimap.el (nnimap-find-article-by-message-id): Really return the
10279         article number.
10280         (nnimap-split-fancy): New variable.
10281         (nnimap-split-incoming-mail): Use it.
10282
10283         * nntp.el (nntp-server-list-active-group): Document.
10284
10285         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
10286         SELECT to get the message-id.
10287
10288         * mail-source.el (mail-sources): Remove webmail support.
10289         (defvar): Ditto.
10290         (mail-source-fetcher-alist): Ditto.
10291         (mail-source-fetch-webmail): Remove.
10292
10293         * webmail.el: Remove -- doesn't seem relevant any more.
10294
10295         * gnus.el: Fix up make-obsolete-variable declarations throughout.
10296
10297         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
10298         the \r.
10299
10300 2010-09-30  Julien Danjou  <julien@danjou.info>
10301
10302         * gnus-agent.el (gnus-agent-add-group): Fix call to
10303         gnus-completing-read.
10304
10305 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10306
10307         * nndoc.el (nndoc-retrieve-groups): New function.
10308
10309         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
10310         `default', use nnmail-split-methods.
10311         (nnimap-request-article): Downcase the NILs so that they are nil.
10312
10313         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
10314         symbol.
10315
10316         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
10317         code, since if the user has requested network, that's what they ought
10318         to get.
10319         (nnimap-request-set-mark): Erase the buffer before issuing commands.
10320         (nnimap-split-rule): Mark as obsolete.
10321
10322         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
10323         New variable.
10324
10325         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
10326         correct slot, too.
10327
10328 2010-09-29  Julien Danjou  <julien@danjou.info>
10329
10330         * gnus.el (gnus-local-domain): Declare variable obsolete.
10331
10332         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
10333         Fix history computing.
10334         (gnus-ido-completing-read): Require ido.
10335
10336 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10337
10338         * gnus-registry.el: Don't prompt on load, which makes it impossible to
10339         build Gnus.
10340
10341         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
10342         when interpreting the structures.
10343         (nnimap-request-accept-article): Add \r\n to the lines to make this
10344         work with Cyrus.
10345
10346         * nndraft.el (nndraft-request-expire-articles): Use the group name
10347         instead if "nndraft".  Fix found by Nils Ackermann.
10348
10349 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
10350
10351         * nnregistry.el: Add.
10352
10353 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10354
10355         * nnmail.el (group, group-art-list, group-art):
10356         Remove unneeded directives.
10357
10358 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10359
10360         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
10361         (mm-mime-charset):
10362         * rfc2047.el (rfc2047-syntax-table):
10363         * utf7.el (utf7-utf-16-coding-system): Comment fix.
10364
10365         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
10366         rather than `insert-file-contents' and `eval-region'.
10367
10368         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
10369         construction.
10370
10371         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
10372
10373         * time-date.el: No need to require cl for Emacs 21.
10374
10375 2010-09-29  Julien Danjou  <julien@danjou.info>
10376
10377         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
10378         replacement of `gnus-gravatar-relief' to mimic
10379         `gnus-faces-properties-alist'.
10380         Add :version property.
10381
10382 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10383
10384         * mail-source.el (mail-source-report-new-mail):
10385         * message.el (message-default-mail-headers):
10386         * mm-decode.el (mm-valid-image-format-p): Comment fix.
10387
10388         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
10389
10390 2010-09-28  Julien Danjou  <julien@danjou.info>
10391
10392         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
10393         mail-address contains the same string as real-name.
10394
10395         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
10396         non-blank in header, otherwise it'll get stripped.
10397
10398         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
10399         real-name, and then for mail address rather than doing : or , search.
10400
10401 2010-09-27  Julien Danjou  <julien@danjou.info>
10402
10403         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
10404         right completing-read function.
10405         (gnus-use-ido): New variable
10406         (gnus-completing-read-with-default): Remove.
10407         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
10408         (gnus-agent-add-group):
10409         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
10410         * mm-view.el (mm-view-pkcs7-decrypt):
10411         * mm-util.el (mm-codepage-setup):
10412         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10413         * mml-smime.el (mml-smime-openssl-sign-query):
10414         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
10415         (mml-insert-multipart):
10416         * gnus-msg.el (gnus-summary-yank-message):
10417         * gnus-int.el (gnus-start-news-server):
10418         * mm-decode.el (mm-interactively-view-part):
10419         * gnus-dired.el (gnus-dired-attach):
10420         * gnus.el (gnus-read-method):
10421         * gnus-bookmark.el (gnus-bookmark-jump):
10422         * gnus-art.el (gnus-mime-view-part-as-type)
10423         (gnus-mime-action-on-part, gnus-article-encrypt-body):
10424         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
10425         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
10426         * nnmairix.el (nnmairix-create-server-and-default-group)
10427         (nnmairix-update-groups, nnmairix-get-server)
10428         (nnmairix-backend-to-server, nnmairix-goto-original-article)
10429         (nnmairix-get-group-from-file-path):
10430         * nnrss.el (nnrss-find-rss-via-syndic8):
10431         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
10432         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
10433         (gnus-group-browse-foreign-server):
10434         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
10435         (gnus-summary-execute-command, gnus-summary-respool-article)
10436         (gnus-read-move-group-name):
10437         * gnus-score.el (gnus-summary-increase-score)
10438         (gnus-summary-score-effect):
10439         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
10440
10441 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10442
10443         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
10444         x-focus-frame.
10445
10446         * nnimap.el (auth-source-forget-user-or-password)
10447         (auth-source-user-or-password): Autoload.
10448
10449         * message.el (message-from-style, message-interactive)
10450         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10451         (message-yank-prefix, message-indentation-spaces, message-signature)
10452         (message-signature-file): Add comment.
10453
10454 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10455
10456         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
10457         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
10458         new articles.
10459
10460         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
10461         parts.
10462         (nnimap-request-article): Work with the t setting, too.
10463
10464         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
10465         that you don't get flashes of other buffers.
10466         (gnus-summary-show-complete-article): Intern before setting.
10467
10468 2010-09-27  David Engster  <dengste@eml.cc>
10469
10470         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
10471         well as HEADERS.
10472         (nnmairix-retrieve-headers): Provide new argument for the above.
10473
10474 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10475
10476         * gnus-sum.el (gnus-summary-move-article): Don't alter
10477         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
10478         group.
10479
10480         * nnimap.el (nnimap-update-info): Don't destructively alter active.
10481
10482         * message.el (message-cite-prefix-regexp): Revert my last edit.
10483
10484         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
10485         variable instead of the Gnus variable.
10486
10487         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
10488
10489         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
10490
10491         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
10492         since some servers don't like it.
10493         (nnimap-open-connection): Forget credentials if the server says the
10494         password was wrong.
10495         (nnimap-parse-line): Protect against invalid data.
10496
10497         * gnus-sum.el (gnus-summary-move-article): Add comment.
10498         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
10499         nothing alters it while scanning for new messages.
10500
10501         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
10502         which may or may not help.
10503         (nnimap-open-connection): If we're doing a stream connection, and then
10504         discover we're on a STARTTLS-capable server, then open a STARTTLS
10505         connection instead.
10506
10507 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10508
10509         * nnimap.el (utf7): Require.
10510
10511         * message.el (message-cite-prefix-regexp): Remove "}" from citation
10512         prefix.
10513
10514 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
10515
10516         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
10517
10518 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10519
10520         * nnimap.el (nnimap-request-accept-article): Message the error on
10521         error.
10522
10523 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10524
10525         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
10526
10527 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10528
10529         * nndoc.el (nndoc-request-list): Return success always.
10530
10531         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
10532         `fetch-old' -- we only want to fetch the articles we've requested.
10533         The rest are in the agent, probably.
10534         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
10535         disappeared server" to something low.  It's not important.
10536
10537         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
10538         arrived before the FETCH data.
10539
10540         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
10541         target here, because we don't know the Gnus name of the group.
10542
10543         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
10544         for the correct group.
10545
10546         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
10547
10548         * gnus.el (gnus): Give a final warning after startup.
10549
10550         * gnus-util.el (gnus-action-message-log): New variable.
10551         (gnus-message): Use it.
10552         (gnus-final-warning): New function.
10553
10554         * nnimap.el (nnimap-open-connection): Record the greeting.
10555         (nnimap): Add greeting.
10556
10557 2010-09-26  Julien Danjou  <julien@danjou.info>
10558
10559         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
10560         arguments.
10561         (gnus-html-wash-images): Fix spec computing to include start/end.
10562
10563         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
10564
10565 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10566
10567         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
10568         deletion.
10569         (nnimap-retrieve-headers): Don't select the group, because that's
10570         already done by nnimap-possibly-change-group.
10571
10572         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
10573         (gnus-picon-transform-address): Use it.
10574
10575         * mail-source.el (mail-source-value): Revert previous patch.
10576
10577         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
10578         on failure.
10579         (nnimap-open-connection): Look up both virtual and physical server name
10580         credentials.
10581
10582         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
10583
10584 2009-02-07  Dave Love  <fx@gnu.org>
10585
10586         * tls.el (open-tls-stream): Don't query killing process.
10587
10588 2009-02-08  Dave Love  <fx@gnu.org>
10589
10590         * gnus-win.el (gnus-window-to-buffer-helper)
10591         (gnus-all-windows-visible-p): Function needn't be a symbol.
10592
10593         * mail-source.el (mail-source-value): Function needn't be a symbol.
10594
10595 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10596
10597         * message.el (message-cite-prefix-regexp): Remove } from the cite
10598         prefix.
10599
10600         * gnus-art.el (gnus-treatment-function-alist): Do picons before
10601         highlight again, so that the highlight is correct.
10602
10603         * gnus-picon.el (gnus-picon): Remove again.
10604         (gnus-picon-create-glyph): Set the background XPM color explicitly.
10605
10606         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
10607         doing the header highlightling, so that the background color of the
10608         picon is correct.
10609
10610         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
10611         (gnus-picon): Ditto.
10612         (gnus-picon): Reinstate.  The background color for picons is white.
10613         (gnus-picon-insert-glyph): Make the background white.
10614
10615         * nnml.el (nnml-open-nov): Don't return dead buffers.
10616
10617         * auth-source.el (auth-source-create): Query the user for whether to
10618         store the credentials.
10619
10620         * netrc.el (netrc-store-data): New function.
10621
10622         * auth-source.el (auth-source-user-or-password): Use the existing auth
10623         sources, if any, for creation.
10624
10625         * gnus.el (gnus-group-fast-parameter): Return the last matching
10626         parameter instead of the first matching parameter.
10627
10628 2010-09-26  Julien Danjou  <julien@danjou.info>
10629
10630         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
10631
10632 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10633
10634         * mml2015.el (mml2015-use): Remove gpg support.
10635
10636         * mml1991.el (mml1991-function-alist): Remove gpg function.
10637         (mml1991-gpg-sign): Remove.
10638
10639 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
10640
10641         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
10642         (gnus-browse-unsubscribe-current-group): Document it.
10643         (gnus-browse-unsubscribe-group): Use it.
10644
10645 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10646
10647         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
10648         address to the To list for easier response.
10649
10650         * gnus.el (gnus-play-startup-jingle): Remove.
10651         (gnus-splash): Don't play jingle.
10652         (gnus): Silence gnus-load message.
10653
10654         * gnus-art.el (gnus-treat-play-sounds): Remove.
10655
10656         * gnus.el (gnus-play-jingle): Remove audio support.
10657
10658         * gnus-cus.el (gnus-score-customize): Remove audio reference.
10659
10660         * earcon.el: Remove -- no users.
10661
10662         * gnus-audio.el: Remove -- no users of this package.
10663
10664         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
10665
10666         * gnus-start.el (gnus-setup-news): Remove nocem support.
10667
10668         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
10669
10670         * gnus.el (gnus-use-nocem): Remove.
10671
10672         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
10673         Remove.
10674
10675         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
10676         uses NoCeM any more.
10677
10678         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
10679         (gnus-button-ctan-handler): Ditto.
10680         (gnus-button-handle-ctan-bogus-regexp): Ditto.
10681         (gnus-button-ctan-directory-regexp): Ditto.
10682         (gnus-button-handle-ctan): Ditto.
10683         (gnus-button-tex-level): Ditto.
10684         (gnus-button-alist): Remove CTAN stuff.
10685
10686 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10687
10688         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
10689         nnimap-streaming test.
10690
10691         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
10692         servers twice.
10693
10694         * nnimap.el (nnimap-open-connection): Add more error reporting when
10695         nnimap fails early.
10696
10697         * nnheader.el (nnheader-get-report-string): New function.
10698         (nnheader-get-report): Use it.
10699
10700         * gnus-int.el (gnus-check-server): Say what the error was when opening
10701         failed.
10702
10703         * nnimap.el (nnimap-wait-for-response): Search further when we're not
10704         using streaming.
10705
10706 2010-09-25  Julien Danjou  <julien@danjou.info>
10707
10708         * gnus-html.el (gnus-html-rescale-image): Use our defalias
10709         gnus-window-inside-pixel-edges.
10710
10711 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10712
10713         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
10714
10715         * mm-decode.el (mm-save-part): Allow saving to other directories the
10716         normal Emacs way.
10717
10718         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
10719         Suggested by Jay Berkenbilt.
10720
10721         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
10722         there isn't a single byte.
10723
10724         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
10725         just do it.  It doesn't really seem to matter what the user responds
10726         here, I think, so it's just a confusing question.
10727
10728         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
10729         non-streaming case.
10730
10731         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
10732         (gnus-article-encrypt-body): Use it.
10733
10734         * gnus-sum.el (gnus-summary-show-complete-article): New command and
10735         keystroke.
10736
10737         * nnimap.el (nnimap-find-wanted-parts-1):
10738         Use gnus-fetch-partial-articles.
10739
10740         * gnus-art.el (gnus-fetch-partial-articles): New variable.
10741
10742         * nnimap.el (nnimap-insert-partial-structure): New function.
10743         (nnimap-get-partial-article): New function.
10744         (nnimap-request-article): Use it.
10745         (nnimap-wait-for-response): Return whether the wait was successful.
10746         (nnimap-finish-retrieve-group-infos): Don't do anything if the
10747         retrieval wasn't successful.
10748         (nnimap-retrieve-group-data-early): Allow throttling servers.
10749         (nnimap-streaming): New variable.
10750         (nnimap-fetch-partial-articles): Remove.
10751
10752         * mm-decode.el (mm-with-part): Protect against killed buffers.
10753
10754         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
10755         for prettier summary display.
10756
10757 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
10758
10759         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
10760
10761 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10762
10763         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
10764         apparently third-party libraries depend on it.
10765
10766         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
10767         before starting negotiation.
10768
10769         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
10770         privacy reasons.
10771         (gnus-treat-mail-gravatar): Ditto.
10772
10773         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
10774         buffer when inserting images.  Inserting text into the headers, for
10775         instance, can make them invalid.
10776
10777 2010-09-25  Julien Danjou  <julien@danjou.info>
10778
10779         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
10780         variables.
10781
10782         * nnheader.el: Remove useless variables news-reply-yank-from and
10783         news-reply-yank-message-id.
10784
10785         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
10786         variables.
10787
10788         * mml1991.el: Remove useless mml1991-verbose.
10789
10790         * gnus.el: Remove useless variable gnus-use-generic-from.
10791         Remove obsolete variable gnus-topic-indentation.
10792
10793         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
10794
10795         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
10796
10797         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
10798
10799         * gnus-group.el: Remove useless gnus-group-icon-cache.
10800         Remove useless gnus-ephemeral-group-server.
10801
10802         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
10803
10804         * mml2015.el: Remove useless mml2015-verbose.
10805
10806         * mml-smime.el: Remove useless mml-smime-verbose.
10807
10808         * gnus.el: Remove useless gnus-local-domain.
10809
10810         * gnus-gravatar.el (gnus-gravatar-transform-address):
10811         Use gnus-gravatar-size.
10812
10813         * gnus-art.el: Remove useless gnus-treat-translate.
10814
10815 2010-09-24  Julien Danjou  <julien@danjou.info>
10816
10817         * gnus-sum.el: Add support for Gravatars.
10818
10819         * gnus-art.el: Add support for Gravatars.
10820
10821         * gnus-gravatar.el: Add this file.
10822
10823         * gravatar.el: Add this file.
10824
10825 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10826
10827         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
10828
10829         * gnus-group.el (gnus-group-fetch-faq): Remove.
10830
10831         * gnus.el (gnus-group-faq-directory): Remove.
10832
10833         * gnus-group.el (gnus-group-fetch-charter): Remove.
10834
10835         * gnus.el (gnus-group-charter-alist): Remove.
10836
10837         * gnus-group.el (gnus-group-archive-directory): Remove.
10838         (gnus-group-recent-archive-directory): Ditto.
10839         (gnus-group-make-archive-group): Remove.
10840
10841         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
10842
10843         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
10844         use the same article number for all the cached articles.
10845
10846         * nnimap.el (nnimap-command): Register the last command time so
10847         that we can use it for idling NOOPs.
10848         (nnimap-open-connection): Start the keeplive timer.
10849         (nnimap-make-process-buffer): Store all the process buffers.
10850         (nnimap-keepalive): New function.
10851
10852         * starttls.el (starttls-open-stream): Add autoload cookie.
10853
10854 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10855
10856         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
10857         handling.
10858
10859 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10860
10861         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
10862         its data structures.
10863
10864         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
10865         instead of the cl.el copy-list.
10866         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
10867         equalp.
10868
10869 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10870
10871         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
10872         and tool-bar-local-item-from-menu.
10873
10874         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
10875         mode-line-highlight face for Emacs.
10876
10877         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
10878         loading gnus-sum.elc; fix comment for canlock-verify.
10879         (gnus-article-jump-to-part): Use read-number.
10880         (gnus-insert-mime-button, gnus-insert-mime-security-button):
10881         Remove Emacs pre-21 compatible code for help-echo.
10882         (gnus-article-next-page-1): No need to adjust the number of lines.
10883         (gnus-article-describe-bindings): Always use help-buffer.
10884
10885         * gnus-audio.el (gnus-audio-inline-sound):
10886         * gnus-cus.el (gnus-custom-mode):
10887         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
10888
10889         * gnus-sum.el (gnus-remove-overlays): Doc fix.
10890
10891         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
10892         compatible code.
10893
10894 2010-09-24  Glenn Morris  <rgm@gnu.org>
10895
10896         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
10897         visiting the fcc file in rmail-mode.
10898
10899         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
10900
10901 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10902
10903         * nnir.el: Silence the byte compiler.
10904
10905         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
10906         alias to browse-url-url-encode-chars if any.
10907         (gnus-html-encode-url): Use it.
10908
10909 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10910
10911         * gnus-start.el (gnus-use-backend-marks): New variable.
10912         (gnus-get-unread-articles-in-group): Use it.
10913
10914         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
10915         makeover.
10916
10917 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10918
10919         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
10920
10921 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10922
10923         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
10924         Remove.
10925         (gnus-setup-news-hook):
10926         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
10927
10928         * gnus-int.el (gnus-request-update-info): Protect against backends not
10929         having the function.
10930
10931         * nnimap.el (nnimap-stream): Mention starttls.
10932         (nnimap-open-connection): Add starttls support.
10933
10934 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10935
10936         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
10937
10938 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10939
10940         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
10941         BODYSTRUCTUREs.
10942         (nnimap-transform-headers): Unfold quoted {42} headers.
10943
10944         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
10945         the info.
10946         (gnus-get-unread-articles): Only call updatep on backends that support
10947         it.
10948
10949         * nnweb.el (nnweb-request-update-info): NOOP.
10950
10951         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
10952
10953         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
10954         since it only deals with marks.
10955
10956         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
10957         gnus-request-marks, and make a new gnus-request-update-info.
10958
10959         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
10960         the active instead of the high number, which is usually too low.
10961
10962 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
10963
10964         * netrc.el (netrc-parse): Remove encrypt.el mentions.
10965         * encrypt.el: Remove.
10966
10967 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10968
10969         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
10970         server in symbolic form.
10971
10972         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
10973
10974 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10975
10976         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
10977         (nnimap-update-info): Fix up code slightly.
10978
10979         * gnus-int.el (gnus-open-server): Add tracing for performance
10980         debugging.
10981
10982         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
10983         (gnus-group-insert-group-line): Pass the real group name so that it
10984         gets the right data.
10985
10986         * gnus-start.el (gnus-get-unread-articles): Don't have
10987         `gnus-get-unread-articles-in-group' update info, since that can be
10988         really slow and doesn't seem to be needed?
10989
10990 2010-09-22  Dan Christensen  <jdc@uwo.ca>
10991
10992         * time-date.el (date-to-time): Try using parse-time-string first before
10993         using the slower timezone-make-date-arpa-standard.
10994
10995 2010-09-22  Julien Danjou  <julien@danjou.info>
10996
10997         * gnus-group.el (gnus-group-insert-group-line):
10998         Call gnus-group-highlight-line.
10999         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
11000         default hook list.
11001         (gnus-group-update-eval-form): Add new function.
11002         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
11003         (gnus-group-get-icon): Use gnus-group-update-eval-form.
11004
11005 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11006
11007         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
11008         immediate, then expire all articles.
11009         (nnimap-update-info): Fix off-by-one errors.
11010         (nnimap-flags-to-marks): Would return no marks lists for group with no
11011         flags.  Instead return the other data.
11012
11013 2010-09-22  Julien Danjou  <julien@danjou.info>
11014
11015         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
11016         Only return an icon.
11017         (gnus-group-insert-group-line): Compute icon to return.
11018
11019         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
11020         (gnus-html-image-fetched): Only cache if
11021         gnus-html-image-automatic-caching is set.
11022         (gnus-html-image-fetched): Check for errors.
11023
11024 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11025
11026         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
11027         once per method on `g'.  This ensures that backends like nnfolder don't
11028         open all their folders.
11029
11030         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
11031         (nnimap-request-list): Nix out group in the correct buffer.
11032         (nnimap-parse-flags): Implement by using `read' instead of
11033         hand-parsing.
11034         (nnimap-flags-to-marks): Pass on permanent-flags.
11035         (nnimap-make-process-buffer): Record the server name.
11036         (nnimap-parse-flags): Fix typo.
11037         (nnimap-request-scan): Run split on the server in general, not just a
11038         single group.
11039
11040         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
11041         parameter, and propagate this downwards.
11042
11043         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
11044         since EXAMINE changes it on the server.
11045
11046         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
11047         this command might take a while.
11048
11049 2010-09-22  Julien Danjou  <julien@danjou.info>
11050
11051         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
11052         harmful if you have 2 images side-by-side, they can't be properly
11053         update on text deletion.  Using text-property is safer here.
11054         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
11055         data.
11056
11057 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11058
11059         * nnimap.el (nnimap-expunge-inbox): Remove.
11060         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
11061         (nnimap-expunge): Flip default to t.
11062
11063         * gnus.el (gnus-method-to-server): Don't push things to the cache
11064         unless it's unique.
11065         (gnus-server-to-method): Ditto.
11066
11067 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11068
11069         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
11070
11071 2010-09-22  Julien Danjou  <julien@danjou.info>
11072
11073         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
11074         get the start of data.
11075         (gnus-html-encode-url): Add this function to encode special chars in
11076         URL.
11077         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
11078         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
11079
11080         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
11081         default.
11082         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
11083
11084         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
11085         images alt-text.
11086         (gnus-html-put-image): Put alt-text as help-echo.
11087
11088 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11089
11090         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
11091         * mm-util.el (mm-decompress-buffer):
11092         * nnir.el (nnir-run-find-grep):
11093         * pop3.el (pop3-list): Use 3rd arg of split-string.
11094
11095         * time-date.el (format-seconds): Comment fix.
11096
11097         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
11098         and byte-optimize-form-code-walker.
11099         (dgnushack-make-auto-load): Don't advise make-autoload.
11100
11101         * lpath.el: Remove Emacs 21 stuff.
11102
11103 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11104
11105         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
11106         outside the active range.  Suggested by Dan Christensen.
11107
11108         * gnus-start.el (gnus-get-unread-articles): Get the extended method
11109         slightly later to avoid double-getting it.
11110
11111         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
11112         previous patch.
11113
11114         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
11115
11116 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
11117
11118         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
11119
11120 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11121
11122         * gnus-int.el (gnus-open-server): Give a better error message in the
11123         "go offline" case.
11124
11125         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
11126         marks for nnimap, which is seldom the right thing to do.
11127
11128         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
11129         (gnus-same-method-different-name): New function.
11130
11131         * nnimap.el (parse-time): Require.
11132
11133         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
11134         method in the presence of many similar methods.
11135
11136         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
11137
11138         * nnimap.el (nnimap-find-expired-articles): Don't refer to
11139         nnml-inhibit-expiry.
11140
11141         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
11142         find out whether methods are equal.
11143
11144         * nnimap.el (nnimap-find-expired-articles): New function.
11145         (nnimap-process-expiry-targets): New function.
11146         (nnimap-request-move-article): Request the article before looking at
11147         what the Message-ID is.  Fix found by Andrew Cohen.
11148         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
11149
11150         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
11151         for oldness in addition to being a predicate.
11152
11153         * nnimap.el (nnimap-request-group): When we have zero articles, return
11154         the right data to Gnus.
11155         (nnimap-request-expire-articles): Only delete articles immediately if
11156         the target is 'delete.
11157
11158         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
11159         method, this would bug out.
11160
11161         * gnus-group.el (gnus-group-expunge-group): Rename from
11162         gnus-group-nnimap-expunge, and implemented as a normal interface
11163         function.
11164
11165         * gnus-int.el (gnus-request-expunge-group): New function.
11166
11167         * nnimap.el (nnimap-request-create-group): Implement.
11168         (nnimap-request-expunge-group): New function.
11169
11170 2010-09-21  Julien Danjou  <julien@danjou.info>
11171
11172         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
11173         (gnus-html-cache-expired): Add new function.
11174         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
11175         wethever we should display image for fetch it.
11176         Compute alt-text earlier to pass it to the fetching function too.
11177         (gnus-html-schedule-image-fetching): Change function argument to only
11178         get one image at a time, not a list.
11179         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
11180         cache.
11181         (gnus-html-get-image-data): New function to retrieve image data from
11182         cache.
11183         (gnus-html-put-image): Change buffer argument to use image data rather
11184         than file, and place image above region rather than inserting a new
11185         one.  Do not take alt-text as argument, since it's useless now: we place
11186         the image above alt-text.
11187         (gnus-html-prune-cache): Remove.
11188         (gnus-html-show-images): Start to fetch image when we find one, do not
11189         push into a temporary list.
11190         (gnus-html-prefetch-images): Only fetch image if they have expired.
11191         (gnus-html-browse-image): Fix, use 'gnus-image-url.
11192         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
11193
11194 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11195
11196         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
11197
11198 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11199
11200         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
11201         spec inser "*" if the group isn't active instead of 0.
11202
11203         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
11204         opening the server.
11205         (nnimap-request-delete-group): Implement group deletion.
11206         (nnimap-transform-headers): Return the size of the entire message in
11207         the Bytes header, not just the size of the first part.
11208         (nnimap-request-move-article): When moving an article from nnimap,
11209         request the article first so the accepting form has an article to
11210         accept.  Reported by Dan Christensen.
11211         (nnimap-command): Make sure that the error message doesn't error out.
11212
11213 2010-09-20  David Edmondson  <dme@dme.org>
11214
11215         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
11216         we haven't requested anything.
11217
11218 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11219
11220         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
11221         "".  Fix found by Andrew Cohen.
11222
11223         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
11224         instead of -encode-string.
11225
11226 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11227
11228         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
11229
11230         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
11231         by mm-subst-char-in-string.
11232
11233 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11234
11235         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
11236         waiting for the connection string.
11237
11238         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
11239         arriving.
11240
11241         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
11242         bogus characters.  This allows selecting certain Gmail groups.
11243
11244         * nnimap.el (nnimap-find-wanted-parts-1): New function.
11245         (nnimap-fetch-partial-articles): New variable.
11246         (nnimap-open-connection): When looking for credentials, also use the
11247         nnimap-server-port.
11248         (nnimap-request-article): Return the group/article number, so that Gnus
11249         `^' works as expected.
11250         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
11251
11252         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
11253         comments.
11254         (gnus-methods-sloppily-equal): New function.
11255         (gnus): When using the development version of Gnus, load the gnus-load
11256         file.
11257
11258         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
11259         `gnus-open-server' on each method before trying to scan them etc.
11260         This ensures that all the backend parameters are set correctly.
11261
11262         * nnimap.el (nnimap-authenticator): New variable.
11263         (nnimap-open-connection): Allow anonymous login.
11264         (nnimap-transform-headers): The chars header is called Chars not Bytes.
11265         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
11266
11267         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
11268         patch, found by Knut Anders Hatlen.
11269
11270 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
11271
11272         * gnus-agent.el (gnus-agent-batch-confirmation)
11273         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
11274         to gnus-message.
11275         * gnus-art.el (gnus-article-describe-briefly): Likewise.
11276         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
11277         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
11278         * gnus-int.el (gnus-open-server): Likewise.
11279         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
11280         (gnus-score-check-syntax): Likewise.
11281         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
11282         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
11283         Likewise.
11284         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
11285
11286 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11287
11288         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
11289         calling conventions so that prefetch doesn't bug out.
11290
11291 2010-09-19  Julien Danjou  <julien@danjou.info>
11292
11293         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
11294         rather than `subst-char-in-region' in order to be able to replace ASCII
11295         char by UTF-8 ones.
11296
11297         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
11298         than curl.
11299         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
11300         the right URL and ALT text on images.
11301         (gnus-html-wash-tags): Fix tag case.
11302         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
11303         (gnus-article-html): Add -o display_ins_del=2 option.
11304         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
11305
11306 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11307
11308         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
11309         the extra mail headers, which sometimes seem to happen for unknown
11310         reasons.
11311
11312         * mail-parse.el (mail-header-encode-parameter): Define as
11313         rfc2045-encode-string instead of as rfc2231-encode-string, since some
11314         (or most, perhaps?) mail readers don't understand the latter, but do
11315         understand the former.
11316
11317         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
11318         to nil, so that no methods are automatically agentized.  I think this
11319         is probably what most users want.
11320
11321         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
11322         from url-retrieve, for instance about invalid URLs.
11323
11324         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
11325         groups that have no articles.
11326         (nnimap-request-article): Check that we really got an article when we
11327         requested one.
11328
11329         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
11330         doesn't exist.
11331
11332         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
11333         nntp buffer so the agent can save it.
11334         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
11335         that CRLF doesn't get translated to \n.
11336         (nnimap-open-connection): Don't make 'shell commands only send \n.
11337
11338 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11339
11340         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
11341         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
11342         Update var name.
11343         (nnml-generate-nov-file): Use dolist.
11344         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
11345         Use with-current-buffer.
11346
11347 2010-09-18  Julien Danjou  <julien@danjou.info>
11348
11349         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
11350         parallel.
11351
11352 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11353
11354         * nnimap.el (nnimap-update-info): When doing partial marks update, get
11355         the range update right.
11356         (nnimap-request-group): Don't make `M-g' bug out on group with no
11357         marks.
11358         (nnoo): Require, so that other packages can require nnimap.
11359         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
11360         command we're looking for.  This helps when the server sends more
11361         responses after we've gotten everything we expected.
11362         (nnimap): Add a `newlinep' field to keep track of end-of-line
11363         conventions.
11364         Don't send CRLF to things that don't want it.
11365         (nnimap-request-accept-article): Ditto.
11366
11367 2010-09-18  Julien Danjou  <julien@danjou.info>
11368
11369         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
11370         than curl to retrieve images.
11371
11372 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11373
11374         * nnimap.el (nnimap-update-info): Extend the info so that we can set
11375         the marks.
11376         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
11377         (nnimap-wait-for-connection): New function.
11378         (nnimap-open-connection): If we have PREAUTH, don't query for login
11379         credentials.
11380         (nnimap-update-info): Fix off-by-one error when concatenating ranges
11381         when doing a partial update.
11382
11383 2010-09-18  Julien Danjou  <julien@danjou.info>
11384
11385         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
11386         tags.
11387
11388 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11389
11390         * nnimap.el (nnimap-credentials): New function.
11391         (nnimap-open-connection): Use the new function to look for credentials
11392         also on the numeric equivalents of "imap" and "imaps".
11393
11394         * gnus-start.el (gnus-activate-group): Send the info to
11395         gnus-request-group.
11396
11397         * nnimap.el (nnimap-request-group): Have the "check" version of the
11398         function parse flags and update the info, so that a `M-g' get a total
11399         resync of all flags from the group.
11400
11401         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
11402         to allow backends to alter the info on group selection.  Also alter all
11403         the backend -request-group functions to take the parameter.
11404
11405         * nnimap.el (nnimap-store-info): New function.
11406         (nnimap-update-info): Store the info for later usage.
11407         (nnimap-request-group): Use the stored info for the dont-check case, so
11408         that we don't retrieve all marks when we enter a group.
11409
11410         * nnimap.el: Use deffoo instead of defun for interface functions.
11411
11412         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
11413         update the group info.  This makes the nndraft groups, for instance, go
11414         back to their old behavior.
11415
11416         * gnus-sum.el (gnus-select-newsgroup): Indent.
11417
11418         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
11419         in.
11420         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
11421         nothing.
11422
11423         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
11424         from methods that are denied.
11425
11426         * gnus-int.el (gnus-method-denied-p): New function.
11427
11428         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
11429         store the password instead of netrc.
11430         (nnimap-open-connection): Don't error out when we can't make a
11431         connections.
11432
11433         * auth-source.el (auth-source-create): In the password prompt, say what
11434         we're querying for.  Also prompt for user name if that hasn't been
11435         given.
11436
11437         * nnimap.el (nnimap-with-process-buffer): Remove.
11438
11439 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11440
11441         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
11442         method when we're reading from the agent.
11443
11444         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
11445
11446         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
11447         that's probably most useful for users.
11448
11449         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
11450         "failed" all the time.
11451
11452         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
11453         ...)) with (with-current-buffer ... ).
11454
11455         * nntp.el (nntp-open-server): Return whether the open was successful or
11456         not.
11457
11458         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
11459         select an unread unseen article first.
11460
11461         * nnimap.el (nnimap-open-connection): If the user doesn't have a
11462         /etc/services, supply some sensible port defaults.
11463
11464         * dgnushack.el: Define netrc-credentials.
11465
11466 2010-09-17  Julien Danjou  <julien@danjou.info>
11467
11468         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
11469
11470 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11471
11472         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
11473         doesn't have any parameters.
11474
11475 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11476
11477         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
11478         only upcased checks.
11479
11480         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
11481
11482         * nnimap.el (nnimap-open-shell-stream): New function.
11483         (nnimap-open-connection): Use it.
11484         (nnimap-transform-headers): Get the number of lines in each message.
11485         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
11486         number of lines.
11487         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
11488         problem.
11489
11490         * utf7.el (utf7-encode): Autoload.
11491
11492         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
11493         to allow the mail splitting to not return a default group.  This is
11494         useful for nnimap, which will leave unmatched mail in the inbox.
11495
11496         * nnimap.el: Rewritten.
11497
11498         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
11499         nnimap usage.
11500
11501         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
11502         if the move is internal, so that nnimap can do fast internal moves.
11503
11504         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
11505         data.
11506         (gnus-read-active-for-groups): Support finishing the early retrieval of
11507         data.
11508
11509         * gnus-range.el (gnus-range-nconcat): New function.
11510
11511         * gnus-int.el (gnus-finish-retrieve-group-infos)
11512         (gnus-retrieve-group-data-early): New functions.
11513
11514 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11515
11516         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
11517         (nnrss-retrieve-groups):
11518         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
11519         (pop3-quit): Use with-current-buffer.
11520
11521 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11522
11523         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
11524         instead of nnheader-accept-process-output.
11525
11526         * dgnushack.el (dgnushack-compile): Add comment.
11527
11528         * lpath.el: No need to fbind propertize for XEmacs 21.4.
11529
11530         * gnus-html.el (gnus-html-schedule-image-fetching)
11531         (gnus-html-prefetch-images): Replace process-kill-without-query by
11532         gnus-set-process-query-on-exit-flag.
11533
11534 2010-09-16  Romain Francoise  <romain@orebokech.com>
11535
11536         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
11537
11538 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11539
11540         * gnus-registry.el (gnus-registry-install-shortcuts): The second
11541         parameter to unintern is mandatory-ish in Emacs 24.
11542
11543         * gnus-html.el (gnus-html-schedule-image-fetching)
11544         (gnus-html-prefetch-images): Check for curl before using it.
11545
11546         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
11547         depend on curl, which isn't essential.
11548
11549         * imap.el: Revert back to version
11550         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
11551         seem problematic.
11552
11553 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11554
11555         * gnus-registry.el (gnus-registry-install-shortcuts):
11556         Explicitly pass `obarray' to `unintern' to avoid a warning.
11557
11558 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11559
11560         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
11561         change.
11562
11563         * nnrss.el (nnrss-request-list): Remove this function and related
11564         functions, including the moreover stuff.
11565
11566 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11567
11568         * nnrss.el (nnrss-retrieve-groups): New function.
11569
11570 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11571
11572         * .dir-locals.el: Add no-byte-compile cookie.
11573
11574 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11575
11576         * time-date.el (format-seconds): Comment fix.
11577
11578         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
11579         for back end that doesn't support request-scan.
11580
11581 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11582
11583         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
11584         then do request scans from the backends.
11585
11586         * netrc.el (netrc-credentials): New conveniency function.
11587
11588         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
11589         avoid running a hook per line, since this takes a lot of time,
11590         profiling shows.
11591         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
11592         directly if gnus-visual-p is true.
11593
11594 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11595
11596         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
11597         groups; replace mapcar with dolist which is a bit faster; pass groups
11598         info to gnus-read-active-file-1.
11599         (gnus-read-active-file-1): Scan only specified groups if the new
11600         optional arg `infos' is given.
11601
11602 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11603
11604         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
11605
11606         * pop3.el (pop3-movemail): Remove.
11607         (pop3-streaming-movemail): Rename to pop3-movemail.
11608
11609         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
11610         don't restrict end-tag searches to the end of the line.
11611
11612 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11613
11614         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
11615         articles of every unchecked group to t, which means unknown since the
11616         server has never been opened.
11617
11618 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11619
11620         * gnus-html.el (gnus-html-show-alt-text): New command.
11621         (gnus-html-browse-image): Ditto.
11622         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
11623         to browse the image directly.
11624         (gnus-html-wash-tags): Search for images first, so that <a><img> works
11625         better.
11626
11627         * gnus-async.el (gnus-async-article-callback):
11628         Call `gnus-html-prefetch-images' unconditionally.
11629
11630         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
11631         before feeding URLs to curl.
11632
11633 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11634
11635         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
11636         internal images as deletable by `W D D'.
11637
11638         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
11639         (gnus-async-article-callback): Fix typo.
11640
11641 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11642
11643         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
11644         current line to work around bugs in the output from w3m.
11645
11646         * gnus-async.el (gnus-async-article-callback): Always prefetch images
11647         for groups that want that.
11648
11649         * nntp.el (nntp-wait-for-string): Supply a timeout for
11650         accept-process-output to ensure progress.
11651
11652         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
11653         level to get unread articles from, then use that for foreign groups,
11654         too.
11655
11656         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
11657         confuses the rest of the function.
11658
11659         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
11660         for the methods that support -retrieve-groups, too.
11661
11662         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
11663
11664 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11665
11666         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
11667         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
11668
11669         * pop3.el: Require cl when compiling.
11670         (pop3-number-of-responses): Search for "+OK", not "+OK ".
11671
11672 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11673
11674         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
11675         that aren't going to be activated.
11676         (gnus-get-unread-articles): Fix up the last commit.
11677
11678         * gnus-html.el (gnus-article-html): Allow calling without specifying
11679         the handle.  In that case, dissect the buffer first.
11680
11681         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
11682
11683         * nnimap.el (nnimap-open-connection): Revert the change that would look
11684         into authinfo for imaps instead of imap.
11685
11686         * gnus-start.el (gnus-activate-group): Take an optional parameter to
11687         say that you don't want to call gnus-request-group with don-check, but
11688         do check the reponse.  This is for virtual groups only.
11689         (gnus-get-unread-articles): Count the archive groups as secondary, so
11690         that they're activated the same way as before.
11691
11692         * imap.el (imap-message-map): Removed optional buffer parameter, since
11693         no callers use it.
11694         (imap-message-get): Ditto.
11695         (imap-message-put): Ditto.
11696         (imap-mailbox-map): Ditto.
11697         (imap-mailbox-put): Ditto.
11698         (imap-mailbox-get): Ditto.
11699         (imap-mailbox-get): Revert last change for this function.
11700
11701         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
11702         case-insensitively.
11703         (nnimap-debug): Remove.
11704
11705         * net/imap.el (imap-fetch-safe): Remove function, and alter all
11706         callers to use `imap-fetch' instead.  According to the comments, this
11707         should be safe, since all other IMAP clients use the 1:* syntax.
11708         (imap-enable-exchange-bug-workaround): Remove.
11709         (imap-debug): Remove -- doesn't seem very useful.
11710
11711         * mail-source.el (mail-source-fetch): Don't message if we're fetching
11712         mail from a file, and the file doesn't exist.
11713
11714         * imap.el (imap-log): New convenience function used throughout instead
11715         of repeating the same code all over the place.
11716
11717         * pop3.el (pop3-streaming-movemail): Return t for success.
11718
11719         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
11720         .authinfo if we're using ssl connection.
11721
11722         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
11723         already have if we're in a main Gnus `g' run.
11724
11725         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
11726
11727 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11728
11729         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
11730
11731         * nnmh.el (nnmh-request-list-1): Bind `file'.
11732
11733         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
11734         alias to set-process-query-on-exit-flag or process-kill-without-query.
11735         (pop3-open-server): Use it.
11736
11737 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11738
11739         * mail-source.el (mail-source-delete-crash-box): Always move the crash
11740         box to the Incoming file.  Fixes mistake in previous checkin.
11741
11742         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
11743         request loop (for debugging purposes) removed.
11744
11745         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
11746         culprit is more visible.
11747         (nnml-save-incremental-nov, nnml-open-incremental-nov)
11748         (nnml-add-incremental-nov): New functions to do "incremental" nov
11749         updates, where we just append to the end of the existing nov files
11750         without reading/writing them in full.
11751
11752         * mail-source.el (mail-source-delete-crash-box): Really only check the
11753         incoming files once in a while.
11754
11755         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
11756
11757         * mail-source.el (mail-source-delete-crash-box): Only check the
11758         incoming files for deletion once per day to save a lot of file
11759         accesses.
11760
11761         * pop3.el (pop3-logon): Fix up unbound variable typo.
11762
11763         * mail-source.el (pop3-streaming-movemail): Autoload.
11764
11765         * pop3.el (pop3-streaming-movemail):
11766         Respect pop3-leave-mail-on-server.
11767
11768         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
11769         retrieval.
11770
11771         * pop3.el (pop3-process-filter): Remove unused function.
11772         (pop3-streaming-movemail, pop3-send-streaming-command)
11773         (pop3-wait-for-messages, pop3-write-to-file)
11774         (pop3-number-of-responses): New functions for streaming pop3
11775         retrieval.
11776
11777         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
11778         come from no known methods.
11779         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
11780         list.
11781
11782         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
11783         message sizes.
11784         (pop3-movemail): Use erase-buffer instead of looping and deleting
11785         regions, which seems rather odd.
11786
11787         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
11788         file once per `g' run.
11789
11790         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
11791         directories.  This makes the draft queue directory work.
11792
11793         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
11794         data from the backends, so that we only request the list of groups from
11795         each method once.  This should speed things up considerably.
11796
11797         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
11798         detect that it's not implemented.
11799
11800         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
11801         we actually do recurse down into the tree, but don't stat all leaf
11802         nodes.
11803
11804         * gnus-html.el (gnus-html-show-images): If there are no images to show,
11805         then say so instead of bugging out.
11806
11807         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
11808         files exist before trying to read them.
11809
11810         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
11811         around <pre_int>.
11812
11813         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
11814
11815         * nnmh.el (nnmh-request-list-1): Optimize for speed.
11816
11817 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11818
11819         * mm-util.el (mm-image-load-path): Just return the image directories,
11820         not all directories in the path in addition to the image directories.
11821         (mm-image-load-path): Maintain a cache of the image directories so that
11822         the `g' command in Gnus doesn't have to stat dozens of directories each
11823         time.
11824
11825         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
11826         (gnus-html-wash-tags): Add a new `i' command to insert images.
11827         (gnus-html-insert-image): New command and keystroke.
11828         (gnus-html-redisplay-with-images): New command and keystroke.
11829         (gnus-html-show-images): Rename command.
11830         (gnus-html-wash-tags): Remove more white space before <pre_int> image
11831         spacers.
11832         (gnus-html-wash-tags): Decode entities at the end, so that entities
11833         inside the tags don't mess up the rest of the "parsing".
11834
11835         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
11836         so that nnimap methods aren't agentized by default.  There's apparently
11837         many problems related to agent/imap behavior.
11838
11839         * gnus-art.el (gnus-article-copy-string): New command and key binding.
11840
11841         * gnus-html.el: Doc fix.
11842
11843 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11844
11845         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
11846         specifier-spec-list for Emacs 21.
11847
11848         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
11849         glyph-width and glyph-height instead of display-graphic-p and
11850         image-size; make avoidance of displaying small images work for XEmacs.
11851
11852         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
11853         for XEmacs.
11854
11855         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
11856         of symbol that holds plist data.
11857         (gnus-process-plist): Remove plist of process after getting it.
11858
11859 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11860
11861         * message.el (message-generate-hashcash): Change default to
11862         'opportunistic if hashcash is installed.
11863
11864         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
11865         (gnus-html-put-image): Only call image-size once, since it's somewhat
11866         time-consuming on remote X servers.
11867
11868 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11869
11870         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
11871         type on data, not a file name.
11872
11873         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
11874         window-pixel-edges for Emacs 21.
11875
11876         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
11877         decoded contents.
11878         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
11879
11880 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11881
11882         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
11883         group line format, since it isn't very interesting.
11884
11885         * gnus-agent.el (gnus-agent-short-article),
11886         (gnus-agent-long-article): Increase values for these two variables,
11887         since most people are likely to have more network connection and
11888         storage than before.
11889
11890         * gnus.el (gnus-refer-article-method): Change default to 'current.
11891         When referring an article, the common behavior is to refer it from the
11892         current select method, not the native select method.  The chances of
11893         the native select method having the message in question is rather slim
11894         these days.
11895
11896         * gnus-sum.el (gnus-auto-select-subject): Change default to
11897         `unseen-or-unread'.  I think it's likely that most people want to
11898         select an unseen article over a previously seen, but unread one.
11899
11900         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
11901         means that in the article buffer none of the minor mode elements will
11902         be shown, usually, and this is not desirable in most cases.
11903
11904         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
11905         that commands like `d' (and the like) go to the next line in the
11906         buffer, instead of the next unread article.  I think this is the
11907         behavior that is most natural for most users.
11908         (gnus-single-article-buffer): Change default to nil, so that people can
11909         have as many article buffers open as they have summary buffer.  I think
11910         this is the most natural way for the groups to behave.
11911
11912         * message.el (message-generate-new-buffers): Change default to
11913         `unsent', so that all new message buffers start their names with the
11914         string "*unsent", and it's easier to find the buffers if you move from
11915         them.
11916
11917 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11918
11919         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
11920         small.  They're probably tracking images.
11921         (gnus-html-wash-tags): Remove all <pre_int> place holders.
11922         (gnus-html-rescale-image): Yet another try at getting the image sizing
11923         right.
11924
11925         * nntp.el (nntp-request-set-mark): Refuse to do marks if
11926         nntp-marks-file-name is nil.
11927
11928 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11929
11930         * gnus-html.el (gnus-html-wash-tags)
11931         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
11932         Better logging.
11933
11934 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11935
11936         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
11937
11938         * gnus-html.el (gnus-html-wash-tags): Check the value of
11939         gnus-blocked-images in the summary buffer.
11940
11941 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11942
11943         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
11944
11945 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11946
11947         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
11948         like "a", it seems like.
11949         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
11950         since it needs to be picked from the correct buffer.
11951
11952         * nnwfm.el: Remove.
11953
11954         * nnlistserv.el: Remove.
11955
11956 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11957
11958         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
11959         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
11960
11961 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11962
11963         * nnkiboze.el: Remove.
11964
11965         * nndb.el: Remove.
11966
11967         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
11968         alt text.
11969         (gnus-html-rescale-image): Try to get the rescaling logic right for
11970         images that are just wide and not tall.
11971
11972         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
11973         overshadow variable bindings.
11974
11975 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11976
11977         * gnus-html.el (gnus-html-wash-tags)
11978         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
11979         Add extra logging.
11980
11981 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11982
11983         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
11984         (gnus-max-image-proportion): New variable.
11985         (gnus-html-rescale-image): New function.
11986         (gnus-html-put-image): Rescale images.
11987
11988 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11989
11990         Fix up some byte-compiler warnings.
11991         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
11992         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
11993         (gnus-article-fill-cited-article, gnus-article-hide-citation)
11994         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
11995         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
11996         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
11997         (gnus-group-update-group): Use save-excursion and with-current-buffer.
11998
11999 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12000
12001         * gnus-html.el (gnus-article-html): Decode contents by charset.
12002
12003 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12004
12005         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
12006         (gnus-html-frame-width, gnus-blocked-images):
12007         * message.el (message-prune-recipient-rules): Add custom version.
12008         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
12009
12010         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
12011         functions.
12012
12013         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
12014         gnus-process-get.
12015
12016 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
12017
12018         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
12019         instead of lsub directly.
12020
12021 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12022
12023         * nnwarchive.el: Remove.
12024
12025         * gnus-soup.el: Remove.
12026
12027         * nnsoup.el: Remove.
12028
12029         * nnultimate.el: Remove.
12030
12031         * gnus-html.el (gnus-blocked-images): New variable.
12032
12033         * message.el (message-prune-recipients): New function.
12034         (message-prune-recipient-rules): New variable.
12035
12036         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
12037         guess whether a long line is natural text or not.
12038
12039         * gnus-html.el (gnus-html-schedule-image-fetching):
12040         Use gnus-process-plist and friends for compatibility.
12041
12042 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12043
12044         * gnus-html.el: Require packages that define macros used in this file.
12045         (gnus-article-mouse-face): Declare to silence byte-compiler.
12046         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
12047         process-get.
12048         (gnus-html-put-image): Use plist-get to avoid getf.
12049         (gnus-html-prefetch-images): Use with-current-buffer.
12050
12051 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12052
12053         * gnus-ems.el: Provide compatibility functions for
12054         gnus-set-process-plist.
12055
12056         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
12057         header-line-format for XEmacs 21.4.
12058
12059         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
12060         * gnus.el (gnus-valid-select-methods):
12061         * message.el (message-send-mail-partially-limit):
12062         * mm-decode.el (mm-text-html-renderer):
12063         * mml.el (mml-insert-mime-headers-always):
12064         * smiley.el (smiley-regexp-alist): Bump custom version.
12065
12066 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12067
12068         * gnus-html.el: Require mm-url.
12069         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
12070         with the url to `url'.
12071         (gnus-html-wash-tags): Support cid: URLs/images.
12072
12073 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12074
12075         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
12076         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
12077         bindings, as they aren't useful at all.  `w' is moved to `W w'.
12078
12079         * gnus-move.el: Remove file, since it doesn't really work.
12080
12081         * gnus-html.el (gnus-article-html): Tell w3m that the input is
12082         UTF-8.  This seems to fix problems with some German web feeds.
12083
12084         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
12085         at the top so that the proper colors are applied.
12086
12087         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
12088         don't have dots in their names.
12089
12090         * gnus-art.el (gnus-article-view-part): Doc fix.
12091
12092         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
12093         XEmacs-compatible.
12094         (gnus-html-put-image): Don't do images on non-graphic displays.
12095
12096         * nnslashdot.el: Remove this unused backend.
12097
12098         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
12099         actions.
12100         (gnus-undo-register-1): Revert last change.
12101
12102         * gnus-group.el (gnus-group-completing-read): Protect against not
12103         having completion-styles bound.
12104
12105         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
12106         make broken recipients happier.
12107
12108         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
12109
12110         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
12111         point parameter.
12112
12113         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
12114
12115         * gnus-group.el (gnus-group-completing-read): Add 'substring to
12116         completion-styles for group selection.
12117
12118 2009-02-04  Andreas Schwab  <schwab@suse.de>
12119
12120         * gnus-score.el (gnus-score-string): Fix regex for matching extra
12121         headers and regexp-quote the match if necessary.
12122
12123 2009-03-24  Miles Bader  <miles@gnu.org>
12124
12125         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
12126         the blinking smiley.
12127
12128 2009-03-24  Simon Josefsson  <simon@josefsson.org>
12129
12130         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
12131         blink smiley.
12132
12133 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12134
12135         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
12136         where the dribbel file lives exists.
12137
12138         * message.el (message-send-mail-partially-limit): Change the default to
12139         nil, since most people don't want this.
12140
12141         * mm-url.el (mm-url-decode-entities): Also decode entities like
12142         &#x3212.
12143
12144 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12145
12146         * gnus-sum.el (gnus-summary-idna-message):
12147         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
12148         Hyperlink urls in docstrings with URL `...'.
12149
12150 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
12151
12152         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
12153         functions.
12154
12155 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12156
12157         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
12158         say what the mouseover text should be.
12159
12160         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
12161         version of the mm-w3m-safe-url-regexp variable to only download images
12162         in the groups where we want that to happen.
12163
12164         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
12165
12166         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
12167         easier debugging.
12168         (gnus-article-beginning-of-window): Add kludge to allow spacing past
12169         big pictures in the article buffer.
12170
12171         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
12172         gnus-article-html.
12173         (mm-text-html-renderer): gnus-article-html needs curl in addition to
12174         w3m.
12175
12176         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
12177
12178 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12179
12180         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
12181         which doesn't exist.
12182
12183         * message.el (message-inhibit-ecomplete): New variable to allow some
12184         function to inhibit ecomplete address storage.
12185         (message-resend): Disable ecomplete message storage when resending
12186         messages.
12187
12188         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
12189
12190 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12191
12192         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
12193         Save excursion while copying, moving, and deleting articles in order to
12194         prevent the cursor from jumping to unforeseen place.
12195
12196 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12197
12198         * lpath.el: No need to bind bookmark-current-buffer,
12199         bookmark-yank-point and bookmark-make-record-function.
12200
12201 2010-08-17  Glenn Morris  <rgm@gnu.org>
12202
12203         * gnus-sync.el: Require gnus components whose functions are used.
12204
12205         * gnus-art.el (bookmark-make-record-function):
12206         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
12207         Declare for compiler.
12208
12209         * mm-url.el (mml-compute-boundary): Autoload.
12210
12211 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12212
12213         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
12214
12215 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
12216
12217         Typo fix "hoo4a" -> "hook".
12218
12219         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
12220
12221 2010-08-14  Glenn Morris  <rgm@gnu.org>
12222
12223         * gnus-sync.el (gnus-sync): Fix defgroup version.
12224
12225 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
12226
12227         Doc fixes and keep unknown groups (ammended for nunion bug fix).
12228
12229         * gnus-sync.el: Fix docs.
12230         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
12231         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
12232
12233 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12234
12235         Optimizations for gnus-sync.el.
12236
12237         * gnus-sync.el: Add docs about gnus-sync-backend
12238         possibilities.
12239         (gnus-sync-save): Remove unnecessary message.
12240         (gnus-sync-read): Optimize and show what groups were skipped.
12241
12242 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12243
12244         Minor bug fixes for gnus-sync.el.
12245
12246         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
12247         Don't read the sync on get-new-news.
12248
12249         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
12250         quiet.
12251
12252         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
12253         (fix typo).
12254
12255 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
12256
12257         Make saving and restoring of hidden threads work with overlays.
12258         Patch applied by Ted Zlatanov.
12259
12260         * gnus-sum.el (gnus-hidden-threads-configuration)
12261         (gnus-restore-hidden-threads-configuration): Update to deal with text
12262         properties, rather than searching for a magic character.
12263
12264 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12265
12266         New gnus-sync.el library for synchronization of marks.
12267
12268         * gnus-sync.el: New library for synchronization of marks.
12269
12270         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
12271         renamed from `gnus-registry-grep-in-list'.
12272
12273         * gnus-registry.el (gnus-registry-follow-group-p):
12274         Use `gnus-grep-in-list'.
12275
12276         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
12277
12278 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12279
12280         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
12281         determining charset of text fails.
12282
12283 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12284
12285         * nnmail.el (nnmail-get-new-mail-1): Revert.
12286
12287         * nnml.el (nnml-active-number): Make sure names of newly created groups
12288         in nnml-group-alist are encoded.
12289
12290 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12291
12292         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
12293         containing non-ASCII characters in active file for nnml back end.
12294
12295 2010-07-24  David Engster  <dengste@eml.cc>
12296
12297         * mml-smime.el (mml-smime-epg-verify): Also accept the older
12298         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
12299
12300 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
12301
12302         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
12303         tag (Bug#6654).
12304
12305 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12306
12307         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
12308         the article buffer, not the summary buffer.
12309
12310 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12311
12312         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
12313         Emacs 23 as well.
12314
12315 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12316
12317         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
12318         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
12319
12320 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12321
12322         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
12323         Patch applied by Karl Fogel.
12324
12325         * gnus-sum.el (gnus-summary-bookmark-make-record):
12326         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
12327
12328 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12329
12330         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
12331         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
12332         C-w still not working correctly from Article buffers; Thierry's
12333         patch to fix that will be applied after this.
12334
12335         * gnus-art.el (bookmark-make-record-function): New local variable.
12336
12337         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
12338         article buffer.
12339         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
12340
12341 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
12342
12343         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
12344         on changes in bookmark.el.
12345
12346 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12347
12348         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
12349         `no-log' instead of message not to log prompt string.
12350
12351 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
12352
12353         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
12354         the *other* type of HTML form submission.
12355
12356 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
12357
12358         * auth-source.el (auth-source-pick): If choice does not contain a
12359         questioned keyword, set the check to t.
12360
12361 2010-06-12  Romain Francoise  <romain@orebokech.com>
12362
12363         * gnus-util.el (gnus-date-get-time): Move up before first use.
12364
12365 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12366
12367         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
12368         (gnus-article-edit-part): Bind it to make last part that is substituted
12369         or deleted visible.
12370         (gnus-mime-display-single): Buttonize part of which id equals to
12371         gnus-mime-buttonized-part-id.
12372
12373 2010-06-10  Dan Christensen  <jdc@uwo.ca>
12374
12375         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
12376         (gnus-dd-mmm): Use gnus-date-get-time.
12377         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
12378         simplify logic.
12379         (gnus-summary-limit-to-age): Use gnus-date-get-time.
12380         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
12381
12382 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
12383
12384         * auth-source.el (top): Autoload `secrets-list-collections',
12385         `secrets-create-item', `secrets-delete-item'.
12386         (auth-sources): Fix tag string.
12387         (auth-get-source, auth-source-retrieve, auth-source-create)
12388         (auth-source-delete): New defuns.
12389         (auth-source-pick): Rewrite in order to avoid 2 passes.
12390         (auth-source-forget-user-or-password): New parameter USERNAME.
12391         (auth-source-user-or-password): New parameters CREATE-MISSING and
12392         DELETE-EXISTING.  Retrieve password interactively, if needed.
12393
12394 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
12395
12396         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
12397         deleting unused directories when gnus-expert-user is t.
12398
12399 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12400
12401         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
12402         for each temp file when gnus-article-browse-delete-temp is ask.
12403
12404 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12405
12406         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
12407         Replace Lisp calls to delete-backward-char by calls to delete-char.
12408
12409 2010-05-20  Kevin Ryde  <user42@zip.com.au>
12410
12411         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
12412
12413 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
12414
12415         * password-cache.el (password-cache-remove): Fix docstring.
12416
12417 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12418
12419         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
12420         article unless decoding article to be saved.
12421
12422 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12423
12424         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
12425         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
12426         generated within the mm-with-unibyte-current-buffer macro.
12427
12428 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12429
12430         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
12431         to nil when we're in a mml-preview buffer and no group is selected.
12432
12433 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
12434
12435         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
12436         when catching the `C-g'.  Reported by "Leo".
12437
12438 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12439
12440         * message.el (message-forward-make-body-plain)
12441         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
12442         multibyte-string-p.
12443
12444         * lpath.el: Revert.
12445
12446 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12447
12448         * message.el (message-forward-make-body-mml): Assume original message
12449         is multibyte string; error on unibyte.
12450         (message-forward-make-body-plain): Ditto; don't add excessive newline
12451         in body end.
12452
12453         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
12454
12455 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
12456
12457         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
12458         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
12459
12460 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12461
12462         * mm-extern.el (mm-extern-url): Don't use
12463         mm-with-unibyte-current-buffer.
12464         (mm-extern-cache-contents): Use with-current-buffer instead of
12465         save-excursion + set-buffer.
12466
12467 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12468
12469         * mm-util.el (mm-emacs-mule): Remove.
12470
12471 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
12472
12473         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
12474         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
12475         change.
12476
12477 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12478
12479         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
12480         bind the default value of enable-multibyte-characters to nil.
12481
12482 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12483
12484         * message.el (message-forward-make-body-plain)
12485         (message-forward-make-body-mml):
12486         Don't use mm-with-unibyte-current-buffer.
12487
12488 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12489
12490         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
12491
12492 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
12493
12494         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
12495         (Bug#5592).
12496
12497 2010-05-07  Julien Danjou  <julien@danjou.info>
12498
12499         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
12500         it to mm-pipe-part.
12501
12502         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
12503         it is given.
12504
12505 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12506
12507         * binhex.el (binhex-decode-region-internal):
12508         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
12509         (dns-query):
12510         * nnweb.el (nnweb-gmane-search):
12511         * pgg-parse.el (pgg-parse-armor):
12512         * pgg.el (pgg-verify-region):
12513         * sha1.el (sha1-string-external):
12514         * uudecode.el (uudecode-decode-region-internal):
12515         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
12516         XEmacs.
12517
12518         * gnus-art.el (gnus-article-browse-html-parts):
12519         * gnus-group.el (gnus-read-ephemeral-gmane-group):
12520         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
12521         make-temp-file.
12522
12523         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
12524         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
12525         compiling.
12526
12527         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
12528         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
12529         XEmacs when compiling.
12530
12531         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
12532         gnus-pick-mode-off-hook for XEmacs when compiling.
12533         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
12534         gnus-binary-mode-off-hook for XEmacs when compiling.
12535
12536         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
12537         Return nil if char-charset is not available.
12538
12539         * imap.el (imap-disable-multibyte)
12540         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
12541         macros.
12542
12543         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
12544         instead of encode-coding-string.
12545
12546         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
12547         'xemacs) instead of mm-emacs-mule to switch function definitions.
12548         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
12549
12550         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
12551         bind temporary-file-directory for XEmacs;
12552         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
12553         timer-set-function for XEmacs 21.4 and SXEmacs;
12554         bind timer-list for XEmacs 21.4 and SXEmacs;
12555         fbind char-charset and find-charset-region for non-Mule XEmacs;
12556         fbind decode-coding-region, decode-coding-string, detect-coding-region,
12557         encode-coding-region and encode-coding-string for XEmacs having no
12558         file-coding feature.
12559
12560 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
12561
12562         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
12563
12564 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12565
12566         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
12567         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
12568
12569 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
12570
12571         * mm-util.el (mm-decompress-buffer): Use `delete-file';
12572         alias `jka-compr-delete-temp-file' no longer exists.
12573
12574 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12575
12576         Use define-minor-mode in Gnus where applicable.
12577         * mml.el (mml-mode): Use define-minor-mode.
12578         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
12579         (gnus-undo-mode): Use define-minor-mode.
12580         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
12581         (gnus-dead-summary-mode): Use define-minor-mode.
12582         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
12583         Initialize in declaration.
12584         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
12585         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
12586         (gnus-mailing-list-mode): Use define-minor-mode.
12587         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
12588         (gnus-draft-mode): Use define-minor-mode.
12589         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
12590         (gnus-dired-mode): Use define-minor-mode.
12591
12592 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
12593
12594         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
12595         handles on recursive mml-to-mime translation and check them for
12596         boundary delimiter collisions.  Reported by Greg Troxel.
12597
12598 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12599
12600         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
12601
12602 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12603
12604         * mm-util.el (mm-find-buffer-file-coding-system):
12605         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
12606
12607 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
12608
12609         * message.el (message-generate-headers): Record insertion of optional
12610         headers as well.  Otherwise the check to prevent repeated insertion of
12611         optional headers is a no-op.
12612
12613 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
12614
12615         * smime.el: Don't mention CVS.
12616
12617         * nnrss.el (nnrss-fetch): Don't mention CVS.
12618
12619         * nnir.el: Don't mention CVS.
12620
12621 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12622
12623         * gnus-sum.el (gnus-summary-bookmark-make-record):
12624         Add `location' field.
12625
12626 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12627
12628         * lpath.el: Fbind bookmark-default-handler,
12629         bookmark-get-bookmark-record, bookmark-make-record-default,
12630         bookmark-prop-get for Emacs <23 and XEmacs.
12631
12632 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12633
12634         * gnus-sum.el: Add bookmark declarations to silence the compiler.
12635         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
12636         Use with-current-buffer to silence the byte-compiler.
12637         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
12638         bother to require `gnus'.
12639         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
12640
12641 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12642
12643         * gnus-sum.el (gnus-summary-bookmark-make-record)
12644         (gnus-summary-bookmark-jump): New functions.
12645         (gnus-summary-mode): Setup bookmark support.
12646
12647 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
12648
12649         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
12650         if set.
12651
12652 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12653
12654         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
12655         gnus-article-browse-html-save-cid-image; make it work recursively for
12656         forwarded messages as well.
12657         (gnus-article-browse-html-parts): Work when prefix arg is given.
12658         (gnus-article-browse-html-article): Doc fix.
12659
12660 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
12661
12662         * message.el (message-default-mail-headers)
12663         (message-default-headers): Carry the value mail-default-headers over
12664         into message-default-mail-headers, rather than message-default-headers.
12665
12666 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
12667
12668         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
12669         charset.
12670
12671         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
12672         charset into the <meta> tag when the article is encoded to utf-8.
12673
12674 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12675
12676         * gnus-art.el (gnus-article-browse-delete-temp-files):
12677         Delete directories as well.
12678         (gnus-article-browse-html-parts): Work for images that do not specify
12679         file names; delete temp directory when quitting; insert header at the
12680         right place; use file: scheme for image files.
12681
12682 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
12683
12684         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
12685         (gnus-article-browse-html-parts): Use it to make temporary cid image
12686         files in addition to html file so that browser may display them.
12687
12688 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12689
12690         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
12691
12692 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12693
12694         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
12695
12696 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
12697
12698         * auth-source.el (auth-sources): Change default to be simpler.
12699         Explain about Secret Service API sources.  Improve Customize options.
12700         (auth-source-pick): Change to accept any number of search parameters.
12701         Implement fallbacks iteratively, not recursively.  Add scoring on the
12702         second pass and sort by score.  Call Secret Service API when needed.
12703         (auth-source-user-or-password): Use it.  Call Secret Service API
12704         directly when needed to get the user name and the password.
12705
12706 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
12707
12708         * message.el (message-interactive): Doc fix.
12709         (message-qmail-inject-args): Reflow.
12710         (message-kill-to-signature): Fix typo in docstring.
12711
12712         * smiley.el (smiley-buffer): Fix typo in docstring.
12713
12714 2010-03-24  Glenn Morris  <rgm@gnu.org>
12715
12716         * mail-source.el (gnus-message): Declare.
12717         (mail-source-delete-old-incoming): Require gnus-util.
12718
12719 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12720
12721         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
12722
12723         * message.el (ecomplete-setup): Autoload it for Emacs <23.
12724
12725         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
12726         password-cache's default if it is not bound.
12727         (mml-secure-passphrase-cache-expiry): Default to 16 that is
12728         password-cache-expiry's default if it is not bound.
12729
12730         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
12731         available in Emacs 21.
12732
12733         * lpath.el: Suppress compiler warnings for:
12734         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
12735         XEmacs;
12736         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
12737         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
12738         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
12739
12740 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
12741
12742         * auth-source.el (auth-sources): Fix up definition so extra parameters
12743         are always inline.
12744
12745 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
12746
12747         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
12748         wasn't updated after mismatch.  Clear cached mailbox info correctly
12749         when uidvalidity changes.
12750         (nnimap-group-prefixed-name): New function to avoid some code
12751         duplication.
12752         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
12753         (nnimap-request-group): Use it.
12754         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
12755         (nnimap-update-unseen): Significantly improved speed of Gnus startup
12756         with many imap folders.  This is done by caching the group status from
12757         the imap server persistently in a group parameter `imap-status'.  (This
12758         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
12759         but not persistently, so every Gnus startup was still very slow.)
12760
12761 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
12762
12763         * assistant.el (assistant-render-text): Run `widget-setup' and don't
12764         delete the extra newline.  Otherwise editing of :string and :number
12765         types don't work.
12766
12767 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12768
12769         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
12770         secrets.el dependency.
12771         (auth-sources): Add optional user name.  Add secrets.el configuration
12772         choice (unused right now).
12773
12774 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12775
12776         * gnus-sum.el (gnus-summary-make-menu-bar):
12777         Let `gnus-registry-install-shortcuts' fill in the functions.
12778
12779         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
12780         warnings.
12781         (gnus-registry-misc-menus): Variable to hold registry mark menus.
12782         (gnus-registry-install-shortcuts): Populate and use it in a
12783         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
12784
12785 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
12786
12787         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
12788         In-place substitutions for the group name encoding/decoding.
12789         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
12790         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
12791         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
12792         (nnimap-update-unseen, nnimap-request-list)
12793         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
12794         (nnimap-request-set-mark, nnimap-split-to-groups)
12795         (nnimap-split-articles, nnimap-request-newgroups)
12796         (nnimap-request-create-group, nnimap-request-accept-article)
12797         (nnimap-request-delete-group, nnimap-request-rename-group)
12798         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
12799         `encoded-mbx' for consistency.
12800         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
12801         variable `imap-current-mailbox'.
12802
12803         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
12804         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
12805
12806 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
12807
12808         * pop3.el (pop3-display-message-size-flag): Display message size byte
12809         counts during POP3 download.
12810         (pop3-movemail): Use it.
12811         (pop3-list): Implement listing of available messages.
12812
12813 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
12814
12815         * nnir.el (nnir-get-article-nov-override-function): New function to
12816         override the normal NOV retrieval.
12817         (nnir-retrieve-headers): Use it.
12818
12819 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
12820
12821         * auth-source.el (netrc-machine-user-or-password): Autoload.
12822
12823 2010-03-19  Glenn Morris  <rgm@gnu.org>
12824
12825         Stop message.el from loading about 40 libraries it doesn't always need.
12826         The general approach is to autoload rather than require, and to
12827         require in the specific functions rather than the file.  (Bug#5642)
12828
12829         * gmm-utils.el: Don't require wid-edit.
12830         (widget-create-child-value, widget-convert, widget-default-get):
12831         Autoload.
12832
12833         * gnus-util.el: Don't require time-date, netrc.
12834         (message-fetch-field, gnus-group-name-decode): Declare rather than
12835         autoloading.
12836         (gnus-fetch-field): Require message.
12837         (gnus-decode-newsgroups): Require gnus-group.
12838
12839         * ietf-drums.el: Don't require time-date.
12840
12841         * message.el: Don't require hashcash, canlock, ecomplete.
12842         Do require mail-utils.  Require nnheader only when compiling.
12843         (smtpmail-default-smtp-server): Remove declaration.
12844         (message-send-mail-function): Check smtpmail-default-smtp-server
12845         is bound rather than requiring smtpmail.
12846         (message-auto-save-directory, message-insert-signature):
12847         Use expand-file-name rather than nnheader-concat.
12848         (nnheader-insert-file-contents): Autoload.
12849         (hashcash-wait-async): Declare.
12850         (message-send-mail): Only call gnus-setup-posting-charset if
12851         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
12852         (message-send-mail-with-sendmail): Require sendmail.
12853         (canlock-password, canlock-password-for-verify): Declare.
12854         (message-canlock-password): Require canlock.
12855         (nnheader-get-report): Autoload.
12856         (gnus-setup-posting-charset): Declare.
12857         (message-send-news): Require gnus-msg.
12858         (message-make-references, message-make-in-reply-to): Use mail-header-id
12859         rather than the alias mail-header-message-id.
12860         (ecomplete-add-item, ecomplete-save): Declare.
12861         (message-put-addresses-in-ecomplete): Require ecomplete.
12862         (ecomplete-display-matches): Autoload.
12863
12864         * mm-decode.el: Don't require mailcap, gnus-util.
12865         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
12866         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
12867         Autoload.
12868         (mailcap-mime-extensions): Declare.
12869
12870         * mm-encode.el: Don't require mailcap.
12871         (mailcap-extension-to-mime): Autoload.
12872
12873         * mml-sec.el: Don't require password-cache.
12874
12875         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
12876         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
12877         (mml-minibuffer-read-type): Require mailcap.
12878         (mml-preview): Require gnus-msg.
12879
12880         * mml1991.el: Require password-cache.
12881         (password-cache-expiry): Remove declaration.
12882
12883         * mml2015.el: Require password-cache.
12884         (password-cache-expiry): Remove declaration.
12885
12886         * nneething.el (mailcap): Require mailcap.
12887
12888         * nnheader.el (declare-function): Add compatibility stub.
12889         (message-remove-header): Declare rather than autoload.
12890         (nnheader-replace-header): Require message.
12891
12892         * nnimap.el (declare-function): Add compatibility stub.
12893         (netrc-parse, netrc-machine-user-or-password): Declare.
12894         (nnimap-open-connection): Require netrc.
12895
12896         * nntp.el (declare-function): Add compatibility stub.
12897         (netrc-parse, netrc-machine, netrc-get): Declare.
12898         (nntp-send-authinfo): Require netrc.
12899
12900         * rfc2047.el: Don't require qp.
12901         (quoted-printable-encode-region, quoted-printable-decode-string):
12902         Autoload.
12903
12904         * sieve-mode.el: Don't require easymenu.
12905         (easy-menu-add-item): Autoload it.
12906
12907         * spam-stat.el (time-to-number-of-days): Autoload it.
12908
12909 2010-03-19  Glenn Morris  <rgm@gnu.org>
12910
12911         * password-cache.el (password-cache, password-cache-expiry): Autoload.
12912
12913 2010-03-18  Glenn Morris  <rgm@gnu.org>
12914
12915         * hashcash.el (declare-function): Remove duplicate definition.
12916
12917 2010-03-17  Kevin Ryde  <user42@zip.com.au>
12918
12919         * mml.el (mml-read-tag): Unquote values with `read' to reverse
12920         prin1 in mml-insert-tag (just stripping the quotes gave wrong
12921         value if any backslash escapes).
12922
12923 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12924
12925         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
12926         if it is available.  (bug#5647)
12927
12928         * lpath.el: Suppress compiler warning for coding-system-from-name for
12929         Emacs 21 and XEmacs.
12930
12931 2010-03-14  Juri Linkov  <juri@jurta.org>
12932
12933         * hmac-def.el:
12934         * hmac-md5.el:
12935         * netrc.el: Fix keywords.
12936
12937 2010-02-26  Glenn Morris  <rgm@gnu.org>
12938
12939         * message.el (message-send-mail-function): Change the default, so that
12940         it inherits from a customized send-mail-function.  (Bug#5643)
12941
12942 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12943
12944         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
12945         shell-command-to-string signals an error (bug#5299).
12946
12947 2010-02-24  Glenn Morris  <rgm@gnu.org>
12948
12949         * message.el (message-smtpmail-send-it)
12950         (message-send-mail-with-mailclient): Doc fixes.
12951
12952 2010-02-16  Glenn Morris  <rgm@gnu.org>
12953
12954         * message.el (message-default-mail-headers): Change the default value
12955         to ease the transition from mail-mode to message-mode.  (Bug#5555)
12956
12957 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12958
12959         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
12960         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
12961
12962 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
12963
12964         * time-date.el (date-to-time): Doc fix (Bug#5408).
12965
12966 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
12967
12968         * message.el (message-mail): Just pass yank-action on to message-setup.
12969         (message-setup): Handle (FUN . ARGS) form of yank-action.
12970         (message-with-reply-buffer, message-widen-reply)
12971         (message-yank-original): Handle non-buffer values of
12972         message-reply-buffer (Bug#4080).
12973         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
12974
12975 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
12976
12977         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
12978         Fix typo in docstring.
12979
12980 2010-01-08  Jason Rumney  <jasonr@gnu.org>
12981
12982         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
12983         response.
12984
12985 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12986
12987         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
12988
12989         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12990
12991         * message.el (message-check-news-header-syntax): Protect against a
12992         string that `rfc822-addresses' returns when parsing fails.
12993
12994 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12995
12996         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
12997         (gnus-previous-char-property-change): New functions.
12998
12999         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
13000
13001 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
13002
13003         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
13004         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
13005
13006 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
13007
13008         * message.el (message-exchange-point-and-mark): Rework last change to
13009         avoid using optional arg of exchange-point-and-mark, for backward
13010         compatibility.
13011
13012 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
13013
13014         * message.el (message-exchange-point-and-mark):
13015         Call exchange-point-and-mark with an argument rather than setting
13016         mark-active by hand (Bug#5175).
13017
13018 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13019
13020         * nntp.el (nntp-service-to-port): Work for service expressed with
13021         numeric string; replace [:digit:] with [0-9] for XEmacs.
13022
13023 2009-12-17  Glenn Morris  <rgm@gnu.org>
13024
13025         * gnus-group.el (gnus-bug-group-download-format-alist):
13026         Change emacs entry to debbugs.gnu.org.  Bump :version.
13027
13028 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13029
13030         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
13031
13032 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13033
13034         * message.el (message-info): Explain why we use `Info-goto-node'.
13035
13036 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13037
13038         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
13039
13040 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13041
13042         * message.el (message-completion-in-region): New compatibility function.
13043         (message-expand-group): Use it.
13044
13045 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13046
13047         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
13048         with no unread article should be listed if the 2nd arg `predicate' is
13049         given.
13050
13051 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13052
13053         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
13054
13055 2009-11-29  Juri Linkov  <juri@jurta.org>
13056
13057         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
13058         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
13059         on `gnus-recenter'.  (Bug#4698, Bug#4981)
13060
13061 2009-11-26  Kevin Ryde  <user42@zip.com.au>
13062
13063         * sha1.el (sha1-string-external): default-directory "/" in case
13064         otherwise non-existent.  process-connection-type pipe for touch of
13065         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
13066
13067 2009-11-25  Kevin Ryde  <user42@zip.com.au>
13068
13069         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
13070         it's comms related and sgml-mode.el has "comm" on that basis too.
13071
13072 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13073
13074         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
13075         containing tspecial characters if they have been already quoted.
13076
13077 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
13078
13079         * dns-mode.el (auto-mode-alist): Purecopy string.
13080
13081 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13082
13083         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
13084
13085 2009-10-24  Glenn Morris  <rgm@gnu.org>
13086
13087         * gnus-art.el (help-xref-stack-item): Define for compiler.
13088
13089 2009-10-21  Kevin Ryde  <user42@zip.com.au>
13090
13091         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
13092
13093 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13094
13095         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
13096
13097 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13098
13099         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
13100         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
13101
13102 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13103
13104         * gnus.el (gnus-overlay-get): New alias to overlay-get.
13105         (gnus-overlays-in): New alias to overlays-in.
13106
13107         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
13108         gnus-overlay-get, and gnus-delete-overlay.
13109         (gnus-summary-show-thread): Make it work as well for systems in which
13110         next-single-char-property-change is not available.
13111         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
13112
13113         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
13114         (gnus-overlay-get): New alias to extent-property.
13115         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
13116
13117         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
13118         SXEmacs.
13119
13120         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
13121         SXEmacs.
13122
13123 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
13124
13125         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
13126
13127 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
13128
13129         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
13130         and XEmacs that don't have `remove-overlays'.
13131
13132 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13133
13134         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
13135         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
13136         selective display.  Use overlays instead.
13137
13138 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
13139
13140         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
13141
13142 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13143
13144         * spam-stat.el (spam-stat-load): Fix typo in message.
13145
13146 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13147
13148         * dig.el (dig-invoke): Fix typo in docstring.
13149         (query-dig): Reflow docstring.
13150
13151 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
13152
13153         * gnus-art.el (gnus-article-encrypt-body):
13154         * message.el (message-check-recipients):
13155         * mm-util.el (mm-codepage-setup):
13156         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
13157         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
13158
13159 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
13160
13161         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
13162         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
13163         keys from the menu if mm-{sign,encrypt}-option is 'guided.
13164         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
13165         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
13166
13167 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13168
13169         * dig.el: Add "Keywords: comm", as per net-utils.el.
13170
13171 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13172
13173         * dig.el (dig-mode): Use define-derived-mode.
13174
13175 2009-09-19  Glenn Morris  <rgm@gnu.org>
13176
13177         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13178
13179 2009-09-18  Glenn Morris  <rgm@gnu.org>
13180
13181         * gnus-diary.el (gnus-diary-check-message):
13182         * message.el (message-insert-formatted-citation-line):
13183         * nnbabyl.el (top-level):
13184         * nndiary.el (nndiary-schedule):
13185         Fix typos in condition-case handlers.
13186
13187 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13188
13189         * gnus-art.el (gnus-article-edit-part): Work for the buffer
13190         configuration that provides the sole article window in a frame;
13191         position point correctly after deleting a part.
13192
13193 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
13194
13195         * spam.el (spam-unregister-on-reregister): Add boolean variable.
13196         (spam-resolve-registrations-routine): Use it to unregister articles
13197         that change status.
13198
13199 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13200
13201         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
13202         with XEmacs.
13203         (parse-time-string-chars): Use it.
13204
13205 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13206
13207         * imap.el (imap-interactive-login): Better messages.
13208         (imap-open): Fix bug with renamed buffer on reconnect.
13209         (imap-authenticate): Add buffer-local imap-last-authenticator variable
13210         for easier debugging and cleaner code.  On successful (guessed based on
13211         server capabilities) secondary authentication, set imap-state
13212         correctly.
13213         (imap-last-authenticator): Define imap-last-authenticator as a variable
13214         to avoid warnings.
13215
13216 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13217
13218         * nnrss.el (nnrss-request-article): Remove binding of
13219         default-enable-multibyte-characters that has gotten needless by
13220         the 2007-07-13 change in rfc2047-encode-message-header.
13221
13222         * mml.el (mml-insert-multipart): Error on the message header.
13223         (mml-insert-part): Error on the message header; position point at
13224         the end of a MIME tag.
13225
13226 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13227
13228         * time-date.el (autoload): Expand define-obsolete-function-alias into
13229         defalias and make-obsolete for old Emacsen that Gnus supports.
13230         (with-no-warnings): Define it for old Emacsen.
13231         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13232         is available.
13233         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13234         float-time is available; suppress compile warning for time-to-seconds.
13235
13236         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
13237         (gnus-float-time): Alias to float-time if it exists.
13238
13239         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
13240         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
13241         float-time is available; suppress compile warning for time-to-seconds.
13242
13243         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
13244         XEmacs.
13245
13246 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
13247
13248         * imap.el (imap-message-map): Docstring fix.
13249
13250 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13251
13252         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
13253         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
13254         Add the optional argument `encoding' that overrides the default.
13255
13256         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
13257         mm-encode-buffer.
13258
13259 2009-09-04  Glenn Morris  <rgm@gnu.org>
13260
13261         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
13262         mm-disable-multibyte, rather than default-enable-multibyte-characters.
13263         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
13264         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
13265         * mm-util.el (mm-with-unibyte-current-buffer)
13266         (mm-find-buffer-file-coding-system):
13267         * yenc.el (yenc-decode-region): Use default-value rather than
13268         default-enable-multibyte-characters.
13269
13270 2009-09-03  Glenn Morris  <rgm@gnu.org>
13271
13272         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
13273         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
13274         than default-enable-multibyte-characters.
13275
13276 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
13277
13278         * gnus-art.el (gnus-article-read-summary-keys):
13279         Fix gnus-buffer-configuration's value temporarily used.
13280
13281 2009-09-02  Glenn Morris  <rgm@gnu.org>
13282
13283         * gnus-util.el (gnus-float-time): New function.
13284         * gnus-delay.el (gnus-delay-article):
13285         * gnus-sum.el (gnus-thread-latest-date):
13286         * gnus-util.el (gnus-user-date): Use gnus-float-time.
13287         * nnspool.el (nnspool-request-newgroups):
13288         Use gnus-float-time rather than time-to-seconds.
13289         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
13290
13291         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
13292         (gnus-header-subject-face, gnus-header-newsgroups-face)
13293         (gnus-header-name-face, gnus-header-content-face):
13294         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
13295         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
13296         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
13297         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
13298         (gnus-cite-face-11):
13299         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
13300         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13301         (gnus-server-closed-face, gnus-server-denied-face)
13302         (gnus-server-offline-face):
13303         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13304         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13305         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13306         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13307         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13308         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13309         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13310         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13311         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13312         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13313         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13314         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13315         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13316         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
13317         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
13318         (gnus-summary-high-undownloaded-face)
13319         (gnus-summary-low-undownloaded-face)
13320         (gnus-summary-normal-undownloaded-face)
13321         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13322         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13323         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13324         (gnus-splash-face):
13325         * message.el (message-header-to-face, message-header-cc-face)
13326         (message-header-subject-face, message-header-newsgroups-face)
13327         (message-header-other-face, message-header-name-face)
13328         (message-header-xheader-face, message-separator-face)
13329         (message-cited-text-face, message-mml-face):
13330         * sieve-mode.el (sieve-control-commands-face)
13331         (sieve-action-commands-face, sieve-test-commands-face)
13332         (sieve-tagged-arguments-face):
13333         * spam.el (spam-face):
13334         Mark face aliases with "-face" in the name as obsolete.
13335
13336 2009-09-01  Glenn Morris  <rgm@gnu.org>
13337
13338         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
13339         than goto-line.
13340
13341 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13342
13343         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13344         Don't move point if the command is invoked inside the message header.
13345
13346 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13347
13348         * imap.el (imap-send-command): Simplify.
13349         (imap-wait-for-tag): point-max -> buffer-size.
13350
13351 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13352
13353         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
13354         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
13355         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
13356         * nnir.el (nnir-swish-e-index-file):
13357         * gnus-sum.el (gnus-summary-delete-marked-as-read)
13358         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
13359         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
13360         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
13361         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
13362         (gnus-treat-display-xface): Add Emacs version of obsolescence.
13363
13364 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13365
13366         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13367         Don't save excursion.
13368
13369 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13370
13371         * nnheader.el (nnheader-find-file-noselect):
13372         * mm-util.el (mm-insert-file-contents):
13373         Use (default-value 'major-mode) instead of default-major-mode.
13374
13375 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13376
13377         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
13378
13379 2009-08-26  Glenn Morris  <rgm@gnu.org>
13380
13381         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
13382         than placing in files.el.
13383
13384 2009-08-25  Glenn Morris  <rgm@gnu.org>
13385
13386         * nnir.el (top-level): Don't require cl at run-time.
13387         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
13388         Replace cl-function substitute with gnus-replace-in-string.
13389         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
13390         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
13391         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
13392         simplified expansions.
13393
13394 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13395
13396         * dig.el (dig): Add autoload cookie.
13397
13398 2009-08-22  Glenn Morris  <rgm@gnu.org>
13399
13400         * gnus-art.el (gnus-button-patch): Use forward-line rather than
13401         goto-line.
13402
13403 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13404
13405         * parse-time.el (parse-time-string-chars): Save match data.
13406
13407 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13408
13409         * parse-time.el (parse-time-string-chars): Compute using character
13410         classes, to handle non-ascii characters (Bug#3190).
13411
13412 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13413
13414         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
13415
13416         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
13417         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
13418         (gnus-mm-display-part, gnus-mime-display-single)
13419         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
13420         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
13421
13422         * gnus-sum.el
13423         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
13424         (gnus-summary-move-article): Add expirable mark to articles copied or
13425         moved to group that has auto-expire turned on if the option is non-nil.
13426
13427 2009-07-24  Glenn Morris  <rgm@gnu.org>
13428
13429         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
13430         Fix typo.  (Bug#3903)
13431
13432 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13433
13434         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
13435         gnus-article-read-summary-keys rather than gnus-summary-edit-article
13436         that should not be used for draft articles.
13437         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
13438         that has no concern in minor mode keys.
13439         (gnus-article-summary-command, gnus-article-summary-command-nosave):
13440         Abolish.
13441
13442 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13443
13444         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
13445         article without making inquiry to a user for unknown encoding.
13446
13447         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
13448         (nnmaildir--scan): Assume i-node and device number that file-attributes
13449         returns might be cons-cell.
13450
13451         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
13452
13453         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
13454
13455 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
13456
13457         * auth-source.el: Remove docs now in auth.texi.  Don't use
13458         `gnus-message' for logging.  Add new variables `auth-source-debug' and
13459         `auth-source-hide-passwords' and use them.
13460
13461 2009-07-15  Glenn Morris  <rgm@gnu.org>
13462
13463         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
13464
13465 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13466
13467         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
13468         excessive whitespace from the default values of title and description.
13469
13470 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13471
13472         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
13473         mail-fetch-field to fetch Content-Description header in order to
13474         exclude newlines.
13475
13476 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
13477
13478         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
13479         format used by GnuPG 2.0.11.
13480
13481 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13482
13483         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
13484         to deleted part.
13485
13486 2009-05-30  David Engster  <dengste@eml.cc>
13487
13488         * nnmairix.el: Remove old documentation in the commentary block.
13489         (nnmairix-request-group): Do not update active file for nnml back ends.
13490         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
13491         end so that overview files are ignored.
13492         (nnmairix-update-groups): Make updating the groups more robust by using
13493         marks.
13494         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
13495         with dollar characters in message-id.
13496
13497 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
13498
13499         * spam.el: Use dns-query instead of query-dns.  Was renamed on
13500         2008-12-25 in dns.el.
13501
13502 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13503
13504         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
13505         could happen if the text is only composed of spaces and/or tabs.
13506
13507 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
13508
13509         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
13510         when sending a queued message to avoid extra mml tags.
13511
13512 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13513
13514         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
13515
13516 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13517
13518         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
13519         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
13520         rmail-toggle-header for XEmacs;
13521         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
13522
13523 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13524
13525         * gnus-dired.el: Remove autoload for gnus-setup-message.
13526         (gnus-dired-attach): Fake this-command value to prevent Gnus from
13527         displaying Gnus logo; always use compose-mail.
13528
13529 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13530
13531         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
13532
13533 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13534
13535         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
13536         (gnus-nocem-issuers): List currently active issuers; fix custom type.
13537         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
13538         available.
13539         (gnus-nocem-epg-verify): New function.
13540
13541 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
13542
13543         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
13544
13545 2009-02-15  Glenn Morris  <rgm@gnu.org>
13546
13547         * gnus-util.el (rmail-insert-rmail-file-header)
13548         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
13549         autoloads.
13550         (rmail-default-rmail-file): Remove unnecessary declaration.
13551         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
13552
13553 2009-02-14  Glenn Morris  <rgm@gnu.org>
13554
13555         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
13556         variable (only used in gnus-util, which declares it anyway).
13557         (rmail-output-to-rmail-file): Remove autoload of deleted function,
13558         which was only needed by gnus-art (changed to not use it any more).
13559         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
13560         only used in gnus-util, which autoloads it itself.
13561         (rmail-update-summary): Fix autoload.
13562
13563         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
13564         rather than rmail-output-to-rmail-file.
13565
13566 2009-02-07  Glenn Morris  <rgm@gnu.org>
13567
13568         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
13569         autoload of function that no longer exists.
13570         (rmail-toggle-header): Declare.
13571         (message-forward-rmail-make-body): Handle mbox Rmail.
13572
13573 2009-01-31  Glenn Morris  <rgm@gnu.org>
13574
13575         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
13576         2009-01-09 change.
13577
13578 2009-01-31  Dave Love  <fx@gnu.org>
13579
13580         * imap.el (imap-fetch-safe): Bind debug-on-error.
13581         (imap-debug): Add imap-fetch-safe.
13582
13583 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
13584
13585         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
13586         (auth-source-forget-all-cached): New convenience function.
13587         (auth-source-user-or-password): Accept list of modes or a single mode.
13588
13589         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
13590         auth-source modes.
13591
13592         * netrc.el (netrc-machine-user-or-password): Use list of
13593         auth-source modes.
13594
13595         * nnimap.el (nnimap-open-connection): Use list of
13596         auth-source modes.
13597
13598         * nntp.el (nntp-send-authinfo): Use list of
13599         auth-source modes.
13600
13601 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13602
13603         * auth-source.el: Update docs to reflect epa-file-enable is to be used
13604         now.
13605
13606 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13607
13608         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
13609         coding system in XEmacs; add a workaround for XEmacs.
13610
13611         * lpath.el: Fbind coding-system-aliasee.
13612
13613 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13614
13615         * mm-util.el (mm-coding-system-priorities): Protect against nil value
13616         of current-language-environment.
13617
13618 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13619
13620         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
13621         available at runtime.
13622
13623 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13624
13625         * gnus-art.el (article-date-ut): Fix end point of narrowing.
13626
13627 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
13628
13629         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
13630         the greatest positive fixnum value doesn't work under an XEmacs with
13631         bignum support; use the most-positive-fixnum constant instead,
13632         available since Emacs 21.1 with cl and XEmacs 21.1.
13633
13634 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13635
13636         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
13637         XEmacs gets not to work.
13638
13639 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13640
13641         * mm-util.el (mm-coding-system-priorities): Allow the value like
13642         "Japanese (UTF-8)" of current-language-environment.
13643
13644 2009-01-09  Glenn Morris  <rgm@gnu.org>
13645
13646         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
13647         with last-command-event.
13648
13649 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13650
13651         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
13652         in the doc string.
13653
13654         * message.el (message-fix-before-sending): Amend comment.
13655
13656 2009-01-08  Dave Love  <fx@gnu.org>
13657
13658         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
13659
13660 2009-01-07  David Engster  <dengste@eml.cc>
13661
13662         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
13663         simplified server definitions by converting it via
13664         gnus-server-to-method.
13665
13666 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13667
13668         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
13669         parameter's operands.
13670
13671 2009-01-06  David Engster  <dengste@eml.cc>
13672
13673         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
13674         primary select method (for gnus-group-mark-article-as-read).
13675
13676 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
13677
13678         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
13679         `(gnus)Face', not `(gnus)X-Face'.
13680
13681 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13682
13683         * mm-util.el (mm-ucs-to-char): New function.
13684
13685         * mm-url.el (mm-url-decode-entities): Use it.
13686
13687         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
13688         unicode-to-char.
13689
13690 2009-01-05  Dave Love  <fx@gnu.org>
13691
13692         * time-date.el: Require cl for `declare'.
13693
13694 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13695
13696         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
13697         Dave Love.
13698
13699 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13700
13701         * message.el (message-fix-before-sending): Add `eight-bit' to
13702         illegible-text check.
13703
13704 2009-01-03  Michael Olson  <mwolson@gnu.org>
13705
13706         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
13707         `headers' is nil.  This can occur if the IMAP server does not have
13708         permissions to read messages from a folder, but can write new messages
13709         to the folder.
13710         (nnimap-request-article-part): Do not insert `data' if it is nil.
13711
13712         * imap.el (imap-parse-fetch): Courier can insert spurious blank
13713         characters which will confuse `read', so skip past them.
13714
13715 2009-01-01  Dave Love  <fx@gnu.org>
13716
13717         * imap.el (imap-string-to-integer): Fix typo.
13718         (imap-fetch-safe): New function.
13719         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
13720
13721         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
13722
13723         * imap.el (imap-process-connection-type, imap-debug, imap-open):
13724         (imap-parse-greeting): Fix doc strings.
13725         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
13726         (imap-parse-flag-list): Make messages unique.
13727         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
13728
13729         * nnimap.el: Fix author email.
13730         (nnimap-split-rule): Add FIXME comment.
13731         (nnimap-debug): Fix doc string.
13732
13733 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13734
13735         * dns.el (dns-set-servers): Check "Address".  Fix typo.
13736
13737 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
13738
13739         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
13740         nslookup if resolv.conf isn't available.
13741         (dns-query): Rename from query-dns.
13742         (dns-query-cached): Rename from query-dns-cached.
13743
13744 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13745
13746         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
13747         overlay-arrow-position and overlay-arrow-string buffer-local; no need
13748         to check if those variables exist (first appeared in Emacs 18.50).
13749
13750 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13751
13752         * mm-util.el (mm-line-number-at-pos): New function.
13753
13754         * spam-report.el (spam-report-process-queue): Use it.
13755
13756 2008-12-24  David Engster  <dengste@eml.cc>
13757
13758         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
13759         parameters that haven't existed as variables as buffer-local variables.
13760
13761 2008-12-23  Dave Love  <fx@gnu.org>
13762
13763         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
13764         cadar.
13765
13766         * sieve-manage.el (sieve-manage-starttls-p): Rename from
13767         imap-starttls-p.
13768         (sieve-manage-starttls-open): Rename from imap-starttls-open.
13769
13770 2008-12-22  Dave Love  <fx@gnu.org>
13771
13772         * imap.el: Fix author email.  Doc fixes.
13773         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
13774         reply.
13775
13776 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
13777
13778         * spam-report.el (spam-report-gmane-max-requests): New constant.
13779         (spam-report-gmane-wait): New variable.
13780         (spam-report-gmane-ham, spam-report-gmane-spam)
13781         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
13782         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
13783         the server.
13784
13785         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
13786         Add explanations.
13787
13788         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
13789         nnheader-accept-process-output and nnheader-read-timeout if available.
13790         (pop3-movemail): Use it.
13791
13792         * message.el (message-check-news-body-syntax): Fix signature check if
13793         there's an attachment.
13794
13795 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13796
13797         * mm-util.el: Add comments to the mm- emulating functions.
13798
13799 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
13800
13801         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
13802         Reported by Stephen Berman <stephen.berman@gmx.net>.
13803
13804 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13805
13806         * mm-util.el (mm-substring-no-properties): New function.
13807         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
13808         (mm-special-display-p): Enable those lambda forms to be byte compiled.
13809         (mm-string-to-multibyte): Doc fix.
13810
13811         * mml.el (mml-attach-file): Use mm-substring-no-properties.
13812
13813 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13814
13815         * mml.el (mml-attach-file): Strip text properties from file name.
13816         (Bug#1574)
13817
13818 2008-12-16  Glenn Morris  <rgm@gnu.org>
13819
13820         * mm-util.el (mm-charset-override-alist): Declare for compiler.
13821
13822 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13823
13824         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
13825         knows since the charset specified might be a bogus alias that
13826         mm-charset-synonym-alist provides.
13827
13828 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13829
13830         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
13831         "ISO_8859-1".
13832
13833         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
13834
13835 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13836
13837         * mm-util.el (mm-charset-eval-alist):
13838         Define it before mm-charset-to-coding-system.
13839         (mm-charset-to-coding-system): Add optional argument `silent';
13840         define it before mm-charset-override-alist.
13841         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
13842         default value if it can be used in Emacs currently running;
13843         silence mm-charset-to-coding-system.
13844
13845 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13846
13847         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
13848         `allow-override' which says whether to use `mm-charset-override-alist'.
13849         (rfc2047-decode-encoded-words): Use it.
13850
13851         * mm-util.el (mm-charset-override-alist): Fix custom type;
13852         add `(gb2312 . gbk)' to choices.
13853
13854 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13855
13856         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
13857         fast.
13858
13859         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13860
13861         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
13862
13863 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
13864
13865         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
13866         on links.
13867
13868         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13869
13870 2008-12-03  Lute Kamstra  <lute@gnu.org>
13871
13872         * sha1.el: Remove leading * from docstrings of defcustoms,
13873         deffaces, defconsts and defuns.
13874
13875 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13876
13877         * message.el (message-idna-to-ascii-rhs-1): Protect against local
13878         users' addresses that don't have domain parts.
13879         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
13880         rather than message-narrow-to-head since there will be the message
13881         header separator.
13882
13883 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13884
13885         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
13886         since the result is inserted in a unibyte buffer anyway.
13887         (nnimap-demule-use-string-to-multibyte): Remove.
13888         (nnimap-demule): Alias it to mm-string-to-multibyte.
13889
13890 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13891
13892         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
13893         variable for debugging bug#464 and bug#1174.
13894         (nnimap-demule): Use it.
13895
13896 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13897
13898         * gnus-score.el (gnus-score-find-trace): Handle default score in total
13899         score calculation correctly.
13900
13901 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13902
13903         * message.el (message-send-mail): Just set the buffer to unibyte
13904         rather than use mm-with-unibyte-current-buffer which does a lot more.
13905         (message-send-mail-partially): Don't bother with
13906         mm-with-unibyte-current-buffer since it's already been made unibyte by
13907         message-send-mail.
13908
13909 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
13910
13911         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
13912
13913 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
13914
13915         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
13916
13917 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13918
13919         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
13920         require itself and to remove `with-no-warnings'.
13921
13922 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
13923
13924         * starttls.el (starttls-any-program-available): Get the name of the
13925         available TLS layer program.
13926         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
13927         well as the host name in the "opening" message.
13928
13929         * auth-source.el (auth-source-cache, auth-source-do-cache)
13930         (auth-source-user-or-password): Cache passwords and logins by default,
13931         allow override with `auth-source-do-cache'.
13932         (auth-source-forget-user-or-password): Allow users to remove cache
13933         entries if needed.
13934
13935 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
13936
13937         * md4.el (md4-buffer): Fix typo in docstring.
13938         (md4, md4-64): Doc fixes.
13939         (md4-pack-int32): Reflow docstring.
13940
13941 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13942
13943         * ietf-drums.el (ietf-drums-remove-comments): Localize second
13944         condition-case to only the forward-sexp call.
13945
13946 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13947
13948         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
13949         quotes contained.  Make it more robust regardless by an extra
13950         condition-case wrapper.
13951
13952 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13953
13954         * lpath.el: No need to fbind codepage-setup for Emacs 23.
13955
13956 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13957
13958         * nnml.el (nnml-request-expire-articles): Check if the function set to
13959         `nnmail-expiry-target' returns the symbol `delete'.
13960
13961         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
13962
13963         * nnmail.el (nnmail-expiry-target): Fix custom type.
13964
13965 2008-10-02  Glenn Morris  <rgm@gnu.org>
13966
13967         * mm-util.el (mm-codepage-setup): Tweak codepage error.
13968         Silence compiler warning.
13969
13970 2008-10-01  Magnus Henoch  <mange@freemail.hu>
13971
13972         * tls.el (open-tls-stream): Show the actual command being
13973         executed, instead of the format string.
13974
13975 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13976
13977         * lpath.el: Fbind codepage-setup for Emacs 23.
13978
13979 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
13980
13981         * mml.el (mml-menu): Don't assume mml2015 is bound.
13982
13983 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13984
13985         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
13986         exists.
13987
13988 2008-09-27  Glenn Morris  <rgm@gnu.org>
13989
13990         * gnus-util.el (mail-header-remove-comments): Autoload it.
13991
13992 2008-09-27  Andreas Schwab  <schwab@suse.de>
13993
13994         * gnus-util.el (gnus-split-references): Strip comments.
13995         (gnus-parent-id): Likewise.
13996
13997 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
13998
13999         * message.el (message-confirm-send): Fix version.
14000
14001 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14002
14003         * message.el (message-idna-to-ascii-rhs-1): Use
14004         mail-extract-address-components rather than mail-header-parse-addresses
14005         that is an alias by default to ietf-drums-parse-addresses that does not
14006         support non-ASCII names in headers' contents.
14007
14008 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14009
14010         * message.el (message-confirm-send): Fix variable documentation to
14011         avoid the "y/n" wording.
14012
14013 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
14014
14015         * message.el (message-set-auto-save-file-name): Save to a different
14016         filename so multiple messages (especially drafts) can be recovered.
14017
14018 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
14019
14020         * message.el (message-confirm-send): Add appropriate version.
14021
14022 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
14023
14024         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
14025         defvar.
14026
14027 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
14028
14029         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
14030         (mm-pkcs7-enveloped-magic): Ditto.
14031
14032 2008-09-17  Simon Josefsson  <simon@josefsson.org>
14033
14034         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
14035         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
14036
14037 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
14038
14039         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
14040         default, it's better.
14041
14042 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
14043
14044         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
14045         summary line gnus-number property and ignore them (with a warning
14046         message).
14047
14048 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14049
14050         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
14051         macro caddr in the interactive form since it won't be expanded.
14052
14053 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14054
14055         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
14056         `charset'; fix name of function called recursively.
14057         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
14058
14059 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14060
14061         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
14062         (gnus-mime-set-charset-parameters): New function.
14063         (gnus-mime-view-part-as-charset): Use it to correctly display part
14064         specifying wrong charset.
14065
14066 2008-09-08  David Engster  <dengste@eml.cc>
14067
14068         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
14069         in completing-read for back end server.
14070
14071 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
14072
14073         * message.el (message-confirm-send): New variable to confirm sending a
14074         message.
14075         (message-send): Use it.
14076
14077 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
14078
14079         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
14080
14081 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14082
14083         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
14084
14085 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
14086
14087         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
14088         prevent tracking too many groups.
14089         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
14090         Use it.
14091
14092 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
14093
14094         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
14095         moving point to the bottom of the window in order to avoid recentering.
14096
14097 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14098
14099         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
14100
14101         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
14102         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
14103         (gnus-article-beginning-of-window): Fix calculation.
14104
14105 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14106
14107         * gnus-msg.el (gnus-summary-supersede-article)
14108         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
14109         value of gnus-newsgroup-charset to decode non-MIME encoded text in
14110         message header.
14111
14112 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
14113
14114         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
14115         pending output coming after the status change.
14116
14117 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
14118
14119         * message.el:
14120         * gnus-start.el:
14121         * gnus-registry.el: Remove VMS support.
14122
14123 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14124
14125         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
14126         macro.
14127         (rfc2104-hash): Use it.
14128
14129 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
14130
14131         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
14132         (gnus-summary-sort-by-most-recent-date): New commands.
14133         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
14134         and menu entries.
14135
14136 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14137
14138         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
14139         don't redisplay article for raw contents; remove plural articles stuff.
14140
14141         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
14142         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
14143         on gnus-summary-save-article; display results properly.
14144
14145 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14146
14147         * lpath.el: No need to fbind ns-focus-frame.
14148
14149 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14150
14151         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
14152
14153 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14154
14155         * gnus-art.el (gnus-summary-save-in-pipe):
14156         Consider gnus-save-all-headers.
14157
14158 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
14159
14160         * gnus-util.el (ns-focus-frame): Remove declaration.
14161         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
14162         like x.
14163
14164 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
14165
14166         * rfc2104.el (rfc2104-zero): Delete defconst.
14167         (rfc2104-hex-alist): Likewise.
14168         (rfc2104-hex-to-int): Delete func.
14169         (rfc2104-hexstring-to-bitstring): Likewise.
14170         (rfc2104-nybbles): New defconst.
14171         (rfc2104-hash): Rewrite for speed.
14172
14173 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14174
14175         * tls.el (open-tls-stream): Make it work with the 2nd argument
14176         BUFFER that is a string but does not exist as a buffer object, as
14177         mentioned in the doc-string.
14178
14179 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14180
14181         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
14182         SXEmacs.
14183
14184 2008-07-16  Glenn Morris  <rgm@gnu.org>
14185
14186         * gnus-util.el (ns-focus-frame): Declare for compiler.
14187
14188 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14189
14190         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
14191         set as a group parameter.
14192         (gnus-summary-save-in-pipe): Work when it is called independently.
14193         (gnus-summary-pipe-to-muttprint): Don't modify
14194         gnus-summary-pipe-output-default-command.
14195
14196 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14197
14198         * message.el (message-send-mail-with-sendmail):
14199         Display the error message.
14200
14201 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14202
14203         * gnus-art.el (gnus-default-article-saver):
14204         Add gnus-summary-save-in-pipe to choices.
14205         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
14206         gnus-summary-pipe-output-default-command as the default command.
14207         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
14208         instead of gnus-last-shell-command.
14209
14210         * gnus-sum.el (gnus-summary-pipe-output-default-command):
14211         New user option.
14212         (gnus-summary-muttprint-program): Mention the value will be changed.
14213         (gnus-summary-save-article): Force showing of all headers.
14214         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
14215
14216 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
14217
14218         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
14219
14220 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
14221
14222         * nnimap.el (nnimap-id):
14223         * sieve-manage.el (sieve-manage-open): Doc fixes.
14224
14225 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
14226
14227         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
14228         if available.
14229
14230 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14231
14232         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
14233
14234         * nnkiboze.el (nnkiboze-generate-group):
14235         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
14236
14237         * nnmairix.el: Require CL.
14238
14239 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14240
14241         * dgnushack.el: Autoload get-display-table and put-display-table for
14242         XEmacs 21.5.
14243
14244         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
14245         21.4 and SXEmacs.
14246
14247 2008-06-15  David Engster  <dengste@eml.cc>
14248
14249         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
14250
14251 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
14252
14253         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
14254         New macros that expand to an `aset'/`aref' call under Emacs, and to a
14255         runtime choice under XEmacs.
14256
14257         * gnus-sum.el (gnus-summary-set-display-table):
14258         Use `gnus-put-display-table', `gnus-get-display-table',
14259         `gnus-set-display-table' for the display table, instead of `aset'.
14260
14261         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
14262         Use `gnus-put-display-table', `gnus-get-display-table',
14263         `gnus-set-display-table' for the display table.
14264
14265 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14266
14267         * nnmairix.el: Add autoloads.
14268
14269 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14270
14271         * nnmairix.el (nnmairix-delete-recreate-group)
14272         (nnmairix-update-and-clear-marks): Fix error messages.
14273
14274 2008-06-14  David Engster  <dengste@eml.cc>
14275
14276         * nnmairix.el: Upgrade to version 0.6.
14277         (nnmairix-group-toggle-propmarks-this-group)
14278         (nnmairix-group-toggle-readmarks-this-group)
14279         (nnmairix-group-delete-recreate-this-group)
14280         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
14281         (nnmairix-remove-tick-mark-original-article): New commands.
14282         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
14283         (nnmairix-propagate-marks-to-nnmairix-groups)
14284         (nnmairix-only-use-registry, nnmairix-allowfast-default)
14285         (nnmairix-marks-cache, nnmairix-version-output): New variables.
14286         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
14287         functions needed for marks propagation and manipulation of read marks.
14288         (nnmairix-update-groups): New function.
14289         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
14290         (nnmairix-determine-original-group-from-registry)
14291         (nnmairix-determine-original-group-from-path)
14292         (nnmairix-get-group-from-file-path, nnmairix-map-range)
14293         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
14294         New helper functions.
14295         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
14296         keystrokes for new commands.
14297         (nnmairix-delete-and-create-on-change): Doc string cleanup.
14298         (nnmairix-request-group): Check allow-fast group parameter.
14299         (nnmairix-request-create-group): Set allow-fast group parameter if
14300         nnmairix-allowfast-default is set.
14301         (nnmairix-close-group): Propagate marks upon closing if needed.
14302         (nnmairix-group-toggle-threads-this-group): Use new.
14303         nnmairix-group-toggle-parameter helper function.
14304         (nnmairix-search): Better check for empty search result.
14305         (nnmairix-goto-original-article): Use new helper functions for
14306         determining original article.
14307         (nnmairix-show-original-article): Make sure message-id is in brackets.
14308         (nnmairix-call-mairix-binary): Change variable name.
14309         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
14310         helper function.
14311         (nnmairix-widget-toggle-activate): Fix doc string.
14312
14313 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14314
14315         * nnir.el: Require edmacro when compiling with XEmacs.
14316         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
14317         available in Emacs 21.
14318
14319 2008-06-11  Glenn Morris  <rgm@gnu.org>
14320
14321         * gnus-util.el (x-focus-frame):
14322         * gnus.el (image-size):
14323         * mm-decode.el (image-size): Declare.
14324
14325         * gnus-picon.el (declare-function): Add compat definition.
14326         (image-size): Declare.
14327
14328         * gnus-group.el (tool-bar-map):
14329         * gnus-sum.el (tool-bar-map): Define for compiler.
14330
14331         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
14332
14333         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
14334
14335         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
14336         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
14337         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
14338         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
14339         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
14340         * sieve-manage.el, spam-report.el, spam.el:
14341         Remove unnecessary eval-and-compile of autoloads.
14342
14343 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
14344
14345         * auth-source.el: Precise Tramp doc.
14346
14347 2008-06-07  Glenn Morris  <rgm@gnu.org>
14348
14349         * nnmairix.el: Remove unnecessary eval-when-compile.
14350
14351 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14352
14353         * lpath.el: Fbind propertize for XEmacs 21.4.
14354
14355 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
14356
14357         * nnir.el: Move here from ../contrib.
14358
14359 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14360
14361         * gnus-util.el (gnus-read-shell-command): New function.
14362         * mm-decode.el (mm-pipe-part):
14363         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
14364
14365 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14366
14367         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
14368
14369 2008-06-03  Glenn Morris  <rgm@gnu.org>
14370
14371         * pop3.el (nnheader-accept-process-output): Autoload it.
14372
14373 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14374
14375         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
14376         are not 2-digit hexadecimal characters that follow `%'s.
14377
14378 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14379
14380         * message.el (message-bogus-recipient-p): Fix type in doc string.
14381         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
14382         (message-bogus-addresses): Rename from message-bogus-address-regexp.
14383         Improve custom options.
14384         (message-bogus-recipient-p): Adjust accordingly.
14385
14386 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
14387
14388         * parse-time.el (parse-time-months, parse-time-weekdays): Add
14389         long-form month and day names.
14390
14391 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14392
14393         * dgnushack.el: Autoload debug, eudc-expand-inline and
14394         pgg-snarf-keys-region for XEmacs.
14395
14396         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
14397
14398         * nnmairix.el: Require edmacro when compiling with XEmacs.
14399
14400 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
14401
14402         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
14403         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
14404
14405 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14406
14407         * auth-source.el: Add more docs.
14408
14409         * netrc.el (netrc-machine): Always match if the port is not given.
14410
14411 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14412
14413         * nnheader.el (nnheader-read-timeout): Change the default timeout from
14414         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
14415         retrieval faster in some cases, but might make CPU usage larger.
14416         If this has any bad side effects, we might revert this change.
14417
14418         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
14419         seems to make mail retrieval much, much faster.
14420         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
14421         unconditionally.
14422
14423         * gnus-draft.el (gnus-group-send-queue):
14424         Bind message-send-mail-partially-limit to nil to avoid being prompted.
14425
14426 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
14427
14428         * mml.el (mml-attach-buffer): Prompt for `disposition'.
14429
14430         * message.el (message-bogus-address-regexp): Fix and improve custom
14431         type.
14432         (message-setup-hook): Add message-check-recipients as custom option.
14433
14434 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
14435
14436         * message.el (message-cite-function): Remove bogus autoload which crept
14437         in during merge from v5-10.
14438
14439 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14440
14441         * nnimap.el (nnimap-open-connection): Fix login/password bug.
14442
14443         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
14444
14445         * auth-source.el: Preliminary Tramp docs.
14446         (auth-sources): Change the default auth-sources to use
14447         EPA .gpg files.
14448
14449 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
14450
14451         * nntp.el: Autoload `auth-source-user-or-password'.
14452         (nntp-send-authinfo): Use it.
14453
14454         * nnimap.el: Autoload `auth-source-user-or-password'.
14455         (nnimap-open-connection): Use it.
14456
14457         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
14458         for the gnus-message function.
14459         (auth-source-user-or-password): Use it.
14460
14461 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14462
14463         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
14464         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
14465         (rfc2104-hash): Use it.
14466
14467 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
14468
14469         * gnus-art.el (gnus-article-toggle-truncate-lines):
14470         Don't use `iff' in docstring.
14471
14472 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
14473
14474         * gnus-registry.el: Adjusted copyright dates and added a keyword.
14475
14476         * gnus-util.el (gnus-extract-address-component-name)
14477         (gnus-extract-address-component-email): Convenience functions around
14478         `gnus-extract-address-components'.
14479
14480         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14481         Use `gnus-extract-address-component-email' to fix bug of comparing full
14482         sender name to `user-mail-address'.
14483
14484 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
14485
14486         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
14487         catch/throw to optimize.
14488         (gnus-registry-find-keywords): Just use member to find a keyword.
14489
14490 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14491
14492         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
14493         is current before calling gnus-server-prepare.
14494         (gnus-server-setup-buffer, gnus-server-update-server)
14495         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
14496
14497 2008-05-04  Juri Linkov  <juri@jurta.org>
14498
14499         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
14500         (mailcap-file-default-commands): Use mailcap-replace-in-string
14501         instead of replace-regexp-in-string, and mailcap-delete-duplicates
14502         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
14503
14504 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
14505
14506         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
14507
14508 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14509
14510         * gnus.el: Bump version to 0.11.
14511
14512 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14513
14514         * gnus.el: No Gnus v0.10 is released.
14515
14516 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14517
14518         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
14519         hooks.
14520         (gnus-update-read-articles): Speed up non-marks-using users.
14521         (gnus-use-marks): Define gnus-use-marks.
14522         (gnus-propagate-marks): Rename variable to something more sensible.
14523
14524 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
14525
14526         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
14527         (gmm-image-load-path-for-library): Fix typos in docstrings.
14528         (gmm-message): Reflow docstring.
14529
14530 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
14531
14532         * mail-source.el (mail-source-set-1, mail-source-bind):
14533         Move auth-source code out of the macro to clean it up and fix bugs.
14534
14535 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
14536
14537         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
14538         by sender if it's equal to user-mail-address, it's likely to be
14539         useless.
14540
14541         * mail-source.el (mail-source-bind): Don't use user or password if they
14542         are not bound.  Unintern them if they are nil.  Don't use server unless
14543         it's bound, and default it to empty string otherwise.
14544
14545 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
14546
14547         * mail-source.el: Load auth-source.el.
14548         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
14549         get user name or password, if auth-sources is set up.
14550
14551         * gnus-registry.el (gnus-registry-split-strategy): New variable for
14552         strategy of splitting with parent.
14553         (gnus-registry-split-fancy-with-parent)
14554         (gnus-registry-post-process-groups): Use it and fix prior
14555         bug (returning a list as the split result).
14556
14557         * auth-source.el (auth-sources): Remove server parameter.
14558         (auth-source-pick, auth-source-user-or-password)
14559         (auth-source-user-or-password-imap)
14560         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14561         (auth-source-user-or-password-sftp)
14562         (auth-source-user-or-password-smtp): Remove server parameter.
14563
14564 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
14565
14566         * smime.el (smime-sign-region, smime-encrypt-region)
14567         (smime-decrypt-region):
14568         Remove redundant calls to `generate-new-buffer-name'.
14569
14570 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
14571
14572         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
14573         Don't use QP for message/rfc822.
14574         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
14575
14576 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14577
14578         * sieve-manage.el (sieve-string-bytes): Remove.
14579         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
14580         correct byte-length only if the process's coding-system is the same as
14581         the one used internally by Emacs to represent strings.
14582
14583 2008-04-22  Juri Linkov  <juri@jurta.org>
14584
14585         * mailcap.el (mailcap-file-default-commands): New function.
14586
14587 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14588
14589         * message.el (message-signature-separator, message-cite-function):
14590         Change custom version.
14591
14592 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
14593
14594         * tls.el (tls-program): Add -ign_eof argument to call the openssl
14595         commands.
14596         (tls-checktrust): Ditto.
14597
14598 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14599
14600         * mm-decode.el (mm-display-external): Make temp file read-only.
14601
14602 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14603
14604         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
14605         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
14606         `C-c C-f d'.
14607
14608 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
14609
14610         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
14611
14612 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14613
14614         * gnus.el: Bump version to 0.9.
14615
14616 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
14617
14618         * gnus.el: No Gnus v0.8 is released.
14619
14620 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14621
14622         * mail-source.el (mail-source-value):
14623         Prefer fboundp to functionp so it works with macros as well.
14624
14625 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14626
14627         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14628         Fix last change in case the element is not even a symbol.
14629
14630 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14631
14632         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14633         Prefer fboundp to functionp so it works with macros as well.
14634
14635 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
14636
14637         * auth-source.el: Add docs.
14638         (auth-sources): Modify format to support server.
14639         (auth-source-pick, auth-source-user-or-password)
14640         (auth-source-user-or-password-imap)
14641         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14642         (auth-source-user-or-password-sftp)
14643         (auth-source-user-or-password-smtp): Add server parameter.
14644
14645 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
14646
14647         * gnus-registry.el: Initialize the registry when gnus-registry-install
14648         is t.
14649
14650 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14651
14652         * compface.el (uncompface): Make buffer unibyte.
14653
14654 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14655
14656         * mail-source.el (mail-source-value):
14657         Prefer fboundp to functionp so it works with macros as well.
14658
14659 2008-04-05  Glenn Morris  <rgm@gnu.org>
14660
14661         * gnus-ems.el (mm-disable-multibyte): Autoload it.
14662
14663 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14664
14665         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
14666         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
14667
14668         * nnheader.el (nnheader-init-server-buffer): Change buffer's
14669         multibyteness after rather than before erasing it.
14670
14671         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
14672         mm-with-multibyte.
14673         (gnus-request-article-this-buffer): Make sure the proper decoding is
14674         used if gnus-original-article-buffer happens to be unibyte.
14675
14676         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
14677         default-enable-multibyte-characters.
14678
14679         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
14680         default-enable-multibyte-characters.
14681
14682         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
14683
14684         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
14685
14686 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14687
14688         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14689         Fix last change in case the element is not even a symbol.
14690
14691 2008-04-02  Simon Josefsson  <simon@josefsson.org>
14692
14693         * imap.el (imap-enable-exchange-bug-workaround): New variable.
14694         (imap-message-copyuid-1): Use it.
14695         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
14696         J. Williams in
14697         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14698
14699         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
14700         imap-enable-exchange-bug-workaround.
14701         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
14702
14703 2008-04-01  Simon Josefsson  <simon@josefsson.org>
14704
14705         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
14706         a 100 byte status-checks into a 2-3MB transfer for each group.
14707         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
14708         to enable bug workaround or not.
14709         (nnimap-find-minmax-uid): Only enable workaround conditionally.
14710
14711 2008-03-31  Glenn Morris  <rgm@gnu.org>
14712
14713         * message.el (mml2015-use): Declare for compiler.
14714         (message-info): Require mml2015 when appropriate.
14715
14716 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14717
14718         * Makefile.in (EMACS_COMP): Quote directory name that might contain
14719         whitespace.
14720
14721 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14722
14723         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
14724         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
14725         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
14726         (nntp-service-to-port): New function.
14727         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
14728         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
14729         (nntp-open-netcat-stream): New function.
14730         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
14731
14732 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
14733
14734         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
14735
14736 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14737
14738         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
14739
14740 2008-03-28  Magnus Henoch  <mange@freemail.hu>
14741
14742         * dns.el (dns-write): Use set-buffer-multibyte.
14743
14744 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
14745
14746         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
14747
14748 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14749
14750         * message.el (message-signature-separator): Change default.
14751         Improve custom type.
14752         (message-cite-function): Change default to
14753         message-cite-original-without-signature.
14754
14755         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
14756         toggle.
14757
14758         * message.el (message-check-news-body-syntax): Fix signature check.
14759         (message-setup-1): Mark buffer as unmodified _after_ running
14760         message-setup-hook and handling message-alternative-emails.
14761         (message-shorten-references): Be more strict when building list of
14762         valid references to comply with GNKSA.
14763
14764         * gnus-group.el (gnus-read-ephemeral-bug-group)
14765         (gnus-read-ephemeral-debian-bug-group)
14766         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
14767
14768         * message.el (message-info): Don't use booleanp which isn't supported
14769         in Emacs 21 and XEmacs.
14770
14771 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
14772
14773         * gnus-group.el (gnus-gmane-group-download-format): Rename from
14774         gnus-group-gmane-group-download-format.
14775         (gnus-group-read-ephemeral-gmane-group): Rename from
14776         gnus-group-read-ephemeral-gmane-group.
14777         (gnus-read-ephemeral-gmane-group-url): Rename from
14778         gnus-group-read-ephemeral-gmane-group-url.
14779         (gnus-bug-group-download-format-alist): New variable.
14780         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
14781         (gnus-read-ephemeral-emacs-bug-group): New commands.
14782
14783 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14784
14785         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
14786         (gnus-visible-headers): Improve custom type.
14787
14788 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14789
14790         * mml.el (mml-menu): Add workarounds for XEmacs.
14791
14792         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
14793         X-Boundary header.
14794
14795         * message.el (message-simplify-recipients): Fix previous commit.
14796
14797 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14798
14799         * mm-util.el (mm-set-buffer-multibyte): New function.
14800         * mm-decode.el (mm-copy-to-buffer): Use it.
14801
14802         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14803         Prefer fboundp to functionp so it works with macros as well.
14804
14805 2008-03-19  Glenn Morris  <rgm@gnu.org>
14806
14807         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
14808         Accidentally removed in the sync process with Emacs.
14809
14810 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
14811
14812         * message.el (message-alter-recipients-discard-bogus-full-name):
14813         New function.
14814         (message-alter-recipients-function): New variable.
14815         (message-get-reply-headers): Use it.
14816         (message-replace-header): New helper function.
14817         (message-recipients-without-full-name): New variable.
14818         (message-simplify-recipients): New command.
14819
14820         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
14821
14822         * message.el (message-info): Handle EasyPG manual.
14823
14824         * mml.el (mml-menu): Add entry for EasyPG.
14825
14826 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
14827
14828         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
14829         parameter.
14830
14831         * message.el (message-disassociate-draft): Specify drafts group name
14832         fully.
14833
14834 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
14835
14836         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14837         Eliminate unnecessary duplicates from the match list.
14838
14839 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14840
14841         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
14842
14843         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
14844
14845         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
14846         args of `how-many' of which the XEmacs version doesn't take; declare
14847         Info-index-next as function.
14848
14849 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14850
14851         * gnus-score.el (gnus-score-headers): Fix handling of
14852         gnus-inhibit-slow-scoring.
14853
14854         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
14855         string.
14856         (gnus-button-url-regexp): Improve handling of parenthesis.
14857         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
14858         (gnus-button-handle-info-keystrokes): Handle index entries.
14859
14860 2008-03-15  Glenn Morris  <rgm@gnu.org>
14861
14862         * parse-time.el (parse-time-string): Simplify.
14863
14864 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14865
14866         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
14867         Incoming* files.
14868
14869 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
14870
14871         * auth-source.el (auth-sources): Rename from auth-source-choices.
14872         (auth-source-pick): Use it.
14873
14874 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14875
14876         * binhex.el (binhex-decode-region-internal):
14877         * uudecode.el (uudecode-decode-region-internal):
14878         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
14879         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
14880         setting default-enable-multibyte-characters.
14881
14882 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
14883
14884         * auth-source.el (auth-source-protocols)
14885         (auth-source-protocols-customize, auth-source-choices): Add and
14886         modified variable customizations and defaults.
14887         (auth-source-pick, auth-source-user-or-password)
14888         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
14889         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14890         (auth-source-user-or-password-sftp)
14891         (auth-source-user-or-password-smtp): Use new variables and provide an
14892         interface to netrc.el.
14893
14894 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14895
14896         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
14897         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
14898         Make sure the nntp port to specify is a string.
14899
14900 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14901
14902         * nntp.el: Use with-current-buffer.
14903         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
14904         dubious mm-with-unibyte-current-buffer.
14905         (nntp-with-open-group-function): New function extracted from
14906         nntp-with-open-group macro.
14907         (nntp-with-open-group): Use the function, so it's easier to debug.
14908         Add indentation and debugging info.
14909         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
14910         Recommend the use of the netcat alternatives.
14911
14912         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
14913         Avoid mm-string-as-multibyte as well.
14914
14915         * nnweb.el (nnweb-insert-html):
14916         Remove use of nnheader-string-as-multibyte.
14917
14918         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
14919         (nnheader-string-as-multibyte): Remove.
14920
14921         * mm-view.el: Use inhibit-read-only.
14922         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
14923         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
14924         or unibyte-string.
14925
14926         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
14927         (mm-uu-yenc-extract): Use with-current-buffer.
14928
14929         * gnus-soup.el (gnus-soup-send-packet): Don't use
14930         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
14931
14932         * nnmh.el: Use with-current-buffer.
14933         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
14934         mm-string-as-multibyte on the output of mm-encode-coding-string.
14935
14936         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
14937         (nnimap-request-move-article): Use with-current-buffer.
14938
14939         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
14940         inserting the handle-buffer's text, so the implicit multibyte->unibyte
14941         conversion uses string-make-unibyte rather than string-as-unibyte.
14942
14943         * gnus-msg.el: Use with-current-buffer.
14944
14945         * message.el (message-ignored-resent-headers): Add "Delivered-To".
14946
14947 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
14948
14949         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
14950         string for caching if it is 'PIN.
14951
14952 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14953
14954         * lpath.el: Consider the case without Emacs/W3.
14955
14956 2008-03-08  Glenn Morris  <rgm@gnu.org>
14957
14958         * time-date.el (date-to-time, time-subtract, time-add)
14959         (safe-date-to-time): Doc fixes.
14960
14961 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14962
14963         * mail-source.el (mail-source-delete-old-incoming-confirm):
14964         Change default to nil.
14965         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
14966
14967 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14968
14969         * lpath.el: Rearrange.
14970
14971         * gnus-art.el (gnus-narrow-to-page): Position point properly.
14972         (gnus-article-goto-prev-page): Work for articles having ^L's.
14973
14974         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
14975
14976         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
14977
14978 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
14979
14980         * gnus-bookmark.el: Adjust for renames in bookmark.el.
14981         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
14982         (gnus-bookmark-jump): Adjust some variable names.
14983
14984 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
14985
14986         * auth-source.el: New package.
14987         (auth-source-choices): Add customization entry point variable.
14988
14989         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
14990         bug.
14991
14992 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
14993
14994         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
14995         (gnus-registry-initialize, gnus-registry-install-p): Use it.
14996         (gnus-registry-install-shortcuts): Rename from
14997         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
14998         the `gnus-registry-mark-map' keymap dynamically from
14999         `gnus-registry-marks'.  The generated functions update the summary line
15000         when a registry mark is added or deleted, and will call
15001         `gnus-registry-install-p' (see the comments in the code).
15002         (gnus-registry-user-format-function-M): Use concat intelligently.
15003
15004         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
15005         the registry mark functions.
15006
15007 2008-03-05  Glenn Morris  <rgm@gnu.org>
15008
15009         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
15010         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
15011         gnus-art.
15012         (top-level): No need to load own source when compiling.
15013
15014 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15015
15016         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
15017         Suggested by <chris.anderton@zetnet.co.uk>.
15018
15019 2008-03-04  Glenn Morris  <rgm@gnu.org>
15020
15021         * gnus-sum.el (top-level): No need to require gnus when compiling,
15022         since unconditionally required near start of file.
15023         (gnus-summary-display-while-building): Move definition before use.
15024
15025 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15026
15027         * gnus-registry.el (gnus-registry-user-format-function-M):
15028         Add formatting function.
15029
15030 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15031
15032         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
15033         with plists.
15034         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
15035         Use new format.
15036
15037 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15038
15039         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
15040         `where-is-internal' that returns a range of key sequences.
15041
15042 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15043
15044         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
15045
15046         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
15047         (gnus-summary-jump-to-group): Consider windows on other displayed
15048         frames as well.  Similar changes might be needed elsewhere, but that's
15049         the one I've bumped into during my use.
15050
15051         * nndoc.el (nndoc-oe-dbx-type-p):
15052         * gnus-msg.el (gnus-debug):
15053         * gnus-group.el (gnus-update-group-mark-positions):
15054         Use mm-string-to-multibyte.
15055
15056 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15057
15058         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
15059         doesn't handle NotDashEscaped.
15060
15061         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
15062         (mml-dnd-attach-options): Fix typo in custom choice.
15063
15064         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
15065         Change nndoc-article-type to mbox.
15066         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
15067
15068         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
15069         to nil, instead of html2text.
15070
15071         * imap.el (imap-debug): Add `imap-ping-server'.
15072
15073         * gnus-bookmark.el: Add FIXMEs.
15074
15075         * message.el (message-form-letter-separator)
15076         (message-send-form-letter-delay): New variables.
15077         (message-send-form-letter): Use them.  New command to send form
15078         letters.  Requested by Uwe Siart.
15079         (message-send-mail-function): Doc fix.  Add "Other" custom option.
15080
15081 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15082
15083         * Update copyright years.
15084
15085 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15086
15087         Sync from EMACS_22_BASE.
15088
15089         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
15090
15091 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
15092
15093         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
15094         empty author.
15095
15096 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
15097
15098         * gnus-registry.el (gnus-registry-marks): Add variable for
15099         customization of marks and their appearance.
15100         (gnus-registry-read-mark): Use it.
15101         (gnus-registry-do-marks): Add utility function to loop through
15102         `gnus-registry-marks'.
15103         (gnus-registry-install-shortcuts-and-menus): Add function to install
15104         shortcuts and menus.
15105         (gnus-registry-initialize): Use it.
15106         (gnus-registry-default-mark): Clarify documentation.
15107
15108 2008-02-29  Glenn Morris  <rgm@gnu.org>
15109
15110         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
15111         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
15112         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
15113         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
15114         Change defcustom :version from 23.0 to 23.1.
15115
15116 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
15117
15118         * gnus-registry.el (gnus-registry-follow-group-p)
15119         (gnus-registry-post-process-groups): Add functions to aid registry
15120         splitting and improve logging.  Clarify behavior in function
15121         documentation.
15122         (gnus-registry-split-fancy-with-parent): Use them.
15123
15124 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15125
15126         * gnus-art.el: Use with-current-buffer.
15127
15128 2008-02-27  David Engster  <dengste@eml.cc>
15129
15130         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
15131         Express real group name in the response.
15132
15133 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15134
15135         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
15136         (nnmairix-last-server, nnmairix-current-server): Defvar them.
15137         (nnmairix-goto-original-article): Defvar gnus-registry-install and
15138         autoload gnus-registry-fetch-group when compiling.
15139         (nnmairix-request-group-with-article-number-correction):
15140         Remove unreferenced argument passed to nnmairix-call-backend.
15141
15142 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15143
15144         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
15145         (mm-uu-extract): Improve face for low color ttys.
15146         Reported by Sascha Wilde.
15147
15148 2008-02-27  Glenn Morris  <rgm@gnu.org>
15149
15150         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
15151         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
15152         variables to defconsts.  Convert comments to doc-strings.
15153         (nnmairix-last-server, nnmairix-current-server): Convert from free
15154         variables to defvars.  Convert comments to doc-strings.
15155         (gnus-registry-fetch-group): Autoload.
15156         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
15157         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
15158         (nnmairix-widget-build-editable-fields): Use car cddr rather than
15159         caddr.
15160         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
15161         nnmairix-request-group-with-article-number-correction call.
15162         (nnmairix-fast, nnmairix-group): New, less general names, for free
15163         variables passed from nnmairix-request-group to
15164         nnmairix-request-group-with-article-number-correction.  Declare.
15165         (nnmairix-request-group-with-article-number-correction):
15166         Use nnmairix-fast, nnmairix-group rather than fast, group.
15167
15168 2008-02-26  David Engster  <dengste@eml.cc>
15169
15170         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
15171         version 0.5.
15172
15173 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15174
15175         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
15176         instead of making an extra function call.  Don't add the current group
15177         to articles only when they have the group.  Use
15178         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
15179         Reported by David <de_bb@arcor.de>.
15180
15181 2008-02-24  Miles Bader  <miles@gnu.org>
15182
15183         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
15184         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
15185         (mm-find-mime-charset-region):
15186         * mm-bodies.el (mm-encode-body):
15187         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
15188
15189 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15190
15191         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
15192         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
15193
15194 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
15195
15196         * mail-source.el (mail-source-delete-incoming): Change default.
15197         Supplement doc string.
15198
15199         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
15200
15201 2008-02-14  Glenn Morris  <rgm@gnu.org>
15202
15203         * time-date.el (format-seconds): New function.
15204
15205 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15206
15207         * nnmail.el (nnmail-message-id-cache-file): Derive from
15208         `gnus-home-directory'.
15209
15210 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
15211
15212         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
15213         Document negative prefix.
15214
15215         * gnus-group.el (gnus-group-read-group): Document negative prefix.
15216
15217 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15218
15219         * message.el (message-unsent-separator): Add the Exim bounce
15220         separator.
15221
15222 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
15223
15224         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
15225         list.
15226         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
15227         recipient/signer list.
15228
15229 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15230
15231         * Makefile.in (datarootdir): Define.
15232         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
15233         name that might contain whitespace.
15234
15235 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15236
15237         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
15238         fbound (Emacs 23 unicode), signal an error.
15239
15240 2008-02-08  Glenn Morris  <rgm@gnu.org>
15241
15242         * gnus-art.el (pgg-display-output-buffer): Declare as function.
15243
15244 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
15245
15246         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
15247         ports to the calls to `netrc-machine-user-or-password' in addition to
15248         "imap" and "imaps".
15249
15250 2008-02-01  Zhang Wei  <id.brep@gmail.com>
15251
15252         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
15253
15254         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
15255
15256 2008-02-01  Kenichi Handa  <handa@m17n.org>
15257
15258         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
15259         rfc2104-hexstring-to-bitstring and changed to return a byte list.
15260         (rfc2104-hash): Convert the result of concat to unibyte string.
15261
15262 2008-02-01  Dave Love  <fx@gnu.org>
15263
15264         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
15265         coding-system-for-read.
15266         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
15267
15268 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15269
15270         * gnus.el (gnus-group-startup-message): Add `find-image' call before
15271         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
15272         <hanche@math.ntnu.no>.
15273
15274 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15275
15276         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
15277
15278         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
15279
15280 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
15281
15282         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
15283         * message.el (message-beginning-of-line): Use featurep instead of bound
15284         tests in order to resolve conditionals at compile time.
15285
15286 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
15287
15288         * mail-source.el (mail-sources): Add `group' choice.
15289
15290         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
15291         parameter `in-group' to control into which group the articles go.
15292         Add treatment of `group' mail-source.
15293
15294 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15295
15296         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
15297
15298         * mm-decode.el (mm-dissect-buffer): Decode description.
15299
15300         * mml.el (mml-to-mime): Encode message header first.
15301
15302 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15303
15304         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
15305         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
15306
15307         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
15308         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
15309
15310 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
15311
15312         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
15313
15314 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15315
15316         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
15317         prefix keys.
15318         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
15319         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
15320         gnus-xmas.el.
15321
15322         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
15323         (gnus-xmas-article-describe-bindings): New function.
15324         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
15325         gnus-xmas-article-describe-bindings.
15326
15327         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
15328
15329 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
15330
15331         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
15332         Add new variables for article mark management.
15333         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
15334         list of extra data entries which, when present, will indicate that the
15335         article ID should not be trimmed from the registry.
15336         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
15337         functions.
15338         (gnus-registry-read-mark): New function to read a mark name from the
15339         user.
15340         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
15341         (gnus-registry-set-article-mark-internal): New functions to add and
15342         remove marks.
15343         (gnus-registry-get-article-marks): New function to show the marks for
15344         an article, or retrieve them for further use.
15345
15346 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15347
15348         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
15349         keys when no argument is given.
15350
15351 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15352
15353         * imap.el (imap-ping-server): New variable.
15354         (imap-opened): On add extra ping if imap-ping-server is non-nil.
15355         (imap-ping-server): Minor doc string fixes.
15356
15357 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
15358
15359         * imap.el (imap-ping-server): New function.
15360         (imap-opened): Call imap-ping-server.
15361
15362 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15363
15364         * gnus-sum.el (gnus-article-sort-by-random)
15365         (gnus-thread-sort-by-random): Fix doc strings.
15366         Reported by jidanni@jidanni.org.
15367
15368 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15369
15370         * gnus-art.el (gnus-article-describe-bindings): New function.
15371         (gnus-article-read-summary-keys): Use it.
15372         (gnus-article-mode-map): Bind `C-h b' to it.
15373
15374 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15375
15376         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
15377         XEmacs.
15378         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15379         Protect against non-character events.
15380
15381         * lpath.el: Fbind map-keymap for Emacs 21.
15382
15383 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
15384
15385         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
15386         New command.
15387         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
15388         instead of END.  Change name of the temp file.
15389         (gnus-group-gmane-group-download-format): Add doc string.  Make it
15390         customizable.
15391
15392 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15393
15394         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
15395         bind `S W' to gnus-article-wide-reply-with-original; set default
15396         binding to gnus-article-read-summary-send-keys.
15397         (gnus-article-read-summary-keys): Fix the order of keys; display
15398         continuation keys correctly in the echo area; describe bindings
15399         correctly when keys end with `C-h'.
15400         (gnus-article-read-summary-send-keys): New function.
15401         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15402         Work for gnus-article-read-summary-send-keys; display continuation keys
15403         correctly in the echo area.
15404         (gnus-article-reply-with-original): Ignore prefix argument.
15405         (gnus-article-wide-reply-with-original): New function.
15406
15407         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
15408         Emacs 21.
15409
15410 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15411
15412         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
15413         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
15414
15415 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15416
15417         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
15418         (gnus-group-read-ephemeral-gmane-group): New command.
15419
15420 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
15421
15422         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
15423
15424 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15425
15426         * message.el (message-send-mail-function): Increase custom version.
15427
15428         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
15429         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
15430
15431 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15432
15433         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
15434         for the cases where imap-authenticate is called with a nil buffer
15435         parameter.
15436
15437 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15438
15439         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
15440         html parts correctly; support forwarded messages.
15441         (gnus-article-browse-html-article): Remove work buffers.
15442
15443         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
15444         compiling.
15445         (netrc-bound-and-true-p): New macro.
15446         (netrc-parse): Use it instead of bound-and-true-p that is not available
15447         in XEmacs 21.4.
15448
15449 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
15450
15451         * gnus-registry.el (gnus-registry-mark-article)
15452         (gnus-registry-article-marks): Add functionality to mark articles
15453         through the Gnus registry.
15454
15455         * encrypt.el: Clarify documentation for the new pgg method.
15456         (encrypt-file-alist): Add PGG option.
15457         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
15458         functionality.  Abstract password key and messaging to external
15459         functions.
15460         (encrypt-password-key, encrypt-get-passphrase-if-needed)
15461         (encrypt-message-method-and-cipher): Add new convenience external
15462         functions.
15463         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
15464         (encrypt-pgg-process-buffer): Add PGG functionality glue.
15465
15466         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
15467         (netrc-parse): Use encrypt-file-alist to determine if
15468         encrypt-find-model or encrypt-insert-file-contents should be used.
15469
15470         * encrypt.el: Clarify documentation.  Load password-cache or
15471         password, whichever one is found first, instead of autoloading.
15472
15473 2007-12-19  Glenn Morris  <rgm@gnu.org>
15474
15475         * mml.el (message-options-set, message-narrow-to-head)
15476         (message-in-body-p, message-mail-p, message-encode-message-body):
15477         Autoload.
15478         (message-remove-header, message-narrow-to-headers-or-head)
15479         (message-subscribed-p, message-make-mail-followup-to)
15480         (message-position-on-field, message-news-p)
15481         (message-options-set-recipient, message-generate-headers)
15482         (message-sort-headers): Declare as functions.
15483
15484 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15485
15486         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
15487         convention in doc string.
15488
15489 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15490
15491         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
15492         title to html parts.
15493         (gnus-article-browse-html-article): Pass message header to it.
15494
15495         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
15496
15497 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
15498
15499         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
15500         or password compatible with XEmacs.
15501
15502 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15503
15504         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
15505         format document.
15506         (gnus-mime-delete-part): Don't write description line if empty.
15507         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
15508
15509 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
15510
15511         * gnus-sum.el (gnus-summary-mark-unread-as-read)
15512         (gnus-summary-mark-read-and-unread-as-read)
15513         (gnus-summary-mark-current-read-and-unread-as-read)
15514         (gnus-summary-mark-unread-as-ticked): Doc fix.
15515         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
15516
15517 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15518
15519         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
15520         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15521
15522 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15523
15524         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
15525         yes-or-no-p.
15526
15527 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15528
15529         * mm-decode.el (mm-add-meta-html-tag): New function.
15530         (mm-save-part-to-file, mm-pipe-part): Use it.
15531
15532         * gnus-art.el (gnus-article-browse-delete-temp-files):
15533         Use gnus-y-or-n-p instead of y-or-n-p.
15534         (gnus-article-browse-html-parts): Work with message/external-body; use
15535         mm-add-meta-html-tag.
15536
15537 2007-12-11  Glenn Morris  <rgm@gnu.org>
15538
15539         * gnus-cache.el: Require gnus-sum not just when compiling.
15540
15541         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
15542
15543         * gnus-int.el (gnus-server-opened, gnus-status-message):
15544         Move definitions before use.
15545
15546         * mm-decode.el: Require gnus-util.
15547         (mm-remove-part): Only call delete-annotation on XEmacs.
15548
15549         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
15550
15551         * nnmail.el: Require gnus-int.
15552
15553         * spam.el: Move `require's before `eval-when-compile's.
15554
15555         * gnus-ems.el (gnus-alive-p):
15556         * gnus-fun.el (message-goto-eoh):
15557         * gnus-util.el (gnus-group-name-decode):
15558         * mail-source.el (gnus-compress-sequence):
15559         * message.el (Info-goto-node, format-spec):
15560         * mm-bodies.el (message-options-get):
15561         * mm-decode.el (mm-view-pkcs7):
15562         * mm-util.el (gmm-write-region):
15563         * mml-smime.el (mml-compute-boundary)
15564         (gnus-completing-read-with-default):
15565         * mml.el (widget-button-press, gnus-make-hashtable):
15566         * mml1991.el (mm-decode-content-transfer-encoding)
15567         (mm-encode-content-transfer-encoding)
15568         (message-options-get, message-options-set):
15569         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
15570         * nnfolder.el (gnus-request-group):
15571         * nnheader.el (ietf-drums-unfold-fws):
15572         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
15573         * smime.el (gnus-run-mode-hooks):
15574         * spam-stat.el (gnus-message): Autoload.
15575
15576         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
15577         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
15578         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
15579         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
15580         Add declare-function compatibility definition.
15581
15582         * gnus-cache.el (nnvirtual-find-group-art):
15583         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
15584         (gnus-add-image, gnus-add-wash-type):
15585         * gnus-group.el (nnkiboze-score-file):
15586         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
15587         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
15588         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
15589         (message-tokenize-header, gnus-get-buffer-create)
15590         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
15591         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
15592         * gnus.el (gnus-group-decoded-name):
15593         * mail-source.el (imap-capability):
15594         * mm-bodies.el (message-options-set):
15595         * mm-decode.el (gnus-configure-windows):
15596         * mm-extern.el (message-goto-body):
15597         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
15598         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
15599         (epg-sub-key-validity, message-options-set):
15600         * mml.el (widget-event-point, gnus-configure-windows):
15601         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
15602         * mml2015.el (epg-check-configuration, epg-configuration)
15603         (message-options-set):
15604         * nndb.el (nndb-request-article):
15605         * nnfolder.el (gnus-request-create-group):
15606         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
15607         * nnmaildir.el (gnus-group-mark-article-read):
15608         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
15609         * rfc1843.el (message-fetch-field):
15610         * spam.el (gnus-extract-address-components):
15611         Declare as functions.
15612
15613 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15614
15615         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
15616
15617         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
15618
15619         * lpath.el: Fbind run-mode-hooks for Emacs 21;
15620         bind show-trailing-whitespace for XEmacs.
15621
15622 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15623
15624         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
15625         new no-op macro for backward compatibility.
15626
15627         * imap.el (imap-string-to-integer): New function.
15628
15629 2007-12-09  Glenn Morris  <rgm@gnu.org>
15630
15631         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
15632
15633         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
15634         * message.el, mm-view.el, sieve-manage.el, smime.el:
15635         Add declare-function compatibility definition.
15636
15637         * gnus-art.el (w3-region, w3m-region, Info-menu):
15638         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
15639         * gnus-sum.el (gnus-get-predicate):
15640         * gnus-util.el (mm-append-to-file, w32-focus-frame):
15641         * message.el (mail-abbrev-in-expansion-header-p):
15642         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
15643         (w3m-detect-meta-charset, w3m-region):
15644         * sieve-manage.el (password-read, password-cache-add)
15645         (password-cache-remove):
15646         * smime.el (password-read-and-add): Declare as functions.
15647
15648 2007-12-08  David Kastrup  <dak@gnu.org>
15649
15650         * gnus-sum.el (gnus-summary-simplify-subject-query):
15651         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
15652         `message'.
15653
15654 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15655
15656         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
15657         it to bind idna-program, installation-directory, defined-colors, and
15658         face-attribute for XEmacs of the version that compiles defcustom forms.
15659
15660 2007-12-07  Glenn Morris  <rgm@gnu.org>
15661
15662         * gnus-art.el (article-make-date-line): Revert previous change.
15663
15664 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15665
15666         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
15667
15668 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
15669
15670         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
15671         Call gnus-add-to-range ranges only once with a prepared article-list.
15672
15673 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
15674
15675         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
15676         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
15677         group names with backslashes.
15678         Reported by Tassilo Horn <tassilo@member.fsf.org>.
15679
15680 2007-12-06  Deepak Goel  <deego3@gmail.com>
15681
15682         * gnus-art.el (article-make-date-line):
15683         * gnus-start.el (gnus-load):
15684         * pop3.el (pop3-read-response): Fix buggy call to `error'.
15685
15686 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15687
15688         * gnus-art.el (gnus-use-idna):
15689         * gnus-start.el (gnus-site-init-file):
15690         * message.el (message-use-idna):
15691         * mm-uu.el (mm-uu-hide-markers):
15692         * smiley.el (smiley-style): Revert changes that suppress warnings.
15693
15694 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15695
15696         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
15697         specify charset to html source.
15698         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15699
15700 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15701
15702         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
15703         idna-program in order to suppress byte compile warning issued by XEmacs
15704         that came to byte compile the default value section of defcustom forms
15705         recently.
15706
15707         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
15708         value of installation-directory.
15709
15710         * message.el (message-use-idna): Don't directly refer to the value of
15711         idna-program.
15712
15713         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
15714
15715         * smiley.el (smiley-style): Don't directly call face-attribute.
15716
15717 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
15718
15719         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
15720
15721         * gnus-dired.el: Reduce Gnus dependencies.
15722         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
15723         Don't require.  Use autoloads instead.
15724         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
15725         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
15726         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
15727         (gnus-dired-mode): Adjust doc string.
15728         (gnus-dired-mail-mode): New variable.
15729         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
15730         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
15731         (gnus-dired-mail-buffers): New function.  Return mail or message
15732         composition buffers.
15733         (gnus-dired-attach): Use it.
15734         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
15735         NO-DECODE.
15736         (gnus-dired-print): Use `gnus-print-buffer' depending on
15737         `gnus-dired-mail-mode'.
15738
15739 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15740
15741         * rfc2047.el (rfc2047-encoded-word-regexp)
15742         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
15743         explaining what regexp patterns are for.
15744
15745 2007-12-04  Glenn Morris  <rgm@gnu.org>
15746
15747         * password.el: Move to password-cache.el.
15748
15749         * mml1991.el (password-read, password-cache-add, password-cache-remove):
15750         * mml2015.el (password-read, password-cache-add, password-cache-remove):
15751         * mml-smime.el (password-read, password-cache-add)
15752         (password-cache-remove):
15753         No need to autoload, since mml-sec requires password.
15754
15755         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
15756         * message.el (gnus-extract-address-components):
15757         * mml-smime.el (gnus-extract-address-components): Define for compiler.
15758
15759         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
15760         password.
15761
15762 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15763
15764         * mailcap.el: Reduce dependencies.
15765         (mail-header-parse-content-type): Autoload.
15766         (mailcap-delete-duplicates): New alias.
15767         (mailcap-mime-info): Add optional argument NO-DECODE.
15768         (mailcap-mime-types): Use mailcap-delete-duplicates.
15769
15770         * message.el (message-ignored-supersedes-headers): Add "X-ID".
15771
15772 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
15773
15774         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
15775         (imap-parse-status): Upcase status-att for servers that sends them
15776         lower-case (e.g., MS Exchange 2007).
15777
15778 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15779
15780         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
15781         function.
15782
15783         * gnus-uu.el (gnus-uu-decode-yenc): New command.
15784         (gnus-uu-yenc-article): New function.
15785
15786         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
15787
15788         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
15789
15790 2007-12-02  Glenn Morris  <rgm@gnu.org>
15791
15792         * binhex.el (binhex): New custom group.
15793         (binhex-decoder-program, binhex-decoder-switches)
15794         (binhex-use-external): Move to the binhex custom group.
15795
15796         * uudecode.el (uudecode): New custom group.
15797         (uudecode-decoder-program, uudecode-decoder-switches)
15798         (uudecode-use-external): Move to the uudecode custom group.
15799
15800         * netrc.el (top-level): Don't load `encrypt' features.
15801         (netrc-parse): Don't use encrypt.
15802         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
15803
15804         * encrypt.el: Remove file.
15805
15806 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
15807
15808         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
15809         matches on patches.
15810
15811         * gnus-art.el (gnus-article-browse-html-article):
15812         Mention `mm-text-html-renderer' in the doc string.
15813
15814         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
15815         string.  Add comments.
15816
15817         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
15818         if rhs is ASCII.
15819
15820 2007-12-01  Glenn Morris  <rgm@gnu.org>
15821
15822         * mail-source.el (top-level): Require format-spec before
15823         eval-when-compile.
15824
15825 2007-11-30  Glenn Morris  <rgm@gnu.org>
15826
15827         * encrypt.el: Require password, rather than autoloading password-read.
15828
15829 2007-11-29  Glenn Morris  <rgm@gnu.org>
15830
15831         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
15832         (sasl-make-client, sasl-next-step, sasl-step-data)
15833         (sasl-step-set-data): Declare as functions.
15834
15835 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
15836
15837         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
15838
15839 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
15840
15841         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
15842         certs should be verified and what is to be done in the event of a
15843         verification failure.
15844
15845         * gnus.el (gnus-method-to-server): Add an optional parameter so the
15846         caller can indicate whether the cache should be disregarded for this
15847         call.  This way the result of the call is reproducible at all times and
15848         can be considered a canonical server name for the supplied method.
15849         (gnus-agent-method-p): Canonicalize server names by pushing their
15850         method through `gnus-method-to-server' using the no-cache argument.
15851
15852         * gnus-srvr.el (gnus-server-insert-server-line):
15853         Call `gnus-method-to-server' with `no-cache' argument.
15854
15855         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
15856         gnus-agent-possibly-synchronize-flags as this should be called when the
15857         server is actually being opened.
15858         (gnus-agent-possibly-synchronize-flags)
15859         (gnus-agent-possibly-synchronize-flags-server): Move check for the
15860         flags file of an agentized server to the latter function.
15861
15862         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
15863         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
15864         after a connection has been established successfully.
15865
15866 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15867
15868         * gnus-art.el (article-display-face): Force to display face if called
15869         interactively; check if gnus-article-x-face-too-ugly matches author.
15870         (article-display-x-face): Display face even if From header is missing
15871         as article-display-face does.
15872
15873 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
15874
15875         * hashcash.el (message-narrow-to-headers-or-head)
15876         (message-fetch-field, message-goto-eoh)
15877         (message-narrow-to-headers): Declare as functions.
15878
15879 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
15880
15881         * mail-source.el (mail-sources): Default to fetch from file for
15882         compatibility with default of nnmail-spool-file.
15883
15884 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15885
15886         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
15887         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
15888         to look for encoded word that should be encoded again.
15889         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
15890         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
15891         encoding pattern.
15892         (rfc2047-decode-region): Switch strict regexp and loose one according
15893         to rfc2047-allow-irregular-q-encoded-words.
15894
15895 2007-11-25  Romain Francoise  <romain@orebokech.com>
15896
15897         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
15898
15899 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15900
15901         * tls.el (tls-program): Provide more custom choices from
15902         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
15903         (tls-process-connection-type, tls-success): Remove "*" in doc string.
15904
15905 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15906
15907         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
15908         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
15909
15910         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
15911         `nnmail-spool-file'.
15912
15913         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
15914         `nnmail-spool-file'.
15915
15916         * gnus-move.el (gnus-change-server): Ditto.
15917
15918         * gnus-kill.el (gnus-batch-score): Ditto.
15919
15920         * gnus-cache.el (gnus-jog-cache): Ditto.
15921
15922         * gnus-msg.el (gnus-summary-reply):
15923         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
15924
15925 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15926
15927         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
15928         version.  Minor improvement to doc strings.
15929         (tls-program): Add comment.
15930
15931 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
15932
15933         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
15934         (tls-checktrust): New variable.  Check if GNU TLS complained about a
15935         mismatch between the hostname provided in the certificate and the name
15936         of the host connnecting to.
15937         (open-tls-stream): Use them.  Check certificates against trusted root
15938         certificates.
15939
15940 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15941
15942         * gnus-cache.el (gnus-cache-generate-nov-databases):
15943         Use nnml-generate-nov-databases-directory instead of
15944         nnml-generate-nov-databases-1.
15945
15946 2007-11-24  Glenn Morris  <rgm@gnu.org>
15947
15948         * message.el (message-tool-bar-retro): Update for rename
15949         mail_send.xpm->mail-send.xpm.
15950
15951 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
15952
15953         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
15954         `smime-ldap-search' for Emacs 22 and up.
15955
15956 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15957
15958         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
15959
15960         * message.el (message-send-mail-function): Fix error convention.
15961         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
15962         (message-widen-reply, message-send-mail, message-talkative-question)
15963         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
15964         (message-clone-locals, message-send-news): Use with-current-buffer.
15965         (message-insert-or-toggle-importance): Remove unused var `valid'.
15966         (message-make-references): Remove unused var `new-references'.
15967         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
15968
15969 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
15970
15971         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
15972         (spam-split-symbolic-return-positive): Reflow docstring.
15973         (spam-backends, spam-summary-exit-behavior)
15974         (spam-mark-ham-unread-before-move-from-spam-group)
15975         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
15976         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15977         (spam-clear-cache, spam-backend-check, spam-install-backend)
15978         (spam-install-statistical-backend, spam-list-of-processors)
15979         (spam-group-processor-p, spam-split, spam-bogofilter-score)
15980         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
15981         (spam-check-crm114, spam-initialize, spam-unload-hook):
15982         Fix typos in docstrings.
15983
15984 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15985
15986         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
15987         been checked if they have never been read and those group levels are
15988         higher than the one that a user specified.
15989
15990 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15991
15992         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
15993         foreign groups unless a group level is specified by a user.
15994         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
15995
15996 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
15997
15998         * message.el (message-send-mail-function): Require sendmail.
15999
16000 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
16001
16002         * message.el (message-send-mail-function): Check for smtpmail too.
16003
16004         * utf7.el (utf7-encode, utf7-decode): Use coding system
16005         `utf-7'/`utf-7-imap' from utf-7.el' if available.
16006
16007         * message.el (message-send-mail-function): New function.
16008         (message-send-mail-function): Set default using
16009         message-send-mail-function.  Adjust doc string.
16010         (message-send-mail-with-mailclient): New function.
16011
16012 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
16013
16014         * smime.el (from):
16015         * rfc2047.el (message-posting-charset):
16016         * qp.el (mm-use-ultra-safe-encoding):
16017         * pop3.el (parse-time-months):
16018         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
16019         * nnml.el (files):
16020         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
16021         (jka-compr-compression-info-list, ange-ftp-path-format)
16022         (efs-path-regexp):
16023         * nndiary.el (files):
16024         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
16025         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
16026         (epg-digest-algorithm-alist, inhibit-redisplay)
16027         (password-cache-expiry):
16028         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
16029         (pgg-output-buffer, password-cache-expiry):
16030         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
16031         (efs-path-regexp):
16032         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
16033         (inhibit-redisplay):
16034         * mm-uu.el (file-name, start-point, end-point, entry)
16035         (gnus-newsgroup-name, gnus-newsgroup-charset):
16036         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
16037         (latin-unity-ucs-list):
16038         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
16039         (mm-uu-binhex-decode-function):
16040         * message.el (gnus-message-group-art, gnus-list-identifiers)
16041         (rmail-enable-mime-composing, gnus-local-organization)
16042         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
16043         (gnus-read-active-file, facemenu-add-face-function)
16044         (facemenu-remove-face-function, gnus-article-decoded-p)
16045         (tool-bar-mode):
16046         * mail-source.el (display-time-mail-function):
16047         * gnus-util.el (nnmail-pathname-coding-system)
16048         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
16049         (gnus-original-article-buffer, gnus-user-agent)
16050         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
16051         (xemacs-codename, sxemacs-codename, emacs-program-version):
16052         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
16053         * gnus-start.el (gnus-agent-covered-methods)
16054         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
16055         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
16056         (gnus-newsgroup-headers, gnus-group-list-mode)
16057         (gnus-group-mark-positions, gnus-newsgroup-data)
16058         (gnus-newsgroup-unreads, nnoo-state-alist)
16059         (gnus-current-select-method, mail-sources)
16060         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
16061         (nnmail-spool-file, gnus-cache-active-hashtb):
16062         * gnus-mh.el (mh-lib-progs):
16063         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
16064         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
16065         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
16066         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
16067         (gnus-group-buffer):
16068         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
16069         (font-lock-set-defaults):
16070         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
16071         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
16072         (gnus-summary-post-menu, total-parts, type, condition, length):
16073         * gnus-agent.el (gnus-agent-read-agentview):
16074         * flow-fill.el (show-trailing-whitespace):
16075         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
16076         eval-and-compile wrappers for byte compiler pacifiers.
16077
16078         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
16079         (mm-display-inline-fontify): Check for featurep 'xemacs not
16080         extent-list.
16081
16082         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
16083         itimer-list.
16084         (mm-create-image-xemacs): Only do something for XEmacs.
16085         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
16086
16087         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
16088
16089         * gnus-registry.el (gnus-adaptive-word-syntax-table):
16090         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
16091
16092 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
16093
16094         * nnimap.el (nnimap-split-download-body):
16095         * gnus-demon.el (gnus-demon):
16096         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
16097
16098 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16099
16100         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
16101         New macros.
16102         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
16103         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
16104         copy data from unibyte buffer to multibyte current buffer.
16105         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
16106         to copy data from unibyte current buffer to multibyte buffer.
16107         (nntp-make-process-buffer): Make process buffer unibyte.
16108
16109         * pop3.el (pop3-open-server): Fix typo in Lisp code.
16110
16111 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
16112
16113         * pop3.el (pop3-open-server): Accept and process data more robustly at
16114         connection start to avoid spurious "POP SSL connection failed" errors.
16115
16116 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16117
16118         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
16119         read group names.
16120
16121 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
16122
16123         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
16124
16125 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16126
16127         * nnmail.el (nnmail-parse-active): Make group names unibyte.
16128         (nnmail-save-active): Use a unibyte buffer when saving active file,
16129         which may contain non-ASCII group names.
16130
16131         * nnml.el (nnml-request-group): Decode group names in messages.
16132
16133 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
16134
16135         * message.el (message-citation-line-function)
16136         (message-insert-formatted-citation-line): Fix spelling of
16137         `message-insert-formated-citation-line'.
16138
16139 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
16140
16141         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
16142
16143 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16144
16145         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
16146         nnmail-pathname-coding-system.
16147
16148         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
16149         that a user enters; decode group names in messages.
16150
16151         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
16152
16153 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16154
16155         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
16156
16157         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
16158
16159         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
16160         risky local variable.
16161
16162         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
16163
16164 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
16165
16166         * encrypt.el: Improve documentation to fix function name typo.
16167         Reported by Daiki Ueno <ueno@unixuser.org>.
16168
16169 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16170
16171         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
16172         even if the point is not in the last page of an article.
16173         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
16174         back to the previous page.
16175
16176 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
16177
16178         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
16179
16180 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16181
16182         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
16183
16184 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16185
16186         * message.el (message-check-news-body-syntax):
16187         Avoid mm-string-as-multibyte.
16188         (message-hide-headers): Don't assume (point-min)==1.
16189
16190 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16191
16192         * message.el (message-remove-blank-cited-lines): Fix if remove is
16193         given.
16194         (message-bogus-address-regexp): New variable.
16195         (message-bogus-recipient-p): New function.
16196         (message-check-recipients): New command.
16197         (message-syntax-checks): Add `bogus-recipient'.
16198         (message-fix-before-sending): Add `bogus-recipient'.
16199
16200         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
16201         (gnus-treat-body-boundary): Don't test window-system.
16202
16203 2007-10-28  Leo Liu  <sdl.web@gmail.com>
16204
16205         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
16206
16207 2007-10-28  Miles Bader  <miles@gnu.org>
16208
16209         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
16210         at compile-time too.
16211
16212 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16213
16214         * gnus-msg.el (gnus-message-setup-hook):
16215         Add `message-remove-blank-cited-lines' to options.
16216
16217 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16218
16219         * message.el (message-remove-blank-cited-lines): New function.
16220         Suggested by Karl Plästerer.
16221
16222 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16223
16224         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
16225         mapc.
16226
16227         * imap.el (imap-open): Replace mapcar called for effect with mapc.
16228         (top-level): Use mapc to set functions to be traced for debugging.
16229
16230         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
16231         called for effect with while loop.
16232
16233         * message.el (message-talkative-question): Replace mapcar called for
16234         effect with mapc.
16235
16236         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
16237         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
16238         called for effect with dolist.
16239
16240         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
16241
16242         * nndiary.el: Use dolist instead of mapcar to add diary headers to
16243         gnus-extra-headers and nnmail-extra-headers.
16244
16245         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
16246         called for effect with dolist.
16247         (top-level): Use mapc to set functions to be traced for debugging.
16248
16249         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
16250         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
16251         dolist.
16252
16253         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
16254         Replace mapcar called for effect with mapc.
16255         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
16256         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
16257         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
16258         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
16259
16260         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
16261         remove-if that's a cl function.
16262
16263         * webmail.el (webmail-debug): Replace mapcar called for effect with
16264         dolist.
16265
16266         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
16267         with mapc.
16268
16269 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16270
16271         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
16272         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
16273         with while loop.
16274
16275         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
16276         functions from article-* functions.
16277         (gnus-multi-decode-header): Replace mapcar called for effect with
16278         dolist.
16279
16280         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
16281         (gnus-bookmark-show-details): Replace mapcar called for effect with
16282         while loop.
16283
16284         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
16285         called for effect with while loop.
16286
16287         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
16288         with dolist.
16289
16290         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16291         Replace mapcar called for effect with dolist.
16292
16293         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
16294
16295         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
16296         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
16297         Replace mapcar called for effect with dolist.
16298         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
16299         mapc.
16300
16301         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
16302         Replace mapcar called for effect with dolist.
16303         (gnus-topic-list): Replace mapcar called for effect with mapc.
16304
16305         * gnus.el: Use mapc instead of mapcar to add autoloads.
16306
16307 2007-10-23  Richard Stallman  <rms@gnu.org>
16308
16309         * gnus-group.el (gnus-group-highlight): Mark as risky.
16310
16311 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16312
16313         * gnus.el (gnus-server-to-method): Return method found first in
16314         gnus-newsrc-alist.
16315
16316         * gnus-art.el (gnus-article-highlight-signature)
16317         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
16318         button overlay without the front stickiness.
16319
16320 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
16321
16322         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
16323         overview buffer needed a catch to receive its throw.
16324         (gnus-agent-flush-cache): Declare as interactive to make this function
16325         easier to use.
16326
16327 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
16328
16329         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
16330         `next-line'.
16331
16332 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16333
16334         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
16335         exclude address matching message-dont-reply-to-names.
16336
16337 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16338
16339         * gnus-util.el (gnus-string<): New function.
16340
16341         * gnus-sum.el (gnus-article-sort-by-author)
16342         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
16343
16344 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16345
16346         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
16347         the frame-focus tag is set in gnus-buffer-configuration.
16348
16349 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16350
16351         * gnus-art.el (gnus-article-add-button): Make a button overlay without
16352         the front stickiness.
16353
16354 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16355
16356         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
16357         url pattern; remove duplicate one.
16358         (gnus-article-extend-url-button): New function.
16359         (gnus-article-add-buttons): Use it.
16360         (gnus-button-push): Use concatenated url that it makes.
16361
16362 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
16363
16364         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
16365
16366 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16367
16368         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
16369         Don't hardcode point-min==1.
16370
16371 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
16372
16373         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
16374         Fix comment about "iso8859-1".
16375
16376 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
16377
16378         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
16379         ones returned from the verify-function.
16380
16381         * mm-uu.el (mm-uu-pgp-signed-extract-1):
16382         Call mml2015-extract-cleartext-signature if extraction failed.
16383
16384 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
16385
16386         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
16387         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
16388         failed.
16389
16390 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16391
16392         * Relicense "GPLv2 or later" files to "GPLv3 or later".
16393
16394 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
16395
16396         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
16397         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
16398         recommends to use EasyPG instead of PGG.
16399
16400         * pgg.el: Revert to revision 6.23.2.16.
16401
16402         * pgg-def.el: Revert to revision 6.6.2.14.
16403
16404         * pgg-gpg.el: Revert to revision 6.23.2.34.
16405
16406 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
16407
16408         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
16409         to mark a thread as expirable.  Add variable `hide' to handle hiding of
16410         thread for both the null and zero (kill/expire thread) universal prefix
16411         cases.
16412         (gnus-summary-expire-thread): Add new function to expire a thread,
16413         using gnus-summary-kill-thread.
16414         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
16415         shortcuts for gnus-summary-expire-thread.
16416         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
16417         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
16418
16419 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
16420
16421         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
16422         extras value, so an extras entry can be deleted.
16423         (gnus-registry-delete-extra-entry): Use it.
16424         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
16425         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
16426         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
16427         storage through the gnus-registry, and provide an appropriate API for
16428         it.
16429
16430 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16431
16432         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
16433         Suggested by Leo <sdl.web@gmail.com>.
16434
16435         * gnus.el: Do.
16436
16437 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16438
16439         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
16440         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
16441
16442         * gnus-agent.el (gnus-agent-fetch-headers): Do.
16443
16444         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16445         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
16446
16447 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16448
16449         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
16450         newline.
16451         (nnmbox-request-accept-article): Don't change article in source buffer;
16452         narrow to header to use message-fetch-field rather than
16453         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
16454         (nnmbox-request-replace-article): Quote lines that'll be misidentified
16455         as delimiters; make sure article ends with newline.
16456         (nnmbox-delete-mail): Correct last position of article to be deleted;
16457         ignore X-Gnus-Newsgroup header in article body.
16458         (nnmbox-save-mail): Quote lines looking like delimiters at the right
16459         positions; make sure article ends with newline.
16460
16461         * message.el (message-display-abbrev): Don't infloop when a user
16462         inserts SPC in the beginning of header.
16463
16464         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
16465         coding-system-for-read and coding-system-for-write for XEmacs having no
16466         file-coding feature.
16467
16468         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
16469
16470 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
16471
16472         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
16473         list of groups not followed by default.  Fix type to be regexp.
16474         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
16475
16476 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
16477
16478         * hmac-def.el (define-hmac-function): Switch from old-style to
16479         new-style backquotes.
16480
16481         * md4.el (md4-make-step): Likewise.
16482
16483 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16484
16485         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
16486         raw-text coding system when saving .newsrc file, which may contain
16487         non-ASCII group names.
16488
16489 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16490
16491         * gnus-cus.el (gnus-score-extra): New widget.
16492         (gnus-score-extra-convert): New function.
16493         (gnus-score-customize): Use it for Extra.
16494
16495 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
16496
16497         * mml2015.el (mml2015-extract-cleartext-signature): New function.
16498         (mml2015-mailcrypt-clear-verify): Use it.
16499         (mml2015-gpg-clear-verify): Use it.
16500         (mml2015-pgg-clear-verify): Use it.
16501         (mml2015-epg-clear-verify): Replace the current part with the output
16502         from GnuPG; don't extract the plaintext by itself.
16503
16504         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
16505         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
16506         mml2015-clear-verify-function; don't touch the armor headers or
16507         dash-escaped text here.
16508
16509 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16510
16511         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
16512         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
16513         parts, or application/octet-stream as a last resort.
16514         (gnus-mime-view-part-as-type): Don't toggle display.
16515         (gnus-mime-view-part-as-charset): Don't turn off display before
16516         querying charset.
16517
16518         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
16519         stuff to undisplayer function in Emacs.
16520         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
16521
16522         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
16523         text/calendar parts.
16524
16525 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16526
16527         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
16528         decoding text/calendar parts.
16529
16530         * message.el (message-forward-make-body-mime): Always mark body as
16531         having no illegible text; remove signed-or-encrypted argument.
16532         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
16533
16534         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
16535         (mml-generate-mime-1): Don't encode body if it is specified to be in
16536         raw form; don't make buffer be unibyte when inserting multibyte string.
16537
16538 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16539
16540         * sha1.el: Fix up comment style.
16541         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
16542         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
16543
16544         * hex-util.el: Fix up comment style.
16545         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
16546
16547         * gnus-salt.el: Use with-current-buffer.
16548         (gnus-pick-setup-message): Fix long-standing typo.
16549
16550 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16551
16552         * imap.el (imap-logout-timeout): New variable.
16553         (imap-logout, imap-logout-wait): New functions.
16554         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
16555
16556         * nnimap.el (nnimap-logout-timeout): New server variable.
16557         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
16558         nnimap-logout-timeout.
16559
16560         * gnus-art.el (gnus-article-summary-command-nosave)
16561         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
16562
16563 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16564
16565         * gnus.el (gnus-maximum-newsgroup): New variable.
16566
16567         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
16568         according to gnus-maximum-newsgroup.
16569
16570         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16571         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
16572         Limit the range of articles according to gnus-maximum-newsgroup.
16573
16574 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
16575
16576         * gnus-art.el (gnus-sticky-article): Fix problems described in
16577         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
16578         Don't perform gnus-configure-windows here; reuse existing sticky
16579         article buffer.
16580
16581         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
16582         it doesn't exist in gnus-article-mode.
16583
16584 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16585
16586         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
16587         (gnus-agent-decoded-group-name): New function.
16588         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
16589         (gnus-agent-expire-group-1): Use it; decode group name in messages.
16590
16591 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
16592
16593         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
16594         Add binding for gnus-sticky-article.
16595         (gnus-summary-exit): Don't kill sticky article buffers.
16596
16597         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
16598         article buffer.
16599         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
16600         (gnus-kill-sticky-article-buffers): New commands.
16601
16602 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16603
16604         * nntp.el (nntp-xref-number-is-evil): New server variable.
16605         (nntp-find-group-and-number): If it is non-nil, don't trust article
16606         numbers in the Xref header.
16607
16608 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16609
16610         * gnus-agent.el (gnus-agent-read-group): New function.
16611         (gnus-agent-flush-group, gnus-agent-expire-group)
16612         (gnus-agent-regenerate-group): Use it.
16613         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
16614         nnmail-pathname-coding-system.
16615
16616 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16617
16618         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
16619
16620         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
16621         that are unread as unread, and also as selected so that information of
16622         marks having been changed by a user may be updated when exiting group.
16623
16624 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16625
16626         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
16627
16628 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16629
16630         * gnus-art.el (gnus-mime-display-single): Pass part number that is
16631         calculated ignoring signature parts to gnus-treat-article.
16632
16633 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16634
16635         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
16636         a point here in order to keep the window start.
16637         (gnus-insert-mime-security-button): Make a button overlay without the
16638         front stickiness.
16639         (gnus-mime-display-security): Goto the end of a button.
16640
16641         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
16642
16643 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16644
16645         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
16646         group-name-at-point.
16647         (gnus-group-completing-read): New function that offers decoded
16648         non-ASCII group names for completion.
16649         (gnus-fetch-group, gnus-group-read-ephemeral-group)
16650         (gnus-group-jump-to-group, gnus-group-make-group-simple)
16651         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
16652         (gnus-group-fetch-control): Use it.
16653         (gnus-fetch-group): Use group-name-at-point for the initial value
16654         rather than the default value; use gnus-alive-p.
16655
16656         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
16657         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
16658         (gnus-summary-post-news): Use gnus-group-completing-read.
16659
16660         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
16661         (gnus-read-move-group-name): Decode group name for completion.
16662
16663 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
16664
16665         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
16666         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
16667         Yamaoka slightly modified the code).
16668
16669 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16670
16671         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
16672         (nnmail-split-incoming): Bind it.
16673
16674         * nnml.el (nnml-group-name-charset): New function.
16675         (nnml-decoded-group-name): Use it; don't decode group name if
16676         nnmail-group-names-not-encoded-p is non-nil.
16677         (nnml-encoded-group-name): New function.
16678         (nnml-group-pathname): Inline nnml-decoded-group-name.
16679         (nnml-request-expire-articles): Decode group name in message.
16680         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
16681         nnmail-pathname-coding-system.
16682         (nnml-save-mail, nnml-active-number): Work with decoded group names and
16683         not decoded ones according to nnmail-group-names-not-encoded-p.
16684         (nnml-generate-active-info): Use nnml-encoded-group-name.
16685
16686 2007-08-08  Glenn Morris  <rgm@gnu.org>
16687
16688         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
16689         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
16690         doc-strings and comments.
16691
16692 2007-07-25  Glenn Morris  <rgm@gnu.org>
16693
16694         * Relicense all FSF files to GPLv3 or later.
16695
16696 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16697
16698         * gnus-sum.el (gnus-summary-move-article):
16699         Make gnus-summary-respool-article work.
16700
16701 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
16702
16703         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
16704         string.
16705
16706 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
16707
16708         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
16709         that should be ignored when comparing distant RSS articles with local
16710         ones.
16711         (nnrss-make-hash-index): New function.  Create a hash index according
16712         to the ignored fields.
16713         (nnrss-check-group): Use it.
16714
16715 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16716
16717         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
16718
16719         * gnus-art.el (article-decode-group-name): Decode Xref header too.
16720
16721         * gnus-group.el (gnus-group-make-group): Encode group name here unless
16722         the new optional argument ENCODED is non-nil.
16723         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
16724         coding system for encoding group name.
16725         (gnus-group-make-rss-group): Pass un-encoded group name to
16726         gnus-group-make-group.
16727         (gnus-group-set-info): Tell gnus-group-make-group that group name is
16728         encoded.
16729
16730         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
16731         Encode group name to which articles are moved or copied.
16732         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
16733         coding system for encoding Newsgroup, Followup-To and Xref headers.
16734
16735         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
16736         marks; use nnheader-file-coding-system to write a file.
16737         (nnagent-retrieve-headers): Bind file-name-coding-system to
16738         nnmail-pathname-coding-system.
16739
16740         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
16741
16742         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
16743         (nnml-request-article, nnml-request-create-group)
16744         (nnml-request-rename-group, nnml-find-id)
16745         (nnml-possibly-change-directory, nnml-possibly-create-directory)
16746         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
16747         (nnml-save-marks): Use nnml-group-pathname instead of
16748         nnmail-group-pathname.
16749
16750         (nnml-request-create-group, nnml-request-expire-articles)
16751         (nnml-request-move-article, nnml-request-delete-group)
16752         (nnml-deletable-article-p, nnml-possibly-create-directory)
16753         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
16754         (nnml-open-marks): Bind file-name-coding-system to
16755         nnmail-pathname-coding-system.
16756
16757         (nnml-request-article): Pass server argument to nnml-find-group-number.
16758         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
16759         Pass server argument to nnml-possibly-create-directory.
16760         (nnml-request-accept-article): Pass server argument to
16761         nnml-active-number and nnml-save-mail.
16762         (nnml-find-group-number): Pass server argument to nnml-find-id.
16763         (nnml-request-update-info): Pass server argument to
16764         nnml-marks-changed-p.
16765
16766         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
16767         (nnml-save-mail, nnml-active-number): Add server argument.
16768
16769         (nnml-request-delete-group): Warn if group is missing.
16770         (nnml-get-nov-buffer): Decode group name.
16771         (nnml-generate-active-info): Encode group name.
16772         (nnml-open-marks): Decode group name in messages.
16773
16774 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16775
16776         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
16777         if it is not specified.
16778         (gnus-article-pipe-part, gnus-article-save-part)
16779         (gnus-article-interactively-view-part, gnus-article-copy-part)
16780         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
16781         (gnus-article-inline-part, gnus-article-save-part-and-strip)
16782         (gnus-article-replace-part, gnus-article-delete-part)
16783         (gnus-article-view-part-as-type): Pass raw prefix argument to
16784         gnus-article-part-wrapper.
16785
16786 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16787
16788         * gnus-agent.el (gnus-agent-save-active):
16789         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
16790
16791         * gnus-cache.el (gnus-cache-save-buffers)
16792         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
16793         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
16794         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
16795         (gnus-cache-braid-nov, gnus-cache-braid-heads)
16796         (gnus-cache-generate-active, gnus-cache-rename-group)
16797         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
16798         (gnus-cache-update-overview-total-fetched-for):
16799         Bind file-name-coding-system to nnmail-pathname-coding-system.
16800         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
16801         New variables.
16802         (gnus-cache-decoded-group-name): New function.
16803         (gnus-cache-file-name): Use it.
16804         (gnus-cache-generate-active): Use non-decoded group name for active.
16805
16806         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
16807         right place.
16808         (gnus-write-active-file): Don't break non-ASCII group names.
16809
16810         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
16811         nnmail-pathname-coding-system.
16812
16813         * lpath.el: Bind default-file-name-coding-system,
16814         file-name-coding-system and language-info-alist for XEmacs.
16815
16816         * gnus-uu.el (gnus-uu-decode-save): Typo.
16817
16818 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16819
16820         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
16821
16822 2007-07-14  David Kastrup  <dak@gnu.org>
16823
16824         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
16825         finishing actions if we did not edit the article.
16826
16827 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16828
16829         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
16830         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
16831         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
16832         (gnus-agent-flush-group, gnus-agent-flush-cache)
16833         (gnus-agent-fetch-headers, gnus-agent-load-alist)
16834         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
16835         (gnus-agent-retrieve-headers, gnus-agent-request-article)
16836         (gnus-agent-regenerate-group)
16837         (gnus-agent-update-files-total-fetched-for)
16838         (gnus-agent-update-view-total-fetched-for):
16839         Bind file-name-coding-system to nnmail-pathname-coding-system.
16840         (gnus-agent-group-pathname): Don't encode file names by
16841         nnmail-pathname-coding-system.
16842         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
16843         coding-system-for-write instead of buffer-file-coding-system to
16844         gnus-agent-file-coding-system.
16845
16846         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
16847         Decode group name.
16848
16849         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
16850
16851         * gnus-start.el (gnus-update-active-hashtb-from-killed)
16852         (gnus-read-newsrc-el-file): Make group names unibyte.
16853
16854         * nnmail.el (nnmail-group-pathname): Don't encode file names by
16855         nnmail-pathname-coding-system.
16856
16857         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
16858         (nnrss-request-delete-group): Bind file-name-coding-system to
16859         nnmail-pathname-coding-system.
16860         (nnrss-read-server-data, nnrss-read-group-data):
16861         Bind file-name-coding-system correctly.
16862         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
16863
16864         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
16865         (nntp-server-to-method-cache): New variable.
16866         (nntp-group-pathname): New function that decodes non-ASCII group names.
16867         (nntp-possibly-create-directory, nntp-marks-changed-p)
16868         (nntp-save-marks, nntp-open-marks): Use it.
16869         (nntp-possibly-create-directory, nntp-open-marks):
16870         Bind file-name-coding-system to nnmail-pathname-coding-system.
16871         (nntp-open-marks): Decode group names when bootstrapping marks.
16872
16873         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
16874         Newsgroups and Followup-To headers.
16875
16876 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16877
16878         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16879         (gnus-server-closed-face, gnus-server-denied-face)
16880         (gnus-server-offline-face): Remove variable.
16881         (gnus-server-font-lock-keywords): Use faces that are not aliases.
16882
16883         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
16884         of modifying message-stack directly for XEmacs.
16885
16886         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
16887         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
16888         if the coding-system argument is nil for XEmacs.
16889
16890         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
16891         mm-charset-override-alist.
16892
16893         * rfc2047.el: Don't require base64; require rfc2045 for the function
16894         rfc2045-encode-string.
16895         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
16896         to quote the parameter value.
16897
16898 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16899
16900         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
16901         form in gnus-group-name-charset-method-alist.
16902
16903         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
16904         overrides the default layout edit-form.
16905
16906         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
16907
16908         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
16909
16910 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16911
16912         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
16913         as unfetched articles.
16914
16915 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
16916
16917         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
16918
16919 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16920
16921         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
16922         original back end that keeps marks in the local system.
16923
16924 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16925
16926         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
16927         arg of pop-to-buffer for XEmacs.
16928         (gnus-article-read-summary-keys): Ditto; don't restore window
16929         configuration if summary command ends up with neither article buffer
16930         nor summary buffer; describe bindings if summary keys end with C-h.
16931
16932 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16933
16934         * message.el (message-fix-before-sending): Skip raw message part to be
16935         forwarded while checking illegible text.
16936         (message-forward-make-body-mime, message-forward-make-body):
16937         Mark signed or encrypted raw message as having no illegible text.
16938
16939 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16940
16941         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
16942         (gnus-message-with-timestamp-1): New macro.
16943         (gnus-message-with-timestamp): New function.
16944         (gnus-message): Use them.
16945
16946         * nnheader.el (nnheader-message): Use them.
16947
16948 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
16949
16950         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
16951         .newsrc.eld file.
16952
16953 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16954
16955         * gnus-agent.el (gnus-agent-fetch-headers)
16956         (gnus-agent-retrieve-headers):
16957         Bind gnus-decode-encoded-address-function to identity.
16958
16959         * nntp.el (nntp-send-xover-command): Recognize an xover command is
16960         available also when the server returns simply a dot.
16961
16962         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
16963
16964 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16965
16966         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
16967
16968 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16969
16970         * gnus-ems.el (gnus-x-splash): Make it work.
16971
16972         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
16973         from being used.
16974
16975         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
16976
16977 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16978
16979         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
16980         4th and the 5th arguments.
16981
16982         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
16983         the front stickiness.
16984         (gnus-article-summary-command-nosave): Correct the order of the
16985         arguments passed to pop-to-buffer.
16986         (gnus-article-read-summary-keys): Ditto; make it work properly when the
16987         summary command ends up with the article buffer.
16988
16989         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
16990         the same faces.
16991
16992 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
16993
16994         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
16995
16996 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
16997
16998         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
16999         * gnus-sum.el (gnus-summary-highlight):
17000         * pgg.el (pgg-sign-region, pgg-sign):
17001         * mail-source.el (mail-source-delete-old-incoming-confirm):
17002         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
17003
17004 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17005
17006         * gnus-art.el (gnus-mime-view-part-externally)
17007         (gnus-mime-view-part-internally): Fix predicate function passed to
17008         completing-read.
17009
17010         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
17011
17012         * gnus.el (gnus-update-message-archive-method): Add :version.
17013
17014 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17015
17016         * gnus.el (gnus-update-message-archive-method): New variable.
17017
17018         * gnus-start.el (gnus-setup-news): Update saved "archive" method
17019         according to gnus-message-archive-method if
17020         gnus-update-message-archive-method is non-nil.
17021
17022 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17023
17024         * gnus-sum.el (gnus-summary-limit-to-address): New function.
17025         Suggested by Loic Dachary <loic@dachary.org>.
17026         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17027
17028 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17029
17030         * message.el (message-pop-to-buffer): Add switch-function argument.
17031         (message-mail): Pass switch-function argument to it.
17032
17033 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
17034
17035         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
17036         Improve doc string.
17037
17038 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17039
17040         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
17041         (gnus-header-content):
17042         * gnus-cite.el (gnus-cite-10):
17043         * gnus-srvr.el (gnus-server-closed):
17044         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
17045         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
17046         (gnus-group-mail-3-empty, gnus-group-mail-low)
17047         (gnus-group-mail-low-empty, gnus-splash):
17048         * message.el (message-header-to, message-header-cc)
17049         (message-header-subject, message-header-other, message-header-name)
17050         (message-header-xheader, message-separator, message-cited-text)
17051         (message-mml): Lighten colors of faces used for dark background.
17052
17053 2007-05-24  Simon Josefsson  <simon@josefsson.org>
17054
17055         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
17056         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
17057
17058 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17059
17060         * message.el (message-narrow-to-headers-or-head):
17061         Ignore mail-header-separator in the body.
17062
17063 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17064
17065         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
17066         same as window size.
17067
17068 2007-05-22  Kevin Ryde  <user42@zip.com.au>
17069
17070         * message.el (message-font-lock-keywords): Use message-header-xheader
17071         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
17072         ahead of the anything pattern, to get it recognized.
17073
17074 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17075
17076         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
17077         spam.el loads uses it in the compiled defadvice form.
17078
17079 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
17080
17081         * gnus-sum.el (gnus-articles-to-read)
17082         (gnus-summary-insert-old-articles): Don't truncate group name for
17083         `read-string'.
17084
17085         * gnus-util.el (gnus-limit-string): Delete this function.
17086
17087         * gnus-sum.el (gnus-simplify-subject-fully):
17088         Use `truncate-string-to-width' instead.
17089
17090 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
17091
17092         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
17093         Tell if, on summary exit, the next group has to be selected.
17094         (gnus-summary-exit): Use it.
17095
17096 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
17097
17098         * gnus-art.el (gnus-article-mode): Fix comment about displaying
17099         non-break space.
17100
17101 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17102
17103         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
17104         Check if group is not a directory.
17105         (nnfolder-request-expire-articles): Don't delete articles if the target
17106         group is not available.
17107
17108         * nnml.el (nnml-request-create-group): Properly check if group is not a
17109         file.
17110         (nnml-request-expire-articles): Don't delete articles if the target
17111         group is not available.
17112
17113         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17114         Don't quote characters that are within parentheses.
17115
17116 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17117
17118         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
17119         (gnus-handle-ephemeral-exit): Select article according to it.
17120
17121 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17122
17123         * message.el (message-insert-formated-citation-line): Remove newline.
17124         (message-citation-line-format): Add final \n here so that the user can
17125         avoid a blank line.
17126
17127 2007-05-03  Dan Christensen  <jdc@uwo.ca>
17128
17129         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
17130         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
17131         Update lanl/arXiv support.
17132
17133 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17134
17135         * gnus.el: Bump version number.
17136
17137 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17138
17139         * gnus.el (gnus-version-number): Bump version.
17140
17141 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17142
17143         * gnus.el: No Gnus v0.6 is released.
17144
17145 2007-04-27  Didier Verna  <didier@xemacs.org>
17146
17147         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
17148         * gmm-utils.el (gmm-regexp-concat): ... here.
17149         * message.el: Don't require 'gnus-util.
17150         (message-dont-reply-to-names): Handle name change above.
17151         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
17152
17153 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17154
17155         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
17156         since the initial value varies according to the system.
17157
17158 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17159
17160         * mm-util.el (mm-charset-synonym-alist): Defcustom.
17161
17162 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
17163
17164         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
17165
17166 2007-04-24  Didier Verna  <didier@xemacs.org>
17167
17168         Improve the type of gnus-ignored-from-addresses.
17169         * gnus-util.el (gnus-orify-regexp): New function.
17170         * message.el (gnus-util): Require it.
17171         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
17172         * gnus-sum.el (gnus-ignored-from-addresses): New function.
17173         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
17174
17175 2007-04-24  Didier Verna  <didier@xemacs.org>
17176
17177         * gnus-sum.el:
17178         * gnus-utils.el: Fix some trailing whitespaces.
17179
17180 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17181
17182         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
17183         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
17184         article's Message-ID; refer parent article in summary buffer.
17185
17186         * message.el (message-bounce): Call mime-to-mml.
17187
17188         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
17189         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
17190         optimize and/or forms properly.
17191
17192 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
17193
17194         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
17195         URL.
17196
17197 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17198
17199         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
17200
17201 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17202
17203         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
17204         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
17205         displayed of multipart/alternative part if it is invoked from summary
17206         buffer.
17207
17208         * mm-view.el (mm-inline-text-html-render-with-w3m)
17209         (mm-inline-text-html-render-with-w3m-standalone)
17210         (mm-inline-render-with-function): Use mail-parse-charset by default.
17211
17212 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
17213
17214         * parse-time.el (parse-time-string-chars): Check if CHAR
17215         is less than the length of parse-time-syntax.
17216
17217 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17218
17219         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
17220         from gnus-newsgroup-processable.
17221
17222 2007-04-16  Didier Verna  <didier@xemacs.org>
17223
17224         * gnus-msg.el (gnus-configure-posting-styles):
17225         Handle message-signature-directory properly with :file syntax.
17226         Reported by "Leo".
17227
17228 2007-04-11  Didier Verna  <didier@xemacs.org>
17229
17230         New user option: message-signature-directory.
17231         * gnus-msg.el (gnus-configure-posting-styles): Support it.
17232         * message.el (message-insert-signature): Ditto.
17233         * message.el (message-signature-file): Doc update.
17234         * message.el (message-signature-directory): New.
17235
17236 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17237
17238         * gnus-msg.el (gnus-inews-yank-articles):
17239         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
17240
17241 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17242
17243         * message.el (message-yank-original): Make sure cited text ends with
17244         newline; don't exchange point and mark.
17245
17246 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
17247
17248         * tls.el (open-tls-stream): Properly handle case where there
17249         is no associated buffer.
17250
17251 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
17252
17253         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
17254         message-yank-original, make sure (< mark TEXT point).
17255
17256 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17257
17258         * message.el (message-fill-column): New variable.
17259         (message-mode): Use it.  Add comment on a possible new hook.
17260
17261         * nnmail.el (nnmail-spool-file): Mark as obsolete.
17262         (nnmail-get-new-mail): Reformat.
17263
17264         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
17265
17266         * gmm-utils.el: Fix Commentary.
17267         (gmm-tool-bar-from-list): Fix typo in doc string.
17268
17269 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
17270
17271         * message.el (message-yank-original): Don't switch point and mark
17272         unnecessarily to put point and mark as documented.
17273
17274 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17275
17276         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
17277         from the message heads.
17278
17279 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
17280
17281         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
17282         article buffer does not have a window.  This may not be the best
17283         solution but is certainly better than setting the start of the null,
17284         that is the current, window.
17285
17286 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
17287
17288         * gnus-draft.el (gnus-draft-setup-hook): New hook.
17289         (gnus-draft-setup): Run it.
17290
17291         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
17292         gnus-score-fast-scoring.  Allow regexp.
17293         (gnus-score-headers): Use it.
17294
17295         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
17296         XEmacs.
17297
17298         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
17299         string.
17300         (gnus-button-alist): Also catch `<f1> k ...'.
17301         (gnus-treat-display-x-face): Fix doc string.
17302
17303 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17304
17305         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
17306         evaluation of gnus-extended-version to ensure correct generation of the
17307         User-Agent header when message-generate-headers-first is used.
17308
17309 2007-03-24  Simon Josefsson  <simon@josefsson.org>
17310
17311         * hashcash.el (hashcash-generate-payment-async): Don't crash if
17312         hashcash-path is nil.  Don't call callback with incorrect number of
17313         parameters if val is 0.
17314
17315 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17316
17317         * message.el (message-required-news-headers):
17318         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
17319
17320 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
17321
17322         * tls.el (open-tls-stream): In handshake-waiting loop,
17323         don't wait more if there is output available to process.
17324
17325 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
17326
17327         * tls.el (tls-program): Doc fix.
17328
17329 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17330
17331         * message.el (message-generate-new-buffers): Change the meaning of the
17332         nil value; add `standard' to the choices; treat t as `unique'; improve
17333         doc string.
17334         (gnus-select-frame-set-input-focus): Autoload.
17335         (message-buffer-name): Search for the existing message buffer if
17336         message-generate-new-buffers is nil or `standard'; treat the value t of
17337         message-generate-new-buffers as `unique'.
17338         (message-pop-to-buffer): Raise the frame already displaying the message
17339         buffer; clear the echo area after querying.
17340         (message-setup): Pass the `continue' argument to compose-mail.
17341         (message-mail): Prefer `switch-function' if it is given; search for the
17342         existing message buffer if the `continue' argument is non-nil; pass
17343         continue and switch-function arguments to compose-mail by way of
17344         message-setup.
17345         (message-mail-other-window): Adjust argument of message-setup.
17346         (message-mail-other-frame): Ditto.
17347
17348 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17349
17350         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
17351         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
17352         to turn font-lock on when turning gnus-message-citation-mode on.
17353
17354 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
17355
17356         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
17357         (mml-smime-function-alist): New variable; add epg as the backend.
17358         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
17359         mml-smime- functions instead.
17360         * mm-view.el: Require smime.
17361
17362 2007-03-05  Didier Verna  <didier@xemacs.org>
17363
17364         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
17365         instead of just inheritance for posting styles.
17366         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
17367
17368 2007-02-24  Chris Moore  <dooglus@gmail.com>
17369
17370         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
17371         * pgg-pgp.el (pgg-pgp-encrypt-region):
17372         * pgg-gpg.el (pgg-gpg-encrypt-region):
17373         Check pgg-encrypt-for-me if no other recipients.
17374
17375 2007-02-24  John Paul Wallington  <jpw@pobox.com>
17376
17377         * tls.el (tls-certtool-program): Fix custom type.
17378
17379 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17380
17381         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
17382         and point-at-eol instead of line-(beginning|end)-position.
17383
17384         * assistant.el (assistant-parse-buffer): Ditto.
17385
17386         * netrc.el (netrc-parse-services): Ditto.
17387
17388 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
17389
17390         * mml2015.el (mml2015-epg-find-usable-key): New function.
17391         (mml2015-epg-sign): Use it.
17392         (mml2015-epg-encrypt): Use it.
17393
17394 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17395
17396         * message.el (message-make-in-reply-to): Quote name containing
17397         non-ASCII characters.  It will make the RFC2047 encoder cause an error
17398         if there are special characters.  Reported by NAKAJI Hiroyuki
17399         <nakaji@jp.freebsd.org>.
17400
17401 2007-02-27  Didier Verna  <didier@xemacs.org>
17402
17403         Include the group parameters as well as the topic ones in the
17404         inheritance filter process.
17405         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
17406         argument GROUP-PARAMS-LIST.
17407         * gnus-topic.el (gnus-group-topic-parameters): Use it.
17408
17409 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17410
17411         * nntp.el (nntp-never-echoes-commands)
17412         (nntp-open-connection-functions-never-echo-commands): New variables.
17413         (nntp-send-command): Use them.
17414
17415 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
17416
17417         * mml2015.el (mml2015-epg-verify): Simplify.
17418
17419 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17420
17421         * mml.el (mml-content-disposition-alist): New user option.
17422         (mml-content-disposition): New function.
17423         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
17424         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
17425
17426 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
17427
17428         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
17429         verification.
17430
17431 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17432
17433         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
17434         articles posted in the last 24 hours.
17435
17436 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
17437
17438         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
17439
17440 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
17441
17442         * nntp.el (nntp-send-command): Don't wait for echoes when
17443         nntp-open-ssl-stream is used.
17444
17445 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17446
17447         * gnus-cite.el (gnus-test-font-lock-add-keywords)
17448         (gnus-message-add-citation-keywords)
17449         (gnus-message-remove-citation-keywords): Remove.
17450         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
17451         directly, make the variables in font-lock-defaults buffer-local, add
17452         gnus-message-citation-keywords to them and then update the value of
17453         font-lock-keywords.
17454
17455 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17456
17457         * message.el (message-cite-original-1): Don't call
17458         gnus-article-highlight-citation.
17459
17460         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
17461         citations; fix line count.
17462
17463 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17464
17465         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
17466         (gnus-message-add-citation-keywords)
17467         (gnus-message-remove-citation-keywords): Use it; fix the emulating
17468         versions of font-lock-add-keywords and font-lock-remove-keywords to
17469         work with XEmacs correctly.
17470
17471 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17472
17473         * gnus-cite.el (gnus-cite-face-list): Set the values of
17474         gnus-message-max-citation-depth and gnus-message-citation-keywords.
17475         (gnus-message-max-citation-depth): Use defvar rather than defconst.
17476         (gnus-message-cite-prefix-regexp): New variable.
17477         (gnus-message-search-citation-line): Use it; protect against long
17478         citation prefix; fill match data with nil rather than 0 for XEmacs; set
17479         the 0th match data for Emacs.
17480         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
17481         (gnus-message-add-citation-keywords): Append keywords rather than
17482         prepending; emulate font-lock-add-keywords if it is not available.
17483         (gnus-message-remove-citation-keywords):
17484         Emulate font-lock-remove-keywords if it is not available.
17485
17486         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
17487
17488         * message.el (message-cite-prefix-regexp): Set the value of
17489         gnus-message-cite-prefix-regexp.
17490
17491 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17492
17493         * nnweb.el (nnweb-google-parse-1): Update parser.
17494
17495 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
17496
17497         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
17498
17499 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17500
17501         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17502         regexp.
17503
17504 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17505
17506         * uudecode.el (uudecode-string-to-multibyte): New function emulating
17507         string-to-multibyte.
17508         (uudecode-decode-region-internal): Use it.
17509
17510         * lpath.el: Fbind string-as-multibyte for XEmacs.
17511
17512 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17513
17514         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
17515         Fix custom choice.
17516
17517         * gnus-art.el (gnus-signature-limit): Fix custom choice.
17518
17519 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
17520
17521         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
17522
17523         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
17524         `write-region' to respect `mm-inhibit-file-name-handlers'.
17525
17526 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
17527
17528         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
17529         Use gnus-home-directory instead of "~/" or "$HOME".
17530
17531 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
17532
17533         * encrypt.el (encrypt-insert-file-contents): Add better prompt
17534         to mention filename.
17535         Add comments at beginning regarding usage.
17536         (encrypt-write-file-contents): Change interactive so a string is
17537         acceptable.  If the file has no associated model, show an error instead
17538         of a nonsense prompt.
17539
17540 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17541
17542         * spam.el (spam-bsfilter-ham-switch): Fix typo.
17543         Thanks to Yoshihiko Yamada for kind notification of this typo.
17544
17545 2007-01-12  Kenichi Handa  <handa@m17n.org>
17546
17547         * uudecode.el (uudecode-decode-region-internal): Make it work in a
17548         multibyte buffer.
17549
17550 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
17551
17552         * gnus-score.el (gnus-score-fast-scoring): New variable.
17553         (gnus-score-headers): Use it.
17554
17555         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
17556
17557         * message.el (message-cite-original-1):
17558         Call gnus-article-highlight-citation if requested.
17559         (message-make-from): Allow name and address as optional arguments.
17560
17561         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
17562
17563         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
17564         bugs to doc string.
17565         (gnus-button-alist): Add mid\\|message-id.
17566         (gnus-button-fetch-group): Extend for use in
17567         `browse-url-browser-function'.
17568         (gnus-button-url-regexp): Try to catch paired parentheses like in
17569         Wikipedia URLs.
17570
17571         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
17572         Suggested by Simon Krahnke <overlord@gmx.li>.
17573
17574 2007-01-13  Romain Francoise  <romain@orebokech.com>
17575
17576         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
17577         Update copyright.
17578
17579 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
17580
17581         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
17582
17583 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17584
17585         * gnus-registry.el (gnus-registry-unfollowed-groups)
17586         (gnus-registry-split-fancy-with-parent): Fix documentation.
17587
17588 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17589
17590         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
17591         from nnweb groups.
17592
17593 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17594
17595         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
17596         Xref urls.  Erase buffer before requesting head.
17597
17598         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17599
17600 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17601
17602         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
17603         customizable.
17604
17605 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
17606
17607         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
17608         no signing key is found.
17609         (mml2015-epg-encrypt): Ask user whether to skip or abort if
17610         no encrypting and/or signing key is found.
17611
17612 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17613
17614         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
17615
17616 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17617
17618         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
17619         headers read from disk with the ones newly found in the current search.
17620         This should no longer cause problems, because the article numbers in
17621         Gmane's `nov.php' output are ignored since the previous change.
17622
17623 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17624
17625         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
17626
17627 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17628
17629         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
17630         replace-regexp-in-string; bind url-version; fbind display-images-p and
17631         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
17632         find-face and set-itimer-function for Emacs; bind itimer-list for
17633         Emacs.
17634
17635         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17636
17637 2007-01-01  Romain Francoise  <romain@orebokech.com>
17638
17639         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
17640
17641 2006-12-31  Steve Youngs  <steve@sxemacs.org>
17642
17643         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
17644         `define-minor-mode' macro definition expanded properly.
17645         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
17646         exclude it there.
17647
17648         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
17649         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
17650         `fboundp' test.
17651         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
17652         This is OK to autoload in (S)XEmacs now.
17653
17654 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17655
17656         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
17657         keystroke.
17658         (gnus-summary-limit-to-singletons): Fix typo.
17659
17660         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
17661         else fails.
17662
17663 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17664
17665         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
17666         docstring.
17667
17668         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
17669         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
17670         (gnus-summary-insert-dormant-articles): Fix typo in message.
17671
17672 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
17673
17674         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
17675         nil for XEmacs.
17676         (gnus-message-citation-mode): Don't autoload in XEmacs.
17677
17678         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
17679
17680 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
17681
17682         * nnimap.el (nnimap-expunge-search-string):
17683         Mention nnimap-search-uids-not-since-is-evil in docstring.
17684
17685 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
17686
17687         * spam.el: Revert to make-obsolete-variable because
17688         define-obsolete-variable-alias is not supported in Emacs 21.
17689
17690         * spam.el (spam-ifile-path, spam-ifile-database-path)
17691         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
17692         make-obsolete-variable.
17693         (spam-bsfilter-path, spam-bsfilter-program)
17694         (spam-spamassassin-path, spam-spamassassin-program)
17695         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
17696         Don't use "path" inappropriately.
17697         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
17698         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
17699         variable names.
17700
17701 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
17702
17703         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
17704         summary buffer.
17705
17706         * password.el (password-cache-remove): Use clear-string to burn
17707         password, if available.
17708
17709 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17710
17711         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
17712
17713         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
17714
17715         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
17716         (gnus-message-highlight-citation): Move defcustom here from
17717         gnus-cite.el.
17718         (gnus-message-citation-mode): Autoload.
17719
17720         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
17721         checks to make it compile with XEmacs.
17722         (gnus-message-citation-mode): New minor mode.
17723         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
17724         (gnus-message-highlight-citation): New variables.
17725         (gnus-message-search-citation-line)
17726         (gnus-message-add-citation-keywords)
17727         (gnus-message-remove-citation-keywords)
17728         (turn-on-gnus-message-citation-mode)
17729         (turn-off-gnus-message-citation-mode): New functions.
17730
17731 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
17732
17733         * gnus-cite.el: Enable highlighting of different citation levels in
17734         message-mode.
17735
17736 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17737
17738         * message.el (message-make-fqdn): Fix comment.
17739         (message-bogus-system-names): Add ".local".
17740
17741         * spam.el (spam-ifile-path, spam-ifile-program)
17742         (spam-ifile-database-path, spam-ifile-database)
17743         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
17744         Don't use "path" inappropriately.
17745         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
17746         strings.
17747         (spam-check-ifile, spam-ifile-register-with-ifile)
17748         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
17749         Use new variable names.
17750
17751         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
17752         (gnus-treat-display-smileys): Simplify using
17753         gnus-image-type-available-p.
17754
17755         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
17756         available.
17757
17758         * gnus-xmas.el (gnus-xmas-image-type-available-p):
17759         Use `display-images-p' if available.
17760
17761 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17762
17763         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
17764         one after turning on the buffer's multibyteness instead of decoding
17765         them directly in the unibyte buffer that causes unexpected conversion
17766         in Emacs 23 (unicode).
17767
17768 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17769
17770         * message.el (message-generate-hashcash): Fix custom type.
17771
17772 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17773
17774         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
17775
17776 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17777
17778         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
17779         disconnect icons.  Add help text.
17780
17781 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
17782
17783         * spam.el (spam-extra-header-to-number): CRM114 spam score is
17784         negated to be consistent with the others we handle.
17785
17786 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17787
17788         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
17789         version of gnus-summary-buffer to something, so that we can use two
17790         article buffers at the same time.
17791
17792 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
17793
17794         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
17795         trigger all the extra headers.
17796         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
17797         sorting.
17798
17799 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17800
17801         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
17802         solid groups.
17803
17804 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
17805
17806         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
17807
17808 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
17809
17810         * legacy-gnus-agent.el: Add Copyright notice.
17811
17812 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
17813
17814         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
17815
17816 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17817
17818         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
17819
17820         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
17821         to make it work reliably in CVS Emacs.
17822         (gnus-summary-limit-strange-charsets-predicate)
17823         (gnus-summary-limit-to-predicate): New functions.
17824
17825 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
17826
17827         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
17828         specifying array size.
17829         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
17830         array if it is too small.
17831         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
17832         (gnus-sort-threads-loop): New function.
17833
17834 2006-12-06  Chris Moore  <dooglus@gmail.com>
17835
17836         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
17837         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
17838
17839 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
17840
17841         * mm-url.el (mm-url-predefined-programs): Call curl with correct
17842         options.
17843
17844 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17845
17846         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
17847         DOS-ing the recipient.
17848
17849         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
17850         the headers when creating the mapping to avoid mismappings.
17851         (nnweb-gmane-create-mapping): Always nix out old mapping.
17852
17853 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17854
17855         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
17856         and mm-verify-option to never.
17857
17858 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17859
17860         * message.el (message-signed-or-encrypted-p): New function.
17861         (message-forward-make-body): Use it.
17862
17863         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
17864         Replace encode-coding-string with mm-encode-coding-string.
17865
17866 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17867
17868         * nneething.el (nneething-decode-file-name):
17869         Replace decode-coding-string with mm-decode-coding-string.
17870
17871         * gnus-int.el (gnus-open-server): Say failed server's name.
17872
17873 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17874
17875         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
17876         strings to a single string.  Quote `errors-file-name'.
17877         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
17878         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
17879         Adjust calls.  Use `shell-quote-argument'.
17880
17881 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
17882
17883         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
17884         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
17885
17886         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
17887         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
17888         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
17889         (gnus-group-make-directory-group, gnus-group-transpose-groups):
17890         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
17891         (gnus-subscribe-newsgroup, gnus-1):
17892         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
17893         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
17894         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
17895         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
17896
17897 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17898
17899         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
17900         keystroke.
17901         (gnus-summary-limit-to-bodies): Implement headersp.
17902
17903 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17904
17905         * dns.el (query-dns): Protect against "Process dns deleted" strings.
17906
17907 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17908
17909         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
17910
17911 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17912
17913         * message.el (message-generate-hashcash): Expand range of values to
17914         include `opportunistic'.
17915         (message-send-mail): Use it.
17916
17917 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17918
17919         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
17920         and comment it.
17921
17922         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
17923
17924 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
17925
17926         * gnus-util.el (gnus-extract-address-components): Improve comment.
17927
17928 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17929
17930         * gnus-util.el (gnus-extract-address-components): Work with address in
17931         which the name portion contains @.
17932
17933         * lpath.el: Fbind custom-autoload.
17934
17935 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17936
17937         * gnus.el (gnus-start): Move custom group up.
17938         (gnus-select-method): Don't autoload, but make it available for
17939         `customize-variable'.
17940         (gnus-getenv-nntpserver): Don't autoload.
17941
17942 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
17943
17944         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
17945
17946 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17947
17948         * message.el (message-sendmail-extra-arguments): New variable.
17949         (message-send-mail-with-sendmail): Use it.
17950
17951 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17952
17953         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
17954         mm-with-unibyte-current-buffer to make string unibyte.
17955
17956         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
17957         mm-string-as-multibyte.
17958
17959 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
17960
17961         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
17962         Reported by Werner Koch <wk@gnupg.org>.
17963
17964 2006-11-14  Daiki Ueno  <ueno@p360>
17965
17966         * mml2015.el: Autoload epa-select-keys when compiling.
17967
17968 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17969
17970         * mml2015.el (mml2015-epg-sign): Save the signing keys in
17971         message-options.
17972         (mml2015-epg-encrypt): Save the recipient keys in message-options.
17973
17974 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
17975
17976         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
17977         EasyPG (< 0.0.6).
17978         (mml2015-always-trust): New user option.
17979         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
17980         prompt.
17981
17982 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17983
17984         * nntp.el (nntp-authinfo-force): New variable.
17985         (nntp-send-authinfo): Use it.
17986
17987 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
17988
17989         * message.el (message-strip-subject-encoded-words): Allow _not_ to
17990         decode encoded words.  Improve prompt.  Add comment about forwarding.
17991         (message-replacement-char): Move up.
17992
17993 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
17994
17995         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
17996         instead of gnus-intersection because arguments of gnus-sorted-nunion
17997         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
17998
17999 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
18000
18001         * message.el (message-strip-subject-encoded-words): Reformat prompt.
18002         (message-simplify-subject-functions):
18003         Enable message-strip-subject-encoded-words by default.
18004
18005 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
18006
18007         * message.el (message-strip-subject-encoded-words): New function.
18008         (message-simplify-subject-functions): New variable.
18009         (message-simplify-subject): Use it.  Fix typo in doc string.
18010         Support message-strip-subject-encoded-words.
18011
18012 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
18013
18014         * gnus-diary.el (gnus-diary-delay-format-function):
18015         * nndiary.el (nndiary-reminders):
18016         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
18017
18018 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18019
18020         * gnus-art.el (article-hide-boring-headers): Fetch date from
18021         gnus-original-article-buffer to avoid problems with localized date
18022         strings.
18023
18024 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18025
18026         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
18027
18028 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
18029
18030         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18031         New variables.
18032         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18033         (mm-charset-synonym-alist): Move some entries to
18034         mm-codepage-iso-8859-list.
18035         (mm-charset-synonym-alist, mm-charset-override-alist):
18036         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18037
18038 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18039
18040         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
18041
18042 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18043
18044         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
18045         with Emacs 21 and XEmacs.
18046
18047 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
18048
18049         * spam.el (spam-parse-address): New function for better parsing,
18050         catching errors, etc.
18051         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
18052
18053 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18054
18055         * mm-view.el: Add interactive arg to html2text autoload.
18056
18057 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18058
18059         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
18060
18061 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
18062
18063         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18064         New variables.
18065         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18066         (mm-charset-synonym-alist): Move some entries to
18067         mm-codepage-iso-8859-list.
18068
18069         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
18070
18071 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
18072
18073         * message.el (message-citation-line-format)
18074         (message-insert-formated-citation-line): Fix implementation of %E, %N
18075         and %n according to the doc string.
18076
18077 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
18078
18079         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18080         Use car-safe to avoid bad parses.
18081
18082 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18083
18084         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
18085         names.
18086
18087         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
18088
18089 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18090
18091         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
18092         header.
18093
18094         * message.el (message-draft-headers): Add Date.
18095         (message-headers-to-generate): Fix typo in docstring.
18096
18097         * nndraft.el (nndraft-required-headers): New variable.
18098         (nndraft-generate-headers): Use it.
18099
18100         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
18101
18102 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18103
18104         * gnus-registry.el (gnus-registry-wash-for-keywords)
18105         (gnus-registry-find-keywords): New functions to allow easy searching of
18106         articles that are in the registry.
18107
18108 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18109
18110         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18111         Use ietf-drums-parse-address instead of gnus-extract-address-components.
18112         Reported by Damien Elmes <damien@repose.cx>.
18113
18114 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18115
18116         * gnus.el (gnus-mime): Remove unused custom group.
18117
18118 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18119
18120         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
18121         "blank line" when searching for end of armor headers.
18122
18123 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18124
18125         * gmm-utils.el (gmm-write-region): Fix variable name.
18126
18127 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18128
18129         * gmm-utils.el (gmm-write-region): New function based on compatibility
18130         code from `mm-make-temp-file'.
18131
18132         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
18133
18134         * nnmaildir.el (nnmaildir--update-nov)
18135         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
18136         Use `gmm-write-region'.
18137
18138 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18139
18140         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
18141         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18142
18143         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
18144
18145         * message.el (message-replacement-char): New variable.
18146         (message-fix-before-sending): Use it.
18147         (message-simplify-subject): New function to remove duplicate code.
18148         (message-reply, message-followup): Use it.
18149
18150         * gnus-sum.el (gnus-summary-make-menu-bar):
18151         Clarify gnus-summary-limit-to-articles.
18152
18153 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18154
18155         * gnus-util.el (gnus-with-local-quit): New macro.
18156
18157         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
18158
18159 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
18160
18161         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
18162         ignore non-string data.
18163
18164 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18165
18166         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
18167         non-string data (needs to be done in the registry too).
18168
18169 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18170
18171         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
18172         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
18173         (gnus-registry-split-fancy-with-parent)
18174         (gnus-registry-fetch-simplified-message-subject-fast)
18175         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
18176         Remove text properties on ingress into the registry and when it's saved.
18177         (gnus-registry-clean-empty-function): Fix bug with cleaning the
18178         registry from entries with no groups.
18179
18180 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18181
18182         * gnus-util.el (gnus-string-remove-all-properties): Add utility
18183         function to remove string properties.
18184
18185 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18186
18187         * gmm-utils.el (gmm): Adjust custom version.
18188
18189         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
18190         Adjust custom version.
18191
18192         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
18193
18194 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18195
18196         * gnus-art.el (gnus-insert-prev-page-button)
18197         (gnus-insert-next-page-button): Simplify.  Reformat.
18198
18199 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18200
18201         * gnus-art.el (gnus-insert-prev-page-button)
18202         (gnus-insert-next-page-button): Apply gnus-article-button-face.
18203
18204 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
18205
18206         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
18207
18208 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18209
18210         * gnus-art.el (gnus-insert-mime-button)
18211         (gnus-insert-mime-security-button):
18212         Apply gnus-article-button-face to MIME and security buttons.
18213
18214 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
18215
18216         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
18217         readable.
18218
18219 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18220
18221         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
18222
18223 2006-09-20  Steve Youngs  <steve@sxemacs.org>
18224
18225         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
18226         `browse-url-of-file' instead of `browse-url'.
18227
18228 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18229
18230         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18231         regexp.  Articles containing quotation were cut prematurely.
18232
18233 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18234
18235         * message.el (message-cite-original-1): Use nobody by default for the
18236         value of From header.
18237         (message-reply): Ditto.
18238
18239 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
18240
18241         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
18242         to the gnus-info.  This fixes a bug of inline-PGP message verification.
18243         Reported by Michael Piotrowski <mxp@dynalabs.de>.
18244
18245 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
18246
18247         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
18248         mails in the doc string.  Add some URLs in comment.
18249         (pop3-movemail): Warn about pop3-leave-mail-on-server.
18250
18251 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18252
18253         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
18254         backslashes handling and the way to find boundaries of quoted strings.
18255
18256 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
18257
18258         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
18259         mml1991-encrypt-to-self is set and mml1991-signers is not set.
18260         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
18261         mml2015-encrypt-to-self is set and mml2015-signers is not set.
18262
18263 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18264
18265         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
18266         doc string.
18267         (gnus-button-regexp, gnus-button-last): Remove unused variables.
18268
18269 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18270
18271         * lpath.el: Fbind epg-check-configuration.
18272
18273 2006-09-06  Simon Josefsson  <jas@extundo.com>
18274
18275         * mml2015.el (mml2015-use): Doc fix, mention epg.
18276
18277 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18278
18279         * mml2015.el (mml2015-use): Default to epg, if available.
18280
18281 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18282
18283         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
18284         message-sender.
18285         (mml1991-epg-encrypt): Ditto.
18286         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
18287         message-sender.
18288         (mml2015-epg-encrypt): Ditto.
18289
18290 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
18291
18292         * message.el (message-send-mail-with-sendmail): Look for sendmail in
18293         several common directories.
18294
18295 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
18296
18297         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
18298         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
18299
18300 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18301
18302         * gnus-art.el (article-decode-encoded-words): Make it fast.
18303
18304 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18305
18306         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
18307
18308         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
18309         in quoted string into `\'.
18310
18311 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18312
18313         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18314         Use standard-syntax-table.
18315
18316 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18317
18318         * gnus-art.el (gnus-decode-address-function): New variable.
18319         (article-decode-encoded-words): Use it to decode headers which are
18320         assumed to contain addresses.
18321         (gnus-mime-delete-part): Remove useless `or'.
18322
18323         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
18324         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
18325         (gnus-nov-parse-line): Use it to decode From header.
18326         (gnus-get-newsgroup-headers): Ditto.
18327         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
18328
18329         * mail-parse.el (mail-decode-encoded-address-region): New alias.
18330         (mail-decode-encoded-address-string): New alias.
18331
18332         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18333         New function.
18334         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
18335         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
18336         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
18337         (rfc2047-decode-string): Ditto.
18338         (rfc2047-decode-address-region): New function.
18339         (rfc2047-decode-address-string): New function.
18340
18341 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
18342
18343         * message.el (message-caesar-buffer-body): Allow rotating headers.
18344
18345         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
18346
18347         * message.el (message-insert-formated-citation-line): Fix %f.
18348         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
18349
18350 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18351
18352         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
18353         (gnus-bookmark-mouse-available-p): New macro.
18354         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
18355         (gnus-bookmark-bmenu-show-infos): Use it.
18356         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
18357         (gnus-bookmark-bmenu-hide-infos): Ditto.
18358         (gnus-bookmark-remove-properties): New function.
18359         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
18360         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
18361         (gnus-bookmark-write-file): Bind coding-system-for-write.
18362         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
18363         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
18364         group before selecting it.
18365         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
18366         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
18367         quit-window if it is not available; use gnus-mouse-2 and bind it to
18368         gnus-bookmark-bmenu-select-by-mouse.
18369         (gnus-bookmark-show-details): Remove unused variable `details-list'.
18370         (gnus-bookmark-bmenu-select-by-mouse): New function.
18371
18372 2006-08-13  Romain Francoise  <romain@orebokech.com>
18373
18374         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
18375         space.
18376
18377 2006-08-10  Romain Francoise  <romain@orebokech.com>
18378
18379         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
18380         (dns-mode-soa-auto-increment-serial): New user option.
18381         (dns-mode-soa-maybe-increment-serial): New function.
18382         (dns-mode): Add the latter to `write-contents-functions'.
18383
18384 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18385
18386         * compface.el (uncompface): Use binary rather than raw-text-unix.
18387
18388 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18389
18390         * compface.el (uncompface): Make sure the eol conversion doesn't take
18391         place when communicating with the external programs.
18392         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18393
18394 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18395
18396         * nnheader.el (nnheader-insert-head): Fix typo in comment.
18397
18398 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18399
18400         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18401         Make it more robust by parsing author and date independently.
18402
18403 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18404
18405         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
18406
18407 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
18408
18409         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
18410         first matching secret key.
18411         (mml2015-epg-encrypt): Ditto.
18412
18413         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
18414         first matching secret key.
18415         (mml1991-epg-encrypt): Ditto.
18416
18417         * mml2015.el (mml2015-encrypt-to-self): New user option.
18418         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
18419         mml2015-epg-encrypt-to-self is set.
18420
18421         * mml1991.el (mml1991-encrypt-to-self): New variable.
18422         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
18423         mml1991-epg-encrypt-to-self is set.
18424
18425         * mml2015.el (mml2015-signers): New user option.
18426         (mml2015-epg-sign): Reflect the value of mml2015-signers.
18427         (mml2015-epg-encrypt): Allow to select signing keys.
18428
18429         * mml1991.el (mml1991-signers): New variable.
18430         (mml1991-epg-sign): Reflect the value of mml1991-signers.
18431         (mml1991-epg-encrypt): Allow to select signing keys.
18432
18433 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18434
18435         * nnheader.el (nnheader-insert-head): Make it work even if the file
18436         uses CRLF for the line-break code.
18437
18438 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
18439
18440         * mml2015.el: Require mml-sec instead of password.
18441         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
18442         (mml2015-cache-passphrase): Inherit the default value from
18443         mml-secure-cache-passphrase.
18444         (mml2015-passphrase-cache-expiry): Inherit the default value from
18445         mml-secure-passphrase-cache-expiry.
18446
18447         * mml1991.el: Require mml-sec instead of password.
18448         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
18449         (mml1991-cache-passphrase): Inherit the default value from
18450         mml-secure-cache-passphrase.
18451         (mml1991-passphrase-cache-expiry): Inherit the default value from
18452         mml-secure-passphrase-cache-expiry.
18453
18454         * mml-sec.el: Require password.
18455         (mml-secure-verbose): New user option.
18456         (mml-secure-cache-passphrase): New user option.
18457         (mml-secure-passphrase-cache-expiry): New user option.
18458
18459 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
18460             Andreas Vögele  <andreas@altroot.de>   (tiny change)
18461
18462         * pgg-def.el (pgg-truncate-key-identifier):
18463         Truncate the key ID to 8 letters from the end.
18464
18465 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18466
18467         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
18468         workaround for the url package included with Emacs.
18469
18470         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18471
18472 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18473
18474         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
18475         correctly.  This fixes a bug caused by the 2006-05-12 change.
18476
18477 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
18478
18479         * nnmail.el (nnmail-article-group): If splitting raises an error, give
18480         some information about the error when saying that the `bogus' mail
18481         group will be used.
18482
18483 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
18484
18485         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
18486         string.
18487
18488 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
18489
18490         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
18491
18492 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18493
18494         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
18495
18496 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18497
18498         * mml1991.el (mml1991-function-alist): Add epg.
18499         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
18500         (mml1991-epg-encrypt): New functions.
18501
18502 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18503
18504         * mml2015.el (mml2015-verbose): New variable.
18505         (mml2015-cache-passphrase): Ditto.
18506         (mml2015-passphrase-cache-expiry): Ditto.
18507         (mml2015-function-alist): Add epg.
18508         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
18509         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
18510         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
18511         New functions.
18512
18513 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18514
18515         * message.el (message-cite-original-1): Preserve region when removing
18516         quoted text due to X-No-Archive in order to avoid bogus attribution
18517         when citing multiple messages.
18518
18519 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18520
18521         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
18522         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
18523
18524 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
18525
18526         * gnus-diary.el (gnus-user-format-function-d)
18527         (gnus-user-format-function-D): Autoload.
18528
18529         * imap.el (Commentary): Fix typo.
18530
18531         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
18532         2006-04-22 contribution.
18533
18534 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18535
18536         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
18537         It didn't really fix the bogosity I'm seeing with solid web groups.
18538
18539 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18540
18541         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
18542         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
18543         created using server names.  If we use the feature without declaring
18544         it, Gnus does not properly manage server and group state.
18545
18546         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
18547         bound.
18548
18549 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18550
18551         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
18552         looking up the method using GROUP's prefix before inventing a new one.
18553         It is used on killed/unknown groups in various places where returning
18554         an all-new method isn't expected by the caller.
18555
18556         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
18557         and match semantics of gnus-group-real-prefix.
18558
18559 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
18560
18561         * nnmail.el (nnmail-broken-references-mailers): New variable.
18562         (nnmail-ignore-broken-references): New function generalizing
18563         nnmail-fix-eudora-headers.
18564         (nnmail-fix-eudora-headers): Now obsolete.
18565
18566         * gnus-art.el (gnus-button-handle-custom):
18567         Support `customize-apropos*'.
18568
18569 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18570
18571         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
18572
18573         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
18574         articles.
18575
18576 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
18577
18578         * message.el (message-cite-reply-above): New variable.
18579         (message-yank-original): Use it.
18580
18581 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18582
18583         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
18584
18585 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
18586
18587         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
18588         as read.
18589
18590         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
18591
18592 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
18593
18594         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
18595         (gnus-bookmark-default-file): Use gnus-directory.
18596         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
18597         Remove "*" in doc string.
18598         (gnus-bookmark-write-file): Simplify.
18599         (gnus-bookmark-maybe-sort-alist): Use `when'.
18600         (gnus-bookmark-get-bookmark): Fix typo in doc string.
18601         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
18602         Add FIXME about Emacs 21 and XEmacs compatibility.
18603         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
18604         compatibility.
18605         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
18606         compatibility.
18607         (gnus-bookmark-menu-heading): Fix version.
18608
18609 2006-06-19  Bastien Guerry  <bzg@altern.org>
18610
18611         * gnus-bookmark.el: New file.
18612
18613 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18614
18615         * message.el (message-syntax-checks): Doc fix.
18616
18617 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18618
18619         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
18620         unsubscribed groups as if they were killed ones.  It causes duplicate
18621         entries in gnus-newsrc-alist.
18622
18623 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18624
18625         * message.el (message-syntax-checks): Doc fix.
18626         (message-send-mail): Add check for continuation headers.
18627         (message-check-news-header-syntax): Fix regexp used to check for
18628         continuation headers.
18629
18630 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18631
18632         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
18633
18634 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
18635
18636         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
18637
18638 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18639
18640         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
18641         default-truncate-lines.
18642
18643 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18644
18645         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
18646         to fill the utf-8 entry.
18647
18648         * lpath.el: Fbind unicode-precedence-list.
18649
18650 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18651
18652         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18653
18654 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
18655
18656         * gnus-agent.el (directory-files-and-attributes): Move all the way
18657         forward (the third and final move).
18658         (gnus-agent-read-agentview): Trap reconstruction errors due to
18659         nonexistent directory.  Handle by returning nil.
18660
18661 2006-05-30  Didier Verna  <didier@xemacs.org>
18662
18663         * message.el (message-dont-reply-to-names): Update the custom type.
18664         * message.el (message-dont-reply-to-names): New defsubst: potentially
18665         convert a list of regexps into a single one.
18666         * message.el (message-get-reply-headers): Use it.
18667         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
18668
18669 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18670
18671         * gnus-agent.el (directory-files-and-attributes): Move forward.
18672
18673 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18674
18675         * gnus-ml.el (gnus-mailing-list-subscribe)
18676         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
18677         (gnus-mailing-list-message): Fix doc strings.
18678
18679 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18680
18681         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
18682         of doing it manually.
18683
18684 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18685
18686         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
18687         comment.
18688
18689 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
18690
18691         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
18692         (gnus-agent-read-agentview): Fix handling of end-of-file error.
18693         (gnus-agent-read-local): All symbols allocated in my-obarray.
18694         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
18695         (gnus-agent-regenerate-group): Check numeric names to see if they are
18696         messages or groups.
18697         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
18698         better way of do this...)
18699
18700         * gnus-cache.el (gnus-agent-total-fetched-for):
18701         Ignore 'dummy.group' (there should be a better way of do this...)
18702
18703 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18704
18705         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
18706         (gnus-saved-headers): Ditto.
18707         (gnus-default-article-saver): Mention functions may have properties.
18708         (gnus-article-save): Override gnus-save-all-headers and
18709         gnus-saved-headers by :headers property which saver function may have.
18710         (gnus-summary-save-in-file): Add :headers property.
18711         (gnus-summary-write-to-file): Ditto.
18712
18713         * gnus-sum.el (gnus-summary-save-article): Bind
18714         gnus-prompt-before-saving to t when saving many articles in a file;
18715         always show all headers.
18716
18717         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
18718
18719 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
18720
18721         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
18722         marks.
18723
18724         * message.el (message-indent-citation): Add optional arguments to allow
18725         using it outside of message buffers.
18726
18727         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
18728         (gnus-article-treat-unfold-headers): Use it.
18729         (gnus-article-truncate-lines): New variable.
18730         (gnus-article-mode): Use it.
18731         (gnus-article-toggle-truncate-lines): New function.
18732
18733         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18734         Add gnus-article-toggle-truncate-lines.
18735
18736         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
18737         coding system in XEmacs, use binary.
18738
18739 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18740
18741         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
18742         after-load-alist.
18743
18744         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
18745         this function should save decoded articles.
18746         (gnus-summary-write-to-file): Use property to specify this function
18747         should save decoded articles and specify gnus-summary-save-in-file
18748         should be used to save articles other than the first one when saving
18749         many articles.
18750         (gnus-summary-save-body-in-file): Use property to specify this
18751         function should save decoded articles.
18752         (gnus-summary-write-body-to-file): Use property to specify this
18753         function should save decoded articles and specify
18754         gnus-summary-save-body-in-file should be used to save articles other
18755         than the first one when saving many articles.
18756
18757         * gnus-sum.el (gnus-summary-save-article): Simplify.
18758
18759 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18760
18761         * gnus-art.el (gnus-default-article-saver):
18762         Add gnus-summary-write-body-to-file.
18763         (gnus-article-save-coding-system): Don't use coding system object
18764         in XEmacs.
18765         (gnus-read-save-file-name): Add optional `dir-var' argument which
18766         specifies directory in which files are saved; work even if optional
18767         `variable' argument is not specified.
18768         (gnus-summary-write-to-file): Read file name.
18769         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
18770         (gnus-summary-write-body-to-file): New function.
18771
18772         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
18773         (gnus-summary-local-variables): Add it.
18774         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
18775         (gnus-summary-save-article): Remove optional `decode' argument;
18776         determine whether to decode articles by the value of
18777         gnus-default-article-saver; when saving many files using
18778         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
18779         it first and use gnus-summary-save-in-file or
18780         gnus-summary-save-body-in-file thereafter unless
18781         gnus-prompt-before-saving is always; move point to article which
18782         will be saved.
18783         (gnus-summary-save-article-file): Revert.
18784         (gnus-summary-write-article-file): Revert.
18785         (gnus-summary-save-article-body-file): Revert.
18786         (gnus-summary-write-article-body-file): New function.
18787
18788 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18789
18790         * gnus-art.el (gnus-default-article-saver): Doc fix.
18791         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
18792         from gnus-summary-save-article-coding-system, and default to a
18793         certain coding system.
18794         (gnus-output-to-file): Add coding cookie and encode text according
18795         to gnus-article-save-coding-system; don't use mm-append-to-file.
18796
18797         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
18798         gnus-art.el and rename to gnus-article-save-coding-system.
18799         (gnus-summary-save-article): Require gnus-art; don't show all
18800         headers if it decodes articles; don't add coding cookie here;
18801         don't bind mm-text-coding-system-for-write.
18802         (gnus-summary-save-article-file): Save decoded articles.
18803         (gnus-summary-write-article-file): When saving many files, use
18804         gnus-summary-write-to-file first and gnus-summary-save-in-file
18805         thereafter unless gnus-prompt-before-saving is always.
18806         (gnus-summary-save-article-body-file): Save decoded articles.
18807
18808         * lpath.el: Fbind select-safe-coding-system for XEmacs.
18809
18810 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18811
18812         * nnrss.el (nnrss-check-group): Bind hash-index.
18813
18814 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
18815
18816         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
18817         its hash index.  Store this hash in `nnrss-group-data'.
18818         (nnrss-read-group-data): Update accordingly.
18819
18820 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18821
18822         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
18823         entry.
18824
18825         * gnus-sum.el (gnus-summary-make-menu-bar):
18826         Add gnus-article-browse-html-article.
18827
18828 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
18829
18830         * gnus-sum.el (gnus-summary-mime-map):
18831         Add gnus-article-browse-html-article.
18832
18833         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
18834
18835 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18836
18837         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
18838         suitable coding systems in customize.
18839
18840 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
18841
18842         * mail-source.el (mail-sources): Fix custom type.
18843
18844 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18845
18846         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
18847         (gnus-summary-expire-articles-now): Shorten prompt.
18848
18849         * gmm-utils.el (wid-edit): Require.
18850         (defun-gmm): Rename from `gmm-defun-compat'.
18851         (gmm-image-search-load-path): Use it.
18852         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
18853
18854 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18855
18856         * gnus-sum.el (gnus-summary-save-article-coding-system):
18857         New variable.
18858         (gnus-summary-save-article): Add optional `decode' argument.
18859         If it is set and gnus-summary-save-article-coding-system is non-nil,
18860         save decoded article.
18861         (gnus-summary-write-article-file): Save decoded article if
18862         gnus-summary-save-article-coding-system is non-nil.
18863
18864         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
18865         type.
18866
18867 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18868
18869         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
18870
18871 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18872
18873         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
18874         first to test gnus-single-article-buffer which may be buffer-local.
18875
18876         * gnus-sum.el (gnus-summary-setup-buffer):
18877         Make gnus-single-article-buffer buffer-local and nil in ephemeral
18878         group; make gnus-article-buffer, gnus-article-current, and
18879         gnus-original-article-buffer always buffer-local.
18880         (gnus-summary-exit): Kill article buffer belonging to ephemeral
18881         group.
18882         (gnus-handle-ephemeral-exit): Don't move to next summary line.
18883
18884 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18885
18886         * nnml.el (nnml-request-compact-group): Compressed files might not
18887         have .gz extension.
18888
18889 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18890
18891         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
18892         (mm-copy-to-buffer): Use with-current-buffer.
18893         (mm-display-part): Simplify.
18894         (mm-inlinable-p): Add optional arg `type'.
18895
18896 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18897
18898         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
18899         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
18900         Try harder to show the attachment internally or externally using
18901         gnus-mime-view-part-as-type.
18902
18903 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18904
18905         * message.el (message-from-style, message-signature-separator)
18906         (message-user-organization-file, message-send-mail-function)
18907         (message-citation-line-function, message-yank-prefix)
18908         (message-indent-citation-function, message-signature)
18909         (message-signature-file, message-signature-insert-empty-line):
18910         Remove autoloads.
18911
18912         * gnus-art.el (gnus-buttonized-mime-types):
18913         Remove "multipart/signed".  Revert 2006-04-26 change.
18914
18915 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18916
18917         * gnus.el (gnus-version-number): Bump version.
18918
18919 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18920
18921         * gnus.el: No Gnus v0.5 is released.
18922
18923 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18924
18925         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
18926         fetching articles by message-id.
18927
18928 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18929
18930         * message.el (hashcash): Require hashcash as normal.
18931
18932         * ecomplete.el (ecomplete-highlight-match-line):
18933         Use point-at-eol.
18934         (ecomplete-highlight-match-line): Use `highlight', because that
18935         face exists in both Emacs and XEmacs.
18936
18937         * message.el (message-display-abbrev): Use point-at-bol.
18938
18939         * mail-source.el: Don't require timer/timer-funcs.
18940
18941         * gnus-async.el: Ditto.
18942
18943         * password.el: Ditto.
18944
18945         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
18946
18947         * mm-url.el: Ditto.
18948
18949         * gnus-xmas.el: Don't require timer-funcs.
18950
18951         * mm-util.el: Require timer/timer-funcs.
18952
18953 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18954
18955         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
18956         Close.
18957
18958 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18959
18960         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
18961         unibyte after clear-decrypt function runs.
18962
18963         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
18964         returns as a unibyte string.
18965
18966 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18967
18968         * lpath.el: Revert.
18969
18970         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
18971         (pgg-gpg-process-sentinel): Revert.
18972
18973         * pgg-pgp.el (pgg-pgp-process-region): Revert.
18974         (pgg-pgp-lookup-key): Revert.
18975
18976         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
18977         (pgg-pgp5-lookup-key): Revert.
18978
18979         * pgg.el (pgg-fetch-key): Revert.
18980
18981 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18982
18983         * lpath.el: Fbind string-as-multibyte for XEmacs.
18984
18985         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
18986         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
18987         (mml1991-pgg-encrypt): Ditto.
18988
18989         * pgg-gpg.el (pgg-string-to-multibyte): New function.
18990         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
18991         a multibyte buffer.
18992
18993         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
18994         (pgg-pgp-lookup-key): Ditto.
18995
18996         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
18997         (pgg-pgp5-lookup-key): Ditto.
18998
18999         * pgg.el (pgg-fetch-key): Ditto.
19000
19001 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
19002
19003         * message.el (message-user-organization-file): Check several
19004         locations of the organization file.
19005
19006         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
19007         Add gnus-article-view-part-as-type.
19008
19009         * gnus-art.el (gnus-article-view-part-as-type): New function.
19010
19011         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
19012         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
19013
19014         * mml.el: Simplify autoload.
19015         (mml-mode): defvar dnd-protocol-alist instead of using
19016         symbol-value.
19017         (mml-default-directory): New variable.
19018         (mml-minibuffer-read-file): Use it.
19019         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
19020
19021         * message.el (message-citation-line-format): New variable.
19022         (message-insert-formated-citation-line): New function.
19023         (message-citation-line-function):
19024         Add `message-insert-formated-citation-line' to custom type.
19025
19026         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
19027         to doc string.
19028
19029         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
19030         depending on mm-verify-option.
19031
19032 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19033
19034         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
19035         binding pgg-* variables; reimplement the section which prevents
19036         MIME header from being signed.
19037         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
19038         pgg-text-mode; remove a blank line at the top of body.
19039
19040         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
19041         lines at the top of body; use gnus-newsgroup-charset if there's no
19042         Charset header.
19043
19044 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19045
19046         * message.el (message-self-insert-commands): Doc fix.
19047
19048         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
19049         (mm-uu-pgp-encrypted-test): Ditto.
19050         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
19051         between header and body; return application/pgp-encrypted handle
19052         if decryption failed; decode decrypted body by charset.
19053
19054         * mm-decode.el (mm-automatic-display): Don't make application/pgp
19055         element match to application/pgp-*.
19056
19057 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19058
19059         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
19060         HTML.
19061
19062 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19063
19064         * mail-source.el (mail-source-call-script): Message the error
19065         string.
19066
19067 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19068
19069         * gnus-util.el (gnus-byte-compile): Use it.
19070
19071 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
19072
19073         * gnus-util.el (kill-empty-logs): New function.
19074
19075 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19076
19077         * message.el (message-mail-alias-type): Doc fix.
19078         (message-mail-alias-type-p): New function.
19079         (message-send): Use it.
19080         (message-mode): Ditto.
19081         (message-strip-forbidden-properties): Ditto.
19082
19083         * ecomplete.el (ecomplete-database-file-coding-system):
19084         New variable.
19085         (ecomplete-save): Use it.
19086         (ecomplete-setup): Use it.
19087
19088 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19089
19090         * message.el (message-self-insert-commands): New variable.
19091         (message-strip-forbidden-properties): Use it.
19092
19093 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19094
19095         * message.el (message-put-addresses-in-ecomplete): Use a regexp
19096         that doesn't make XEmacs choke.
19097
19098 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
19099
19100         * gnus-util.el (gnus-replace-in-string):
19101         Prefer replace-regexp-in-string over of replace-in-string.
19102
19103 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19104
19105         * gnus-util.el (gnus-select-frame-set-input-focus):
19106         Use select-frame-set-input-focus if it is available in XEmacs; use
19107         definition defined in Emacs 22 for old Emacsen.
19108
19109         * dgnushack.el: Autoload unmorse-region for XEmacs.
19110
19111         * lpath.el: Bind cursor-in-non-selected-windows and
19112         select-frame-set-input-focus for XEmacs.
19113
19114 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19115
19116         * mm-view.el (mm-inline-text): Use equal instead of equalp.
19117
19118 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
19119
19120         * gnus-registry.el (gnus-registry-cache-save): Remove text
19121         properties when saving via the temp buffer.
19122
19123 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19124
19125         * message.el (message-generate-hashcash): Honor custom type.
19126
19127 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19128
19129         * message.el (message-generate-hashcash): Default to non-nil when
19130         hashcash is found.
19131
19132         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
19133         (gnus-refer-thread-limit): Increase default to 500.
19134
19135         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
19136
19137         * flow-fill.el (fill-flowed): Allow delete-space.
19138
19139 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19140
19141         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19142         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
19143         Remove autoloads.
19144
19145 2006-04-18  Simon Josefsson  <jas@extundo.com>
19146
19147         * message.el (message-generate-hashcash): Default to.
19148
19149 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19150
19151         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19152         concatenating segments rather than before concatenating them.
19153
19154 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19155
19156         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
19157
19158 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19159
19160         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
19161
19162         * message.el (message-forward-make-body-plain):
19163         Allow message-forward-ignored-headers to be a list.
19164         (message-remove-ignored-headers): Factor out into function.
19165         (message-forward-make-body-mml): Use it.
19166
19167         * imap.el (imap-quote-specials): New function.
19168         (imap-login-auth): Quote specials.
19169
19170         * rfc2231.el (rfc2231-parse-string): Remove dead code.
19171         (rfc2231-parse-string): Allow concatanation of parameters that
19172         aren't contiguous.  The test case is
19173           (mail-header-parse-content-type "message/external-body;
19174             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
19175             access-type=LOCAL-FILE;
19176             name*1*=plugh%2fhello-sailor%2fbing.pdf")
19177
19178 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19179
19180         * nntp.el (nntp-accept-process-output): Return the value of
19181         `nnheader-accept-process-output'.
19182
19183 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19184
19185         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
19186         (gnus-button-alist): Recognize more diff formats.
19187         (gnus-button-patch): Strip directory.
19188
19189 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19190
19191         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
19192         Emacs 22 when setting focus.
19193
19194 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19195
19196         * gnus-art.el (gnus-article-treat-types): Do treatment of
19197         text/x-verbatim parts.
19198         (gnus-button-patch): New command.
19199
19200         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
19201         addresses that contain invalid characters.
19202
19203 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19204
19205         * message.el (message-put-addresses-in-ecomplete):
19206         Use gnus-replace-in-string.
19207         (message-is-yours-p): Use the more correct
19208         mail-header-parse-address instead of
19209         mail-extract-address-components.
19210         (message-put-addresses-in-ecomplete): Fix typo.
19211
19212         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
19213         keystroke.
19214
19215         * gnus-art.el (gnus-treatment-function-alist): Change order of
19216         newsgroups/generic header folding to avoid double-folding.
19217
19218         * message.el (message-hidden-headers): Add X-Draft-From.
19219
19220         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
19221         New command.
19222         (gnus-summary-repeat-search-article-backward): New command.
19223
19224         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
19225         groups in the parent topic.
19226
19227 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
19228
19229         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
19230         (spam-extra-header-to-number): Return the CRM114 number as a
19231         number instead of a string.
19232
19233 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19234
19235         * gnus-art.el (gnus-face-properties-alist): Move here from
19236         gnus-fun.
19237
19238         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
19239
19240 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19241
19242         * message.el (message-strip-forbidden-properties): Only display on
19243         self-insert-command.
19244
19245         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
19246         reindent.
19247         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
19248
19249 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
19250
19251         * smiley.el (smiley-style): Fix typo.
19252
19253 2006-03-23  Kenichi Handa  <handa@m17n.org>
19254
19255         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
19256         instead of set-buffer-multibyte.
19257
19258 2006-03-23  Kenichi Handa  <handa@m17n.org>
19259
19260         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19261         buffer and then decode the buffer text if necessary.
19262         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19263         first, and after mm-encode-body, change the buffer to unibyte.
19264
19265 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19266
19267         * hashcash.el (hashcash-insert-payment-async-2):
19268         Use message-goto-eoh instead of doing it manually.
19269         (mail-add-payment): Use message-narrow-to-header instead of trying
19270         to do the same itself.
19271
19272         * message.el (message-hidden-headers): Add Face.
19273
19274         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
19275         reparenting code.
19276         (gnus-summary-reparent-children): Refactored out code.
19277         (gnus-summary-thread-map): New keystroke.
19278         (gnus-summary-reparent-children): Make into command.
19279
19280         * smiley.el (smiley-style): Default to `medium' if using a large
19281         font.
19282
19283         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
19284         does it itself.
19285
19286         * message.el (message-point-in-header-p): Simplify definition.
19287
19288 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19289
19290         * nnagent.el (nnagent-request-set-mark): Silence log file
19291         writing.
19292         (nnagent-request-set-mark): Use write-region instead of
19293         append-to-file.
19294
19295         * gnus-sum.el (gnus-read-header): Fudge article number if using a
19296         strange select method.
19297
19298         * ecomplete.el (ecomplete-display-matches): Get highlightling
19299         right.
19300         (ecomplete-display-matches): Use literals.
19301         (ecomplete-display-matches): Disable message logging.
19302
19303         * message.el (message-display-abbrev): Small optimization.
19304
19305         * ecomplete.el (ecomplete-display-matches): Allow automatic
19306         display.
19307
19308         * message.el (message-strip-forbidden-properties):
19309         Display abbrevs.
19310         (message-display-abbrev): Get automatic display right.
19311
19312         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
19313         keystrokes.
19314
19315 2006-04-13  Romain Francoise  <romain@orebokech.com>
19316
19317         TODO: Backport to v5-10!
19318
19319         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
19320         Move here (and rename) from gnus-registry.el.
19321
19322         * gnus-registry.el: Require gnus-util.
19323         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
19324
19325 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19326
19327         * gnus-group.el (gnus-group-catchup-current):
19328         Change if-then-else-if-then-else into cond.
19329         (gnus-group-catchup): Indent.
19330         (group-name-at-point): New function.
19331         (gnus-fetch-group): Provide default from thing at point.
19332
19333 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19334
19335         * message.el (message-display-abbrev): Fix regexp.
19336
19337         * ecomplete.el (ecomplete-highlight-match-line):
19338         Reimplement choosing.
19339         (ecomplete-highlight-match-line): Fix up code rewrite, remove
19340         dead variables.
19341
19342         * message.el (message-newline-and-indent): Remove debugging.
19343         (message-display-abbrev): Use new implementation.
19344
19345 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
19346
19347         * gnus-art.el (gnus-article-mode):
19348         Set cursor-in-non-selected-windows to nil.
19349
19350         * smiley.el: Revert previous change.
19351         (smiley-data-directory): defvar it before using it in the
19352         defcustom of `smiley-style'.
19353
19354 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19355
19356         * message.el (message-newline-and-indent): New function.
19357
19358         * ecomplete.el: Implement more bits.
19359
19360         * message.el (message-put-addresses-in-ecomplete): Clean up the
19361         string.
19362
19363         * ecomplete.el (ecomplete-add-item): Chop off decimals.
19364
19365         * gnus-sum.el (gnus-summary-save-parts):
19366         Bind gnus-summary-save-parts-counter and use it to make unique file
19367         names.
19368
19369         * gnus-art.el (gnus-ignored-headers): Add some more headers.
19370
19371         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
19372         parameter to say whether to actually parse the individual
19373         addresses.
19374
19375         * message.el (message-put-addresses-in-ecomplete): New function.
19376         (ecomplete): Require.
19377         (message-mail-alias-type): Add ecomplete as an option.
19378
19379 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
19380
19381         * flow-fill.el (fill-flowed): Remove trailing space from blank
19382         quoted lines.
19383
19384 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19385
19386         * smiley.el (smiley-style): Move definition later to avoid a
19387         compilation warning.
19388
19389 2006-04-12  Kenichi Handa  <handa@m17n.org>
19390
19391         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19392         buffer and then decode the buffer text if necessary.
19393         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19394         first, and after mm-encode-body, change the buffer to unibyte.
19395         Use mm-disable-multibyte instead of set-buffer-multibyte.
19396
19397 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19398
19399         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
19400         Content-Type header instead of Content-Disposition header.
19401         (gnus-mime-inline-part): Ditto.
19402         (gnus-mime-view-part-as-charset): Ignore charset that the part
19403         specifies.
19404
19405         * mm-decode.el (mm-display-part): Work with external parts and
19406         usual parts similarly.
19407
19408         * mm-extern.el (mm-inline-external-body): Use mm-display-part
19409         instead of gnus-display-mime.
19410
19411         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
19412         instead of with-temp-buffer.
19413
19414         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
19415         tag to summarized topics part in order to encode non-ASCII text.
19416
19417 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19418
19419         * smiley.el (smiley-style): New variable.
19420         (smiley-directory): New function.
19421         (smiley-data-directory): Derive from `smiley-style' using
19422         `smiley-directory'.
19423         (smiley-regexp-alist): Add new entries.
19424
19425         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
19426         (gnus-article-browse-delete-temp): Add :version.
19427
19428 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
19429
19430         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
19431         the sieve region.
19432
19433 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19434
19435         * gnus.el (gnus-version-number): Bump version.
19436
19437 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19438
19439         * gnus.el: No Gnus v0.4 is released.
19440
19441 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19442
19443         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
19444         layout.
19445
19446         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
19447         unknown charset.
19448
19449         * message.el (message-header-synonyms): Add Original-To to the
19450         default.
19451
19452         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
19453         optional parameter.
19454
19455 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
19456
19457         * gnus-fun.el (gnus): Require it for gnus-directory.
19458
19459 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19460
19461         * gnus-fun.el (gnus-face-properties-alist): Add :version.
19462
19463 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19464
19465         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
19466
19467 2006-04-05  Simon Josefsson  <jas@extundo.com>
19468
19469         * password.el (password-reset): New function.
19470
19471 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19472
19473         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
19474         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
19475
19476 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19477
19478         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19479         Some whitespace was matched into the url, which broke browsing hits
19480         > 100 when mm-url-use-external was nil.
19481
19482 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19483
19484         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19485         Check gnus-extra-headers for 'Newsgroups.
19486
19487         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
19488         bound.
19489
19490 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
19491
19492         * pgg-gpg.el: Clean up process buffers every time gpg processes
19493         complete.
19494
19495 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
19496
19497         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19498         doc string.
19499
19500 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
19501
19502         * pgg-gpg.el (pgg-gpg-process-filter)
19503         (pgg-gpg-wait-for-completion): Check if buffer is alive.
19504
19505         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
19506         lines, temporary fix.
19507
19508 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19509
19510         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
19511
19512 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
19513
19514         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
19515         default-enable-multibyte-characters.  This reverts the change from
19516         revision 6.17 which is no longer necessary because the passphrase
19517         is sent separately now.  GnuPG messages are unreadable under
19518         multibyte locales with default-enable-multibyte-characters set to
19519         nil.
19520
19521 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
19522
19523         * message.el (message-tool-bar-gnome): Move "spell".
19524
19525 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
19526
19527         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
19528         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
19529         instead.
19530
19531 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
19532
19533         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19534         Improve newsgroups handling for NNTP overviews which don't include
19535         Newsgroups.
19536
19537 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19538
19539         * message.el (message-resend): Bind message-generate-hashcash to nil.
19540
19541 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19542
19543         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
19544         when searching for already-paid recipients.
19545
19546 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
19547
19548         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
19549         passphrases when it is not needed.
19550         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
19551         passphrase stuff from gpg, should only be necessary when you use
19552         gpg with a smartcard.
19553
19554 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19555
19556         * mml.el (mml-insert-mime): Ignore cached contents of
19557         message/external-body part.
19558
19559         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
19560         (mm-insert-part): Ditto.
19561
19562 2006-03-23  Simon Josefsson  <jas@extundo.com>
19563
19564         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
19565         Reiner.
19566         (pgg-gpg-use-agent-p): Use it again.
19567
19568 2006-03-23  Simon Josefsson  <jas@extundo.com>
19569
19570         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
19571         older emacsen.
19572         (pgg-gpg-use-agent-p): Don't use it.
19573
19574 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
19575
19576         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
19577         if we can.
19578
19579 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
19580
19581         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
19582         (pgg-gpg-update-agent): New function.
19583         (pgg-gpg-use-agent-p): New function.
19584         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
19585         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19586         (pgg-gpg-sign-region): Use it.
19587
19588 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19589
19590         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
19591         Reported by Ralf Wachinger <rwachinger@gmx.de>.
19592
19593 2006-03-21  Simon Josefsson  <jas@extundo.com>
19594
19595         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
19596         <wilde@sha-bang.de>.
19597         (pgg-gpg-use-agent): New variable.
19598         (pgg-gpg-process-region): Use it.
19599         (pgg-gpg-encrypt-region): Likewise.
19600         (pgg-gpg-encrypt-symmetric-region): Likewise.
19601         (pgg-gpg-decrypt-region): Likewise.
19602         (pgg-gpg-sign-region): Likewise.
19603         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
19604
19605 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19606
19607         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
19608
19609         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19610         Add comment on version.
19611
19612 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
19613
19614         * smiley.el: Add missing test smiley.
19615
19616 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19617
19618         * mm-decode.el (mm-with-part): New macro.
19619         (mm-get-part): Use it; work with message/external-body as well.
19620         (mm-save-part): Treat name and filename equally.
19621
19622         * mm-extern.el (mm-extern-cache-contents): New function.
19623         (mm-inline-external-body): Use it; force the part to be displayed;
19624         move undisplayer added to the cached handle to the parent.
19625
19626         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
19627         (gnus-mime-view-part-as-type): Work with message/external-body.
19628
19629         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
19630
19631 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19632
19633         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
19634         images in image-load-path.  [Sync with image.el, revision 1.60, in
19635         Emacs.]
19636
19637 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19638
19639         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
19640         path rather than symbol.  Always return list of directories.
19641         Guarantee that image directory comes first.  [Sync with image.el,
19642         revision 1.59, in Emacs.]
19643
19644         * message.el (message-make-tool-bar): Adjust to new API of
19645         `gmm-image-load-path-for-library'.
19646
19647         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19648
19649         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19650
19651 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19652
19653         * gnus-art.el (gnus-article-only-boring-p):
19654         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
19655         intangible text.
19656         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
19657
19658 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
19659
19660         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
19661         Use `defun' instead of `gmm-defun-compat'.
19662
19663 2006-03-14  Simon Josefsson  <jas@extundo.com>
19664
19665         * message.el (message-unique-id): Don't use message-number-base36
19666         if (user-uid) is a float.
19667         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
19668
19669 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19670
19671         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
19672
19673         * gnus-art.el (gnus-mime-display-single): Make sure there is an
19674         empty line between a part and a message part.
19675
19676 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
19677
19678         * smiley.el: Add more test smileys.
19679         (smiley-data-directory, smiley-regexp-alist)
19680         (gnus-smiley-file-types): Fix doc strings.
19681         (smiley-update-cache): Clear smiley-cached-regexp-alist before
19682         adding new elements.
19683         (smiley-mouse-map): Unused code.  Make it a comment.
19684
19685 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19686
19687         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
19688         scan latest NoCeM messages instead of old ones.
19689         (gnus-nocem-check-article): Fix regexps so as to match to PGP
19690         delimiters that are recently used.
19691         (gnus-nocem-load-cache): Add autoload cookie.
19692
19693         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
19694
19695         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
19696         level which is larger than gnus-use-nocem is specified.
19697
19698         * gnus-group.el (gnus-group-get-new-news): Ditto.
19699
19700 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
19701
19702         * gnus-util.el (gnus-tool-bar-update): New function.
19703
19704         * gnus-group.el (gnus-group-update-tool-bar): New variable.
19705         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
19706
19707         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
19708
19709         * gnus-group.el (gnus-group-redraw-when-idle)
19710         (gnus-group-redraw-check): Remove.
19711         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
19712
19713 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19714
19715         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
19716         if optional last element is specified in splits (FIELD VALUE...).
19717
19718 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
19719
19720         * message.el (message-make-tool-bar): Rename gmm-image-load-path
19721         to gmm-image-load-path-for-library.  Call with no-error argument.
19722         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
19723
19724         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19725
19726         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19727
19728         * gmm-utils.el (gmm-image-load-path): Remove alias.
19729
19730 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
19731
19732         * gmm-utils.el (gmm-image-load-path): Add alias.
19733
19734         * nnml.el (nnml-generate-nov-databases-directory): Rename from
19735         nnml-generate-nov-databases-1.
19736         (nnml-generate-nov-databases): Use it.
19737         (nnml-generate-nov-databases-directory): Document no-active
19738         argument.
19739
19740         * gmm-utils.el (gmm-image-load-path-for-library): Return single
19741         directory if path is t.  Add no-error.
19742
19743         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
19744         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19745
19746         * gnus-art.el (gnus-article-browse-delete-temp-files):
19747         Simplify resetting gnus-article-browse-html-temp-list.
19748
19749         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
19750         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
19751         Add example to docstring.  Rename local variables.  Move error
19752         checks to default case in cond and simplify.
19753
19754 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19755
19756         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
19757         handle is multipart when calling it recursively.
19758         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
19759
19760 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
19761
19762         * nnimap.el (nnimap-request-update-info-internal): Optimize.
19763         Don't `gnus-uncompress-range' to avoid excessive memory usage.
19764
19765 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19766
19767         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
19768         is loaded.
19769
19770         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
19771         loaded.
19772
19773 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19774
19775         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
19776         to "Emacs 23 (unicode)" in doc string.
19777
19778         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
19779         "Emacs 23 (unicode)" in comment.
19780
19781 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19782
19783         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
19784
19785         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
19786         characters 160 through 255 in Emacs 23.
19787
19788 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19789
19790         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
19791         gnus-article-browse-html-temp.
19792         (gnus-article-browse-delete-temp): Make it customizable.
19793         Add `file'.  Adjust doc string.
19794         (gnus-article-browse-delete-temp-files): Add argument.
19795         Allow query for each file.  Adjust doc string.
19796         (gnus-article-browse-html-parts):
19797         Add `gnus-article-browse-delete-temp-files' to
19798         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
19799
19800 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
19801
19802         * gnus-art.el (gnus-article-browse-html-temp)
19803         (gnus-article-browse-delete-temp): New variables.
19804         (gnus-article-browse-delete-temp-files): New function.
19805         (gnus-article-browse-html-parts): Use it.
19806
19807 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19808
19809         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
19810
19811         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
19812         string.
19813
19814         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
19815         gnus-summary-insert-new-articles when unplugged.
19816         Remove gnus-summary-search-article-forward.
19817
19818         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
19819         display-visual-class instead of display-color-cells.
19820
19821 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19822
19823         * dgnushack.el: Autoload customize-group for XEmacs.
19824
19825         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
19826         message/* containing non-ASCII text properly.
19827
19828 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
19829
19830         * message.el: Require gmm-utils, remove autoloads.
19831         (message-tool-bar): Set default based on
19832         gmm-tool-bar-style.
19833         (message-tool-bar-gnome): Add gmm-customize-mode.
19834
19835         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
19836         gmm-tool-bar-style.
19837         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
19838
19839         * gnus-group.el (gnus-group-tool-bar): Set default based on
19840         gmm-tool-bar-style.
19841         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
19842
19843         * gmm-utils.el (gmm-image-directory): Rename variable from
19844         gmm-image-load-path.
19845         (gmm-image-load-path): Use gmm-image-directory.
19846         (gmm-customize-mode): New function.
19847         (gmm-tool-bar-style): New variable.
19848
19849         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
19850         gnus-group-redraw-line-number.
19851         (gnus-group-redraw-check): Simplify.
19852         (gnus-group-tool-bar-update): Remove redraw check.
19853         (gnus-group-make-tool-bar): Add redraw check.
19854
19855 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
19856
19857         * gnus-art.el (gnus-button): Add missing parentheses.
19858
19859 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19860
19861         * lpath.el: Fbind line-number-at-pos.
19862
19863 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19864
19865         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
19866
19867 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19868
19869         * gnus-art.el (gnus-button): New face.
19870         (gnus-article-button-face): Use it.
19871
19872         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19873         Add gnus-summary-next-page.  Re-order.
19874
19875         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
19876         next-node are now included.
19877         (gnus-group-redraw-line-number): New internal variable.
19878         (gnus-group-redraw-check): Helper function for updating the tool
19879         bar.
19880         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
19881
19882         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
19883
19884         * spam.el (spam-spamassassin-score-regexp): New internal variable.
19885         (spam-extra-header-to-number, spam-check-spamassassin-headers):
19886         Use it to match format of Spamassassin 3.0 and later.
19887         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
19888         (spam-check-bogofilter)
19889         (spam-bogofilter-register-with-bogofilter): Fix args of
19890         `gnus-error' calls.
19891
19892 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19893
19894         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
19895         unnecessary interaction when sending queued mails.
19896         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
19897
19898 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
19899
19900         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
19901         first or last are nil.
19902
19903 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19904
19905         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
19906
19907 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19908
19909         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
19910
19911 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19912
19913         * dns.el (query-dns): Protect more against buggy tcp output.
19914
19915 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19916
19917         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
19918         nov.php.
19919
19920 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19921
19922         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
19923         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
19924         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
19925         output on the server side.
19926         (nnweb-google-create-mapping): Update regexps and add some
19927         progress indication.
19928
19929 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
19930
19931         * gnus-group.el (gnus-group-tool-bar-gnome):
19932         Fix gnus-agent-toggle-plugged.  Re-order icons.
19933         (gnus-group-tool-bar-gnome):
19934         Add gnus-group-{prev,next}-unread-group.
19935         (gnus-group-tool-bar-gnome): Re-order icons.
19936
19937         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19938         Move gnus-summary-insert-new-articles.
19939
19940         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
19941         Fix comments.
19942
19943         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
19944         also available in Emacs 21.3.
19945
19946         * message.el (message-fix-before-sending): Change "Emacs 22" to
19947         "Emacs 23 (unicode)" in comment.
19948
19949         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
19950         "Emacs 23 (unicode)" in comment.
19951
19952         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
19953         comment.
19954         (mm-coding-system-p): Add comment about no-MULE XEmacs.
19955
19956         * mm-view.el (mm-fill-flowed): Add :version.
19957
19958 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19959
19960         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
19961         and load-path.
19962
19963 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
19964
19965         * message.el: Autoload gmm-image-load-path.
19966         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
19967         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
19968         consitency.
19969
19970         * gmm-utils.el (gmm-image-load-path): Also search in
19971         "../etc/images".  Don't set gmm-image-load-path if we don't find
19972         the image.
19973
19974 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19975
19976         * gmm-utils.el (gmm-image-load-path): Don't make
19977         `gmm-image-load-path' include subdirectories which the second arg
19978         `image' might specify.
19979
19980         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
19981         subdirectory to icon file names.
19982
19983         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
19984
19985 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19986
19987         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
19988         gmm-image-load-path calls.
19989
19990         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19991
19992         * message.el (message-make-tool-bar): Ditto.
19993
19994         * mml.el (mml-preview): Add comment concerning tool bar icons.
19995
19996         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
19997         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
19998
19999         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
20000         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
20001
20002         * message.el (message-tool-bar-gnome): Use new icon names.
20003         (message-make-tool-bar): Use `gmm-image-load-path'.
20004
20005         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
20006         New functions from MH-E.
20007         (gmm-image-load-path): New variable from MH-E.
20008         (gmm-image-load-path): New function from MH-E.  Add arguments
20009         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
20010         *-image-load-path-called-flag.
20011
20012 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
20013
20014         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
20015
20016 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
20017
20018         * nnimap.el (nnimap-request-move-article): Change folder back to
20019         source group before deleting.
20020
20021 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
20022
20023         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
20024
20025         * gnus-art.el (mm-url-insert-file-contents-external):
20026         Autoload mm-url.
20027
20028         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
20029
20030 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20031
20032         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
20033         coding system which mm-charset-to-coding-system returns for a
20034         given charset is valid.
20035
20036 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
20037
20038         * html2text.el (html2text-remove-tag-list):
20039         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
20040
20041 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
20042
20043         * gnus-cus.el: Revert 2005-10-17 change.
20044
20045 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20046
20047         * gnus-art.el (article-strip-banner):
20048         Call article-really-strip-banner only when the regexp match is made.
20049
20050 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20051
20052         * gnus-art.el (article-strip-banner):
20053         Use gnus-extract-address-components instead of
20054         mail-header-parse-addresses to make it work with non-ASCII text;
20055         remove mail-encode-encoded-word-string.
20056
20057         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
20058         values which are surrounded with \"...\"; make it never cause a
20059         Lisp error; give up parsing of parameters if it failed in
20060         extracting type.
20061
20062 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
20063
20064         * smime.el (smime-cert-by-ldap-1): Fix bug where
20065         `smime-ldap-search' returns results without userCertificates.
20066
20067 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20068
20069         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
20070
20071 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20072
20073         * spam.el (spam-check-spamassassin-headers): Adapt format for
20074         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
20075         <ari@mbf.ocn.ne.jp>.
20076         (spam-list-of-processors): Add spam-use-gmane.
20077
20078 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20079
20080         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
20081         make-temp-file; make it work with XEmacs as well.
20082
20083         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
20084         mm-make-temp-file.
20085
20086         * mm-decode.el (mm-display-external): Use the 3rd arg of
20087         mm-make-temp-file.
20088         (mm-create-image-xemacs): Ditto.
20089
20090 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20091
20092         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
20093         with message-narrow-to-headers.
20094         (gnus-draft-setup): Narrow to header to run message-fetch-field.
20095         (gnus-draft-check-draft-articles): New function.
20096         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
20097
20098 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20099
20100         * gnus-art.el (gnus-article-browse-html-parts):
20101         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
20102         Don't use suffix argument for mm-make-temp-file for Emacs 21
20103         compatibility.  Remove useless `format'.
20104
20105 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20106
20107         * nnweb.el (nnweb-google-wash-article): Update regexps.
20108         (nnweb-group-alist): Use defvoo instead of defvar.
20109
20110 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20111
20112         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
20113         re-loading nn* modules.
20114
20115 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
20116
20117         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
20118         for `tool-bar-mode' and don't check it's default-value.
20119
20120         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20121
20122         * message.el (message-make-tool-bar): Ditto.
20123
20124         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
20125         `substring'.  Shorten tmp-file name.
20126
20127         * gnus.el: Remove bogus comment.
20128
20129 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
20130
20131         * gnus-art.el (gnus-article-browse-html-parts): New function.
20132         (gnus-article-browse-html-article): New function for viewing html
20133         articles with a browser.
20134
20135 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
20136
20137         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
20138         in elisp.
20139         (pgg-gpg-encrypt-symmetric-region): Ditto.
20140         (pgg-gpg-sign-region): Ditto.
20141
20142         * pgg-def.el (pgg-text-mode): New variable.
20143
20144         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
20145         (mml2015-pgg-encrypt): Ditto.
20146
20147         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
20148         (mml1991-pgg-encrypt): Ditto.
20149
20150 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20151
20152         * nnfolder.el (nnfolder-insert-newsgroup-line):
20153         Use message-make-date instead of current-time-string.
20154
20155         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
20156         to gnus-decoded which mm-uu might set.
20157
20158 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20159
20160         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
20161         don't decode quoted parameters; remove misimported Emacs code.
20162         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20163         (rfc2231-decode-encoded-string): Don't use split-string which
20164         behaves differently according to Emacs version; use
20165         mm-decode-coding-region to convert charset to coding-system.
20166         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20167         (rfc2231-encode-string): Remove misimported Emacs code.
20168
20169 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20170
20171         * gnus-art.el (article-decode-charset): Don't use ignore-errors
20172         when calling mail-header-parse-content-type.
20173         (article-de-quoted-unreadable): Ditto.
20174         (article-de-base64-unreadable): Ditto.
20175         (article-wash-html): Ditto.
20176
20177         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
20178         calling mail-header-parse-content-type and
20179         mail-header-parse-content-disposition.
20180         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
20181         mail-header-parse-content-type.
20182
20183         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
20184         insert charset and format parameters; encode description after
20185         inserting it to buffer.
20186         (mml-insert-parameter): Fold lines properly even if a parameter is
20187         segmented into two or more lines; change the max column to 76.
20188
20189         * rfc1843.el (rfc1843-decode-article-body): Don't use
20190         ignore-errors when calling mail-header-parse-content-type.
20191
20192         * rfc2231.el (rfc2231-parse-string): Return at least type if
20193         possible; don't cause an error even if it fails in parsing of
20194         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20195         (rfc2231-encode-string): Don't break lines at the beginning, leave
20196         it to mml-insert-parameter.
20197
20198         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
20199         calling mail-header-parse-content-type.
20200
20201 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
20202
20203         * spam-report.el (spam-report-gmane-use-article-number):
20204         Improve doc string.
20205         (spam-report-gmane-internal): Check if a suitable header was found
20206         in the article.
20207
20208 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20209
20210         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
20211         (rfc2231-encode-string): Make param*=value always begin with LWSP.
20212
20213 2006-02-05  Romain Francoise  <romain@orebokech.com>
20214
20215         Update copyright notices of all files in the gnus directory.
20216
20217 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20218
20219         * nnweb.el (nnweb-request-group): Avoid growing overview files.
20220
20221 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20222
20223         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
20224         segmented lines of parameter value to cope with Thunderbird 1.5
20225         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
20226         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20227         (rfc2231-encode-string): Don't make lines exceeding 76 column.
20228
20229 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
20230
20231         * mml.el (mml-generate-mime-1): Correct the order of inline signed
20232         parts.
20233
20234 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20235
20236         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
20237         there's only one active file for all servers.
20238         (nnweb-request-scan): Make sure nnweb-articles is initialized on
20239         solid groups.  Gnus might have used a FAST request to select the group.
20240         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
20241         and nnweb-search redundantly in the active file.
20242         (nnweb-request-list): Don't list bogus groups.  There can only be one.
20243         (nnweb-request-create-group): Don't use ARGS.
20244         (nnweb-possibly-change-server, nnweb-request-group): Remove some
20245         initializations.  Let nnoo do the work.
20246
20247 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20248
20249         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
20250         Say the part has been decoded.
20251
20252         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
20253
20254 2006-01-31  Kevin Ryde  <user42@zip.com.au>
20255
20256         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
20257         mailcap-viewer-test-cache when there's no 'test clause, since that
20258         will invert the meaning of a "nil" test previously determined by
20259         mailcap-mailcap-entry-passes-test.
20260
20261 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20262
20263         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
20264         compiling.
20265
20266         * gnus-sum.el: Ditto.
20267
20268         * message.el: Don't bind tool-bar-map when compiling.
20269
20270 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
20271
20272         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
20273
20274 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20275
20276         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
20277         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
20278         current Google Groups.
20279
20280 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
20281
20282         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
20283         and tool-bar-mode.
20284
20285         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
20286         and tool-bar-mode.
20287
20288         * message.el (message-tool-bar-update): Simplify.
20289         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
20290
20291         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
20292         gnus-summary-buffer.
20293         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
20294         gnus-summary-reply.
20295
20296         * gmm-utils.el (gmm): Add :version.
20297
20298 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20299
20300         * Makefile.in (clean): New rule.
20301         (distclean): Use it.
20302
20303 2006-01-26  Steve Youngs  <steve@sxemacs.org>
20304
20305         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
20306         Don't autoload.
20307
20308 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20309
20310         * gmm-utils.el (gmm-verbose): Add :group.
20311
20312 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
20313
20314         * message.el: Change some comments WRT tool-bars.
20315
20316         * gnus-sum.el (gnus-summary-tool-bar)
20317         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
20318         (gnus-summary-tool-bar-zap-list): New variables.
20319         (gnus-summary-make-tool-bar): Complete rewrite using
20320         `gmm-tool-bar-from-list'.
20321
20322         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
20323         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
20324         New variables.
20325         (gnus-group-make-tool-bar): Complete rewrite using
20326         `gmm-tool-bar-from-list'.
20327         (gnus-group-tool-bar-update): New function.
20328
20329         * message.el (message-mode-field-menu): Add "Show hidden Headers".
20330
20331 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20332
20333         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
20334         is dissected into a single part of which the type is the same as
20335         the given one; decode charset.
20336
20337 2006-01-21  Kevin Ryde  <user42@zip.com.au>
20338
20339         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
20340         into alists as symbol not string, since that's what
20341         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
20342         look for.
20343
20344 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
20345
20346         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
20347         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
20348
20349         * message.el (message-tool-bar-gnome): Use gmm-ignore.
20350
20351 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20352
20353         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
20354         (gnus-xmas-mime-security-button-menu): New function.
20355
20356         * gnus-art.el (gnus-mime-security-button-commands): New variable.
20357         (gnus-mime-security-button-menu): New definition.
20358         (gnus-mime-security-button-map): Use them.
20359         (gnus-mime-security-button-menu): New function.
20360         (gnus-insert-mime-security-button): Addition to help echo.
20361         (gnus-mime-security-run-function, gnus-mime-security-save-part)
20362         (gnus-mime-security-pipe-part): New functions.
20363
20364         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
20365         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
20366
20367         * mm-decode.el (mm-handle-set-disposition): Remove.
20368         (mm-handle-set-description): Remove.
20369
20370 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20371
20372         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
20373         (mm-w3m-standalone-supports-m17n-p): New function.
20374         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
20375         w3m usage.
20376
20377         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
20378         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
20379
20380 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
20381
20382         * message.el (message-tool-bar-zap-list):
20383         Use gmm-tool-bar-zap-list as custom type.
20384         (message-tool-bar-update): New function.
20385         (message-tool-bar, message-tool-bar-gnome)
20386         (message-tool-bar-retro): Add message-tool-bar-update.
20387         (message-tool-bar-gnome): Add flyspell-buffer.
20388
20389         * gnus-util.el (gnus-error): Describe `args'.
20390
20391         * gmm-utils.el (gmm-error): Describe `args'.
20392         (gmm-tool-bar-zap-list): New widget.
20393         (gmm-tool-bar-from-list): Improve description of `zap-list'.
20394
20395 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20396
20397         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
20398         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
20399         the number of recursive calls.
20400
20401         * mm-decode.el (mm-handle-set-disposition): New macro.
20402         (mm-handle-set-description): New macro.
20403
20404 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20405
20406         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
20407         encoding.
20408
20409 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20410
20411         * message.el (message-tool-bar-zap-list, message-tool-bar)
20412         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
20413         (message-tool-bar-local-item-from-menu): Remove.
20414         (message-tool-bar-map): Replace by `message-make-tool-bar'.
20415         (message-make-tool-bar): New function.
20416         (message-mode): Use `message-make-tool-bar'.
20417
20418         * gmm-utils.el: New file.
20419         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
20420         (gmm-lazy): New widget copied from `nnmail.el'.
20421         (gmm-tool-bar-from-list): New function for creating customizable
20422         tool bars.
20423         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
20424         output.
20425         (gmm): Add :prefix to defgroup.
20426
20427 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
20428
20429         * gmm-utils.el (gmm-widget-p): New function.
20430
20431 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20432
20433         * mml.el (mml-attach-file): Describe `description' in doc string.
20434         (mml-menu): Add Emacs MIME manual and PGG manual.
20435
20436 2006-01-20  Richard M. Stallman  <rms@gnu.org>
20437
20438         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
20439
20440 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
20441
20442         * nntp.el (nntp-end-of-line): Doc fix.
20443
20444 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
20445
20446         * imap.el (imap-open): Handle case where buffer is a buffer
20447         object.
20448
20449 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20450
20451         * gnus-delay.el (gnus-delay): Don't autoload.
20452         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20453         to be re-loaded when customizing the `gnus-delay' group.
20454
20455 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
20456
20457         * message.el (message-insert-citation-line): Use newlines.
20458
20459 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20460
20461         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20462         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
20463         these routines, so the passphrase can be managed externally and
20464         passed in to the system.
20465         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20466         pgg-add-passphrase-to-cache function.
20467
20468         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20469         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
20470         these routines, so the passphrase can be managed externally and
20471         passed in to the system.
20472         (pgg-pgp5-sign-region): Use new name of
20473         pgg-add-passphrase-to-cache function.
20474
20475 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20476
20477         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20478         part of the decoded armor to find the key-identifier.
20479         (pgg-gpg-lookup-key-owner): New function to return the
20480         human-readable identifier of a key owner.
20481         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
20482         itself.
20483         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20484         the key value) if we have a key and can match it against a secret
20485         key.  Also, added a note pointing out fact that the prompt only
20486         indicates the first matching key.
20487
20488         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
20489         pgg-decrypt-region.
20490         (pgg-add-passphrase-to-cache): Rename from
20491         `pgg-add-passphrase-cache' to reduce confusion (all callers
20492         changed).
20493         (pgg-remove-passphrase-from-cache): Rename from
20494         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20495         changed).
20496         (pgg-read-passphrase, pgg-add-passphrase-cache)
20497         (pgg-remove-passphrase-cache): Add informative docstrings.
20498         (pgg-decrypt): Convey provided passphrase in subordinate call to
20499         pgg-decrypt-region.
20500
20501 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20502
20503         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20504         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20505         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20506         'passphrase' argument, so the passphrase can be managed externally
20507         and then passed in to the system.
20508
20509         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20510         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
20511         so the passphrase cache can be used reliably with identifiers
20512         besides a pgp packet's key id.
20513
20514         * pgg-gpg.el (pgg-gpg-encrypt-region)
20515         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20516         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
20517         these routines, so the passphrase can be managed externally and
20518         passed in to the system.
20519
20520         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20521         'notruncate' argument, so the passphrase cache can be used
20522         reliably with identifiers besides a pgp packet's key id.
20523
20524 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
20525
20526         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20527         symmetric encryption.
20528         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20529         encrypted session key.
20530         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20531         message ask for the passphrase in a proper way.
20532
20533         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20534         New user commands for symmetric encryption.
20535
20536 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20537
20538         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
20539
20540         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
20541
20542 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
20543
20544         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
20545
20546 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20547
20548         * mm-decode.el (mm-inlined-types): Add application/pgp.
20549         (mm-automatic-display): Ditto.
20550
20551         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
20552         part as text.
20553
20554 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20555
20556         * nnrss.el: Update copyright.
20557         (nnrss-opml-import): Query whether to subscribe to each entry.
20558
20559         * gnus-art.el:
20560         * gnus-sum.el:
20561         * gnus-xmas.el:
20562         * messagexmas.el:
20563         * mm-uu.el:
20564         * mm-view.el: Update copyright.
20565
20566 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
20567
20568         * message.el (message-info): New function.
20569         (message-mode-menu): Add it.
20570         Update copyright.
20571
20572         * ChangeLog: Fix and update copyright.
20573
20574 2006-01-13  Romain Francoise  <romain@orebokech.com>
20575
20576         * message.el (message-forward-subject-name-subject): Prefer the
20577         address to 'nowhere' if the sender has no name.
20578         Fix typo.  Update copyright year.
20579
20580 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20581
20582         * gnus-art.el (article-wash-html):
20583         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
20584         (gnus-article-wash-html-with-w3m-standalone): New function.
20585
20586         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
20587         mm-inline-text-html-render-with-w3m-standalone.
20588         (mm-text-html-washer-alist): Map w3m-standalone to
20589         gnus-article-wash-html-with-w3m-standalone.
20590         (mm-inline-text-html-render-with-w3m-standalone): New function.
20591
20592 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
20593
20594         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
20595         Improve LaTeX.
20596
20597 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20598
20599         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
20600         (nnrss-request-article): Render text/plain parts as HTML.
20601
20602         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
20603         the buffer.
20604
20605 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
20606
20607         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
20608         custom definition of `gnus-posting-styles'.
20609
20610         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
20611         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
20612
20613 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20614
20615         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
20616         Use nntp for bug archive.
20617
20618 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20619
20620         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
20621         parts.
20622         (nnrss-normalize-date): New function converts ISO 8601 date into
20623         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20624         (nnrss-check-group): Use it.
20625
20626 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20627
20628         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
20629
20630         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
20631         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20632         (nnrss-insert-w3): Ditto.
20633
20634 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20635
20636         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
20637         the articles to be forwarded including the case where neither a
20638         number of articles nor a region is specified.
20639
20640 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20641
20642         * nnrss.el (nnrss-request-article): Fix last change; fill
20643         text/plain parts.
20644
20645 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20646
20647         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
20648         in text/plain part.
20649         (nnrss-check-group): Don't add excessive newline to dc:subject.
20650
20651 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
20652
20653         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
20654         article.
20655
20656 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
20657
20658         * nnml.el: Don't require gnus-bcklg.  Autoload it.
20659         (nnml-use-compressed-files, nnml-save-mail): Support other
20660         comression programs such as bzip2.
20661
20662 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20663
20664         * dns.el (query-dns): Make sure we check the buffer size before
20665         removing tcp headers.
20666
20667 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20668
20669         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
20670         remove MIME buttons associated with multipart/alternative parts.
20671         (gnus-mime-display-alternative): Tag buttons using `article-type'
20672         text property.
20673
20674         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
20675         associated with multipart/alternative parts.
20676
20677         * gnus-art.el (gnus-signature-separator): Fix custom type.
20678
20679         * mm-decode.el (mm-inlined-types): Fix custom type.
20680         (mm-keep-viewer-alive-types): Ditto.
20681         (mm-automatic-display): Ditto.
20682         (mm-attachment-override-types): Ditto.
20683         (mm-inline-override-types): Ditto.
20684         (mm-automatic-external-display): Ditto.
20685
20686 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
20687
20688         * spam-report.el (spam-report-user-mail-address)
20689         (spam-report-user-agent): New variables.
20690         (spam-report-url-ping-plain): Use spam-report-user-agent.
20691
20692 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
20693
20694         * gnus-art.el (gnus-button-handle-custom): Do not just use
20695         `customize-apropos' for any "M-x customize-*" button but the
20696         function called for.  Accept both the function name and its
20697         argument in order to achieve this.
20698         (gnus-button-alist): Remove support for "custom:" URL's.
20699         Pass function name to `gnus-button-handle-custom' in case of "M-x
20700         customize-*" buttons.
20701
20702 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20703
20704         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
20705         multipart/alternative and add xref to mm-discouraged-alternatives
20706         in doc string.
20707
20708         * mm-decode.el (mm-discouraged-alternatives): Add xref to
20709         gnus-buttonized-mime-types in doc string.
20710
20711 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
20712
20713         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
20714         Suggest image/.* in the doc string.
20715
20716 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
20717
20718         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
20719         message-marks (Debian bug#342521).
20720
20721 2005-12-12  Simon Josefsson  <jas@extundo.com>
20722
20723         * password.el (password-read-from-cache): Add.
20724         (password-read): Use it.
20725
20726 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20727
20728         * rfc2047.el (rfc2047-charset-to-coding-system):
20729         Recognize us-ascii as a MIME charset.
20730
20731         * mm-bodies.el (mm-decode-content-transfer-encoding):
20732         Protect against the case where the 2nd arg TYPE is nil.
20733
20734 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20735
20736         * pop3.el (pop3-stream-type): Fix custom version.
20737
20738         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
20739
20740 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20741
20742         * mm-decode.el (mm-display-external): Add missing cdr.
20743
20744 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20745
20746         * mm-decode.el (mm-display-external): Use nametemplate (defined in
20747         RFC1524) if it is in mailcap or add a suffix according to
20748         mailcap-mime-extensions when generating a temp filename; postpone
20749         deleting a temp file for 2 seconds for some wrappers, shell
20750         scripts, and so on, which might exit right after having started a
20751         viewer command as a background job.
20752
20753 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20754
20755         * nntp.el (nntp-marks-directory): Fix custom group.
20756
20757         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
20758         steps when < 10.
20759
20760         * gnus-start.el (gnus-no-server-1):
20761         Mention `gnus-level-default-subscribed' in doc string.
20762
20763 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20764
20765         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
20766         parens.
20767
20768 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20769
20770         * gnus-xmas.el (gnus-use-toolbar): Revert.
20771         (gnus-xmas-setup-toolbar): Use global default-toolbar if
20772         gnus-use-toolbar is default.
20773
20774         * messagexmas.el (message-use-toolbar): Revert.
20775         (message-setup-toolbar): Use global default-toolbar if
20776         message-use-toolbar is default.
20777
20778 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20779
20780         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
20781         according to default-toolbar-visible-p.
20782
20783         * messagexmas.el (message-use-toolbar): Ditto.
20784
20785 2005-11-26  Dave Love  <fx@gnu.org>
20786
20787         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
20788         (tls-program, tls-success): Provide openssl alternative.
20789
20790         * starttls.el: Doc fixes.
20791         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
20792         SERVICE to PORT.
20793
20794         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
20795         port null or service name.
20796         (starttls-negotiate): Autoload.
20797
20798 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20799
20800         * message.el (message-kill-to-signature): Fix interactive spec.
20801
20802 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20803
20804         * pop3.el (pop3-open-server): Recognize a string as a service name.
20805
20806 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
20807
20808         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
20809
20810 2005-11-23  Dave Love  <fx@gnu.org>
20811
20812         Add pop3s, pop3/starttls.
20813
20814         * pop3.el (pop3-authentication-scheme): Clarify doc.
20815         (open-tls-stream, starttls-open-stream): Autoload.
20816         (pop3-stream-type): New.
20817         (pop3-open-server): Use it.
20818
20819         * mail-source.el (mail-sources): Fix some :types.  Add stream type
20820         for POP.
20821         (mail-source-keyword-map): Add :stream for POP.
20822         (mail-source-fetch-pop): Use pop3-stream-type.
20823
20824 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20825
20826         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
20827         of current-time-string.
20828
20829 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
20830
20831         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
20832         date header.
20833
20834 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20835
20836         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
20837         it can seriously impact performance as it bypasses the agent's
20838         local caches.
20839
20840 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20841
20842         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
20843         must be explicitly online rather than "not explicitly offline" for
20844         its flags to be synchronized.
20845
20846         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
20847         that gnus-uu-unmark-thread will function correctly.
20848
20849         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
20850         1024K is instead displayed as 1M.
20851
20852 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20853
20854         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
20855
20856 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
20857
20858         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
20859
20860 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
20861
20862         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
20863         error message to display actual error condition.
20864         (gnus-agent-save-local): Avoid saving symbols that are bound to
20865         nil as they simply result in a warning message in
20866         gnus-agent-read-local.
20867
20868 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20869
20870         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
20871         rather than make-variable-buffer-local for file-precious-flag.
20872
20873 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20874
20875         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
20876         for duplicates which are removed.  The invalid sort check then
20877         triggers a rescan after the sort as sorting may have moved
20878         duplicate entries such that they can be cheaply detected.
20879
20880 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20881
20882         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
20883
20884 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20885
20886         * gnus-agent.el (gnus-agent-article-alist-save-format):
20887         Change internal variable to a custom variable.  Change default value
20888         from compressed(2) to uncompressed(1).
20889         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
20890         support for uncompressed agentview files.  Taken together, reading
20891         the agentview file should now be 6-7 times faster.
20892
20893 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
20894
20895         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
20896         as a buffer-local variable.  This avoids creating truncated
20897         dribble files as a result of a hang up, eg.
20898
20899 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
20900
20901         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
20902         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
20903         XEmacs.
20904
20905 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20906
20907         * gnus-start.el (gnus-start-draft-setup):
20908         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
20909
20910         * gnus.el (gnus-splash): Change custom group.
20911         (gnus-group-get-parameter, gnus-group-parameter-value):
20912         Describe allow-list argument.
20913
20914         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
20915         string.
20916
20917 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20918
20919         * gnus-art.el (gnus-default-article-saver): Add user-defined
20920         `function' to custom type.
20921
20922 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20923
20924         * imap.el (imap-open): Handle case where buffer is a buffer
20925         object.
20926
20927 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
20928
20929         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
20930         long lines.
20931         (gnus-cache-delete-group): Wrap doc strings.
20932
20933         * gnus-agent.el (gnus-agent-rename-group)
20934         (gnus-agent-delete-group): Wrap doc strings.
20935
20936 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20937
20938         * messagexmas.el (message-use-toolbar): Change the valid values
20939         into default, top, bottom, left, and right.
20940         (message-toolbar-thickness): New variable.
20941         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
20942         well.
20943         (message-setup-toolbar): Make it work.
20944
20945         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
20946         (gnus-use-toolbar): Change the valid values into default, top,
20947         bottom, left, and right.
20948         (gnus-toolbar-thickness): New variable.
20949         (gnus-xmas-setup-toolbar): New function.
20950         (gnus-xmas-setup-group-toolbar): Use it.
20951         (gnus-xmas-setup-summary-toolbar): Use it.
20952
20953 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20954
20955         * gnus-start.el (gnus-1): Add "native" to
20956         gnus-predefined-server-alist.
20957
20958         * gnus.el (gnus-method-to-server): Don't add "native" to the
20959         lists here, because that leads to problems when
20960         gnus-select-method is bound.
20961
20962 2005-11-09  Simon Josefsson  <jas@extundo.com>
20963
20964         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
20965         use (not sort-by-date) instead.
20966
20967 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20968
20969         * gnus-delay.el (gnus-delay-group): Don't autoload.
20970         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20971         to be re-loaded when customizing the `gnus-delay' group.
20972
20973 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
20974
20975         * message.el: Revert last changes.
20976         (message-insert-citation-line): Use newlines.
20977
20978 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20979
20980         * message.el (message-courtesy-message)
20981         (message-mark-insert-begin, message-mark-insert-end)
20982         (message-elide-ellipsis, message-cancel-message)
20983         (message-add-header, message-change-subject)
20984         (message-cross-post-followup-to-header)
20985         (message-cross-post-insert-note, message-reduce-to-to-cc)
20986         (message-widen-reply, message-delete-not-region)
20987         (message-kill-to-signature, message-insert-signature)
20988         (message-insert-importance-high, message-insert-importance-low)
20989         (message-insert-or-toggle-importance)
20990         (message-insert-disposition-notification-to)
20991         (message-indent-citation, message-yank-original)
20992         (message-cite-original-without-signature, message-cite-original)
20993         (message-insert-citation-line, message-position-on-field)
20994         (message-fix-before-sending, message-send-mail-partially)
20995         (message-send-mail, message-send-mail-with-sendmail)
20996         (message-send-mail-with-qmail, message-send-news)
20997         (message-check-news-header-syntax, message-generate-headers)
20998         (message-insert-courtesy-copy, message-fill-address)
20999         (message-fill-header, message-shorten-references)
21000         (message-setup-1, message-cancel-news)
21001         (message-forward-make-body-plain, message-forward-make-body-mime)
21002         (message-forward-make-body-mml, message-encode-message-body)
21003         (message-forward-make-body-digest-plain)
21004         (message-forward-make-body-digest-mime)
21005         (message-use-alternative-email-as-from): Insert `hard-newline'
21006         instead of ordinary newlines.
21007
21008 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21009
21010         * message.el (message-generate-headers): Downcase the argument
21011         given to message-check-element.
21012
21013 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
21014
21015         * nntp.el (nntp-authinfo-rejected): New error condition.
21016         (nntp-wait-for): Use new error condition to signal authentication
21017         error.
21018         (nntp-retrieve-data): Rethrow new error condition to break out of
21019         recursive call to nntp-send-authinfo.
21020
21021 2005-11-08  Romain Francoise  <romain@orebokech.com>
21022
21023         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
21024         (gnus-summary-exit-map): Bind to `Z p'.
21025         (gnus-summary-make-menu-bar): Add menu item.
21026
21027 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
21028
21029         * gnus-art.el (gnus-article-treat-custom): Add `first'.
21030         (gnus-treat-*): Add `first' in all doc strings.
21031
21032         * gnus-group.el (gnus-group-compact-group): Fix typo.
21033
21034 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21035
21036         * gnus.el (gnus-parameters-case-fold-search): New variable.
21037         (gnus-parameters-get-parameter): Use it.
21038
21039         * gnus-score.el (gnus-home-score-file): Doc fix.
21040
21041 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
21042
21043         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
21044
21045 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21046
21047         * mm-util.el (mm-special-display-p): New function.
21048
21049         * mml.el (mml-preview): Use it; doc fix.
21050
21051 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21052
21053         * imap.el (imap-open): Handle case where buffer is a buffer object.
21054
21055 2005-10-29  Romain Francoise  <romain@orebokech.com>
21056
21057         * message.el (message-fix-before-sending): Fix comment.
21058
21059 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21060
21061         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
21062
21063 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21064
21065         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
21066         Used in gnus-score.el.
21067
21068 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
21069
21070         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
21071
21072 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
21073
21074         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
21075         whitespace removed in revision 7.8.  Use concatenated string to
21076         protect trailing whitespace.
21077
21078 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
21079
21080         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
21081         (nnimap-request-expire-articles): Use it to avoid sending 'UID
21082         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
21083         Courier IMAP ("some version from 2004").  Mostly based on similar
21084         code in the same function.
21085
21086 2005-10-26  Didier Verna  <didier@xemacs.org>
21087
21088         * gnus-group.el (gnus-group-compact-group): Invalidate original
21089         article buffer.
21090         * gnus-srvr.el (gnus-server-compact-server): Ditto.
21091         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
21092         NOV database and in article itself.
21093         Invalidate article backlog.
21094
21095 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21096
21097         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
21098
21099 2005-10-26  Simon Josefsson  <jas@extundo.com>
21100
21101         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
21102         part of 2004-07-25 change.
21103
21104 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21105
21106         * message.el (message-display-completion-list): New function.
21107         (message-expand-group): Use it; make sure the Completions buffer
21108         is modifiable.
21109 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21110
21111         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
21112         user-mail-name is an empty string.
21113
21114 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21115
21116         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
21117         depending on gnus-score-decay-constant.
21118
21119         * encrypt.el (encrypt-insert-file-contents)
21120         (encrypt-write-file-contents): Don't use `gnus-message'.
21121
21122         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
21123         arguments.
21124         (mm-uu-type-alist): Add message-marks and insert-marks.
21125         Pass arguments to mm-uu-verbatim-marks-extract.
21126         (mm-uu-hide-markers): New variable.
21127         (mm-uu-extract): Use face similar to `gnus-cite-3'.
21128
21129         * gnus-fun.el (gnus-convert-image-to-x-face-command)
21130         (gnus-convert-image-to-face-command): Use "convert" by default to
21131         allow other input image formats.
21132         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
21133         accordingly.
21134
21135 2005-10-23  Simon Josefsson  <jas@extundo.com>
21136
21137         * imap.el (imap-gssapi-program): Align command line parameters
21138         with latest GNU SASL.
21139         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
21140
21141 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21142
21143         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
21144         HTML.
21145         (nnslashdot-request-article): Ditto.
21146
21147         * lpath.el (featurep): Add nobreak-char-display.
21148
21149 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21150
21151         * mail-source.el (mail-source-fetch-pop): Require pop3.
21152         (mail-source-check-pop): Ditto.
21153
21154 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21155
21156         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
21157         errors.
21158
21159 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
21160
21161         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
21162         (gnus-treat-strip-leading-blank-lines): Improve doc string.
21163
21164         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
21165
21166         * mm-bodies.el (mm-decode-string):
21167         Call `mm-charset-to-coding-system' with allow-override argument.
21168
21169 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21170
21171         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
21172         (rfc2047-charset-to-coding-system): New function.
21173         (rfc2047-decode-encoded-words): New function.
21174         (rfc2047-decode-region): Use them.
21175         (rfc2047-decode-cte): Remove.
21176         (rfc2047-parse-and-decode): Remove.
21177         (rfc2047-decode): Remove.
21178
21179 2005-10-15  Kenichi Handa  <handa@m17n.org>
21180
21181         * rfc2047.el (rfc2047-decode-cte): New function.
21182         (rfc2047-decode-region): Change the way to decode successive
21183         encoded-words: decode B- or Q-encoding in each encoded-word,
21184         concatenate them, and decode it as charset.
21185
21186 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21187
21188         * lpath.el: Fbind codepage-setup for XEmacs.
21189
21190 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
21191
21192         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
21193         widget-move-and-invoke.
21194         (gnus-custom-mode): Use gnus-custom-map.
21195
21196 2005-10-15  Bill Wohler  <wohler@newt.com>
21197
21198         * message.el (message-tool-bar-map): Rename image file from
21199         mail_send to mail/send.
21200
21201 2005-10-16  Masatake YAMATO  <jet@gyve.org>
21202
21203         * message.el (message-expand-group): Pass the common
21204         prefix substring of completion to `display-completion-list'.
21205
21206 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
21207
21208         * mml-sec.el (mml-secure-method): New internal variable.
21209         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
21210         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
21211         New functions using mml-secure-method.
21212
21213         * mml.el (mml-mode-map): Add key bindings for those functions.
21214         (mml-menu): Simplify security menu entries.  Suggested by Jesper
21215         Harder <harder@myrealbox.com>.
21216         (mml-attach-file, mml-attach-buffer, mml-attach-external):
21217         Goto end of message if point is the headers of the message.
21218
21219         * message.el (message-in-body-p): New function.
21220
21221         * assistant.el: Autoload gnus-util and netrc.
21222
21223         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
21224         Use `mm-charset-override-alist' only when decoding.
21225
21226         * mm-bodies.el (mm-decode-body):
21227         Call `mm-charset-to-coding-system' with allow-override argument.
21228
21229         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
21230         `filename' from Content-Disposition if Content-Type doesn't
21231         provide `name'.
21232         (gnus-mime-view-part-as-type): Set default instead of
21233         initial-input.
21234
21235 2005-10-09  Daniel Brockman  <daniel@brockman.se>
21236
21237         * format-spec.el (format-spec): Propagate text properties of % spec.
21238
21239 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21240
21241         * gnus-art.el (gnus-treat-predicate): Add `first'.
21242
21243 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21244
21245         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
21246         (mm-charset-override-alist): New variable.
21247         (mm-charset-to-coding-system): Use it.
21248         (mm-codepage-setup): New helper function.
21249         (mm-charset-eval-alist): New variable.
21250         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
21251         Warn about unknown charsets.
21252
21253         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
21254
21255 2005-10-04  David Hansen  <david.hansen@gmx.net>
21256
21257         * nnrss.el (nnrss-request-article): Add support for the comments tag.
21258         (nnrss-check-group): Ditto.
21259
21260 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
21261
21262         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
21263         Rename x-gnus-verbatim to x-verbatim.
21264         (mm-uu-type-alist): Fix regexp for verbatim-marks.
21265
21266         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
21267         x-verbatim.
21268
21269         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
21270
21271         * gnus-util.el (gnus-remove-duplicates): Remove.
21272
21273         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
21274         instead of gnus-remove-duplicates.
21275
21276         * message.el (message-remove-duplicates): Remove.
21277         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
21278         message-remove-duplicates.
21279
21280         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
21281         available, else use implementation from `delete-dups'.
21282
21283         * message.el (message-insert-expires): New function.
21284         (message-mode-map): Add key binding.
21285         (message-mode-field-menu): Add menu entry.
21286         (message-mode): Document it.
21287         (message-make-expires-date): Use `message-make-date'.
21288
21289 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
21290
21291         * message.el (message-make-expires-date): New function.
21292
21293 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21294
21295         * Makefile.in (list-installed-shadows): New entry.
21296         (install): Use it.
21297         (remove-installed-shadows): New entry.
21298
21299         * dgnushack.el (dgnushack-default-load-path): New variable.
21300         (dgnushack-find-lisp-shadows): New function.
21301         (dgnushack-remove-lisp-shadows): New function.
21302
21303 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21304
21305         * Makefile.in (install-el-elc): New entry.
21306         (install): Use it so that .el files are necessarily installed.
21307
21308 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21309
21310         * time-date.el: Autoload parse-time-string, XEmacs needs it.
21311
21312 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21313
21314         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
21315         function rather than the diff-mode.el package.
21316         (mm-display-external): Use with-current-buffer.
21317         (mm-viewer-completion-map, mm-viewer-completion-map):
21318         Move initialization inside declaration.
21319
21320 2005-09-29  Simon Josefsson  <jas@extundo.com>
21321
21322         * spam.el: Load hashcash when compiling, to avoid warnings.
21323         Don't autoload mail-check-payment.
21324         (spam-check-hashcash): Define unconditionally, since hashcash.el
21325         is part of Gnus now.  Ignore errors from payment checking.
21326
21327 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
21328
21329         * message.el (message-bold-region, message-unbold-region):
21330         Rename from `bold-region' and `unbold-region'.
21331
21332         * message.el: Remove useless autoloads.
21333
21334 2005-09-28  Simon Josefsson  <jas@extundo.com>
21335
21336         * message.el (message-use-idna): Default to t.
21337         (message-use-idna): Test whether encoding works too.  Doc fix.
21338
21339 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21340
21341         * nntp.el (nntp-warn-about-losing-connection): Remove.
21342
21343 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
21344
21345         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
21346         customizable.  Change default value.
21347         (mm-uu-diff-groups-regexp): Change default value.
21348         (mm-uu-type-alist): Add doc string.
21349         (mm-uu-configure): Add doc string.  Make it interactive.
21350         (mm-uu-tex-groups-regexp): New variable.
21351         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
21352         (mm-uu-type-alist): Add LaTeX documents.
21353         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
21354         of "text/verbatim".
21355         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
21356
21357         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
21358         instead of "text/verbatim".
21359
21360         * message.el (message-mark-inserted-region)
21361         (message-mark-insert-file): Use slrn style marks when called with
21362         prefix argument.
21363
21364 2005-09-27  Simon Josefsson  <jas@extundo.com>
21365
21366         * message.el (message-idna-to-ascii-rhs-1): Reformat.
21367
21368 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
21369
21370         * message.el (message-remove-duplicates): New function.
21371         Implementation borrowed from `gnus-remove-duplicates'.
21372         (message-idna-to-ascii-rhs): Also encode idna addresses in
21373         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21374         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
21375         only ask about the same idna domain once per header and also tell
21376         in what header to replace the idna domain.
21377
21378         * gnus-art.el (article-decode-idna-rhs): Also decode idna
21379         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21380         (article-decode-idna-rhs): Fix regexp so that all idna-address in
21381         a header is decoded and not just the last one.
21382
21383 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21384
21385         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
21386         has been decoded.
21387
21388         * mm-decode.el (mm-automatic-display): Add text/verbatim.
21389         (mm-insert-part): Don't modify text if it has been decoded.
21390
21391         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
21392         decoded.
21393
21394         * mm-view.el (mm-inline-text): Don't strip text props unless
21395         decoding enriched or richtext parts.
21396
21397 2005-09-25  Romain Francoise  <romain@orebokech.com>
21398
21399         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
21400         * gnus-start.el (gnus-subscribe-interactively):
21401         * gnus-uu.el (gnus-uu-grab-articles):
21402         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
21403         space.
21404
21405 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21406
21407         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
21408         * mm-view.el (mm-view-pkcs7-decrypt):
21409         * gnus-sum.el (gnus-summary-limit-to-extra)
21410         (gnus-summary-respool-article, gnus-read-move-group-name):
21411         * gnus-score.el (gnus-summary-increase-score):
21412         * gnus-util.el (gnus-completing-read-with-default):
21413         * gnus-art.el (gnus-read-save-file-name)
21414         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
21415         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
21416         * message.el (message-check-news-header-syntax):
21417         Follow convention for reading with the minibuffer.
21418
21419 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
21420
21421         * spam-report.el (spam-report-url-ping-plain):
21422         Use gnus-extended-version as User-Agent.
21423
21424         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
21425         default value is nil.
21426
21427         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
21428         (mm-uu-verbatim-marks-extract): New function.
21429         (mm-uu-extract): New face.
21430         (mm-uu-copy-to-buffer): Use it.
21431
21432         * spam-report.el (spam-report-gmane-ham): Rename from
21433         `spam-report-gmane-unspam'.
21434         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
21435         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
21436
21437         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
21438         Autoload.
21439         (spam-report-gmane-unregister-routine):
21440         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
21441
21442 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
21443
21444         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
21445         (spam-report-gmane-unregister-routine): Add support for gmane
21446         unregistration.
21447
21448         * spam-report.el (spam-report-gmane-unspam)
21449         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
21450         (spam-report-gmane): Change to take a single article and do unspam
21451         registration.
21452
21453 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21454
21455         * mm-url.el (mm-url-decode-entities): Fix regexp.
21456
21457 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21458
21459         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
21460         default to nil, to be able to use Gnus at all.  If the default
21461         switches to something else, then the function should be fixed not
21462         be exceedingly slow.
21463
21464 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
21465
21466         * gnus-start.el (gnus-activate-group): If the server is nil, don't
21467         fail hard.
21468
21469         * spam-report.el: Add better Keywords line.
21470
21471         * spam.el: Add Maintainer and better Keywords line.
21472
21473 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21474
21475         * gnus-art.el (gnus-article-replace-part)
21476         (gnus-mime-replace-part): New functions.
21477         (gnus-mime-action-alist, gnus-mime-button-commands)
21478         (gnus-mime-save-part-and-strip): Add file argument.
21479         (gnus-article-part-wrapper): Add interactive argument.
21480
21481         * gnus-sum.el (gnus-summary-mime-map):
21482         Add `gnus-article-replace-part'.
21483
21484 2005-09-19  Didier Verna  <didier@xemacs.org>
21485
21486         The nnml compaction feature:
21487         * nnml.el (nnml-request-compact-group): New function.
21488         * nnml.el (nnml-request-compact): New function.
21489         * gnus-int.el (gnus-request-compact-group): New function.
21490         * gnus-int.el (gnus-request-compact): New function.
21491         * gnus-group.el (gnus-group-compact-group): New function.
21492         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
21493         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
21494         * gnus-srvr.el (gnus-server-compact-server): New function.
21495         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
21496         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
21497
21498 2005-09-18  Deepak Goel  <deego@gnufans.org>
21499
21500         * sieve.el (sieve-help): Fix `message' call: first arg should be a
21501         format spec.
21502
21503 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21504
21505         * gnus.el (gnus-group-startup-message): Bind image-load-path.
21506
21507 2005-09-15  Romain Francoise  <romain@orebokech.com>
21508
21509         * message.el (message-fill-paragraph): Clarify docstring.
21510
21511 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21512
21513         * gnus-art.el (gnus-mime-display-part): Protect against broken
21514         MIME messages.
21515
21516 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21517
21518         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
21519         before parsing header.
21520
21521 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
21522
21523         * html2text.el (html2text-replace-list): Add new entities.
21524
21525 2005-09-11  Romain Francoise  <romain@orebokech.com>
21526
21527         * message.el (message-alternative-emails): Improve docstring.
21528         (message-setup-1): Call `message-use-alternative-email-as-from'
21529         after `message-setup-hook' to give it precedence over posting
21530         styles, etc.
21531         (message-use-alternative-email-as-from): Add docstring.
21532         Remove the original From header if present.
21533
21534         * nnml.el (nnml-compressed-files-size-threshold): New variable.
21535         (nnml-save-mail): Use it.
21536
21537         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
21538         articles.  Add new argument `silent'.
21539         (gnus-uu-mark-all): Report the total number of marked articles.
21540
21541 2005-09-10  Romain Francoise  <romain@orebokech.com>
21542
21543         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
21544         (gnus-uu-mark-series): Likewise.
21545
21546 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
21547
21548         * spam-report.el (spam-report-gmane): Fix generation of spam
21549         report URL.
21550
21551 2005-09-10  Simon Josefsson  <jas@extundo.com>
21552
21553         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
21554         t, based on discussion on the ding list with Robert Epprecht
21555         <epprecht@solnet.ch>.
21556
21557 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
21558
21559         * spam-report.el (spam-report-gmane): Make it work without
21560         X-Report-Spam header.  Gmane now only provides Archived-At.
21561         This is only used if `spam-report-gmane-use-article-number' is nil.
21562         (spam-report-gmane-spam-header): Remove.  Not used anymore.
21563
21564         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
21565         make `gnus-summary-sort-by-recipient' work with threading.
21566
21567         * nnweb.el (nnweb-google-wash-article): Print a message if article
21568         is not available.
21569
21570 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21571
21572         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
21573         change.  Decode text/* parts content before displaying.
21574
21575 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
21576
21577         * mml-smime.el: Remove defvar of gnus-extract-address-components.
21578
21579 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21580
21581         * mm-view.el (mm-display-inline-fontify): Disable support modes.
21582
21583         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
21584         url-package-name, url-package-version,
21585         w3m-cid-retrieve-function-alist, w3m-current-buffer,
21586         w3m-display-inline-images, and w3m-minor-mode-map.
21587
21588 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
21589
21590         * message.el (message-tab-body-function): Fix mismatched custom type.
21591
21592         * gnus.el (gnus-group-change-level-function): Ditto.
21593
21594         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
21595
21596         * gnus-art.el (gnus-signature-limit)
21597         (gnus-article-mime-part-function): Ditto.
21598
21599 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21600
21601         * mml.el (mml-mode): Silence the byte compiler.
21602
21603         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
21604         using `(sit-for 0)' before moving the point to the specified part;
21605         skip unbuttonized parts.
21606         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
21607         return to the summary window if gnus-auto-select-part is non-nil.
21608
21609 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
21610
21611         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
21612         New variables.
21613         (mml-dnd-attach-file, mml-mode): Use them.
21614
21615         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
21616         Make fetching article by MID work again for Google Groups.
21617         Add FIXME concerning gnus-group-make-web-group.
21618
21619         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
21620         Don't depend on Gnus by using mail-extract-address-components if
21621         gnus-extract-address-components is not bound.
21622
21623 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21624
21625         * gnus-art.el (gnus-mime-display-security): Don't display the
21626         signature, but only the signed part.
21627
21628 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21629
21630         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
21631
21632         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
21633         list, not listp.
21634
21635 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
21636
21637         * mm-encode.el (mm-encode-content-transfer-encoding):
21638         Likewise when encoding.
21639
21640         * mm-bodies.el (mm-decode-content-transfer-encoding):
21641         De-canonicalize CRLF for all text content types, not just
21642         text/plain.
21643
21644 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21645
21646         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
21647         valid article; point arrow and cursor at the MIME button.
21648
21649 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21650
21651         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
21652         Suggested by Dan Christensen <jdc@uwo.ca>.
21653
21654         * mm-decode.el (mm-save-part): Enable change of prompt.
21655
21656 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
21657
21658         * gnus-msg.el (gnus-inews-add-send-actions):
21659         Make `message-post-method' lambda parameter ARG `&optional'.
21660
21661 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21662
21663         * gnus-sum.el (gnus-summary-mime-map):
21664         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
21665         gnus-article-jump-to-part.
21666
21667         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
21668         (gnus-article-edit-part): Use it.
21669         (gnus-article-part-wrapper): Add no-handle argument.
21670         (gnus-article-save-part-and-strip, gnus-article-delete-part):
21671         New functions.
21672
21673 2005-08-29  Romain Francoise  <romain@orebokech.com>
21674
21675         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
21676         docstring.
21677         (gnus-face-from-file): Likewise.
21678
21679 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21680
21681         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
21682         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
21683         non-nil.
21684         (gnus-auto-select-part): New variable.
21685         (gnus-article-jump-to-part): New function.
21686         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
21687         (gnus-mime-delete-part): Allow selecting specified part after
21688         deleting or stripping parts.
21689         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
21690         part if argument is bogus.
21691
21692 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
21693
21694         * gnus-art.el (w3m-minor-mode-map):
21695         * gnus-spec.el (gnus-newsrc-file-version):
21696         * gnus-util.el (nnmail-active-file-coding-system)
21697         (gnus-original-article-buffer, gnus-user-agent):
21698         * gnus.el (gnus-ham-process-destinations)
21699         (gnus-parameter-ham-marks-alist)
21700         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
21701         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
21702         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
21703         * mm-decode.el (gnus-current-window-configuration):
21704         * mm-extern.el (gnus-article-mime-handles):
21705         * mm-url.el (url-current-object, url-package-name)
21706         (url-package-version):
21707         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
21708         (smime-keys, w3m-cid-retrieve-function-alist)
21709         (w3m-current-buffer, w3m-display-inline-images)
21710         (w3m-minor-mode-map):
21711         * mml-smime.el (gnus-extract-address-components):
21712         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
21713         (gnus-newsrc-hashtb, message-default-charset)
21714         (message-deletable-headers, message-options)
21715         (message-posting-charset, message-required-mail-headers)
21716         (message-required-news-headers):
21717         * mml1991.el (mc-pgp-always-sign):
21718         * mml2015.el (mc-pgp-always-sign):
21719         * nnheader.el (nnmail-extra-headers):
21720         * rfc1843.el (gnus-decode-encoded-word-function)
21721         (gnus-decode-header-function, gnus-newsgroup-name):
21722         * spam-stat.el (gnus-original-article-buffer): Add defvars.
21723
21724 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
21725
21726         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
21727         the end of the date treatments.
21728
21729 2005-08-15  Simon Josefsson  <jas@extundo.com>
21730
21731         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
21732         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
21733         Capello and Romain Francoise.
21734         (pgg-fetch-key-function): Remove, not used?
21735         (pgg-insert-url-with-w3): Require url, to get
21736         url-insert-file-contents regardless of where it is defined.
21737
21738 2005-08-13  Romain Francoise  <romain@orebokech.com>
21739
21740         * message.el (message-cite-original-1): New function.
21741         (message-cite-original): Use it.
21742         (message-cite-original-without-signature): Ditto.
21743
21744 2005-08-08  Romain Francoise  <romain@orebokech.com>
21745
21746         * message.el (message-yank-empty-prefix): New variable.
21747         (message-indent-citation): Use it.
21748         (message-cite-original-without-signature): Respect X-No-Archive.
21749
21750 2005-08-08  Simon Josefsson  <jas@extundo.com>
21751
21752         * pgg.el: Autoload url-insert-file-contents instead of loading
21753         w3/url.
21754         (pgg-insert-url-with-w3): Don't load url here.
21755
21756 2005-08-07  Jesper Harder  <harder@phys.au.dk>
21757
21758         * message.el (message-kill-to-signature): Don't insert newline at
21759         bol.
21760         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
21761
21762 2005-08-06  Romain Francoise  <romain@orebokech.com>
21763
21764         * message.el (message-user-fqdn): Fix typo in docstring.
21765
21766 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
21767
21768         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
21769
21770         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
21771
21772 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21773
21774         * mm-bodies.el (mm-encode-body): Use coding system rather than
21775         charset to encode text.
21776
21777         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
21778         number of charsets if utf-8 is available (XEmacs).
21779
21780 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
21781
21782         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
21783         taken from `gnus-button-mid-or-mail-regexp'.
21784         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
21785         (gnus-button-alist): Improve regexp for domain part of the MIDs
21786         for news:localpart@domain buttons.
21787         (gnus-button-ctan-directory-regexp): Update.
21788
21789 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21790
21791         * sieve-manage.el (sieve-manage-interactive-login):
21792         Use make-local-variable rather than make-variable-buffer-local.
21793         (sieve-manage-open): Ditto.
21794         (sieve-manage-authenticate): Ditto.
21795
21796         * mml.el (mml-generate-mime-1): Make the content type default to
21797         text/plain if the filename is not specified.
21798
21799 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21800
21801         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
21802         instead of insert-buffer.
21803
21804         * message.el (message-yank-original): Ditto; set the mark at the
21805         end of the yanked message.
21806
21807 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21808
21809         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
21810         lines to scroll rather than to stop it.
21811
21812         * mml.el (mml-generate-default-type): Add doc string.
21813         (mml-generate-mime-1): Use mm-default-file-encoding or make it
21814         default to application/octet-stream when determining the content
21815         type if it is not specified for the part or the mml contents; add
21816         a comment about mml-generate-default-type.
21817
21818 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
21819
21820         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
21821         make it default to application/octet-stream when determining the
21822         content type if it is not specified for the external contents.
21823
21824 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21825
21826         * rfc2231.el (rfc2231-parse-string): Take care that not only a
21827         segmented parameter but also other parameters might be there.
21828
21829 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21830
21831         * mm-decode.el (mm-display-external): Delete temp file, directory
21832         and buffer immediately if the external process is exited.
21833
21834 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21835
21836         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
21837         fewer lines than that of scroll-margin.
21838         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
21839
21840 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21841
21842         * gnus-art.el (gnus-article-next-page): Revert.
21843         (gnus-article-beginning-of-window): New macro.
21844         (gnus-article-next-page-1): Use it.
21845         (gnus-article-prev-page): Ditto.
21846         (gnus-article-edit-part): Use insert-buffer-substring instead of
21847         insert-buffer.
21848         (gnus-article-edit-exit): Ditto.
21849
21850         * gnus-util.el (gnus-beginning-of-window): Remove.
21851         (gnus-end-of-window): Remove.
21852
21853         * lpath.el: Don't bind header-line-format and scroll-margin.
21854
21855 2005-07-25  Simon Josefsson  <jas@extundo.com>
21856
21857         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
21858         to have the url package without w3.  Reported by Daiki Ueno
21859         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
21860
21861 2005-07-20  Didier Verna  <didier@xemacs.org>
21862
21863         * gnus-diary.el: Remove the description comment (nndiary is now
21864         properly documented in the Gnus manual).
21865         Fix the spelling of "Back End".
21866         * nndiary.el: Ditto.
21867         Fix the copyright notice.
21868
21869 2005-07-18  Romain Francoise  <romain@orebokech.com>
21870
21871         * gnus-sum.el (gnus-summary-to-prefix)
21872         (gnus-summary-newsgroup-prefix): New variables.
21873         (gnus-summary-from-or-to-or-newsgroups): Use them.
21874
21875 2005-07-17  Romain Francoise  <romain@orebokech.com>
21876
21877         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
21878         space as it's generally not especially interesting to the user.
21879
21880 2005-07-16  Romain Francoise  <romain@orebokech.com>
21881
21882         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
21883         nil to avoid prompting and file modification if one of the
21884         messages at the top of the nnfolder file contains a copyright
21885         notice.
21886         Update copyright notice.
21887
21888         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
21889         instead of `current-time-string' as the latter creates a time
21890         string that is not RFC 2822 compliant (it lacks the zone).
21891         Update copyright notice.
21892
21893 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21894
21895         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
21896         for text/rtf.  Display default in prompt.  Pass default for M-n.
21897
21898         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
21899
21900 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21901
21902         * gnus-msg.el (gnus-button-mailto):
21903         Remove save-selected-window-window hackery because it relies on
21904         save-selected-window internals.
21905
21906 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21907
21908         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
21909         (gnus-article-next-page-1): Use gnus-beginning-of-window.
21910         (gnus-article-prev-page): Ditto.
21911
21912         * gnus-util.el (gnus-beginning-of-window): New function.
21913         (gnus-end-of-window): New function.
21914
21915         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
21916
21917 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21918
21919         * gnus-score.el (gnus-score-edit-all-score):
21920         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
21921         gnus-message.
21922
21923 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21924
21925         * gnus-msg.el (gnus-button-mailto):
21926         Remove save-selected-window-window hackery because it relies on
21927         save-selected-window internals.
21928
21929 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21930
21931         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
21932         add-minor-mode.
21933         (gnus-binary-mode): Ditto.
21934
21935         * gnus-topic.el (gnus-topic-mode): Ditto.
21936
21937 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
21938
21939         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
21940         (gnus-article-prev-page): Take scroll-margin into consideration.
21941
21942 2005-07-04  Lute Kamstra  <lute@gnu.org>
21943
21944         Update FSF's address in GPL notices.
21945
21946 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
21947
21948         * gnus.el (gnus-exit):
21949         * gnus-group.el (gnus-group-icons):
21950         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
21951
21952         * gnus-nocem.el (gnus-nocem):
21953         * message.el (message-various, message-buffers, message-sending)
21954         (message-interface, message-forwarding, message-insertion)
21955         (message-headers, message-news, message-mail):
21956         * pgg-gpg.el (pgg-gpg):
21957         * pgg-parse.el (pgg-parse):
21958         * pgg-pgp.el (pgg-pgp):
21959         * pgg-pgp5.el (pgg-pgp5):
21960         * pop3.el (pop3): Finish `defgroup' description with period.
21961
21962 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21963
21964         * gnus-art.el (article-display-face): Improve the efficiency.
21965         (article-display-x-face): Ditto; remove gray x-face stuff.
21966
21967 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21968
21969         * gnus-art.el (article-display-face): Correct the position in
21970         which Faces are inserted.
21971
21972 2005-06-29  Didier Verna  <didier@xemacs.org>
21973
21974         * gnus-art.el (article-display-face): Display faces in correct
21975         order.
21976
21977 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21978
21979         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
21980         (gnus-fill-real-hashtb): Use hash table instead of obarray.
21981         (gnus-nocem-check-article): Fetch the Type header.
21982         (gnus-nocem-message-wanted-p): Fix the way to examine types.
21983         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
21984         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
21985         make sure gnus-nocem-hashtb is initialized.
21986         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
21987         (gnus-nocem-unwanted-article-p): Ditto.
21988
21989         * pgg.el (pgg-verify): Return the verification result.
21990
21991 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21992
21993         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
21994         is ascii.
21995
21996 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
21997
21998         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
21999         `show-nonbreak-escape'.
22000
22001 2005-06-23  Lute Kamstra  <lute@gnu.org>
22002
22003         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
22004
22005         * dig.el (dig-mode):
22006         * smime.el (smime-mode): Use gnus-run-mode-hooks.
22007
22008 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
22009
22010         * nnimap.el (nnimap-split-download-body): Fix spellings.
22011
22012 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
22013
22014         * gnus-art.el (gnus-article-encrypt-body):
22015         * gnus-cus.el (gnus-score-customize):
22016         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
22017         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
22018
22019 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
22020
22021         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
22022         header by looking for magic "MII" at the beginning.
22023
22024 2005-06-16  Miles Bader  <miles@gnu.org>
22025
22026         * gnus-xmas.el (gnus-xmas-group-startup-message):
22027         Use renamed gnus-splash face.
22028
22029         * assistant.el (assistant-field): Remove "-face" suffix from face name.
22030         (assistant-field-face): New backward-compatibility alias for renamed
22031         face.
22032         (assistant-render-text): Use renamed assistant-field face.
22033
22034         * spam.el (spam): Remove "-face" suffix from face name.
22035         (spam-face): New backward-compatibility alias for renamed face.
22036         (spam-face, spam-initialize): Use renamed spam face.
22037
22038         * message.el (message-header-to, message-header-cc)
22039         (message-header-subject, message-header-newsgroups)
22040         (message-header-other, message-header-name)
22041         (message-header-xheader, message-separator, message-cited-text)
22042         (message-mml): Remove "-face" suffix from face names.
22043         (message-header-to-face, message-header-cc-face)
22044         (message-header-subject-face, message-header-newsgroups-face)
22045         (message-header-other-face, message-header-name-face)
22046         (message-header-xheader-face, message-separator-face)
22047         (message-cited-text-face, message-mml-face):
22048         New backward-compatibility aliases for renamed faces.
22049         (message-font-lock-keywords): Use renamed message faces.
22050
22051         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
22052         (sieve-test-commands, sieve-tagged-arguments):
22053         Remove "-face" suffix from face names.
22054         (sieve-control-commands-face, sieve-action-commands-face)
22055         (sieve-test-commands-face, sieve-tagged-arguments-face):
22056         New backward-compatibility aliases for renamed faces.
22057         (sieve-control-commands-face, sieve-action-commands-face)
22058         (sieve-test-commands-face, sieve-tagged-arguments-face):
22059         Use renamed sieve faces.
22060
22061         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
22062         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
22063         (gnus-group-news-3-empty, gnus-group-news-4)
22064         (gnus-group-news-4-empty, gnus-group-news-5)
22065         (gnus-group-news-5-empty, gnus-group-news-6)
22066         (gnus-group-news-6-empty, gnus-group-news-low)
22067         (gnus-group-news-low-empty, gnus-group-mail-1)
22068         (gnus-group-mail-1-empty, gnus-group-mail-2)
22069         (gnus-group-mail-2-empty, gnus-group-mail-3)
22070         (gnus-group-mail-3-empty, gnus-group-mail-low)
22071         (gnus-group-mail-low-empty, gnus-summary-selected)
22072         (gnus-summary-cancelled, gnus-summary-high-ticked)
22073         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
22074         (gnus-summary-high-ancient, gnus-summary-low-ancient)
22075         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
22076         (gnus-summary-low-undownloaded)
22077         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
22078         (gnus-summary-low-unread, gnus-summary-normal-unread)
22079         (gnus-summary-high-read, gnus-summary-low-read)
22080         (gnus-summary-normal-read, gnus-splash):
22081         Remove "-face" suffix from face names.
22082         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
22083         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
22084         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
22085         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
22086         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
22087         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
22088         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
22089         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
22090         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
22091         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
22092         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
22093         (gnus-summary-selected-face, gnus-summary-cancelled-face)
22094         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
22095         (gnus-summary-normal-ticked-face)
22096         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
22097         (gnus-summary-normal-ancient-face)
22098         (gnus-summary-high-undownloaded-face)
22099         (gnus-summary-low-undownloaded-face)
22100         (gnus-summary-normal-undownloaded-face)
22101         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
22102         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
22103         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
22104         (gnus-splash-face):
22105         New backward-compatibility aliases for renamed faces.
22106         (gnus-group-startup-message): Use renamed gnus faces.
22107
22108         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
22109         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
22110         (gnus-server-agent): Remove "-face" suffix from face names.
22111         (gnus-server-agent-face, gnus-server-opened-face)
22112         (gnus-server-closed-face, gnus-server-denied-face)
22113         (gnus-server-offline-face):
22114         New backward-compatibility aliases for renamed faces.
22115         (gnus-server-agent-face, gnus-server-opened-face)
22116         (gnus-server-closed-face, gnus-server-denied-face)
22117         (gnus-server-offline-face): Use renamed gnus faces.
22118
22119         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
22120         Remove "-face" suffix from face names.
22121         (gnus-picon-xbm-face, gnus-picon-face):
22122         New backward-compatibility aliases for renamed faces.
22123
22124         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
22125         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
22126         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
22127         (gnus-cite-11): Remove "-face" suffix from face names.
22128         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
22129         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
22130         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
22131         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
22132         New backward-compatibility aliases for renamed faces.
22133         (gnus-cite-attribution-face, gnus-cite-face-list)
22134         (gnus-article-boring-faces): Use renamed gnus faces.
22135
22136         * gnus-art.el (gnus-signature, gnus-header-from)
22137         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
22138         (gnus-header-content): Remove "-face" suffix from face names.
22139         (gnus-signature-face, gnus-header-from-face)
22140         (gnus-header-subject-face, gnus-header-newsgroups-face)
22141         (gnus-header-name-face, gnus-header-content-face):
22142         New backward-compatibility aliases for renamed faces.
22143         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
22144
22145         * gnus-sum.el (gnus-summary-selected-face)
22146         (gnus-summary-highlight): Use renamed gnus faces.
22147         * gnus-group.el (gnus-group-highlight): Likewise.
22148
22149 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
22150
22151         * gnus-sieve.el (gnus-sieve-article-add-rule):
22152         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
22153         * spam-stat.el (spam-stat-buffer-change-to-spam)
22154         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
22155
22156         * message.el (message-is-yours-p):
22157         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
22158
22159 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22160
22161         * mm-view.el (mm-inline-text): Withdraw the last change.
22162
22163 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22164
22165         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
22166         executing enriched-decode.
22167
22168 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22169
22170         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
22171         charset of tar files.
22172
22173 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
22174
22175         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
22176
22177 2005-06-04  Lute Kamstra  <lute@gnu.org>
22178
22179         * nnfolder.el (nnfolder-read-folder): Make sure that undo
22180         information is never recorded.
22181
22182 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22183
22184         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
22185
22186 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22187
22188         * pop3.el (pop3-apop): Run md5 in the binary mode.
22189
22190         * starttls.el (starttls-set-process-query-on-exit-flag):
22191         Use eval-and-compile.
22192
22193 2005-05-31  Simon Josefsson  <jas@extundo.com>
22194
22195         * smime.el (smime-replace-in-string): Define.
22196         (smime-cert-by-ldap-1): Use it.
22197
22198 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22199
22200         * gnus-art.el (article-display-x-face): Replace
22201         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22202
22203         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
22204         set-process-query-on-exit-flag or process-kill-without-query.
22205
22206         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
22207         loop instead of replace-regexp.
22208
22209         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
22210         instead of process-kill-without-query if it is available.
22211
22212         * lpath.el: Fbind ldap-search-entries.
22213
22214         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
22215         instead of find-file-hooks if it is available.
22216
22217         * mml1991.el: Bind pgg-default-user-id when compiling.
22218
22219         * mml2015.el: Bind pgg-default-user-id when compiling.
22220
22221         * nndraft.el (nndraft-request-associate-buffer):
22222         Use write-contents-functions instead of write-contents-hooks if it is
22223         available.
22224
22225         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
22226         instead of find-file-hooks if it is available.
22227
22228         * nntp.el (nntp-open-connection): Replace
22229         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22230         (nntp-open-ssl-stream): Ditto.
22231         (nntp-open-tls-stream): Ditto.
22232
22233         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
22234         set-process-query-on-exit-flag or process-kill-without-query.
22235         (starttls-open-stream-gnutls): Use it instead of
22236         process-kill-without-query.
22237         (starttls-open-stream): Ditto.
22238
22239 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
22240
22241         * smime.el (smime-cert-by-ldap-1): Don't use
22242         replace-regexp-in-string.
22243
22244 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
22245
22246         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
22247
22248         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
22249         in PEM format.  Adjust to the XEmacs compatibility.
22250
22251 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
22252
22253         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
22254         by `string-to-number'.
22255         * gnus-agent.el (gnus-agent-regenerate-group)
22256         (gnus-agent-fetch-articles): Ditto.
22257         * gnus-art.el (gnus-button-fetch-group): Ditto.
22258         * gnus-cache.el (gnus-cache-generate-active)
22259         (gnus-cache-articles-in-group): Ditto.
22260         * gnus-group.el (gnus-group-set-current-level)
22261         (gnus-group-insert-group-line): Ditto.
22262         * gnus-score.el (gnus-score-set-expunge-below)
22263         (gnus-score-set-mark-below, gnus-summary-score-effect)
22264         (gnus-summary-score-entry): Ditto.
22265         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
22266         (gnus-soup-pack): Ditto.
22267         * gnus-spec.el (gnus-xmas-format): Ditto.
22268         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
22269         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
22270         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
22271         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
22272         * nndb.el (nndb-get-remote-expire-response): Ditto.
22273         * nndiary.el (nndiary-parse-schedule-value)
22274         (nndiary-string-to-number, nndiary-request-replace-article)
22275         (nndiary-request-article): Ditto.
22276         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
22277         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
22278         * nneething.el (nneething-make-head): Ditto.
22279         * nnfolder.el (nnfolder-request-article)
22280         (nnfolder-retrieve-headers): Ditto.
22281         * nnheader.el (nnheader-file-to-number): Ditto.
22282         * nnkiboze.el (nnkiboze-request-article): Ditto.
22283         * nnmail.el (nnmail-process-unix-mail-format)
22284         (nnmail-process-babyl-mail-format): Ditto.
22285         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
22286         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
22287         (nnmh-request-create-group, nnmh-request-list-1)
22288         (nnmh-request-group, nnmh-request-article): Ditto.
22289         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
22290         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
22291         * nnsoup.el (nnsoup-make-active): Ditto.
22292         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
22293         * nntp.el (nntp-find-group-and-number)
22294         (nntp-retrieve-headers-with-xover): Ditto.
22295         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
22296         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
22297         (pgg-format-key-identifier): Ditto.
22298         * pop3.el (pop3-last, pop3-stat): Ditto.
22299         * qp.el (quoted-printable-decode-region): Ditto.
22300
22301         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
22302         of concat.
22303
22304 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22305
22306         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
22307
22308         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
22309
22310         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
22311
22312         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
22313
22314         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
22315
22316         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
22317
22318         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
22319         (gnus-carpal-mode): Ditto.
22320
22321         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
22322         (gnus-browse-mode): Ditto.
22323
22324         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
22325
22326         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
22327
22328 2005-05-29  Richard M. Stallman  <rms@gnu.org>
22329
22330         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
22331
22332 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22333
22334         * gnus-util.el (gnus-run-mode-hooks): New function.
22335
22336         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
22337
22338         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
22339         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
22340
22341 2005-05-27  Lute Kamstra  <lute@gnu.org>
22342
22343         * dns-mode.el (dns-mode): Specify customization group.
22344
22345 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
22346
22347         * gnus-agent.el (gnus-agent-make-mode-line-string):
22348         Use mode-line-highlight as mouse-face.
22349
22350 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22351
22352         * canlock.el (canlock): Change the parent group to news.
22353
22354         * deuglify.el (gnus-outlook-deuglify): Add :group.
22355
22356         * dig.el (dig): Add :group.
22357
22358         * dns-mode.el (dns-mode): Add :group.
22359
22360         * encrypt.el (encrypt): Add :group.
22361
22362         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
22363         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
22364         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
22365         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
22366         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
22367
22368         * gnus-diary.el (gnus-diary): Add :group.
22369
22370         * gnus.el (gnus-group-news-1-face): Add :group.
22371         (gnus-group-news-1-empty-face): Ditto.
22372         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
22373         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
22374         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
22375         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
22376         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
22377         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
22378         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
22379         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
22380         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
22381         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
22382         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
22383         (gnus-summary-high-ticked-face): Ditto.
22384         (gnus-summary-low-ticked-face): Ditto.
22385         (gnus-summary-normal-ticked-face): Ditto.
22386         (gnus-summary-high-ancient-face): Ditto.
22387         (gnus-summary-low-ancient-face): Ditto.
22388         (gnus-summary-normal-ancient-face): Ditto.
22389         (gnus-summary-high-undownloaded-face): Ditto.
22390         (gnus-summary-low-undownloaded-face): Ditto.
22391         (gnus-summary-normal-undownloaded-face): Ditto.
22392         (gnus-summary-high-unread-face): Ditto.
22393         (gnus-summary-low-unread-face): Ditto.
22394         (gnus-summary-normal-unread-face): Ditto.
22395         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
22396         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
22397
22398         * hashcash.el (hashcash): New custom group.
22399         (hashcash-default-payment): Add :group.
22400         (hashcash-payment-alist): Ditto.
22401         (hashcash-default-accept-payment): Ditto.
22402         (hashcash-accept-resources): Ditto.
22403         (hashcash-path): Ditto.
22404         (hashcash-extra-generate-parameters): Ditto.
22405         (hashcash-double-spend-database): Ditto.
22406         (hashcash-in-news): Ditto.
22407
22408         * message.el (message-minibuffer-local-map): Add :group.
22409
22410         * netrc.el (netrc): Add :group.
22411
22412         * sieve-manage.el (sieve-manage-log): Add :group.
22413         (sieve-manage-default-user): Diito.
22414         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
22415         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
22416         (sieve-manage-authenticators): Ditto.
22417         (sieve-manage-authenticator-alist): Ditto.
22418         (sieve-manage-default-port): Ditto.
22419
22420         * sieve-mode.el (sieve-control-commands-face): Add :group.
22421         (sieve-action-commands-face): Ditto.
22422         (sieve-test-commands-face): Ditto.
22423         (sieve-tagged-arguments-face): Ditto.
22424
22425         * smime.el (smime): Add :group.
22426
22427         * spam-report.el (spam-report): Add :group.
22428
22429         * spam.el (spam, spam-face): Add :group.
22430
22431 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22432
22433         * nntp.el (nntp-next-result-arrived-p): Some news servers may
22434         return \n.\n.\n at the end of articles.  Protect against that.
22435         (nntp-with-open-group): Allow debugging.
22436
22437         * nnheader.el (mail-header-set-extra): Make into a function
22438         because I just could't understand how to quote the list properly.
22439
22440         * dns.el (query-dns-cached): New function.
22441
22442 2005-05-26  Lute Kamstra  <lute@gnu.org>
22443
22444         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
22445
22446 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22447
22448         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
22449
22450         * gnus-art.el: Don't autoload mail-extract-address-components.
22451
22452         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
22453         eval-and-compile to evaluate it.
22454
22455         * hashcash.el: Don't autoload executable-find.
22456
22457         * nndb.el: Don't declare the nndb back end two or more times; don't
22458         autoload news-reply-mode, news-setup, cancel-timer and telnet.
22459
22460         * nntp.el: Autoload format-spec instead of format; use
22461         eval-and-compile to evaluate autoload forms.
22462
22463 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
22464
22465         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
22466
22467 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22468
22469         * gnus.el (gnus-version-number): Bump version.
22470
22471 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22472
22473         * gnus.el: No Gnus v0.3 is released.
22474
22475 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22476
22477         * lpath.el (featurep): Bind show-nonbreak-escape.
22478
22479 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22480
22481         * gnus-art.el (gnus-article-edit-part): Disable undo.
22482
22483 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22484
22485         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
22486         gnus-article-date-lapsed-new-header is t if date timer is active;
22487         skip headers in which the original date value is empty.
22488         (gnus-article-save-original-date): Redefine it as a macro.
22489         (gnus-display-mime): Use it.
22490
22491 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22492
22493         * gnus-art.el (article-date-ut): Support converting date in
22494         forwarded parts as well.
22495         (gnus-article-save-original-date): New function.
22496         (gnus-display-mime): Use it.
22497
22498 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
22499
22500         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
22501         enclosure element of <item>.
22502
22503 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
22504
22505         * message.el (message-kill-buffer-query): Rename from
22506         `message-kill-buffer-query-if-modified'.  Add :version.
22507
22508 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22509
22510         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
22511         window layout.
22512
22513 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22514
22515         * mml.el: Autoload dnd when compiling.
22516
22517 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
22518
22519         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
22520         x-dnd-*.
22521
22522 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22523
22524         * qp.el (quoted-printable-encode-region): Save excursion.
22525
22526 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
22527
22528         * message.el (message-kill-buffer-query-if-modified): Add new variable
22529         so the user can kill a modified message buffer quickly.
22530         (message-kill-buffer): Use it.
22531
22532 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22533
22534         * lpath.el: Fbind display-time-event-handler; don't fbind
22535         string-to-multibyte.
22536
22537         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
22538
22539 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22540
22541         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
22542         contained in text because xml.el decodes entities) with LFs.
22543
22544 2005-04-11  Lute Kamstra  <lute@gnu.org>
22545
22546         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
22547         differently.
22548
22549 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22550
22551         * mm-util.el (mm-detect-coding-region): Typo.
22552
22553 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22554
22555         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
22556
22557 2005-04-06  Deepak Goel  <deego@gnufans.org>
22558
22559         * spam-stat.el (spam-stat-score-buffer): Add a call to a
22560         user-function allow user modifications of the scores.
22561         (spam-stat-score-buffer-user): New function, to allow
22562         user-computed modifications to the score.
22563         (spam-stat-score-buffer-user-functions): List of additional
22564         scoring functions.
22565         (spam-stat-error-holder): Global temporary error holder.
22566         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
22567         variable.
22568
22569 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
22570
22571         * gnus-registry.el (gnus-registry-clean-empty-function)
22572         (gnus-registry-trim, gnus-registry-fetch-groups)
22573         (gnus-registry-delete-group): Groups that match
22574         `gnus-registry-ignored-groups' are removed from the registry
22575         entries, not just ignored for splitting.  This helps clean up the
22576         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
22577         to get all the groups a message ID is in.
22578
22579         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
22580         (spam-stat-split-fancy): Change "threshhold" to "threshold".
22581         (spam-stat-score-buffer-user-functions): Add :number custom type.
22582
22583 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22584
22585         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
22586         argument in XEmacs.
22587
22588         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
22589         (nnrss-request-group): Decode group name first.
22590         (nnrss-request-article): Make a text/plain article if mml-to-mime
22591         failed.
22592         (nnrss-get-encoding): Return a compatible encoding according to
22593         nnrss-compatible-encoding-alist.
22594         (nnrss-find-el): Use consp instead of listp.
22595         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
22596
22597 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22598
22599         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
22600         which Emacs 20 doesn't support.
22601         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
22602
22603 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
22604
22605         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
22606         silence the byte compiler inside the defun.
22607
22608         * gnus-demon.el (parse-time-string): Add autoload.
22609
22610         * gnus-delay.el (parse-time-string): Add autoload.
22611
22612         * gnus-art.el (parse-time-string): Add autoload.
22613
22614         * nnultimate.el (parse-time): Require for `parse-time-string'.
22615
22616 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
22617
22618         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
22619
22620         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
22621
22622         * smime.el (smime-ldap-host-list): Add :version.
22623
22624 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
22625
22626         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
22627         pass it to `gnus-browse-read-group'.
22628         (gnus-browse-read-group): Add NUMBER argument and pass it to
22629         `gnus-group-read-ephemeral-group'.
22630
22631         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
22632         argument and pass it to `gnus-group-read-group'.
22633
22634 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
22635
22636         * mm-util.el (mm-xemacs-find-mime-charset): Only call
22637         mm-xemacs-find-mime-charset-1 if we have the mule feature
22638         available at runtime.
22639
22640 2005-03-25  Werner Lemberg  <wl@gnu.org>
22641
22642         * nnmaildir.el: Replace `illegal' with `invalid'.
22643
22644 2005-03-23  Lute Kamstra  <lute@gnu.org>
22645
22646         * time-date.el: Add comment on time value formats.
22647         Don't require parse-time.
22648         (with-decoded-time-value): New macro.
22649         (encode-time-value): New function.
22650         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22651         (days-to-time): Return a valid time value when arg is huge.
22652         (time-since): Use time-subtract.
22653         (time-to-number-of-days): Use time-to-seconds.
22654
22655 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22656
22657         * gnus-start.el (gnus-display-time-event-handler):
22658         Check display-time-timer at runtime rather than only at load time
22659         in case display-time-mode is turned off in the mean time.
22660
22661 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
22662
22663         * nnimap.el (nnimap-open-connection): Print which authinfo file is
22664         used.
22665
22666         * nneething.el (nneething-map-file-directory): Derive from
22667         `gnus-directory'.
22668
22669         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
22670         the To/Cc button.
22671
22672 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
22673
22674         * nnmaildir.el (nnmaildir-request-accept-article):
22675         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
22676
22677 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22678
22679         * gnus-async.el: Require timer-funcs at compile time when in
22680         XEmacs for `run-with-idle-timer'.
22681
22682 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22683
22684         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
22685         autoloaded function.
22686
22687 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22688
22689         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
22690
22691 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
22692
22693         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
22694
22695 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22696
22697         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
22698         Add gnus-expert-user to default.
22699
22700 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
22701
22702         * nnimap.el (nnimap-open-server): Ditto.
22703
22704         * imap.el (imap-authenticate): Fix typo.
22705
22706 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
22707
22708         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
22709         buffer (since IMAP server might return FETCH response out of
22710         order, and the nntp buffer must be sorted).
22711
22712 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
22713
22714         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
22715         comparison on string.
22716
22717         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
22718         (gnus-agent-score): Rename category keywords to match gnus-cus.
22719         (gnus-agent-summary-fetch-series): Modify to protect against
22720         gnus-agent-summary-fetch-group clearing processable flags.
22721         (gnus-agent-synchronize-group-flags): Update live group buffer as
22722         synchronization may occur due to the user toggle the plugged
22723         status.
22724         (gnus-agent-fetch-group-1): Clear downloadable flag when article
22725         successfully downloaded.
22726         (gnus-agent-expire-group-1): Avoid using markers when the overview
22727         is in ascending order; greatly improves performance.
22728         (gnus-agent-regenerate-group):
22729         Use gnus-agent-synchronize-group-flags to reset read status in both
22730         gnus and server.
22731         (gnus-agent-update-files-total-fetched-for): Fix initial size.
22732
22733 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
22734
22735         * message.el: Don't autoload former message-utils variables.
22736         (message-strip-subject-trailing-was): Change doc string.
22737
22738         * nnweb.el: Fixes for `gnus-group-make-web-group'.
22739         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
22740         (nnweb-google-search): Add "hl=en" here.
22741         (nnweb-google-parse-1, nnweb-google-create-mapping):
22742         Don't hardcode URL.
22743
22744 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
22745
22746         * message.el (message-get-reply-headers, message-followup):
22747         Mention related variables `message-use-followup-to' and
22748         `message-use-mail-followup-to', in the information buffer.
22749
22750         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
22751         of broken groups(-beta).google.com.
22752
22753 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
22754
22755         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
22756         parameter to invoked gnus-request-move-article; remove the
22757         redundant gnus-sum-hint-move-is-internal variable; apply the marks
22758         all at once instead of once per article.
22759         (gnus-summary-remove-process-mark): Accept a list of articles as
22760         well as a single article for processing.
22761
22762         * gnus-int.el (gnus-request-move-article): Add move-is-internal
22763         parameter.
22764
22765         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
22766
22767         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
22768
22769         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
22770         parameter.
22771
22772         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
22773         parameter.
22774
22775         * nnimap.el (nnimap-request-move-article): Add move-is-internal
22776         parameter and remove the gnus-sum-hint-move-is-internal variable.
22777
22778         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
22779         parameter.
22780
22781         * nndraft.el (nndraft-request-move-article): Add move-is-internal
22782         parameter.
22783
22784         * nndiary.el (nndiary-request-move-article): Add move-is-internal
22785         parameter.
22786
22787         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
22788
22789         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
22790         parameter.
22791
22792         * nnagent.el (nnagent-request-move-article): Add move-is-internal
22793         parameter.
22794
22795 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22796
22797         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
22798         a more conservative way.
22799
22800 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22801
22802         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
22803         buffer, so it moves the window's cursor.
22804
22805 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
22806
22807         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
22808         `mm-dissect-multipart' and receive the from field as an (optional)
22809         argument from `mm-dissect-multipart'.
22810         (mm-dissect-multipart): Receive the from field as an argument and
22811         pass it on when we call `mm-dissect-buffer' on MIME parts.
22812         Fixes verification/decryption of signed/encrypted MIME parts.
22813
22814 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
22815
22816         * gnus-sum.el (gnus-summary-move-article):
22817         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
22818         whatever it calls (right now, only nnimap-request-move article
22819         respects it).
22820
22821         * nnimap.el (nnimap-request-move-article):
22822         When gnus-sum-hint-move-is-internal is set, don't do the extra
22823         nnimap-request-article.
22824
22825 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
22826
22827         * nnheader.el (nnheader-find-file-noselect): Add doc string.
22828
22829         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
22830         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
22831
22832         * gnus-sum.el (gnus-summary-caesar-message):
22833         Apply `gnus-treat-article' after rotation.
22834
22835         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
22836         doc string.
22837
22838 2005-02-22  Simon Josefsson  <jas@extundo.com>
22839
22840         * encrypt.el (encrypt-password-cache-expiry): Remove (use
22841         `password-cache-expiry' instead).  Reported by Arne Jørgensen
22842         <arne@arnested.dk>.
22843         (encrypt): Add password-cache and password-cache-expiry as group
22844         members.
22845
22846 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
22847
22848         * smime.el (smime-ldap-host-list): Doc fix.
22849         (smime-ask-passphrase): Use `password-read-and-add' to read (and
22850         cache) password.
22851         (smime-sign-region): Use it.
22852         (smime-decrypt-region): Use it.
22853         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
22854         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
22855         fails.
22856         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
22857         certificate from DER to PEM format rather than calling openssl.
22858
22859         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
22860
22861         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
22862         for signing/encryption.
22863
22864         * mml.el (mml-parse-1): Use them.
22865
22866 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
22867
22868         * nnrss.el (nnrss-verbose): Remove.
22869         (nnrss-request-group): Use `nnheader-message' instead.
22870
22871 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
22872
22873         * nnrss.el (nnrss-verbose): New variable.
22874         (nnrss-request-group): Make it say nnrss is requesting a group.
22875
22876 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
22877
22878         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
22879         Handle news URL with given port correctly.
22880
22881 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22882
22883         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
22884         containing special characters.
22885
22886         * gnus-sum.el (gnus-summary-edit-article): Ditto.
22887
22888         * mml.el (mime-to-mml): Ditto.
22889
22890         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
22891         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
22892         (rfc2047-decode-region): Quote decoded words containing special
22893         characters when rfc2047-quote-decoded-words-containing-tspecials
22894         is non-nil.
22895
22896 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
22897
22898         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
22899
22900         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
22901
22902 2005-02-15  Simon Josefsson  <jas@extundo.com>
22903
22904         * nnimap.el (nnimap-debug): Doc fix.
22905
22906         * imap.el (imap-debug): Doc fix.
22907
22908 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22909
22910         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
22911
22912 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
22913
22914         * gnus.el (spam-contents): Improve docs for spam-contents
22915         parameter in its variable incarnation.
22916
22917 2005-02-14  Simon Josefsson  <jas@extundo.com>
22918
22919         * smime-ldap.el: Use require instead of load-library for ldap.
22920         (smime-ldap-search): Indent.
22921         (smime-ldap-search-internal): Shorten line.
22922
22923         * smime.el (smime-cert-by-dns): Add doc-string.
22924         (smime-cert-by-ldap-1): Indent.
22925
22926         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
22927         mml-smime-get-dns-ldap.
22928         (mml-smime-encrypt-query): Use new function.  Default to ldap.
22929
22930 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
22931
22932         * smime.el: Require smime-ldap.
22933         (smime-ldap-host-list): New variable.
22934         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
22935
22936         * mml-smime.el (mml-smime-encrypt-query): New function.
22937         (mml-smime-encrypt-query): Use it.
22938
22939         * smime-ldap.el: New file.
22940
22941 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22942
22943         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
22944
22945 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
22946
22947         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
22948         argument in doc string.  Make query for type more clear.
22949
22950 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
22951
22952         * gnus.el (gnus-group-startup-message): Search for gnus images in
22953         etc/images/gnus.
22954         * mm-util.el (mm-image-load-path): Likewise.
22955         * smiley.el (smiley-data-directory): Search for smilies in
22956         etc/images/smilies.
22957
22958 2005-02-09  Kim F. Storm  <storm@cua.dk>
22959
22960         Change Emacs release version from 21.4 to 22.1 throughout.
22961         Change Emacs development version from 21.3.50 to 22.0.50.
22962
22963 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22964
22965         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
22966
22967         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
22968         non-Mule XEmacs as well.
22969         (mm-decompress-buffer): Signal an error intentionally if it does
22970         not decompress compressed data because auto-compression-mode is
22971         disabled.
22972
22973 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
22974
22975         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
22976         an ID in the registry even if it has no groups.
22977
22978 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22979
22980         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
22981         merge it into mm-decompress-buffer.
22982         (gnus-mime-copy-part): Use the MIME part charset, the value which
22983         a user specified or gnus-newsgroup-charset for decoding, like
22984         gnus-mime-inline-part does; set buffer-file-coding-system to tell
22985         save-buffer what was used.  Suggested by Kevin Ryde
22986         <user42@zip.com.au>.
22987         (gnus-mime-inline-part): Allow the name parameter as well as the
22988         filename parameter; force decompressing of compressed data; always
22989         display contents being not decoded as unibyte.
22990
22991         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
22992         as well as the filename parameter.
22993
22994         * mm-util.el (mm-decompress-buffer):
22995         Merge gnus-mime-jka-compr-maybe-uncompress.
22996         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
22997         of compressed data.
22998
22999 2005-02-08  Simon Josefsson  <jas@extundo.com>
23000
23001         * imap.el (imap-log): Doc fix.
23002
23003 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23004
23005         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
23006         the coding cookies; decompress compressed parts.
23007
23008         * mml.el (mml-generate-mime-1): Add the charset parameter according
23009         to the value which a user specified manually or the coding cookie.
23010
23011         * mm-util.el (mm-string-to-multibyte): New function.
23012         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
23013         (mm-coding-system-to-mime-charset): New function.
23014         (mm-decompress-buffer): New function.
23015         (mm-find-buffer-file-coding-system): New function.
23016
23017         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
23018         (mm-display-inline-fontify): Rewrite for decoding and decompressing
23019         parts.
23020
23021 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23022
23023         * mm-view.el (mm-display-inline-fontify): Decode a part according
23024         to the charset parameter.
23025
23026 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23027
23028         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
23029         prefix arg is neither nil nor a number, as info specifies.
23030
23031 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23032
23033         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
23034         timestamps.
23035
23036 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
23037
23038         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
23039         groups error checking and notify user.
23040
23041 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
23042
23043         * message.el (message-send-mail-function): Check existence of
23044         sendmail-program first before using default value
23045         `message-send-mail-with-sendmail'.  Otherwise use more generic
23046         `smtpmail-send-it'.
23047
23048 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23049
23050         * nntp.el (nntp-request-update-info): Always return nil.
23051
23052 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23053
23054         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
23055
23056 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23057
23058         * message.el (message-beginning-of-line): Change the behavior when
23059         invoked between BOL and : so that it first moves backward.
23060
23061 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23062
23063         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
23064         article buffer when editing of the article is discarded.
23065         (gnus-article-prepare): Revert.
23066
23067 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23068
23069         * gnus-art.el (gnus-article-prepare):
23070         Remove message-strip-forbidden-properties from the local hook.
23071
23072 2005-01-27  Simon Josefsson  <jas@extundo.com>
23073
23074         * password.el (password-cache-add): Only start one timer per key.
23075         Reported by Derek Atkins <warlord@MIT.EDU>.
23076
23077 2005-01-26  Steve Youngs  <steve@sxemacs.org>
23078
23079         * run-at-time.el: Remove.  It is no longer needed as
23080         timer-funcs.el in the xemacs-base package has a working version of
23081         `run-at-time'.
23082
23083         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
23084
23085         * password.el: Require timer-funcs instead of run-at-time in
23086         XEmacs.
23087         Remove `password-run-at-time' macro.
23088         (password-cache-add): Use `run-at-time' instead of
23089         `password-run-at-time'.
23090
23091         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
23092         Remove `nnheader-cancel-function-timers' alias,
23093         `cancel-function-timers' exists in XEmacs in timer-funcs.
23094
23095         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
23096         for `run-with-idle-timer'.
23097
23098         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
23099         for `run-at-time'.
23100
23101         * mm-url.el: Require timer-funcs at compile time when in XEmacs
23102         for `with-timeout'.
23103
23104         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
23105         the same as for XEmacs 21.4.
23106         No need to ignore `run-with-idle-timer', this function exists in
23107         XEmacs now in timer-funcs.el in the xemacs-base package.
23108         (dgnushack-compile): No need to delete
23109         run-at-time.el from the list of files to compile because it
23110         doesn't exist anymore.
23111
23112 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23113
23114         * mml.el (mml-generate-mime-1): Convert string into unibyte when
23115         inserting " *mml*" buffer's contents into a unibyte temp buffer.
23116
23117 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
23118
23119         * mail-source.el (mail-source-fetch-imap): Search for ^From case
23120         sensitively.
23121
23122 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
23123
23124         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
23125
23126 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23127
23128         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
23129         which will be inserted according to the multibyteness of a buffer
23130         rather than the type of contents.  Suggested by ARISAWA Akihiro
23131         <ari@mbf.ocn.ne.jp>.
23132
23133         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
23134         of string which old xml.el may return rather than a string.
23135
23136 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23137
23138         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
23139
23140 2005-01-16  Simon Josefsson  <jas@extundo.com>
23141
23142         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
23143         idn/idna.el isn't available.
23144         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
23145         <michael@waxrat.com>.
23146
23147         * hashcash.el: Remove non-FSF copyright header.
23148
23149         * hashcash.el (hashcash-extra-generate-parameters): New variable.
23150         (hashcash-generate-payment): Use it.
23151         (hashcash-generate-payment-async): Use it.
23152
23153 2005-01-15  Simon Josefsson  <jas@extundo.com>
23154
23155         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
23156         Suggested by Raymond Scholz <ray-2005@zonix.de>.
23157
23158         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
23159         gnus-summary-idna-message.
23160         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
23161         (gnus-summary-idna-message): New function.
23162
23163 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
23164
23165         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
23166         gnus-novice-user.
23167
23168 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23169
23170         * nnrss.el (nnrss-request-delete-group): Delete entries in
23171         nnrss-group-alist as well.
23172         (nnrss-save-server-data): Insert newline.
23173
23174 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
23175
23176         * gnus.el (gnus-user-agent): Use list of symbols instead of
23177         symbols.  Display full version number for (S)XEmacs.
23178         Optionally display (S)XEmacs codename.
23179
23180         * gnus-util.el (gnus-emacs-version): Update for new
23181         `gnus-user-agent'.
23182
23183         * gnus-msg.el (gnus-extended-version): Make it possible to omit
23184         Gnus version.
23185
23186 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23187
23188         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
23189         which is unreadable in some setups.
23190
23191 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23192
23193         * gnus-spec.el (gnus-update-format-specifications): Flush the
23194         group format spec cache if it doesn't support decoded group names.
23195
23196 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
23197
23198         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
23199         Allow to apply decay on score files matching a regexp.
23200
23201 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23202
23203         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
23204         compatibility in %g and %c.
23205
23206 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23207
23208         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
23209         name for only %g and %c.
23210         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
23211         of gnus-tmp-group to decoded group name.
23212         (gnus-group-make-rss-group): Exclude `/'s from group names.
23213
23214 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23215
23216         * nnrss.el (nnrss-get-encoding): Fix regexp.
23217
23218 2004-12-27  Simon Josefsson  <jas@extundo.com>
23219
23220         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
23221         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
23222         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
23223
23224 2004-12-17  Kim F. Storm  <storm@cua.dk>
23225
23226         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
23227
23228         * gnus-sum.el (gnus-summary-mode-map): Likewise.
23229
23230 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23231
23232         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
23233
23234 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23235
23236         * nnrss.el: Require rfc2047 and mml.
23237         (nnrss-file-coding-system): New variable.
23238         (nnrss-format-string): Redefine it as an inline function.
23239         (nnrss-decode-group-name): New function.
23240         (nnrss-string-as-multibyte): Remove.
23241         (nnrss-retrieve-headers): Decode group name; don't use
23242         nnrss-format-string.
23243         (nnrss-request-group): Decode group name.
23244         (nnrss-request-article): Decode group name; allow a Message-ID as
23245         well as an article number; don't use nnrss-format-string; encode a
23246         Message-ID string which may contain non-ASCII characters; use
23247         mml-to-mime to compose a MIME article.
23248         (nnrss-request-expire-articles): Decode group name.
23249         (nnrss-request-delete-group): Decode group name.
23250         (nnrss-fetch): Clarify error message.
23251         (nnrss-read-server-data): Use insert-file-contents instead of load;
23252         bind file-name-coding-system; use multibyte buffer.
23253         (nnrss-save-server-data): Bind coding-system-for-write to the
23254         value of nnrss-file-coding-system; bind file-name-coding-system;
23255         add coding cookie.
23256         (nnrss-read-group-data): Use insert-file-contents instead of load;
23257         bind file-name-coding-system; use multibyte buffer.
23258         (nnrss-save-group-data): Bind coding-system-for-write to the
23259         value of nnrss-file-coding-system; bind file-name-coding-system.
23260         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
23261         make it work with non-ASCII text.
23262         (nnrss-find-el): Make it work with old xml.el as well.
23263
23264 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23265
23266         * nnrss.el (nnrss-get-encoding): New function.
23267         (nnrss-fetch): Use unibyte buffer initially; bind
23268         coding-system-for-read while performing mm-url-insert; remove ^Ms;
23269         decode contents according to the encoding attribute.
23270         (nnrss-save-group-data): Add coding cookie.
23271         (nnrss-mime-encode-string): New function.
23272         (nnrss-check-group): Use it to encode subject and author.
23273
23274 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
23275
23276         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
23277         imaginary variable.
23278
23279 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23280
23281         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
23282         correctly even if there are wide characters.
23283
23284 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
23285
23286         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
23287         downcased symbol names; make a new cache instead of reusing
23288         bbdb-hashtable.
23289
23290 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23291
23292         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
23293         concatenating segments rather than before concatenating them.
23294         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23295
23296         * message.el (message-get-reply-headers): Bind `extra'.
23297
23298 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23299
23300         * message.el (message-extra-wide-headers): New variable.
23301         (message-get-reply-headers): Use it.
23302
23303 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23304
23305         * gnus-agent.el (gnus-agent-group-path): Decode group name.
23306         (gnus-agent-group-pathname): Ditto.
23307
23308         * gnus-cache.el (gnus-cache-file-name): Decode group name.
23309
23310         * gnus-group.el (gnus-group-make-group): Decode group name.
23311         (gnus-group-make-rss-group): Register the group data after opening
23312         the nnrss group.
23313
23314 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
23315
23316         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
23317         by expiry now get marked as read.
23318
23319 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23320
23321         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
23322
23323 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
23324
23325         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
23326         unify Latin characters in XEmacs.
23327         (mm-find-mime-charset-region): Use it.
23328
23329 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23330
23331         * gnus-util.el (gnus-delete-directory): New function.
23332
23333         * gnus-agent.el (gnus-agent-delete-group): Use it.
23334
23335         * gnus-cache.el (gnus-cache-delete-group): Use it.
23336
23337 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23338
23339         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
23340         names.
23341
23342 2004-12-16  Simon Josefsson  <jas@extundo.com>
23343
23344         * hashcash.el (hashcash-payment-alist): Fix custom :type.
23345
23346 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23347
23348         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
23349
23350         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
23351         (gnus-group-set-current-level): Decode group name.
23352
23353 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
23354
23355         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
23356         failed.
23357
23358 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23359
23360         * gnus-group.el (gnus-group-delete-group): Decode group name.
23361         (gnus-group-make-rss-group): Encode group name.
23362         (gnus-group-catchup-current): Decode group name.
23363         (gnus-group-kill-group): Decode group name.
23364
23365 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23366
23367         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
23368
23369 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23370
23371         * gnus-group.el (gnus-group-make-rss-group):
23372         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
23373
23374         * gnus-start.el (gnus-setup-news): Honor user's setting to
23375         gnus-message-archive-method.  Suggested by Lute Kamstra
23376         <lute@gnu.org>.
23377
23378 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
23379
23380         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
23381         global counterparts of the buffer-local variables.
23382
23383 2004-11-16  Romain Francoise  <romain@orebokech.com>
23384
23385         * gnus-sum.el (gnus-summary-exit): Don't clear the global
23386         counterparts of the buffer-local variables.
23387
23388 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23389
23390         * message.el (message-forbidden-properties): Fix typo in doc
23391         string.
23392
23393 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23394
23395         * gnus-util.el (gnus-replace-in-string): Add doc string.
23396
23397         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
23398         to avoid problems when splitting mails with many recipients.
23399
23400 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23401
23402         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
23403         pop-to-buffer, covered by the subsequent gnus-configure-windows.
23404
23405 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
23406
23407         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
23408         if there is no hashtable in memory or file modification time is
23409         newer than cached timestamp.
23410
23411 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
23412
23413         * gnus-sum.el (gnus-summary-limit-to-recipient):
23414         Implement not-matching option.
23415
23416 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
23417
23418         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
23419         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
23420         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
23421         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
23422         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
23423         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
23424
23425 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23426
23427         * message.el (message-forward-make-body-mml): Remove headers
23428         according to message-forward-ignored-headers if a message is decoded.
23429
23430 2004-12-02  Romain Francoise  <romain@orebokech.com>
23431
23432         * message.el (message-forward-make-body-plain): Always remove
23433         headers according to message-forward-ignored-headers.
23434
23435 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
23436
23437         * spam.el (spam-summary-prepare-exit): Remove the
23438         gnus-summary-limit pop for now, it has problems with ham marks for
23439         me.
23440
23441 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
23442
23443         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
23444         correctly.
23445
23446 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
23447
23448         * format-spec.el (format-spec): Message the char.
23449
23450 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
23451
23452         * gnus-art.el (gnus-split-methods): Reformat comments.
23453
23454         * spam.el (spam-summary-prepare-exit): Remove article limits
23455         before exiting the summary buffer.
23456
23457 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23458
23459         * lpath.el: Remove bbdb-create-internal, bbdb-records,
23460         spam-BBDB-register-routine and spam-enter-ham-BBDB.
23461
23462         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
23463         order to silence the byte compiler.
23464
23465         * spam.el: Fix the way to silence the byte compiler, which
23466         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
23467         bbdb-search-simple, spam-BBDB-register-routine,
23468         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
23469         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
23470         spam-stat-buffer-is-spam, spam-stat-load,
23471         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
23472         spam-stat-save and spam-stat-split-fancy.
23473
23474 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23475
23476         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
23477         which may confuse users.
23478         (canlock-password-for-verify): Ditto.
23479
23480         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
23481
23482         * gnus-art.el (gnus-emphasis-alist): Ditto.
23483
23484         * gnus-registry.el (gnus-registry-max-entries): Ditto.
23485
23486         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
23487
23488         * gnus-start.el (gnus-save-killed-list): Ditto.
23489
23490         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
23491         (gnus-sum-thread-tree-root): Ditto.
23492         (gnus-sum-thread-tree-false-root): Ditto.
23493         (gnus-sum-thread-tree-single-indent): Ditto.
23494
23495         * message.el (message-courtesy-message): Ditto.
23496         (message-archive-note): Ditto.
23497         (message-subscribed-address-file): Ditto.
23498         (message-user-fqdn): Ditto.
23499
23500         * spam-report.el (spam-report-gmane-regex): Ditto.
23501
23502         * spam.el (spam-blackhole-good-server-regex): Ditto.
23503
23504 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23505
23506         * mml.el (mml-preview): Widen the message buffer before copying
23507         the contents to the preview buffer; sort headers before previewing.
23508
23509         * message.el (message-hidden-headers): Fix the way to avoid a bug
23510         in the `repeat' widget in Emacs 21.3 or earlier.
23511
23512 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23513
23514         * message.el (message-hidden-headers): Default to "^References:".
23515         Improve customization type.  Suggested by Reiner Steib
23516         <Reiner.Steib@gmx.de>.
23517
23518 2004-11-25  Romain Francoise  <romain@orebokech.com>
23519
23520         * message.el (message-strip-forbidden-properties): Remove check for
23521         obsolete `message-hidden' text property, hidden headers are not
23522         accessible in the buffer anymore.
23523
23524 2004-11-22  Romain Francoise  <romain@orebokech.com>
23525
23526         * message.el (message-header-format-alist): Add `From' in list
23527         so that it can be sorted.
23528         (message-fix-before-sending): Widen and sort headers before
23529         sending.
23530         (message-hide-headers): Use narrowing to hide headers by moving
23531         them to the top of the buffer and narrowing to the region
23532         underneath.
23533
23534 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23535
23536         * message.el (message-strip-forbidden-properties):
23537         Bind buffer-read-only (etc) to nil.
23538
23539 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23540
23541         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
23542         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23543
23544 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
23545
23546         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
23547
23548 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23549
23550         * dns.el (query-dns): Use sit-for to time instead of
23551         accept-process-output, since that doesn't seem to work on udp
23552         sockets.
23553
23554 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23555
23556         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
23557
23558 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
23559
23560         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
23561         doc string.  Improve doc string.
23562
23563 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23564
23565         * nntp.el (nntp-request-update-info): Return nil if
23566         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
23567         may not call gnus-activate-group which uselessly issues the GROUP
23568         commands for all nntp groups and wastes time.  Reported by Romain
23569         Francoise <romain@orebokech.com>.
23570
23571         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
23572
23573 2004-11-15  Simon Josefsson  <jas@extundo.com>
23574
23575         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
23576         headers separately.
23577         (gnus-button-openpgp): New function, inspired by Jochen Küpper
23578         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
23579
23580 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
23581
23582         * gnus-start.el (gnus-convert-old-newsrc):
23583         Assign legacy-gnus-agent to 5.10.7.
23584
23585 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23586
23587         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
23588         start of the lines.
23589
23590 2004-11-14  Magnus Henoch  <mange@freemail.hu>
23591
23592         * hashcash.el (hashcash-default-payment): Change default to 20.
23593         (hashcash-default-accept-payment): Change default to 20.
23594         (hashcash-process-alist): New variable.
23595         (hashcash-generate-payment-async): Add.
23596         (hashcash-already-paid-p): Add.
23597         (hashcash-insert-payment): Don't generate payments twice.
23598         (hashcash-insert-payment-async): Add.
23599         (hashcash-insert-payment-async-2): Add.
23600         (hashcash-cancel-async): Add.
23601         (hashcash-wait-async): Add.
23602         (hashcash-processes-running-p): Add.
23603         (hashcash-wait-or-cancel): Add.
23604         (mail-add-payment): New optional argument.  Conditionally start
23605         asynchronous calculation.
23606         (mail-add-payment-async): Add.
23607
23608         * message.el (message-send-mail): Wait for asynchronous hashcash
23609         results.  Don't clobber existing X-Hashcash headers.
23610         (message-setup-1): Call mail-add-payment-async when
23611         message-generate-hashcash is non-nil.
23612
23613 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
23614
23615         * message.el (message-use-alternative-email-as-from): Examine the
23616         From header as well; use message-make-from in order to include a
23617         user's full name.
23618
23619 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23620
23621         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
23622         default; improve customization type.
23623         (gnus-emphasis-custom-with-format): New macro.
23624         (gnus-emphasis-custom-value-to-external): New function.
23625         (gnus-emphasis-custom-value-to-internal): New function.
23626
23627 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23628
23629         * dns.el (query-dns): Resolve reverse addresses.
23630
23631 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23632
23633         * gnus-group.el (gnus-group-get-new-news): Use it.
23634
23635         * gnus-start.el (gnus-check-reasonable-setup): New function.
23636
23637 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23638
23639         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
23640         "Args out of range" error.  Reported by Arnaud Giersch
23641         <arnaud.giersch@free.fr>.
23642
23643 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23644
23645         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
23646
23647 2004-11-04  Richard M. Stallman  <rms@gnu.org>
23648
23649         * spam.el (spam group): Add :version.
23650
23651         * pgg-def.el (pgg group): Add :version.
23652
23653 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23654
23655         * gnus-art.el (gnus-article-edit-article): Don't associate the
23656         article buffer with a draft file.  This is a temporary measure
23657         against the 2004-08-22 change to gnus-article-edit-mode.
23658
23659 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23660
23661         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
23662         (html2text-format-tags): Remove unused variable `attr'.
23663
23664 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
23665
23666         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
23667
23668         * tls.el (tls-process-connection-type, tls-success)
23669         (tls-certtool-program): Add :version.
23670
23671         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
23672         (starttls-extra-arguments, starttls-process-connection-type)
23673         (starttls-connect, starttls-failure, starttls-success): Add :version.
23674
23675         * spam-stat.el (spam-stat): Add :version.
23676
23677         * sieve.el (sieve): Add :version.
23678
23679         * sha1.el (sha1): Add :version.
23680         (sha1-use-external): Remove redundant version.
23681
23682         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
23683         (nnmail-cache-ignore-groups, nnmail-spool-hook)
23684         (nnmail-split-fancy-match-partial-words)
23685         (nnmail-split-lowercase-expanded): Add :version.
23686
23687         * nndiary.el (nndiary): Add :version.
23688
23689         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
23690
23691         * mml-sec.el (mml-default-sign-method)
23692         (mml-default-encrypt-method, mml-signencrypt-style-alist):
23693         Add :version.
23694
23695         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
23696
23697         * mm-url.el (mm-url-use-external, mm-url-program)
23698         (mm-url-arguments): Add :version.
23699
23700         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
23701         (mm-attachment-file-modes, mm-decrypt-option)
23702         (mm-w3m-safe-url-regexp): Add :version.
23703
23704         * message.el (message-cite-prefix-regexp)
23705         (message-sendmail-envelope-from, message-minibuffer-local-map)
23706         (message-user-fqdn, message-completion-alist): Add :version.
23707
23708         * gnus-win.el (gnus-configure-windows-hook)
23709         (gnus-use-frames-on-any-display): Add :version.
23710
23711         * gnus-art.el (gnus-article-address-banner-alist)
23712         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
23713         (gnus-treat-from-picon, gnus-treat-mail-picon)
23714         (gnus-treat-x-pgp-sig): Add :version.
23715
23716         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
23717         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
23718         (gnus-summary-article-delete-hook)
23719         (gnus-summary-display-while-building): Add :version.
23720
23721         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
23722         (gnus-get-top-new-news-hook): Add :version.
23723
23724         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
23725         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
23726
23727         * gnus-registry.el (gnus-registry): Add :version.
23728
23729         * gnus-spec.el (gnus-use-correct-string-widths)
23730         (gnus-make-format-preserve-properties): Add :version.
23731
23732         * gnus.el (gnus-group-charter-alist)
23733         (gnus-group-fetch-control-use-browse-url)
23734         (gnus-install-group-spam-parameters): Add :version.
23735
23736         * gnus-diary.el (gnus-diary): Add :version.
23737
23738         * gnus-delay.el (gnus-delay): Add :version.
23739
23740         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
23741         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
23742         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
23743         Add :version.
23744
23745         * gnus-agent.el (gnus-agent-max-fetch-size)
23746         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
23747         (gnus-agent-prompt-send-queue): Add :version.
23748
23749         * deuglify.el (gnus-outlook-deuglify): Add :version.
23750
23751         * html2text.el: Beautify code.  Improve doc strings.
23752         Some checkdoc cleanup.
23753         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
23754
23755 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
23756
23757         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
23758
23759 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
23760
23761         * gnus-registry.el (gnus-registry-hashtb): Create the registry
23762         when package is loaded.
23763
23764         * spam.el (spam-summary-score-preferred-header): Add global preference
23765         for people who want to override the default SpamAssassin over
23766         Bogofilter preference (when both are set).
23767         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
23768         (spam-user-format-function-S):
23769         Check spam-summary-score-preferred-header.
23770         (spam-extra-header-to-number): Add X-Bogosity header parsing.
23771         (spam-user-format-function-S): Format the score correctly.
23772
23773 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23774
23775         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
23776         signature file.  Suggested by Manoj Srivastava
23777         <srivasta@golden-gryphon.com>.
23778
23779         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
23780         iso-2022-jp even in the Japanese language environment.
23781         Suggested by Jason Rumney <jasonr@gnu.org>.
23782
23783 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23784
23785         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
23786         use the same characters as the dummy marks; make it free from
23787         getting affected by the language environment.
23788         (gnus-summary-read-group-1): Update mark positions only when the
23789         format spec is updated.
23790
23791         * gnus-spec.el (gnus-update-format-specifications): Return a list
23792         of updated types.
23793
23794 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23795
23796         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
23797         of boundp to check if display-warning is available.
23798
23799 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
23800
23801         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
23802
23803 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23804
23805         * nnspool.el (nnspool-spool-directory): Use news-path if the
23806         news-directory variable is not bound.
23807
23808         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
23809         function instead of display-warning if it is not available.
23810
23811 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
23812
23813         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
23814         v5-10: Use `point-at-bol'.
23815
23816 2004-10-26  Simon Josefsson  <jas@extundo.com>
23817
23818         * hashcash.el: Fix URL in comment, reported by Cheng Gao
23819         <chenggao@gmail.com>.
23820
23821 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
23822
23823         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
23824         instead.
23825
23826 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
23827
23828         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
23829         to remove a server from the nnimap-server-buffer-alist.
23830         (nnimap-open-connection, nnimap-close-server): Use it.
23831
23832         * gnus-encrypt.el: Remove file in favor of encrypt.el.
23833
23834 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23835
23836         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
23837         running the major-mode function.
23838
23839 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23840
23841         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
23842         dummy marks in the right way.
23843
23844 2004-10-18  David Edmondson  <dme@dme.org>
23845
23846         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
23847         excessively.
23848
23849 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
23850
23851         * gnus-util.el (gnus-split-references): Accept a nil references
23852         string and go on blissfully.
23853
23854         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
23855         cases where the references string is non-nil but has no references.
23856
23857         * encrypt.el: Add autoload tags.
23858
23859         * spam.el (spam-resolve-registrations-routine): Remove article
23860         from unregistration list too.  Reported by David Hanak
23861         <dhanak@isis.vanderbilt.edu>
23862
23863 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
23864
23865         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
23866         nil.  Change custom type.
23867
23868 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
23869
23870         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
23871
23872         * gnus-sum.el (gnus-summary-move-article): Use it.
23873
23874 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
23875
23876         * encrypt.el: Add autoload cookies.
23877
23878         * spam.el (spam-backend-article-list-property)
23879         (spam-backend-get-article-todo-list)
23880         (spam-backend-put-article-todo-list)
23881         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
23882         Resolve registrations separately.
23883         (spam-register-routine): Format comments.
23884         (spam-unregister-routine, spam-register-routine): Always call with
23885         specific-articles, no default list.
23886         (spam-summary-prepare-exit): Use the spam-classifications function.
23887
23888         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
23889         gnus-encrypt.el.
23890
23891         * encrypt.el: Copied from gnus-encrypt.el.
23892
23893         * gnus-encrypt.el: Commented that it's obsolete.
23894
23895 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23896
23897         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
23898         (gnus-score-save): Use it.
23899
23900         * message.el (message-bury): Use `window-dedicated-p'.
23901
23902 2004-10-15  Simon Josefsson  <jas@extundo.com>
23903
23904         * pop3.el (top-level): Don't require nnheader.
23905         (pop3-read-timeout): Add.
23906         (pop3-accept-process-output): Add.
23907         (pop3-read-response, pop3-retr): Use it.
23908
23909 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
23910
23911         * spam.el (spam-register-routine): Move comment.
23912         (spam-verify-bogofilter): Use 'unknown for the initial
23913         spam-bogofilter-valid state, not 'never.
23914
23915         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
23916         for netrc-machine.
23917
23918         * nnimap.el (nnimap-open-connection):
23919         Use netrc-machine-user-or-password.
23920
23921 2004-10-17  Richard M. Stallman  <rms@gnu.org>
23922
23923         * gnus-registry.el (gnus-registry-unload-hook):
23924         Set as a variable with add-hook.
23925
23926         * nnspool.el (nnspool-spool-directory): Use news-directory instead
23927         of news-path.
23928
23929         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
23930
23931         * spam.el: Delete duplicate `provide'.
23932         (spam-unload-hook): Set as a variable with add-hook.
23933
23934 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23935
23936         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
23937         in the doc string.
23938
23939         * message.el (message-ignored-news-headers)
23940         (message-ignored-supersedes-headers)
23941         (message-ignored-resent-headers)
23942         (message-forward-ignored-headers): Improve custom type.
23943
23944 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23945
23946         * message.el (message-tokenize-header): Fix 2004-09-06 change
23947         which used point-min in the wrong place.
23948
23949 2004-10-12  Simon Josefsson  <jas@extundo.com>
23950
23951         * tls.el (tls-certtool-program): New variable.
23952         (tls-certificate-information): New function, based on
23953         ssl-certificate-information.
23954
23955 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23956
23957         * compface.el: Move the version of ELisp-based uncompface program
23958         to the contrib directory because of the copyright problem.
23959
23960 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
23961
23962         * message.el (message-kill-buffer): Raise the current frame.
23963
23964 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
23965
23966         * gnus-sum.el: Mention that multibyte characters don't work as marks.
23967
23968         * gnus.el (message-y-or-n-p): Autoload.
23969
23970         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
23971         (pop3-password-required, pop3-authentication-scheme)
23972         (pop3-leave-mail-on-server): Make customizable.
23973         (pop3): New custom group.
23974         (pop3-retr): Remove `sleep-for' statements.
23975         Suggested by Dave Love <fx@gnu.org>.
23976
23977         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
23978         Windows/DOS.
23979
23980         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23981         (imap-parse-body): Fix incorrect use of `assert'.
23982         Suggested by Dave Love <fx@gnu.org>.
23983
23984         * mml.el (mml-minibuffer-read-disposition): Require match.
23985         Suggested by Dave Love <fx@gnu.org>.
23986
23987 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
23988
23989         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
23990         doc string.
23991
23992 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23993
23994         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
23995
23996 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23997
23998         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
23999         instead of calling `mm-insert-inline', to decode text/* parts
24000         before displaying them.
24001
24002 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24003
24004         * mm-uu.el (mm-uu-text-plain-type): New variable.
24005         (mm-uu-pgp-signed-extract-1): Use it.
24006         (mm-uu-pgp-encrypted-extract-1): Use it.
24007         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
24008         bind mm-uu-text-plain-type with that value.
24009         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
24010         mm-uu-dissect.
24011
24012 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24013
24014         * gnus-group.el (gnus-update-group-mark-positions):
24015         * gnus-sum.el (gnus-update-summary-mark-positions):
24016         * message.el (message-check-news-body-syntax):
24017         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
24018         of string-as-multibyte.
24019
24020 2004-10-05  Juri Linkov  <juri@jurta.org>
24021
24022         * gnus-group.el (gnus-update-group-mark-positions):
24023         * gnus-sum.el (gnus-update-summary-mark-positions):
24024         * message.el (message-check-news-body-syntax):
24025         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
24026         8-bit unibyte values to a multibyte string for search functions.
24027
24028 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24029
24030         * mm-uu.el (mm-uu-dissect): Allow optional arg.
24031         (mm-uu-dissect-text-parts): New function.
24032
24033         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
24034         dissect text parts.
24035
24036         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
24037         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
24038
24039         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
24040
24041         * gnus-topic.el (gnus-topic-hierarchical-parameters):
24042         Use gnus-current-topics instead of gnus-current-topic.
24043
24044 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
24045
24046         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
24047
24048 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
24049
24050         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
24051         where appropriate.
24052
24053         * nnml.el (nnml-generate-active-info): do.
24054
24055         * nndiary.el (nndiary-generate-active-info): do.
24056
24057         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
24058         (gnus-topic-move): do.
24059
24060         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
24061         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
24062
24063         * gnus-srvr.el (gnus-server-prepare)
24064         (gnus-server-open-all-servers): do.
24065
24066         * gnus-msg.el (gnus-summary-cancel-article)
24067         (gnus-summary-resend-message)
24068         (gnus-summary-mail-crosspost-complaint): do.
24069
24070         * gnus-move.el (gnus-change-server): do.
24071
24072         * gnus-group.el (gnus-group-unmark-all-groups)
24073         (gnus-group-set-current-level): do.
24074
24075 2004-10-04  Simon Josefsson  <jas@extundo.com>
24076
24077         * message.el (message-generate-hashcash): Doc fix.
24078
24079 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
24080
24081         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
24082         avoid infinite recursion via gnus-get-function.
24083
24084 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
24085
24086         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
24087
24088         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
24089
24090         * nnmail.el (nnmail-split-history): do.
24091
24092         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
24093         (nnml-request-delete-group): do.
24094
24095         * nnslashdot.el (nnslashdot-read-groups): do.
24096
24097         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
24098         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
24099
24100         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
24101         (nnspool-sift-nov-with-sed): Use last.
24102         (nnspool-retrieve-headers-with-nov): Use mapc.
24103         (nnspool-request-newgroups): Use dolist.
24104         (nnspool-request-group): Use last.
24105
24106         * nntp.el (nntp-read-server-type): Use dolist.
24107
24108         * nnvirtual.el (nnvirtual-create-mapping)
24109         (nnvirtual-update-read-and-marked): Use dolist.
24110         (nnvirtual-convert-headers): Simplify.
24111
24112 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24113
24114         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24115         Add support for sync'ing tick marks.
24116
24117 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24118
24119         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
24120         there's no visible header.
24121
24122 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24123
24124         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24125         When necessary, pass full group name to gnus-request-set-marks.
24126
24127 2004-10-01  Simon Josefsson  <jas@extundo.com>
24128
24129         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
24130         acroread.
24131
24132 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24133
24134         * spam-report.el (spam-report-gmane): Fix interactive.
24135
24136         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
24137
24138         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
24139         when writing file.
24140         (gnus-agent-synchronize-flags): Don't default to being
24141         interactive.
24142
24143 2004-09-30  Simon Josefsson  <jas@extundo.com>
24144
24145         * message.el (message-generate-hashcash): Add.
24146         (message-send-mail): Use it, call mail-add-payment.
24147
24148 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
24149
24150         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
24151
24152 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
24153
24154         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
24155         gnus-requst-update-info with explicit code to sync the in-memory
24156         info read flags with the marks being sync'd to the backend.
24157
24158         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
24159
24160 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24161
24162         * spam.el (spam-verify-bogofilter): Add new function.
24163         (spam-check-bogofilter)
24164         (spam-bogofilter-register-with-bogofilter): Use it.
24165         (spam-verify-bogofilter): Add small fixes.
24166
24167 2004-09-28  Simon Josefsson  <jas@extundo.com>
24168
24169         * hashcash.el (hashcash-generate-payment): Revert.
24170
24171 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24172
24173         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24174         Use gnus-extract-references instead of gnus-split-references.
24175
24176         * gnus-util.el (gnus-extract-references): Add new function, analogous
24177         to gnus-split-references but extracts only the message-ID without
24178         anything extra.
24179
24180         * hashcash.el (hashcash-generate-payment)
24181         (hashcash-check-payment): Do the right thing if hashcash-path is
24182         nil (because the hashcash program could not be found).
24183
24184         * spam.el (spam-use-hashcash): Remove comment.
24185
24186 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
24187
24188         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
24189         (gnus-cache-enter-article, gnus-cache-remove-article)
24190         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
24191
24192         * gnus-async.el (gnus-async-prefetch-remove-group): do.
24193
24194         * gnus-art.el (article-hide-boring-headers)
24195         (article-translate-strings, article-display-face)
24196         (gnus-article-mime-match-handle-first)
24197         (gnus-article-highlight-headers)
24198         (gnus-article-add-buttons-to-head): do.
24199
24200 2004-09-27  Simon Josefsson  <jas@extundo.com>
24201
24202         * hashcash.el: New version, from
24203         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
24204         ../contrib/.
24205
24206 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24207
24208         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
24209
24210 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
24211
24212         * gnus-dup.el (gnus-dup-open): Use mapc.
24213         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
24214
24215         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
24216         Reported by Stefan Wiens <s.wi@gmx.net>.
24217
24218         * gnus.el (gnus-shutdown): Use dolist.
24219
24220         * gnus-undo.el (gnus-undo): Use mapc.
24221
24222         * nnrss.el (nnrss-generate-active): do.
24223
24224         * message.el (message-cite-original-without-signature)
24225         (message-cite-original): Use mapc.
24226         (message-do-actions, message-make-forward-subject): Use dolist.
24227
24228 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24229
24230         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
24231         deletion to remove entire duplicate line.  Fixes merged article
24232         number bug.
24233
24234 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24235
24236         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
24237         servers that are offline.  Avoids having gnus-agent-toggle-plugged
24238         first ask if you want to open a server and then, even when you
24239         responded with no, asking if you want to synchronize the server's
24240         flags.
24241         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
24242         multi-line expressions.
24243         (gnus-agent-synchronize-group-flags): New internal function.
24244         Updates marks in memory (in the info structure) AND in the
24245         backend.
24246
24247         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
24248
24249         * nnagent.el (nnagent-request-set-mark):
24250         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
24251         method, to ensure that synchronization updates marks in the
24252         backend and in the info (in memory) structure.
24253
24254 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24255
24256         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
24257         convention fully; don't miss the root article of a thread; make
24258         the X-Draft-From header with correct article numbers.
24259
24260 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
24261
24262         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
24263         unless plugged.  Disable the agent so that an open failure causes
24264         an error.
24265
24266         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
24267         Revert 2004-09-21 change.  The backend must be opened while
24268         synchronizing flags even when the backend stores the flags
24269         locally.
24270
24271 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
24272
24273         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
24274         in `header' match.  Reported by Svend Tollak Munkejord.
24275
24276         * message.el (message-cite-original): Fix use of
24277         `message-cite-articles-with-x-no-archive'.
24278
24279 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24280
24281         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
24282         (gnus-window-to-buffer): Ditto.
24283
24284         * mml.el (mml-preview-buffer): New variable.
24285         (mml-preview): Manage window layout with gnus-buffer-configuration.
24286
24287         * gnus-msg.el (gnus-setup-message): Put article numbers into the
24288         X-Draft-From header even if those articles aren't quoted.
24289
24290 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
24291
24292         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
24293         (gnus-request-set-mark, gnus-request-update-mark): Use new
24294         g-s-t-u-l-m to decide to use backend even when unplugged.
24295
24296 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24297
24298         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
24299         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
24300
24301 2004-09-20  Simon Josefsson  <jas@extundo.com>
24302
24303         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
24304         "utf-16-le".
24305
24306 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24307
24308         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
24309
24310 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
24311
24312         * uudecode.el (uudecode-use-external): Add :version.
24313
24314         * smime.el (smime-CA-file, smime-encrypt-cipher)
24315         (smime-dns-server): Add :version.
24316
24317         * smiley.el (gnus-smiley-file-types): Add :version.
24318
24319         * sha1.el (sha1-use-external): Add :version.
24320
24321         * pgg-def.el (pgg-query-keyserver): Add :version.
24322
24323         * nnmail.el (nnmail-fancy-expiry-targets)
24324         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
24325         Add :version.
24326
24327         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
24328         (nnimap-retrieve-groups-asynchronous): Add :version.
24329         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
24330
24331         * mml.el (mml-content-disposition-parameters)
24332         (mml-insert-mime-headers-always): Add :version.
24333
24334         * mm-util.el (mm-coding-system-priorities): Add :version.
24335
24336         * mm-decode.el (mm-inline-text-html-with-images)
24337         (mm-keep-viewer-alive-types, mm-external-terminal-program)
24338         (mm-verify-option): Add :version.
24339         (mm-text-html-renderer): Change :version.
24340
24341         * message.el (message-fcc-externalize-attachments)
24342         (message-required-headers, message-draft-headers)
24343         (message-subject-trailing-was-query)
24344         (message-subject-trailing-was-ask-regexp)
24345         (message-subject-trailing-was-regexp, message-mark-insert-begin)
24346         (message-mark-insert-end, message-archive-header)
24347         (message-archive-note, message-cross-post-default)
24348         (message-cross-post-note, message-followup-to-note)
24349         (message-cross-post-note-function, message-use-mail-followup-to)
24350         (message-subscribed-address-functions)
24351         (message-subscribed-address-file, message-subscribed-addresses)
24352         (message-subscribed-regexps, message-allow-no-recipients)
24353         (message-yank-cited-prefix, message-signature-insert-empty-line)
24354         (message-hidden-headers, message-hierarchical-addresses)
24355         (message-mail-user-agent, message-use-idna)
24356         (message-valid-fqdn-regexp)
24357         (message-strip-special-text-properties, message-header-synonyms)
24358         (message-beginning-of-line, message-tab-body-function): Add :version.
24359         (message-insert-canlock, message-wide-reply-confirm-recipients):
24360         Change :version.
24361
24362         * mail-source.el (mail-source-ignore-errors): Add :group, :type
24363         and :version.
24364         (mail-source-delete-old-incoming-confirm)
24365         (mail-source-movemail-program): Add :version.
24366
24367         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
24368         (gnus-agent-cache, gnus-agent): Change :version.
24369
24370         * gnus-util.el (gnus-use-byte-compile): Change :version.
24371
24372         * gnus-sum.el (gnus-summary-make-false-root-always)
24373         (gnus-summary-default-high-score)
24374         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
24375         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
24376         (gnus-read-all-available-headers, gnus-article-emulate-mime)
24377         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
24378         (gnus-sum-thread-tree-single-indent)
24379         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
24380         (gnus-sum-thread-tree-leaf-with-other)
24381         (gnus-sum-thread-tree-single-leaf): Add :version.
24382         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
24383         (gnus-article-loose-mime): Change :version.
24384
24385         * gnus-start.el (gnus-backup-startup-file)
24386         (gnus-save-startup-file-via-temp-buffer): Add :version.
24387
24388         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
24389         (gnus-server-offline-face): Add :version.
24390
24391         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
24392
24393         * gnus-msg.el (gnus-gcc-externalize-attachments)
24394         (gnus-debug-files, gnus-debug-exclude-variables)
24395         (gnus-discouraged-post-methods): Change :version.
24396         (gnus-confirm-mail-reply-to-news)
24397         (gnus-confirm-treat-mail-like-news): Add :version.
24398
24399         * gnus-int.el (gnus-server-unopen-status): Add :version.
24400
24401         * gnus-group.el (gnus-group-jump-to-group-prompt)
24402         (gnus-large-ephemeral-newsgroup)
24403         (gnus-fetch-old-ephemeral-headers): Add :version.
24404
24405         * gnus-fun.el (gnus-x-face-directory)
24406         (gnus-convert-pbm-to-x-face-command)
24407         (gnus-convert-image-to-x-face-command)
24408         (gnus-convert-image-to-face-command): Add :version.
24409
24410         * gnus-delay.el (gnus-delay-default-hour): Add :version.
24411
24412         * gnus-cite.el (gnus-cite-blank-line-after-header)
24413         (gnus-article-boring-faces): Add :version.
24414
24415         * gnus-art.el (gnus-buttonized-mime-types)
24416         (gnus-inhibit-mime-unbuttonizing)
24417         (gnus-treat-display-face)
24418         (gnus-treat-body-boundary): Change :version.
24419         (gnus-body-boundary-delimiter, gnus-picon-databases)
24420         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
24421         (gnus-treat-date-english, gnus-treat-fold-headers)
24422         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
24423         (gnus-treat-mail-picon, gnus-treat-wash-html)
24424         (gnus-article-encrypt-protocol)
24425         (gnus-use-idna, gnus-article-over-scroll)
24426         (gnus-mime-display-multipart-alternative-as-mixed)
24427         (gnus-mime-display-multipart-related-as-mixed)
24428         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
24429         (gnus-ctan-url, gnus-button-ctan-handler)
24430         (gnus-button-handle-ctan-bogus-regexp)
24431         (gnus-button-ctan-directory-regexp)
24432         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
24433         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
24434         (gnus-button-man-level, gnus-button-emacs-level)
24435         (gnus-button-message-level, gnus-button-browse-level): Add :version.
24436
24437         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
24438         (gnus-agent-go-online): Change :version.
24439         (gnus-agent-expire-unagentized-dirs)
24440         (gnus-agent-auto-agentize-methods): Add :version.
24441
24442         * flow-fill.el (fill-flowed-display-column)
24443         (fill-flowed-encode-column): Add :version.
24444
24445         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
24446         (gnus-outlook-deuglify-unwrap-max)
24447         (gnus-outlook-deuglify-cite-marks)
24448         (gnus-outlook-deuglify-unwrap-stop-chars)
24449         (gnus-outlook-deuglify-no-wrap-chars)
24450         (gnus-outlook-deuglify-attrib-cut-regexp)
24451         (gnus-outlook-deuglify-attrib-verb-regexp)
24452         (gnus-outlook-deuglify-attrib-end-regexp)
24453         (gnus-outlook-display-hook): Add :version.
24454
24455         * binhex.el (binhex-use-external): Add :version.
24456
24457 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
24458
24459         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
24460         and `invisible'.
24461
24462 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
24463
24464         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
24465         in gnus-registry-trim.
24466
24467 2004-09-13  Simon Josefsson  <jas@extundo.com>
24468
24469         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
24470
24471         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
24472
24473         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
24474         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24475         <yamaoka@jpl.org>.
24476         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
24477         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24478         <yamaoka@jpl.org>.
24479
24480         * sieve.el (sieve-manage-mode): Ditto.
24481
24482 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
24483
24484         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
24485
24486 2004-09-11  Simon Josefsson  <jas@extundo.com>
24487
24488         * dns-mode.el: Add.
24489
24490         * mm-view.el (mm-display-dns-inline): Add.
24491
24492         * mm-decode.el (mm-inline-media-tests): Add text/dns.
24493         (mm-automatic-display): Ditto.
24494
24495         * mailcap.el (mailcap-mime-data): Add text/dns.
24496         (mailcap-mime-extensions): Map .soa to text/dns.
24497
24498 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
24499
24500         * gnus-art.el (article-decode-mime-words, article-babel)
24501         (gnus-article-highlight-signature, gnus-article-add-buttons)
24502         (gnus-signature-toggle): Remove unnecessary bindings of
24503         `inhibit-read-only' inherited from v5.10 merge.
24504
24505 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24506
24507         * nntp.el (nntp): New customization group.
24508         (nntp-authinfo-file): Add customization group.
24509
24510         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
24511
24512         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
24513
24514         * gnus.el (to-address, to-list, subscribed)
24515         (large-newsgroup-initial): Ditto.
24516
24517         * flow-fill.el (fill-flowed-display-column)
24518         (fill-flowed-encode-column): Ditto.
24519
24520 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24521
24522         * message.el (message-tokenize-header, message-send-mail-with-qmail):
24523         Use point-min rather than 1.
24524         (message-send-mail): Use buffer-size rather than point-max.
24525
24526         * gnus-sum.el (gnus-summary-search-article-forward):
24527         Signal a specific `search-failed' rather than a generic `error'.
24528
24529         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
24530         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
24531         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
24532
24533 2004-09-10  Simon Josefsson  <jas@extundo.com>
24534
24535         * nndb.el (require): Remove tcp and duplicate cl.
24536
24537 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24538
24539         * gnus-agent.el (directory-files-and-attributes): Move forward.
24540
24541 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24542
24543         * gnus-agent.el (directory-files-and-attributes):
24544         Optionally defined to support XEmacs.
24545
24546 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24547
24548         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
24549         to avoid run-time CL dependencies.
24550         (gnus-agent-unfetch-articles): New function.
24551         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
24552         article numbers even when local .overview file is missing.
24553         (gnus-agent-read-article-number): New function.  Only accepts
24554         27-bit article numbers.
24555         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
24556         Use gnus-agent-read-article-number.
24557         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
24558         from backend while recognizing that article numbers in .overview
24559         must be valid.
24560         (gnus-agent-update-files-total-fetched-for):
24561         Use directory-files-and-attributes to improve performance.
24562         * gnus-int.el (gnus-request-move-article):
24563         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
24564         improve performance.
24565
24566         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
24567         some users confused by references to .newsrc when they only have a
24568         .newsrc.eld file.
24569         (gnus-convert-mark-converter-prompt)
24570         (gnus-convert-converter-needs-prompt): Fix use of property list.
24571         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
24572         New function.  Used internally to only display 'gnus converting
24573         files' message when actually necessary.
24574
24575         * gnus-sum.el (): Remove (require 'gnus-agent) as required
24576         methods now autoloaded.
24577
24578 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24579
24580         * gnus-sum.el (gnus-summary-insert-subject): Remove list
24581         identifiers.
24582
24583 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
24584
24585         * gnus-picon.el: Fix indentation and closing parenthesis.
24586
24587 2004-09-01  Simon Josefsson  <jas@extundo.com>
24588
24589         * message.el (message-canlock-generate): Require sha1, not
24590         sha1-el.  (Can we get rid of this require altogether?  It is ugly
24591         to require within a function.  Sadly, if sha1.el isn't loaded, the
24592         let binding in m-c-g will hide the defcustom definition, which is
24593         bad.)
24594
24595         * canlock.el: Require sha1, not sha1-el.
24596
24597         * message.el: Don't autoload sha1 (there is a autoload cookie in
24598         sha1.el).
24599
24600         * sha1-el.el: Rename to sha1.el.
24601
24602 2004-08-30  Juanma Barranquero  <lektu@terra.es>
24603
24604         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
24605
24606 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24607
24608         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
24609
24610 2004-08-30  Kim F. Storm  <storm@cua.dk>
24611
24612         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
24613
24614         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
24615         Add :group 'nnimap.
24616
24617 2004-08-30  Andreas Schwab  <schwab@suse.de>
24618
24619         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
24620         ?* and ?\;.
24621
24622         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
24623         and ?\' to symbol instead of whitespace.
24624
24625 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24626
24627         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
24628
24629         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
24630         instead of re-search-forward.
24631
24632         * gnus-uu.el (gnus-uu-save-article): Ditto.
24633         (gnus-uu-post-encode-uuencode): Ditto.
24634
24635         * html2text.el (html2text-clean-list-items): Ditto.
24636         (html2text-clean-dtdd): Ditto.
24637         (html2text-format-tags): Ditto.
24638
24639         * message.el (message-send-mail-with-sendmail): Fix regexp.
24640         (message-fill-field-general): Use search-forward instead of
24641         re-search-forward.
24642         (unbold-region): Ditto.
24643
24644         * nnrss.el (nnrss-request-article): Ditto.
24645
24646         * nnslashdot.el (nnslashdot-request-article): Ditto.
24647
24648         * nnweb.el (nnweb-gmane-wash-article): Ditto.
24649
24650         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
24651         "Unrecognized menu descriptor" error in XEmacs.
24652
24653 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24654
24655         * gnus-sum.el (gnus-read-header): Don't remove a header for the
24656         parent article of a sparse article in the thread hashtb.
24657
24658 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
24659
24660         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
24661         (nnmail-expand-newtext): Lowercase expanded entries if
24662         nnmail-split-lowercase-expanded is non-nil.
24663
24664 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24665
24666         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
24667
24668         * gnus-group.el (gnus-group-line-format-alist): Convert the value
24669         of gnus-tmp-news-method into string under XEmacs.  It will be
24670         passed to gnus-correct-length which takes only a string argument.
24671
24672 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24673
24674         * gnus-util.el (gnus-bind-print-variables): New macro.
24675         (gnus-prin1): Use it.
24676         (gnus-prin1-to-string): Use it.
24677         (gnus-pp): New function.
24678         (gnus-pp-to-string): New function.
24679
24680         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
24681         Replace pp-to-string with gnus-pp-to-string.
24682         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
24683         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
24684         * gnus-msg.el (gnus-debug): Ditto.
24685         * gnus-score.el (gnus-score-save): Ditto.
24686         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
24687         gnus-pp-to-string.
24688         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
24689         with gnus-pp.
24690         * score-mode.el (gnus-score-pretty-print): Ditto.
24691         * webmail.el (webmail-debug): Ditto.
24692
24693 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24694
24695         * gnus-art.el (article-display-face, article-display-x-face):
24696         Use buffer-read-only.
24697
24698 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24699
24700         * gnus-art.el (article-hide-list-identifiers):
24701         Bind inhibit-read-only as t.
24702
24703 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
24704
24705         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
24706
24707 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24708
24709         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
24710         (gnus-narrow-to-page): Don't assume point-min == 1.
24711         (gnus-article-edit-mode): Derive from message-mode.
24712
24713         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
24714         point-min == 1.
24715
24716         * imap.el (imap-parse-address-list, imap-parse-body-ext):
24717         Disable incorrect use of `assert'.
24718
24719         * message.el (message-mode): Set comment-start-skip.
24720
24721
24722 2004-08-22  Sam Steingold  <sds@gnu.org>
24723
24724         * pop3.el (pop3-leave-mail-on-server): New user variable.
24725         (pop3-movemail): Delete mail only when it is nil.
24726
24727 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
24728
24729         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
24730
24731         * mml.el (mml-preview): Use `pop-to-buffer'.
24732
24733         * message.el (message-goto-mail-followup-to): Insert after "To".
24734         (message-carefully-insert-headers): Add comment.
24735
24736         * gnus.el: Remove unused variable `gnus-article-check-size'.
24737
24738         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
24739
24740         * gnus-art.el (gnus-button-alist):
24741         Improve `gnus-button-handle-library' entry.
24742
24743 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
24744
24745         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
24746         Use downcase, since XEmacs capitalizes error messages differently.
24747
24748 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
24749
24750         * nntp.el: Add (require 'gnus) due to reference to
24751         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
24752
24753 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
24754
24755         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
24756         Bind `mm-fill-flowed'.
24757
24758         * mm-decode.el (mm-dissect-singlepart): Check it.
24759
24760 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
24761
24762         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
24763         'imap' for netrc parsing.
24764
24765 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
24766
24767         * mailcap.el (mailcap-mime-data): Mark as risky.
24768
24769 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24770
24771         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
24772         may be included in the encoded word.
24773         (rfc2047-encode): Don't append a space if the encoded word
24774         includes close parenthesis.
24775
24776 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24777
24778         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
24779         of text within parentheses.
24780
24781 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
24782
24783         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
24784         (gnus-encrypt-write-file-contents): Make the password key the file
24785         name PLUS the cipher, not just the cipher.  Also remove failed
24786         passwords from the cache.
24787
24788 2004-08-06  Simon Josefsson  <jas@extundo.com>
24789
24790         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
24791         Doc fix.
24792
24793 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24794
24795         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
24796         LWSP.
24797
24798 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
24799
24800         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24801         Try to append in-reply-to: data to the references: header.
24802
24803         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
24804         (netrc-parse): Use gnus-encrypt.el functions.
24805
24806         * gnus-encrypt.el: Add new file for encryption support; currently
24807         does only a few GPG ciphers and an internal XOR cipher.
24808
24809         * password.el: Add comments on using password-read-and-add.
24810         (password-read-and-add): Add function to read and add the
24811         password to the cache at once.
24812
24813 2004-07-28  Simon Josefsson  <jas@extundo.com>
24814
24815         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
24816         parameter (but don't use it, for now).
24817
24818         * imap.el (imap-ssl-open): Use imap-process-connection-type,
24819         instead of hard coding to nil.
24820
24821 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24822
24823         * mm-view.el (mm-inline-image-emacs): Open lines under an image
24824         as mm-inline-image-xemacs does.
24825
24826 2004-07-26  Simon Josefsson  <jas@extundo.com>
24827
24828         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
24829         Revert part of 2004-07-17 change below.
24830
24831 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24832
24833         * rfc2047.el (rfc2047-encode-region): Don't infloop.
24834         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24835
24836 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24837
24838         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
24839         quotes that actually start with ">" at the beginning of the
24840         lines.
24841
24842 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24843
24844         * rfc2047.el (rfc2047-encode-region): Fix last change.
24845         (rfc2047-encode-parameter): Remove useless concat.
24846
24847 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24848
24849         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
24850         encode special characters; fix some kind of misconfigured headers;
24851         signal a real error if debug-on-quit or debug-on-error is non-nil.
24852         (rfc2047-encode-max-chars): New variable.
24853         (rfc2047-encode-1): Use it.
24854         (rfc2047-encode-parameter): New function.
24855
24856         * mml.el (mml-insert-parameter): Remove an excessive space.
24857
24858 2004-07-17  Simon Josefsson  <jas@extundo.com>
24859
24860         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
24861         Kai Grossjohann <kai@emptydomain.de>.
24862         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
24863         (gnus-group-make-menu-bar): Ditto.
24864
24865         * gnus-util.el (gnus-group-server): Add.
24866
24867 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
24868
24869         * message.el (message-clone-locals): Clone sendmail and smtp
24870         variables.
24871
24872 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24873
24874         * rfc2047.el (rfc2047-encode-region): Fix last change.
24875
24876 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24877
24878         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
24879         characters as non-special.
24880
24881 2004-07-09  Simon Josefsson  <jas@extundo.com>
24882
24883         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
24884         Users will lose all flag changes made while unplugged with
24885         e.g. nntp unless flag synchronization happens, thus `nil' is not a
24886         good default.  See numerous reports on ding mailing list.
24887
24888 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24889
24890         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
24891         add generate-head-function and generate-article-function to the
24892         rfc822-forward entry.
24893         (nndoc-rfc822-forward-generate-article): New function.
24894         (nndoc-rfc822-forward-generate-head): New function.
24895
24896         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
24897
24898 2004-07-06  Dan Christensen  <jdc@uwo.ca>
24899
24900         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
24901         respect display group parameter and gnus-summary-expunge-below.
24902         (gnus-articles-to-read): Remove unused reference to display group
24903         parameter.
24904
24905 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24906
24907         * nnheader.el (nnheader-uniquify-message-id): New experimental
24908         variable.
24909         (nnheader-nov-read-message-id): Use it.
24910
24911         * spam-report.el (spam-report-gmane): Add interactive.
24912
24913 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24914
24915         * mm-encode.el (mm-content-transfer-encoding-defaults):
24916         Use qp-or-base64 for the application/* types.
24917
24918 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
24919
24920         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
24921
24922 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
24923
24924         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
24925         trim value.
24926
24927 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24928
24929         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
24930         New macro and function.
24931         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
24932
24933 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24934
24935         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
24936         after-load-alist.
24937
24938 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24939
24940         * gnus-group.el (gnus-group-get-new-news-this-group):
24941         Don't update info that isn't there.
24942
24943 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
24944
24945         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
24946         entry.
24947
24948 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24949
24950         * mm-view.el (mm-inline-render-with-function): Use multibyte
24951         buffer; decode html source by charset.
24952
24953         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
24954
24955         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
24956         Mule-UCS is loaded under XEmacs.
24957         (mm-mime-mule-charset-alist): Avoid duplicated entries.
24958
24959 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
24960
24961         * nnheader.el (nnheader-max-head-length): Increase to 8192.
24962
24963 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24964
24965         * mm-util.el (mm-coding-system-p): Return a coding-system.
24966         (mm-mime-mule-charset-alist): Use shift_jis instead of
24967         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
24968         entries for the mime charsets iso-2022-jp-3 and shift_jis.
24969         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
24970         instead of japanese-shift-jis and iso-latin-1 respectively in
24971         order to share the default value with both Emacs and XEmacs-mule.
24972         (mm-mule-charset-to-mime-charset):
24973         Make mm-coding-system-priorities effective.
24974         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
24975         while predicating of candidates upon the priorities.
24976
24977 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
24978
24979         * gnus-sum.el (gnus-summary-make-menu-bar):
24980         Add gnus-uu-invert-processable.
24981
24982         * gnus.el: Autoload gnus-uu-invert-processable.
24983
24984 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24985
24986         * mm-util.el (mm-with-multibyte-buffer): New macro.
24987
24988         * rfc2047.el (rfc2047-encode-string): Use it.
24989         (rfc2047-encode-region): Move point to the end of the region after
24990         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
24991
24992 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24993
24994         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
24995         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
24996
24997 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24998
24999         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
25000         (gnus-cite-parse): Ignore quoted envelope From_.
25001         Suggested by Karl Chen <quarl@nospam.quarl.org>.
25002
25003 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
25004
25005         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
25006         invalid addresses.
25007
25008 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
25009
25010         * spam.el: Change section markers, revise TODO list.
25011         (spam-backends): Make new master list of all installed backends.
25012         (spam-summary-exit-behavior): Add new variable to determine how
25013         messages moves are done at summary exit.
25014         (spam-move-spam-nonspam-groups-only)
25015         (spam-process-ham-in-nonham-groups)
25016         (spam-process-ham-in-spam-groups): Remove variables, the
25017         spam-summary-exit-behavior variable should be used to manage this
25018         behavior.
25019         (spam-old-ham-articles, spam-old-spam-articles): Remove.
25020         (spam-old-articles): Add variable, replacing spam-old-ham-articles
25021         and spam-old-spam-articles.
25022         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
25023         Add empty variables, placeholders for the backends they represent.
25024         (spam-set-difference): Move, unchanged.
25025         (spam-list-of-processors): Declare OBSOLETE, not used anymore
25026         unless the user has a processor variable.
25027         (spam-classifications, spam-classification-valid-p)
25028         (spam-backend-properties, spam-backend-property-valid-p)
25029         (spam-backend-function-type-valid-p)
25030         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
25031         (spam-report-articles-gmane, spam-report-articles-resend):
25032         Remove functions, they are not needed.
25033         (spam-install-backend-super, spam-backend-list)
25034         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
25035         (spam-backend-function, spam-backend-ham-registration-function)
25036         (spam-backend-spam-registration-function)
25037         (spam-backend-ham-unregistration-function)
25038         (spam-backend-spam-unregistration-function)
25039         (spam-backend-statistical-p, spam-backend-mover-p)
25040         (spam-install-backend-alias, spam-install-checkonly-backend)
25041         (spam-install-mover-backend, spam-install-nocheck-backend)
25042         (spam-install-backend, spam-install-statistical-backend)
25043         (spam-install-statistical-checkonly-backend): Add backend installation
25044         support.
25045         (spam-summary-prepare-exit): Rewrite to use the new backend code.
25046         (spam-group-processor-p): Use the new backend code and respect the
25047         summary exit behavior.
25048         (spam-mark-spam-as-expired-and-move-routine): Remove.
25049         (spam-summary-prepare): Change to use the new spam-old-articles
25050         variable.
25051         (spam-copy-or-move-routine, spam-copy-spam-routine)
25052         (spam-move-spam-routine, spam-copy-ham-routine)
25053         (spam-move-ham-routine): Add code to copy/move ham or spam.
25054         (spam-fetch-field-fast): Improve doc and code, plus allow the
25055         'number request.
25056         (spam-list-of-checks, spam-list-of-statistical-checks):
25057         Remove variables.
25058         (spam-split, spam-find-spam): Use the new backend code.
25059         (spam-registration-functions): Remove variable.
25060         (spam-unregister-routine): Add convenience wrapper.
25061         (spam-log-undo-registration, spam-register-routine)
25062         (spam-log-processing-to-registry)
25063         (spam-log-unregistration-needed-p): Rename "check" to "backend"
25064         where possible.
25065         (spam-check-gmane-xref, spam-check-regex-headers)
25066         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
25067         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
25068         (spam-check-bogofilter-headers, spam-check-spamoracle)
25069         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
25070         (spam-check-crm114-headers): Use the spam-split-group that
25071         spam-split prepares, no need to determine it every time.
25072
25073         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
25074         to the nnheader-parse-naked-head call.
25075
25076         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
25077
25078         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
25079         the nnheader-nov-read-message-id call.
25080
25081 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25082
25083         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
25084         gnus-activate-group twice.  Suggested by Markus Peter
25085         <warp@spin.de>.
25086
25087 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
25088
25089         * gnus-art.el (gnus-article-time-format): Exchange the order of
25090         day and month in the default value; fix customization type.
25091         (article-date-ut): Use add-text-properties.
25092         (article-make-date-line): Use message-make-date instead of
25093         current-time-string.
25094
25095         * message.el (message-fetch-field): Don't use set-text-properties.
25096         (message-make-date): Simplify.
25097
25098         * messagexmas.el (message-xmas-make-date): New function.
25099         (message-xmas-redefine): Defalias message-make-date to it.
25100
25101 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25102
25103         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
25104         (rfc2047-encode-region): Treat text within parentheses as special;
25105         show the original text when error has occurred.
25106
25107         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
25108         already-computed method to gnus-activate-group.
25109
25110         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
25111         same select-methods identical Lisp objects.
25112
25113         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
25114         object when modifying the info.
25115
25116 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25117
25118         * gnus-srvr.el (gnus-server-set-info): Remove the server from
25119         gnus-opened-servers since it has never been opened with the new
25120         configuration yet.
25121
25122 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25123
25124         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
25125         arg to nnheader-generate-fake-message-id.
25126
25127 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
25128
25129         * nnheader.el (nnheader-generate-fake-message-id): Accept a
25130         number and build a fake message ID localized to a group and
25131         article number (so it's repeatable from that point on).
25132         (nnheader-fake-message-id-p): Change regex to accomodate new fake
25133         ID format.
25134
25135         * gnus-sum.el (gnus-get-newsgroup-headers):
25136         Call nnheader-generate-fake-message-id with the article number.
25137
25138 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
25139
25140         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
25141         end-of-buffer.
25142
25143 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25144
25145         * message.el (message-ignored-supersedes-headers): Add Approved.
25146
25147 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
25148
25149         * rfc2047.el (rfc2047-encode-message-header): Remove useless
25150         goto-char.
25151         (rfc2047-encode): Fold the line before encoding.
25152
25153 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25154
25155         * rfc2047.el (rfc2047-encode-message-header): Disabled header
25156         folding -- not all headers can be folded, and this should be done
25157         by the message composition mode.  Probably.  I think.
25158
25159 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25160
25161         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
25162         fast.
25163
25164         * gnus-ems.el (gnus-remove-image): Don't use
25165         message-text-with-property; remove only the image found first.
25166
25167         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
25168         found first.
25169
25170 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
25171
25172         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
25173
25174 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25175
25176         * message.el (message-text-with-property): Make it fast and accept
25177         optional arguments.
25178         (message-strip-forbidden-properties): Use it.
25179         (message-fix-before-sending): Follow the m-t-w-p change.
25180
25181         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
25182
25183 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25184
25185         * gnus-art.el (article-hide-headers): Don't change the buffer
25186         mistakenly when performing mml-preview even if
25187         gnus-single-article-buffer is nil.
25188
25189 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
25190
25191         * message.el (message-expand-name-databases): New user option.
25192         (message-expand-name): Use it.
25193
25194 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
25195
25196         * spam.el (spam-report-articles-resend)
25197         (spam-report-resend-register-routine): Allow ham reporting.
25198         (spam-report-resend-register-ham-routine): Add wrapper.
25199         (spam-registration-functions): Add ham resending functions.
25200         (spam-list-of-processors): Add ham resend processor.
25201
25202         * gnus.el (ham-resend-to): Add new group parameter.
25203         (spam-process): Add ham resend option.
25204
25205         * spam-report.el (spam-report-resend): Allow reporting ham.
25206         (spam-report-resend-ham): Add wrapper.
25207
25208 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25209
25210         * message.el (message-cite-articles-with-x-no-archive):
25211         New variable.
25212         (message-cite-original): Use it.
25213
25214 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25215
25216         * message.el (message-cite-original): Respect X-No-Archive.
25217
25218 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25219
25220         * gnus-art.el (article-hide-headers): Refer to the values for
25221         gnus-ignored-headers and gnus-visible-headers in the summary
25222         buffer since a user may have set them as group parameters.
25223
25224 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
25225
25226         * assistant.el (assistant-node-name): Add convenience function.
25227         (assistant-render-text, assistant-render-node): Add error handling,
25228         plus handle multiple next nodes.
25229         (assistant-find-next-node): Comment out for now.
25230         (assistant-find-next-nodes): Add function, returns list of next
25231         nodes.
25232
25233 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
25234
25235         * mail-source.el (mail-source-directory): Fix doc-string.
25236
25237 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
25238
25239         * assistant.el (assistant-render-text, assistant-eval): Add :set
25240         widget type, which is different because it takes and returns a
25241         list.  Much hilarity ensues.
25242
25243 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
25244
25245         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
25246
25247         * gnus-group.el (gnus-group-get-new-news-this-group):
25248         Add doc-string.
25249
25250         * gnus-start.el (gnus-activate-group): Add doc-string.
25251
25252 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25253
25254         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
25255
25256 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
25257
25258         * assistant.el (assistant-render-text): Try to add a :set
25259         widget, more to come.
25260
25261         * spam.el (spam-group-spam-contents-p): Handle empty groupname
25262         strings.
25263         (spam-report-articles-resend)
25264         (spam-register-routine): Do registration iff any articles warrant
25265         it.
25266         (spam-summary-prepare-exit): Change log message for nil group
25267         destinations.
25268
25269 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
25270
25271         * spam.el (spam-report-resend-register-routine):
25272         Allow spam-report-resend-to to be a group parameter or a global value.
25273
25274 2004-05-26  Simon Josefsson  <jas@extundo.com>
25275
25276         * starttls.el: Merge with my GNUTLS based starttls.el.
25277         (starttls-gnutls-program, starttls-use-gnutls)
25278         (starttls-extra-arguments, starttls-process-connection-type)
25279         (starttls-connect, starttls-failure, starttls-success):
25280         New variables.
25281         (starttls-program, starttls-extra-args): Doc fix.
25282         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
25283         New functions.
25284         (starttls-negotiate, starttls-open-stream):
25285         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
25286         function if it is set.
25287
25288 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25289
25290         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
25291         structured fields.
25292
25293 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25294
25295         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
25296
25297 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
25298
25299         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
25300         Add variable.
25301         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
25302         assigning the spam-mark to new messages.
25303
25304 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
25305
25306         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
25307
25308 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25309
25310         * dgnushack.el: Autoload customize-set-variable for XEmacs.
25311
25312         * rfc2047.el (rfc2047-encodable-p): Don't move point.
25313         (rfc2047-decode): Treat the ascii coding-system as raw-text by
25314         default.
25315
25316 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
25317
25318         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
25319         correct data.
25320
25321 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
25322
25323         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
25324         (spam-group-processor-p): Fix function.
25325         (spam-group-processor-multiple-p)
25326         (spam-group-spam-processor-report-gmane-p)
25327         (spam-group-spam-processor-report-resend-p)
25328         (spam-group-spam-processor-bogofilter-p)
25329         (spam-group-spam-processor-blacklist-p)
25330         (spam-group-spam-processor-ifile-p)
25331         (spam-group-ham-processor-ifile-p)
25332         (spam-group-spam-processor-spamoracle-p)
25333         (spam-group-spam-processor-crm114-p)
25334         (spam-group-ham-processor-bogofilter-p)
25335         (spam-group-spam-processor-stat-p)
25336         (spam-group-ham-processor-stat-p)
25337         (spam-group-ham-processor-whitelist-p)
25338         (spam-group-ham-processor-BBDB-p)
25339         (spam-group-ham-processor-spamoracle-p)
25340         (spam-group-ham-processor-copy-p): Remove functions with some
25341         prejudice against unneeded code.
25342         (spam-report-articles-resend)
25343         (spam-report-resend-register-routine): Allow the group/topic
25344         spam-resend-to value to override spam-report-resend-to.
25345         (spam-summary-prepare-exit): Invoke spam-group-processor-p
25346         properly now.
25347
25348         * gnus.el (spam-resend-to): Add group/topic parameter.
25349         (spam-process): Move the OBSOLETE processors to the end of the
25350         choices.
25351
25352 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
25353
25354         * spam-report.el (spam-report-resend-to, spam-report-resend):
25355         Start with resend-to set to nil, and then ask the user if necessary.
25356         (spam-report-resend): spam-report-resend takes a list of articles, not
25357         separate article numbers.
25358
25359 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25360
25361         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
25362         addition to emacs-w3m.
25363
25364 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25365
25366         * assistant.el (assistant-authinfo-data): New function.
25367         (assistant-eval): Eval for entire assistant.
25368
25369         * netrc.el (netrc-services-file): New variable.
25370         (netrc-parse-services): New function.
25371         (netrc-find-service-name): New function.
25372         (netrc-find-service-number): New function.
25373         (netrc-port-equal): New function.
25374         (netrc-machine): Use it.
25375
25376         * nnimap.el (nnimap-open-connection): Use netrc.
25377
25378         * gnus-util.el (gnus-netrc-get): Remove aliases.
25379
25380         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
25381
25382         * assistant.el (wid-edit): Fix compilation.
25383
25384         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
25385
25386 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
25387
25388         * gnus-util.el (gnus-set-file-modes): New function.  (small
25389         patch).
25390
25391 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25392
25393         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
25394
25395         * assistant.el (assistant-render-node): Fix up rendering and
25396         read-only text.
25397         (assistant-render-node): Reset.
25398         (assistant-make-read-only): Not sticky.
25399
25400 2004-05-20  Danny Siu  <dsiu@adobe.com>
25401
25402         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
25403         centered even when gnus-auto-center-summary is t.
25404
25405 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25406
25407         * dns.el (dns-get-txt-answer): New function.
25408         (dns-read-txt): Ditto.
25409         (query-dns): Use it.
25410
25411 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25412
25413         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
25414         active for foreign groups even if the group level is higher than
25415         the specified value.
25416
25417 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25418
25419         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
25420         non-active groups.
25421
25422         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
25423
25424 2004-05-20  Magnus Henoch  <mange@freemail.hu>
25425
25426         * dns.el (dns-read-type): Add support for SVR.  (small patch)
25427
25428 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
25429
25430         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
25431         (spam-crm114-header, spam-crm114-spam-switch)
25432         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
25433         (spam-crm114-positive-spam-header)
25434         (spam-crm114-database-directory, spam-list-of-processors)
25435         (spam-group-spam-processor-crm114-p)
25436         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
25437         (spam-generic-score, spam-list-of-checks)
25438         (spam-list-of-statistical-checks, spam-registration-functions)
25439         (spam-check-crm114-headers, spam-crm114-score)
25440         (spam-check-crm114, spam-crm114-register-with-crm114)
25441         (spam-crm114-register-spam-routine)
25442         (spam-crm114-unregister-spam-routine)
25443         (spam-crm114-register-ham-routine)
25444         (spam-crm114-unregister-ham-routine): Add CRM114 support.
25445
25446 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
25447
25448         * gnus.el: Add spam-use-crm114.
25449
25450         * spam.el (spam-list-of-processors, spam-registration-functions):
25451         Add spam-use-resend.
25452         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
25453         (spam-report-articles-gmane): Add doc fix.
25454         (spam-report-articles-resend, spam-report-resend-register-routine):
25455         Add wrappers around spam-report-resend-to.
25456
25457         * spam-report.el (spam-report-resend-to, spam-report-resend):
25458         Add support for resending spam.
25459         (spam-report-gmane): Fix line length >80.
25460
25461         * gnus.el (spam-process): Add spam-use-resend.
25462
25463 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25464
25465         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
25466         number of processed spam messages.
25467         (spam-ham-copy-or-move-routine): Return the number of processed
25468         ham messages.
25469         (spam-summary-prepare-exit): Use the above values to decide
25470         whether status messages shouled be displayed.
25471
25472 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
25473
25474         * rfc2047.el (rfc2047-encode-function-alist): Rename from
25475         `rfc2047-encoding-function-alist' in order to avoid conflicting
25476         with the old version.
25477         (rfc2047-encode-region): Concatenate words containing non-ASCII
25478         characters in structured fields; don't encode space-delimited
25479         ASCII words even in unstructured fields; don't break words at
25480         char-category boundaries.
25481         (rfc2047-encode-1): New function.
25482         (rfc2047-encode): Use it; encode text so that it occupies the
25483         maximum width within 76-column; work correctly on Q encoding for
25484         iso-2022-* charsets.
25485         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
25486         sure not to break a line just after the header name.
25487         (rfc2047-b-encode-region): Remove.
25488         (rfc2047-b-encode-string): New function.
25489         (rfc2047-q-encode-region): Remove.
25490         (rfc2047-q-encode-string): New function.
25491
25492         * mm-util.el (mm-replace-in-string): New function.
25493
25494 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25495
25496         * gnus-msg.el (gnus-inews-make-draft-meta-information):
25497         Really get it right.
25498         (gnus-inews-make-draft): Really.
25499
25500 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
25501
25502         * nnmh.el (nnmh-request-list-1): Don't check the link count
25503         before descending.  (small patch)
25504
25505 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25506
25507         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
25508         stuff.
25509
25510         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
25511         Match on real group name.
25512
25513         * gnus-art.el (gnus-signature-limit): Doc fix.
25514
25515         * gnus-msg.el (gnus-inews-make-draft): Quote list.
25516
25517         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
25518
25519 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
25520
25521         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
25522         isn't a string.
25523
25524 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25525
25526         * gnus-draft.el (gnus-draft-send):
25527         Bind rfc2047-encode-encoded-words.
25528
25529         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
25530         (rfc2047-encodable-p): Say that =? needs encoding.
25531         (rfc2047-encode-encoded-words): New variable.
25532
25533         * gnus-group.el (gnus-group-select-group): Doc fix.
25534
25535         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
25536
25537         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
25538         to nil.
25539
25540         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
25541
25542         * nnheader.el (nnheader-get-lines-and-char): New function.
25543
25544 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
25545
25546         * gnus-msg.el (gnus-summary-followup-with-original):
25547         Document yanking of region when active.
25548
25549 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25550
25551         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
25552         groups if the group level is higher than the specified value.
25553
25554 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25555
25556         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
25557         (gnus-group-jump-to-group): Add prefix argument using
25558         `gnus-group-jump-to-group-prompt'.  Query before jumping to
25559         non-active group.
25560
25561         * compface.el (uncompface): Be verbose when changing
25562         `uncompface-use-external'.
25563
25564         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
25565         handle manual section.
25566
25567 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25568
25569         * gnus-art.el (gnus-button-alist): Revert previous change.
25570
25571 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25572
25573         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
25574
25575 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25576
25577         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
25578         whether backend can accept message.
25579
25580         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
25581
25582 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
25583
25584         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25585         Avoid creating directory when nntp-marks-is-evil is true.
25586         Reported by Reiner Steib.
25587
25588 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25589
25590         * gnus-picon.el (gnus-picon-insert-glyph):
25591         Add optional `nostring' argument.
25592
25593 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25594
25595         * gnus-picon.el (gnus-picon-style): New variable.
25596         (gnus-picon-transform-address): Support `gnus-picon-style'.
25597
25598 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25599
25600         * message.el (message-fill-field): Return point.
25601         (message-generate-headers): Go to end of field.
25602
25603         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
25604         stuff for non-living groups.
25605
25606 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25607
25608         * gnus-art.el (gnus-article-followup-with-original)
25609         (gnus-article-reply-with-original): gnus-mark-active-p ->
25610         gnus-region-active-p.
25611
25612 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
25613
25614         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
25615         only when there is spam or ham to be processed.
25616
25617 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25618
25619         * mail-source.el (mail-source-delete-crash-box): Refactor.
25620         (mail-source-fetch): Use it.
25621         (mail-source-fetch-file): Ditto.
25622         (mail-source-fetch-directory): Run postscript in loop.
25623         (mail-source-fetch-pop): Delete.
25624         (mail-source-fetch-maildir): Ditto.
25625         (mail-source-fetch-imap): Ditto.
25626
25627         * imap.el (imap-authenticators): Comment out sasl.
25628
25629         * message.el (message-skip-to-next-address): New function.
25630         (message-fill-header-address): Refactor.
25631         (message-fill-address): Use it.
25632         (message-delete-address): Use it.
25633         (message-fill-header-general): Refactor.
25634         (message-fill-field-address): Rename.
25635         (message-narrow-to-field): Find the start of the header.
25636         (message-header-format-alist): Don't pre-fill.
25637         (message-fill-header): Remove.
25638         (message-insert-header): New function.
25639         (message-shorten-references): Use it.
25640
25641         * rfc2047.el (rfc2047-field-value): Strip props.
25642
25643         * mail-parse.el (mail-header-make-address): New alias.
25644
25645         * ietf-drums.el (ietf-drums-make-address): New function.
25646
25647         * imap.el: Add compiler directives.
25648
25649         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
25650
25651         * gnus-art.el (article-decode-idna-rhs): Don't use
25652         message-idna-inside-rhs-p.
25653
25654 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25655
25656         * message.el (message-idna-inside-rhs-p): Remove.
25657         (message-idna-to-ascii-rhs-1): Use proper address parsing.
25658
25659         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
25660         false positives.
25661
25662 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
25663
25664         * imap.el (imap-sasl-make-mechanisms): Use sasl.
25665
25666 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25667
25668         * nneething.el (nneething-file-name): Don't create spurious
25669         files.
25670
25671         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
25672         (gnus-inews-do-gcc): Remove sleep.
25673
25674         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
25675         part under point.
25676
25677         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
25678         (gnus-agent-regenerate-group): Using nil messages aren't valid.
25679
25680 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
25681
25682         * spam.el (spam-summary-prepare-exit): Fix (length).
25683
25684 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
25685
25686         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
25687         as expired without moving it" message when there are spam
25688         messages left.
25689
25690 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
25691
25692         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
25693         header is not nil.
25694
25695 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
25696
25697         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25698         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
25699         (nntp-marks-changed-p): New arg SERVER.
25700         (nntp-request-update-info): Adjust caller.
25701
25702 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
25703
25704         * nntp.el (nntp-save-marks): Pass missing arg.
25705
25706 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
25707
25708         * nntp.el: Support marks.
25709         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
25710         (nntp-marks-modtime, nntp-marks-directory): New variables.
25711         (nntp-request-set-mark, nntp-request-update-info)
25712         (nntp-possibly-create-directory, nntp-marks-changed-p)
25713         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
25714         New functions.
25715
25716 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
25717
25718         * gnus-xmas.el (gnus-xmas-select-lowest-window)
25719         (gnus-xmas-redefine): Rename.
25720
25721         * gnus-score.el (gnus-score-insert-help):
25722         Use gnus-select-lowest-window.
25723
25724         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
25725         appt-select-lowest-window and rename to gnus-select-lowest-window.
25726
25727         * gnus.el: do.
25728
25729 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25730
25731         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
25732         encodings of MIME-encoded words, in order to improve
25733         interoperability with several broken MUAs.
25734
25735 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25736
25737         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
25738         tags, only when charsets are not specified in headers.
25739         (mm-inline-text-html-render-with-w3m): Ditto.
25740
25741         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
25742         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
25743
25744 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25745
25746         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
25747         instead of MIME-decoded from fields when checking
25748         `gnus-article-address-banner-alist'.
25749
25750 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
25751
25752         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
25753         description rather than subject.
25754
25755 2004-05-02  Steve Youngs  <steve@youngs.au.com>
25756
25757         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
25758
25759 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25760
25761         * gnus.el (gnus-version-number): Bump.
25762
25763 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25764
25765         * gnus.el: No Gnus v0.2 is released.
25766
25767 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25768
25769         * gnus-agent.el (gnus-agent-read-agentview):
25770         Inline gnus-uncompress-range.
25771
25772 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25773
25774         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
25775         `exec-installed-p'.
25776
25777 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25778
25779         * gnus.el (spam-process, spam-autodetect-methods):
25780         Add bsfilter and bsfilter-headers.
25781
25782         * spam.el (spam-bsfilter): New customize group.
25783         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
25784         (spam-bsfilter-header, spam-bsfilter-probability-header)
25785         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
25786         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
25787         (spam-bsfilter-database-directory): New options.
25788         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
25789         (spam-list-of-statistical-checks, spam-registration-functions):
25790         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
25791         (spam-bsfilter-score): New command.
25792         (spam-check-bsfilter-headers, spam-check-bsfilter)
25793         (spam-bsfilter-register-with-bsfilter)
25794         (spam-bsfilter-register-spam-routine)
25795         (spam-bsfilter-unregister-spam-routine)
25796         (spam-bsfilter-register-ham-routine)
25797         (spam-bsfilter-unregister-ham-routine): New functions.
25798         (spam-generic-score): Support bsfilter; Accept an optional argument
25799         to recalcurate spam score even if scoring header has already been
25800         added.
25801         (spam-bogofilter-score, spam-spamassassin-score): Accept an
25802         optional argument to recalcurate spam score even if scoring header
25803         has already been added.
25804
25805 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
25806
25807         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
25808         strings!  Reported by David D. Smith <davidsmith@acm.org>.
25809         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
25810         link is missing.
25811
25812 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
25813
25814         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
25815         (html2text-get-attr): Rewrite.
25816
25817         * message.el (message-setup-1): Remove redundant put-text-property
25818         on mail-header-separator.
25819
25820 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
25821
25822         * gnus-registry.el (gnus-registry-cache-whitespace)
25823         (gnus-registry-action, gnus-registry-spool-action)
25824         (gnus-registry-split-fancy-with-parent): Change message levels
25825         from 5 to 3 or 7, as needed.
25826
25827         * spam.el (spam-summary-prepare-exit)
25828         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
25829         (spam-split, spam-find-spam, spam-log-undo-registration)
25830         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
25831         level from 5 to 6.
25832
25833 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25834
25835         * gnus-ems.el: Autoload appt-select-lowest-window (revert
25836         2004-03-04 change).
25837
25838 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
25839
25840         * sieve-manage.el (sieve-manage-open):
25841         * nnweb.el (nnweb-insert-html):
25842         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
25843         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
25844         * nnspool.el (nnspool-request-group):
25845         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
25846         * nnml.el (nnml-request-update-info):
25847         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
25848         (nnmh-request-create-group, nnmh-update-gnus-unreads):
25849         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
25850         (nnimap-request-set-mark):
25851         * nnfolder.el (nnfolder-request-update-info):
25852         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
25853         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
25854         * gnus-uu.el (gnus-uu-find-articles-matching):
25855         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
25856         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
25857         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
25858         * gnus-nocem.el (gnus-nocem-scan-groups):
25859         * gnus-int.el (gnus-start-news-server):
25860         * gnus-group.el (gnus-group-make-kiboze-group)
25861         (gnus-group-browse-foreign-server):
25862         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
25863         Use mapc when appropriate.
25864
25865 2004-04-22  Dan Christensen  <jdc@uwo.ca>
25866             Adam Sjøgren  <asjo@koldfront.dk>
25867             Wes Hardaker  <wes@hardakers.net>
25868             Michael Shields  <shields@msrl.com>
25869
25870         * spam.el (spam-necessary-extra-headers): Get the extra headers we
25871         may need for spam sorting and scoring.
25872         (spam-user-format-function-S): Add user format function suitable for
25873         general use.
25874         (spam-article-sort-by-spam-status): Add sorting function for summary
25875         sorting.
25876         (spam-extra-header-to-number): Add function to get a score from a
25877         header.
25878         (spam-summary-score): Add function to get a numeric score from the
25879         headers.
25880         (spam-generic-score): Fix function doc, was in wrong place.
25881         (spam-initialize): Take symbols when it's run, and install the
25882         extra headers that spam-necessary-extra-headers thinks we need.
25883
25884 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
25885
25886         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
25887         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25888
25889 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
25890
25891         * gnus-sum.el (gnus-set-global-variables)
25892         (gnus-build-all-threads, gnus-get-newsgroup-headers)
25893         (gnus-article-get-xrefs, gnus-summary-best-group)
25894         (gnus-summary-next-article, gnus-summary-enter-digest-group)
25895         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
25896         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
25897         Use with-current-buffer.
25898
25899 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
25900
25901         * spam.el (spam-summary-prepare-exit): Simplify logic.
25902         (spam-fetch-article-header): Read the article header if it's not
25903         available.
25904         (spam-list-articles): Simplify logic.
25905         (spam-filelist-register-routine): Fix bug with unregister-list.
25906
25907         * gnus-registry.el: Fix comments at beginning.
25908
25909 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
25910
25911         * message.el (message-cater-to-broken-inn): Remove.
25912         (message-shorten-references): Make sure the total folded length of
25913         References is shorter than 998 characters to cater to a bug in INN
25914         2.3.  Also, don't pretend that references aren't folded -- this
25915         hasn't worked for a while.
25916
25917 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25918
25919         * gnus-agent.el (gnus-agentize):
25920         gnus-agent-send-mail-real-function no longer set to current value
25921         of message-send-mail-function but rather a lambda that calls
25922         message-send-mail-function.  The change makes the agent real-time
25923         responsive to user changes to message-send-mail-function.
25924
25925 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25926
25927         * legacy-gnus-agent.el
25928         (gnus-agent-convert-to-compressed-agentview): Fix typos with
25929         help from Florian Weimer <fw@deneb.enyo.de>
25930
25931 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25932
25933         * nnmail.el (nnmail-cache-insert): Revert last change.
25934
25935 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25936
25937         * nnmail.el (nnmail-cache-insert): Always check whether
25938         nnmail-cache-ignore-groups matches a group name.
25939
25940 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
25941
25942         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
25943         (spam-find-spam, spam-log-processing-to-registry)
25944         (spam-log-registered-p, spam-log-unregistration-needed-p)
25945         (spam-log-undo-registration): Use gnus-message instead of
25946         gnus-error, none of these errors are fatal.
25947
25948         * gnus-registry.el (gnus-registry-clean-empty-function)
25949         (gnus-registry-clean-empty): Remove only empty entries without
25950         extra data.
25951
25952 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
25953
25954         * spam-stat.el (spam-stat-buffer-change-to-spam)
25955         (spam-stat-buffer-change-to-non-spam): Change (error) to
25956         (gnus-message 8) invocation.
25957
25958 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25959
25960         * nntp.el (nntp-via-netcat-command): New variable.
25961         (nntp-via-netcat-switches): New variable.
25962         (nntp-open-via-rlogin-and-netcat): New function.
25963         (nntp-open-connection-function): Doc fix.
25964         (nntp-telnet-command): Doc fix.
25965         (nntp-end-of-line): Doc fix.
25966         (nntp-via-rlogin-command): Doc fix.
25967         (nntp-via-user-name): Doc fix.
25968         (nntp-via-address): Doc fix.
25969
25970 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25971
25972         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
25973         error in Emacs 21.1.
25974
25975 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
25976
25977         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
25978
25979 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25980
25981         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
25982         (gnus-agent-with-refreshed-group): New macro.
25983         (gnus-agent-rename-group): New function.
25984         (gnus-agent-delete-group): New function.
25985         (gnus-agent-save-group-info): Use gnus-command-method when
25986         `method' parameter is nil.  Don't write nil entries into the
25987         active file.
25988         (gnus-agent-get-group-info): New function.
25989         (gnus-agent-fetch-articles):
25990         Use gnus-agent-update-files-total-fetched-for to increment disk space
25991         used.
25992         (gnus-agent-fetch-headers, gnus-agent-save-alist):
25993         Use gnus-agent-update-view-total-fetched-for to increment disk space
25994         used.
25995         (gnus-agent-get-local): Add optional parameters to avoid calling
25996         gnus-group-real-name and gnus-find-method-for-group.
25997         (gnus-agent-set-local): Delete stored entry if either min, or max,
25998         are nil.
25999         (gnus-agent-fetch-session): Reworded error/quit messages.
26000         On quit, use gnus-agent-regenerate-group to record existance of any
26001         articles fetched to disk before the quit occurred.
26002         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
26003         gnus-agent-update-view-total-fetched-for, and
26004         gnus-agent-update-files-total-fetched-for to decrement disk space
26005         used.
26006         (gnus-agent-retrieve-headers):
26007         Use gnus-agent-update-view-total-fetched-for to increment disk space
26008         used.
26009         (gnus-agent-regenerate-group): Replace gnus-group-update-group
26010         with gnus-agent-update-files-total-fetched-for to decrement disk
26011         space and fresh group buffer.
26012         (gnus-agent-inhibit-update-total-fetched-for): New variable.
26013         (gnus-agent-need-update-total-fetched-for): New variable.
26014         (gnus-agent-update-files-total-fetched-for): New function.
26015         (gnus-agent-update-view-total-fetched-for): New function.
26016         (gnus-agent-total-fetched-for): New function.
26017
26018         * gnus-cache.el (gnus-cache-save-buffers):
26019         Use gnus-cache-update-overview-total-fetched-for to change disk space
26020         used by this group.
26021         (gnus-cache-possibly-enter-article):
26022         Use gnus-cache-update-file-total-fetched-for to increment disk space
26023         used by this group.
26024         (gnus-cache-possibly-remove-article):
26025         Use gnus-cache-update-file-total-fetched-for to decrement disk space
26026         used by this group.
26027         (gnus-cache-generate-nov-databases): Purge total fetched cache.
26028         (gnus-cache-rename-group): New function.
26029         (gnus-cache-delete-group): New function.
26030         (gnus-cache-inhibit-update-total-fetched-for): New variable.
26031         (gnus-cache-need-update-total-fetched-for): New variable.
26032         (gnus-cache-with-refreshed-group): New macro.
26033         (gnus-cache-update-file-total-fetched-for): New function.
26034         (gnus-cache-update-overview-total-fetched-for): New function.
26035         (gnus-cache-rename-group-total-fetched-for): New function.
26036         (gnus-cache-delete-group-total-fetched-for): New function.
26037         (gnus-cache-total-fetched-for): New function.
26038
26039         * gnus-group.el: Require gnus-sum and autoload functions to
26040         resolve warnings when gnus-group.el compiled alone.
26041         (gnus-group-line-format): Document new %F.
26042         (size of Fetched data) group line format; identifies disk space
26043         used by agent and cache.
26044         (gnus-group-line-format-alist): Define new F format.
26045         (gnus-total-fetched-for): New function.
26046         (gnus-group-delete-group): No longer update
26047         gnus-cache-active-altered as gnus-request-delete-group now keeps
26048         the cache in sync.
26049         (gnus-group-list-active): Let the agent store a server's active
26050         list if currently plugged.
26051
26052         * gnus-int.el (gnus-request-delete-group):
26053         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
26054         local disk in sync with the server.
26055         (gnus-request-rename-group):
26056         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
26057         local disk in sync with the server.
26058
26059         * gnus-start.el (gnus-get-unread-articles):
26060         Cosmetic simplification to logic.
26061
26062         * gnus-util.el (gnus-rename-file): New function.
26063
26064 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
26065
26066         * mm-util.el (mm-image-load-path): Handle nil in load-path.
26067
26068 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
26069
26070         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
26071         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
26072
26073 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
26074
26075         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
26076         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
26077
26078 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
26079
26080         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
26081
26082 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
26083
26084         * spam.el (spam-set-difference): Add function to replace
26085         gnus-set-difference in spam.el.
26086         (spam-summary-prepare-exit): Use spam-set-difference.
26087
26088 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
26089
26090         * gnus-registry.el (gnus-registry-cache-file): Update to use
26091         gnus-dribble-directory OR gnus-home-directory OR ~.
26092         (gnus-registry-split-fancy-with-parent): Fix doc.
26093
26094 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26095
26096         * message.el (message-exchange-point-and-mark):
26097         Use message-mark-active-p.  Suggested by Jesper Harder
26098         <harder@ifa.au.dk>.
26099
26100 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26101
26102         * message.el (message-exchange-point-and-mark): Don't activate
26103         region if it was inactive.  Suggested by Hiroshi Fujishima
26104         <pooh@nature.tsukuba.ac.jp>.
26105
26106 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26107
26108         * gnus-art.el (article-display-face): Display Faces in the same
26109         order as X-Faces.
26110
26111 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26112
26113         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
26114
26115 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26116
26117         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
26118         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
26119         (gnus-article-mime-hierarchy): Remove.
26120         (gnus-article-mime-hierarchy-next): Remove.
26121         (gnus-article-mode): Revert 2004-03-19 change.
26122         (gnus-article-setup-buffer): Revert 2004-03-19 change.
26123         (gnus-insert-mime-button): Revert 2004-03-19 change.
26124         (gnus-mime-accumulate-hierarchy): Remove.
26125         (gnus-mime-enter-multipart): Remove.
26126         (gnus-mime-leave-multipart): Remove.
26127         (gnus-mime-display-part): Revert 2004-03-19 change.
26128         (gnus-mime-display-alternative): Revert 2004-03-19 change.
26129
26130         * mml.el (mml-preview): Revert 2004-03-19 change.
26131
26132 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
26133
26134         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
26135
26136 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26137
26138         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
26139         t while entering a file name using the mm-with-multibyte macro.
26140         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26141
26142         * mm-util.el (mm-with-multibyte): New macro.
26143
26144 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26145
26146         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
26147         New user option.
26148         (gnus-mime-multipart-functions): Doc and customization fix.
26149         (gnus-article-mime-hierarchy): New variable.
26150         (gnus-article-mime-hierarchy-next): New variable.
26151         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
26152         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
26153         gnus-article-mime-hierarchy-next to nil.
26154         (gnus-insert-mime-button): Show hierarchy numbers.
26155         (gnus-mime-accumulate-hierarchy): New function.
26156         (gnus-mime-enter-multipart): New function.
26157         (gnus-mime-leave-multipart): New function.
26158         (gnus-mime-display-part): Recompute hierarchical MIME structure.
26159         (gnus-mime-display-alternative): Show hierarchy numbers.
26160
26161         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
26162         gnus-article-mime-hierarchy-next to nil.
26163
26164 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
26165
26166         * dns.el: Don't require gnus-xmas.
26167
26168 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
26169
26170         * mml.el (mml-generate-mime-1): Don't use format=flowed with
26171         inline PGP.
26172         (mml-menu): Disable mml-quote-region if mark is inactive.
26173
26174 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26175
26176         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
26177         when the group's active is not available.
26178
26179 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26180
26181         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
26182         error.
26183
26184 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
26185
26186         * imap.el (imap-store-password): New variable.
26187         (imap-interactive-login): Use it.
26188         Suggested by Mark Plaksin <happy@mcplaksin.org>.
26189
26190 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26191
26192         * gnus-art.el (gnus-article-read-summary-keys): Restore new
26193         window-start and hscroll to summary window.
26194
26195 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26196
26197         * gnus-start.el (gnus-convert-old-newsrc): Only write the
26198         conversion message to newsrc-dribble when an actual conversion is
26199         performed.
26200
26201 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
26202
26203         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
26204
26205 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26206
26207         * mm-decode.el (mm-complicated-handles): New function reviving
26208         former definition of mm-multiple-handles.
26209
26210         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
26211         (gnus-mime-delete-part): Use it.
26212
26213 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26214
26215         * gnus-agent.el (gnus-agent-read-local):
26216         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
26217         avoid the implicit assumption that they will always be equal.
26218         (gnus-agent-save-local): Bind buffer-file-coding-system, not
26219         coding-system-for-write, as the with-temp-file macro first prints
26220         to a buffer then saves the buffer.
26221
26222 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26223
26224         * gnus-art.el (gnus-article-edit-part): New function.
26225         (gnus-mime-save-part-and-strip): Use it; do query instead of
26226         signaling an error; don't use mm-multiple-handles.
26227         (gnus-mime-delete-part): Ditto.
26228
26229 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26230
26231         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
26232         old file versions.
26233         (gnus-group-prepare-hook): Remove function that converted list
26234         form of gnus-agent-expire-days to group properties.
26235
26236         * gnus-int.el: Autoload gnus-agent-regenerate-group.
26237         (gnus-request-accept-article): Re-indented.
26238
26239         * gnus-start.el (gnus-convert-old-newsrc): Registered new
26240         converters to handle old agent file formats.  Add logic for a
26241         "backup before upgrading warning".
26242         (gnus-convert-mark-converter-prompt): Developers can mark
26243         functions as needing (default), or not needing,
26244         gnus-convert-old-newsrc's "backup before upgrading warning".
26245         (gnus-convert-converter-needs-prompt): Tests whether the user
26246         should be protected from potentially irreversable changes by the
26247         function.
26248
26249         * legacy-gnus-agent.el: New.  Provides converters that are only
26250         loaded when gnus-convert-old-newsrc needs to call them.
26251
26252 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26253
26254         * mail-source.el (mail-source-touch-pop): Doc fix.
26255
26256         * message.el (message-smtpmail-send-it): Doc fix.
26257
26258 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
26259
26260         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
26261
26262         * nnmail.el (nnmail-split-fancy): do.
26263
26264         * gnus-kill.el (gnus-kill, gnus-execute): do.
26265
26266 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
26267
26268         * gnus-sum.el (gnus-widget-reversible-match)
26269         (gnus-widget-reversible-to-internal)
26270         (gnus-widget-reversible-to-external): New functions.
26271         (gnus-widget-reversible): New widget.
26272         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
26273
26274 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
26275
26276         * gnus-sum.el (gnus-thread-sort-functions)
26277         (gnus-article-sort-functions): Document `(not F)' items.
26278
26279 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
26280
26281         * spam.el (spam-use-gmane-xref): Add new backend.
26282         (spam-gmane-xref-spam-group): Add variable to control the name of the
26283         Gmane spam group.
26284         (spam-blackhole-servers, spam-blackhole-good-server-regex)
26285         (spam-regex-headers-spam, spam-regex-headers-ham)
26286         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
26287         (spam-list-of-checks): Add spam-use-gmane-xref to list of
26288         backends and checks.
26289         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
26290
26291         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
26292         an autodetect method.
26293
26294 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26295
26296         * gnus-int.el (gnus-request-accept-article): Inform the agent that
26297         articles are being added to a group.
26298         (gnus-request-replace-article): Inform the agent that articles
26299         need to be uncached as the cached contents are no longer valid.
26300
26301 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26302
26303         * binhex.el: Don't autoload executable-find.
26304
26305         * canlock.el: Don't autoload mail-fetch-field.
26306
26307         * dgnushack.el: Autoload c-mode for XEmacs.
26308
26309         * gnus-ems.el: Don't autoload appt-select-lowest-window.
26310
26311         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
26312         rmail-dont-reply-to and rmail-output.
26313
26314         * gnus-score.el: Don't autoload ffap-string-at-point.
26315
26316         * gnus-setup.el: Don't autoload sc-cite-original.
26317
26318         * imap.el: Don't autoload base64-decode-string,
26319         base64-encode-string and md5.
26320
26321         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
26322         and rmail-msg-restore-non-pruned-header.
26323
26324         * mm-decode.el: Don't autoload executable-find.
26325
26326         * mm-url.el: Don't autoload executable-find.
26327
26328         * mm-view.el: Don't autoload diff-mode.
26329
26330         * nndb.el: Don't autoload news-reply-mode, news-setup,
26331         cancel-timer and telnet.
26332
26333         * password.el: Don't autoload run-at-time for Emacs.
26334
26335         * sha1-el.el: Don't autoload executable-find.
26336
26337         * sieve-mode.el: Don't autoload c-mode.
26338
26339         * uudecode.el: Don't autoload executable-find.
26340
26341 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26342
26343         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
26344         (gnus-agent-possibly-alter-active): Avoid null in numeric
26345         comparison.
26346         (gnus-agent-set-local): Refuse to save null in local object table.
26347         (gnus-agent-regenerate-group): The REREAD parameter can now be a
26348         list of articles that will be marked as unread.
26349
26350 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26351
26352         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
26353
26354 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
26355
26356         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
26357         language tags.
26358
26359 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
26360
26361         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
26362         Don't bind "obarray".
26363
26364         * gnus-sum.el (gnus-thread-sort-functions):
26365         Add `gnus-thread-sort-by-most-recent-number' and
26366         `gnus-thread-sort-by-most-recent-date'.
26367         Reported by Kai Grossjohann <kai@emptydomain.de>.
26368
26369 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
26370
26371         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
26372
26373 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26374
26375         * gnus-cus.el (gnus-agent-customize-category):
26376         Remove ignore-errors macro reference that required cl to be loaded at
26377         run-time.
26378
26379         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
26380         single-interval range of the form (min . max).  Previously the
26381         range had to look like ((min . max)).  Likewise, return
26382         (min . max) rather than ((min . max)).
26383         (gnus-range-map): Use gnus-range-normalize to accept
26384         single-interval range.
26385
26386         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
26387         the cache, but not the agent, now appear with their usual face.
26388
26389         * dgnushack.el (loaddir): New variable that is bound to the
26390         directory containing the dgnushack.el file.  Use loaddir, rather
26391         than srcdir, to update load-path.  Change lets dgnushack compile
26392         code in directories other than GNUS/lisp.
26393
26394 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
26395
26396         * lpath.el: Don't bind w3m-safe-url-regexp.
26397
26398         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
26399         w3m-safe-url-regexp variable buffer-local.
26400
26401         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26402
26403 2004-02-27  Simon Josefsson  <jas@extundo.com>
26404
26405         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
26406         gnus-group-real-prefix.
26407         (gnus-summary-move-article): Use it, instead of
26408         gnus-group-real-prefix.
26409
26410 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26411
26412         * lpath.el: Bind w3m-safe-url-regexp.
26413
26414         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
26415         w3m-safe-url-regexp variable buffer-local and set it as the value
26416         of mm-w3m-safe-url-regexp.
26417
26418         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26419
26420         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
26421         parsing gnus-posting-styles when the message is not for replying.
26422
26423         * dgnushack.el: Autoload sgml-mode for XEmacs.
26424
26425         * nnrss.el (nnrss-opml-export):
26426         Use mm-set-buffer-file-coding-system instead of
26427         set-buffer-file-coding-system.
26428
26429 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
26430
26431         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
26432         of checkdoc.el).
26433         * nnrss.el: do.
26434         * gnus-mlspl.el: do.
26435         * gnus-ml.el: do.
26436         * gnus-srvr.el: do.
26437
26438         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
26439
26440 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
26441
26442         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
26443         Corrections to custom-manual links.
26444
26445         * gnus-art.el (gnus-article): Ditto.
26446
26447         * mm-decode.el (mime-display, mime-security): Ditto.
26448
26449 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26450
26451         * flow-fill.el: Typo.
26452
26453 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
26454
26455         * spam-wash.el: New file.
26456
26457 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
26458
26459         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
26460
26461 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
26462
26463         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
26464         to be run with new-articles as LIST1, not LIST2.
26465         (spam-registration-functions): Add spam-use-ham-copy as a nil
26466         registration backend.
26467
26468 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26469
26470         * spam-stat.el (spam-stat-washing-hook): New option.
26471         (spam-stat-buffer-words): Use it.
26472         (spam-stat-process-directory, spam-stat-test-directory):
26473         Use insert-file-contents-literally.
26474         (spam-stat-coding-system): New variable.
26475         (spam-stat-load, spam-stat-save): Use it.
26476
26477 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26478
26479         * spam-report.el (spam-report-plug-agent):
26480         Quote spam-report-url-to-file and spam-report-url-ping-plain.
26481
26482 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
26483
26484         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
26485         Allow / in mailto URLs.
26486
26487 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
26488
26489         * spam-report.el (spam-report-process-queue): Fix interactive use.
26490         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
26491         (spam-report-unplug-agent): Doc fixes.
26492         (spam-report-url-ping-mm-url, spam-report-url-to-file)
26493         (spam-report-agentize, spam-report-deagentize): Autoload.
26494
26495 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26496
26497         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
26498
26499         * message.el (message-setup-fill-variables): Add mml tags to
26500         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
26501         <ajk@iu.edu>.
26502         (message-mode): Don't modify paragraph-separate there.
26503
26504 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26505
26506         * compface.el (uncompface-use-external): Default to undecided.
26507         (uncompface-use-external-threshold): New variable.
26508         (uncompface-float-time): New macro.
26509         (uncompface): Determine whether to use the external decoder if
26510         uncompface-use-external is undecided.
26511
26512 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26513
26514         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
26515         after images.
26516
26517         * gnus-art.el (gnus-mime-display-single): Remove dead code.
26518
26519 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
26520
26521         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
26522
26523         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
26524
26525         * gnus-sum.el (gnus-summary-limit-to-age)
26526         (gnus-summary-limit-children): do.
26527
26528         * gnus-int.el (gnus-request-scan): do.
26529
26530         * gnus-group.el (gnus-group-suspend): do.
26531
26532         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
26533
26534         * gnus-cite.el (gnus-cite-parse-attributions): do.
26535
26536         * gnus-agent.el (gnus-summary-set-agent-mark)
26537         (gnus-agent-regenerate-group): do.
26538
26539         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
26540
26541         * binhex.el (binhex-decode-region-internal): do.
26542
26543 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26544
26545         * gnus-fun.el (gnus-face-properties-alist): New user option.
26546         (gnus-display-x-face-in-from): Use it.
26547
26548         * gnus-art.el (article-display-face): Ditto.
26549
26550         * compface.el (uncompface-use-external): Default to nil.
26551
26552 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
26553
26554         * nntp.el (nntp-erase-buffer): New function.
26555         (nntp-retrieve-data, nntp-send-command)
26556         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
26557         (nntp-possibly-change-group): Use it.
26558
26559         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
26560         Use with-current-buffer.
26561
26562 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
26563
26564         * compface.el: Merge the ELisp-based uncompface program.
26565         (compface): New customization group.
26566         (uncompface-use-external): New user option.
26567         (uncompface): Call uncompface-internal if uncompface-use-external
26568         is nil.
26569         (uncompface-internal): New function.  Note that there are also
26570         some other functions and variables added for this function.
26571
26572 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
26573
26574         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
26575         if necessary.
26576
26577 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
26578
26579         * spam-report.el (spam-report-unplug-agent)
26580         (spam-report-plug-agent, spam-report-deagentize)
26581         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
26582         Add support for the Agent in spam-report: when unplugged, report to a
26583         file; when plugged, submit all the requests.
26584
26585         * spam.el (spam-register-routine): Fix message about
26586         registration.
26587
26588 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
26589
26590         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
26591         dependencies.
26592         (rfc2047-encode): Use it.
26593
26594         * gnus-art.el (gnus-button-marker-list): Move before first
26595         reference.
26596
26597         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
26598         (imap-parse-body): Fix format string mismatch.
26599
26600         * gnus-score.el (gnus-summary-increase-score): do.
26601
26602         * nnrss.el (nnrss-close): New function.
26603
26604 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
26605
26606         * nnrss.el (nnrss-make-filename): New function.
26607         (nnrss-request-delete-group, nnrss-read-server-data)
26608         (nnrss-save-server-data, nnrss-read-group-data)
26609         (nnrss-save-group-data): Use it.
26610         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
26611         (nnrss-read-server-data, nnrss-read-group-data): Use load.
26612         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
26613
26614 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
26615
26616         * mml.el (mml-compute-boundary-1): Don't uncompress files.
26617
26618 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
26619
26620         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
26621         files.
26622
26623         * message.el (message-generate-headers-first): Don't quote nil
26624         and t in docstrings.
26625
26626         * imap.el (imap-id): do.
26627
26628         * gnus-agent.el (gnus-agent-consider-all-articles)
26629         (gnus-agent-queue-mail): do.
26630
26631 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
26632
26633         * spam-report.el (spam-report-process-queue): New function.
26634         Process requests from `spam-report-requests-file'.
26635         (spam-report-process-queue): Doc fix.
26636
26637 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
26638
26639         * spam.el (spam-register-routine)
26640         (spam-log-processing-to-registry, spam-log-registered-p)
26641         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26642         Change "check" to "spam-check" for semi-clarity.
26643
26644 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
26645
26646         * pop3.el: Require nnheader.
26647
26648         * mml-smime.el: Require cl.  Autoload message-fetch-field.
26649
26650         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
26651
26652         * gnus-picon.el: Require cl.
26653
26654         * gnus-fun.el: Require gnus-ems and gnus-util.
26655
26656         * gnus.el (gnus-method-to-server): Move defsubst before first use.
26657
26658         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
26659
26660         * gnus-art.el (gnus-article-edit-mode): Define before first
26661         reference.
26662
26663 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
26664
26665         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
26666         (gnus-uu-post-encoded): Use point-at-bol.
26667
26668         * gnus-topic.el (gnus-group-active-topic-p): do.
26669
26670         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
26671
26672         * gnus-group.el (gnus-group-kill-region): do.
26673
26674         * gnus-art.el (article-date-ut): do.
26675
26676         * message.el (message-fetch-field): Remove redundant
26677         case-fold-search binding.
26678         (message-narrow-to-field): Simplify.
26679
26680 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
26681
26682         * spam.el (spam-directory): Derive from `gnus-directory'.
26683
26684         * spam-report.el (spam-report-url-to-file)
26685         (spam-report-requests-file): New function and variable for offline
26686         reporting.
26687         (spam-report-url-ping-function): Add `spam-report-url-to-file'
26688         and user defined function.
26689         (spam-report-url-ping-mm-url): Remove doubled slash.
26690
26691 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
26692
26693         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
26694
26695 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
26696
26697         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
26698         Fix format string mismatch.
26699
26700         * sieve.el (sieve-deactivate-all): do.
26701
26702         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
26703
26704         * nnlistserv.el (nnlistserv-kk-wash-article): do.
26705
26706         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
26707
26708         * mm-bodies.el (mm-7bit-chars): Don't include \r.
26709
26710 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
26711
26712         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
26713         the list of checks.
26714
26715 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
26716
26717         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
26718         padding.
26719
26720 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
26721
26722         * mm-view.el (mm-fill-flowed): New variable.
26723         (mm-inline-text): Use it.
26724
26725 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
26726
26727         * spam.el (spam-spamassassin-register-ham-routine)
26728         (spam-spamassassin-register-spam-routine): Fix function names.
26729
26730 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26731
26732         * gnus.el (gnus-tmp-grouplens): Remove.
26733         (gnus-summary-line-format): Remove grouplens.
26734
26735         * gnus-group.el (gnus-group-line-format): Ditto.
26736
26737         * gnus-spec.el (gnus-format-specs): Ditto.
26738         (gnus-update-format-specifications): Flush the group format spec
26739         cache if there's the grouplens stuff.
26740         (gnus-parse-simple-format): Replace %l with the empty string.
26741
26742 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
26743
26744         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
26745         omission.
26746
26747 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26748
26749         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
26750         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26751
26752 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26753
26754         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
26755         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
26756         New macros and functions.
26757         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
26758         Handle > NLINK_MAX messages.
26759         * nnmaildir.el (nnmaildir-request-set-mark):
26760         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
26761
26762 2004-01-25  Alex Schroeder  <alex@gnu.org>
26763
26764         * spam-stat.el (spam-stat-process-directory-age): New option.
26765         (spam-stat-process-directory): Use it.
26766
26767 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
26768
26769         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
26770         (spam-stat-save): Accept prefix argument.
26771
26772 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
26773
26774         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
26775         links" error.
26776
26777 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26778
26779         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
26780         the rest of the and/or forms.
26781
26782 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26783
26784         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
26785         compatibility with old .newsrc.eld files.
26786
26787         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
26788
26789         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
26790
26791         * gnus-start.el (gnus-1): do.
26792
26793         * gnus-group.el (gnus-group-line-format-alist): do.
26794
26795         * gnus.el (gnus-use-grouplens, gnus-visual): do.
26796
26797         * gnus-gl.el: Remove.
26798
26799 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26800
26801         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
26802         marks consisting of a single range {for example, (3 . 5)} rather
26803         than a list of a single range { ((3 . 5)) }.
26804
26805 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26806
26807         * spam-stat.el (spam-stat-store-gnus-article-buffer):
26808         Use with-current-buffer.
26809         (spam-stat-store-current-buffer): Use insert-buffer-substring to
26810         avoid consing a string.
26811
26812         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
26813         Remove obsolete entries for big5 and gb2312.
26814
26815 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26816
26817         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
26818         uncompressed list.
26819
26820 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
26821
26822         * spam-stat.el (spam-stat-strip-xref): New function.
26823         (spam-stat-process-directory): Use it.
26824
26825         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
26826         here -- it's done in message-fetch-field.
26827
26828 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26829
26830         * gnus-agent.el (gnus-agent-queue-mail)
26831         (gnus-agent-prompt-send-queue): New variables.
26832         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
26833         * gnus-draft.el (gnus-group-send-queue): Pass the group name
26834         "nndraft:queue" along to gnus-draft-send.
26835         Use gnus-agent-prompt-send-queue.
26836         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
26837         is "nndraft:queue".  Suggested by Gaute Strokkenes
26838         <gs234@srcf.ucam.org>
26839
26840         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
26841         (agent-enable-undownloaded-faces): Add.
26842         (gnus-agent-cat-groups): Use eval-and-compile, not
26843         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
26844         method of gnus-agent-cat-groups even when the buffer has been
26845         evaled.
26846         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
26847         delete gnus-agent-save-active-1.
26848         (gnus-agent-save-groups): Delete.  Identical to
26849         gnus-agent-save-active.
26850         (gnus-agent-write-active): No longer adjust agent's copy of active
26851         file as agent's adjustments are now stored in their own
26852         file.  Remove optional parameter.
26853         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
26854         servers.  Add use of min/max range limits from server's local
26855         file.
26856         (gnus-agent-save-alist): Remove unused optional argument.
26857         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
26858         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
26859         (gnus-agent-set-local): A per-server file that keeps min/max range
26860         limits for articles known to the agent.  Provides a fast mechanism
26861         for altering many active ranges.
26862         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
26863         active file (local makes it unnecessary).
26864         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
26865
26866         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
26867         (agent-enable-undownloaded-faces): Add.
26868
26869         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
26870         disable it when sending to "nndraft:queue".
26871         (gnus-group-send-queue): Add safety check to avoid sending queue
26872         when unplugged.
26873
26874         * gnus-group.el (gnus-group-catchup): Use new
26875         gnus-sequence-of-unread-articles, not
26876         gnus-list-of-unread-articles, to avoid exhausting memory with huge
26877         numbers of articles.  Use gnus-range-map to avoid having to
26878         uncompress the unread list.
26879         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
26880         Fix invalid ange-ftp reference.
26881
26882         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
26883         (gnus-sorted-range-intersection): Intersection of two ranges
26884         without requiring that they first be uncompressed.
26885
26886         * gnus-start.el (gnus-activate-group): Unless blocked by the
26887         caller, possibly expand the active range to include both cached
26888         and agentized articles.
26889         (gnus-convert-old-newsrc): Rewrote in anticipation of having
26890         multiple version-dependent converters.
26891         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
26892         gnus-agent-save-active.
26893         (gnus-save-newsrc-file): Save dirty agent range limits.
26894
26895         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
26896         gnus-agent-possibly-alter-active.
26897         (gnus-adjust-marked-articles): Faster handling of simple lists.
26898
26899 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
26900
26901         * spam-stat.el (spam-stat-test-directory): New optional argument
26902         displays a list of files detected.  Suggested by Andrew Cohen
26903         <cohen@andy.bu.edu>.
26904         (spam-stat-buffer-words-with-scores): Don't narrow and change
26905         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
26906
26907 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
26908
26909         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
26910         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
26911         (spam-spamassassin-arguments)
26912         (spam-spamassassin-spam-flag-header)
26913         (spam-spamassassin-positive-spam-flag-header)
26914         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
26915         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
26916         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
26917         (spam-list-of-processors, spam-list-of-checks)
26918         (spam-list-of-statistical-checks, spam-registration-functions)
26919         (spam-check-spamassassin-headers, spam-check-spamassassin)
26920         (spam-spamassassin-score)
26921         (spam-spamassassin-register-with-sa-learn)
26922         (spam-spamassassin-register-spam-routine)
26923         (spam-spamassassin-register-ham-routine)
26924         (spam-assassin-register-spam-routine)
26925         (spam-assassin-register-ham-routine): Add SpamAssassin support.
26926         (spam-bogofilter-score): Fix to show article before scoring.
26927
26928 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
26929
26930         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
26931         default scoring function.
26932         (spam-generic-score): Call spam-spamassassin-score if
26933         spam-use-spamassassin or spam-use-spamassassin-headers is on;
26934         spam-bogofilter-score otherwise.
26935
26936         * gnus.el (spam-process, spam-autodetect-methods):
26937         Add spamassassin and spamassassin-headers.
26938
26939 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
26940
26941         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
26942         Suppress unnecessary messages.
26943
26944 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
26945
26946         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
26947         make-hash-table.
26948
26949 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26950
26951         * canlock.el (base64-encode-string): Don't autoload it.
26952
26953 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26954
26955         * run-at-time.el: Remove useless (require 'itimer),
26956         eval-and-compile and (featurep 'xemacs).
26957
26958 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
26959
26960         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
26961         GROUP is a virtual group.
26962
26963 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
26964
26965         * gnus.el: Autoload `message-y-or-n-p'.
26966
26967 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
26968
26969         * pgg-parse.el: Remove unnecessary (require 'custom).
26970
26971         * pgg-def.el: do.
26972
26973         * nnmail.el: do.
26974
26975         * gnus-undo.el: do.
26976
26977         * gnus-picon.el: do.
26978
26979         * gnus-util.el: do.
26980
26981 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
26982
26983         * gnus-sum.el (gnus-pick-line-number): Add autoload.
26984
26985 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26986
26987         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
26988         handle, as well as a list.
26989
26990         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
26991         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
26992         (mm-w3m-cid-retrieve): Simplify.
26993
26994 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
26995
26996         * message.el (message-kill-to-signature): Allow prefix arg to
26997         specify number of lines to keep before signature.
26998
26999 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
27000
27001         * message.el (message-kill-to-signature): Change docstring.
27002
27003 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27004
27005         * canlock.el: Always require sha1-el.
27006         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
27007
27008         * message.el: Autoload sha1 only when compiling.
27009
27010         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
27011         eudc-expand-inline for XEmacs.
27012
27013 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
27014
27015         * message.el (message-canlock-generate): Require sha1-el.
27016
27017 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
27018
27019         * message.el (message-expand-name): Silence the byte compiler.
27020
27021         * lpath.el: Add detect-coding-system.
27022
27023         * dgnushack.el (dgnushack-compile): Remove obsolete check for
27024         cus-edit.
27025
27026 2004-01-13  Simon Josefsson  <jas@extundo.com>
27027
27028         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
27029         Invoke gnus-score-mode.
27030         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27031
27032         * gnus-range.el (gnus-compress-sequence): Doc fix.
27033         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
27034
27035 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27036
27037         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
27038
27039 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
27040
27041         * spam.el (spam-get-article-as-string): Update to use
27042         gnus-request-article-this-buffer, much simpler.
27043         (spam-get-article-as-buffer): Remove.
27044
27045 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
27046
27047         * message.el (message-expand-name): Use EUDC if the user uses that.
27048
27049 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27050
27051         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
27052         character for the encoding to avoid consing a string.
27053
27054         * rfc2047.el (rfc2047-decode-string): Don't cons a string
27055         unnecessarily.
27056
27057         * mm-util.el (mm-replace-chars-in-string): Remove.
27058
27059         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
27060         of mm-replace-chars-in-string.
27061
27062 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
27063
27064         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
27065
27066         * mm-util.el (mm-subst-char-in-string): Support inplace.
27067
27068         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
27069         a new string in every iteration.  Use shy groups.
27070
27071 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
27072
27073         * gnus-srvr.el (gnus-browse-unsubscribe-group):
27074         * gnus-soup.el (gnus-soup-group-brew):
27075         * gnus-msg.el (gnus-put-message):
27076         * gnus-move.el (gnus-group-move-group-to-server):
27077         * gnus-kill.el (gnus-batch-score):
27078         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
27079         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
27080         (gnus-group-update-group, gnus-group-read-group)
27081         (gnus-group-make-group, gnus-group-make-help-group)
27082         (gnus-group-make-archive-group, gnus-group-make-directory-group)
27083         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
27084         (gnus-group-sort-by-unread, gnus-group-catchup)
27085         (gnus-group-unsubscribe-group, gnus-group-kill-group)
27086         (gnus-group-yank-group, gnus-group-set-info)
27087         (gnus-group-list-groups):
27088         * gnus.el (gnus-generate-new-group-name):
27089         * gnus-delay.el (gnus-delay-send-queue):
27090         * nnvirtual.el (nnvirtual-catchup-group):
27091         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
27092         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
27093         (gnus-group-prepare-topics, gnus-topic-check-topology):
27094         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
27095         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
27096         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
27097         (gnus-group-make-articles-read):
27098         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
27099         (gnus-group-change-level, gnus-kill-newsgroup)
27100         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
27101         (gnus-get-unread-articles, gnus-make-articles-unread)
27102         (gnus-make-ascending-articles-unread): Use accessor
27103         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
27104         to get group information for improved readability.
27105
27106
27107 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27108
27109         * gnus-art.el (article-decode-mime-words, article-babel)
27110         (gnus-article-highlight-signature, gnus-article-add-buttons)
27111         (gnus-signature-toggle): Use gnus-with-article-buffer.
27112
27113         * gnus-art.el (gnus-article-highlight-headers)
27114         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
27115
27116         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
27117         (gnus-article-set-globals, gnus-request-article-this-buffer)
27118         (gnus-button-message-id, gnus-article-maybe-hide-headers)
27119         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
27120         (gnus-mime-display-alternative): Use with-current-buffer.
27121
27122 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27123
27124         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
27125         also under 80 char limit, and call gnus-error if needed.
27126         (spam-fetch-article-header): Fix - it was a
27127         buffer-local variable (gnus-newsgroup-data).
27128         (spam-find-spam): Use spam-generate-fake-headers, forget about
27129         spam-insert-fake-headers.
27130         (spam-insert-fake-headers): Remove.
27131
27132 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27133
27134         * deuglify.el (gnus-article-outlook-unwrap-lines)
27135         (gnus-outlook-rearrange-article)
27136         (gnus-outlook-repair-attribution-outlook)
27137         (gnus-outlook-repair-attribution-block)
27138         (gnus-outlook-repair-attribution-other): Remove redundant
27139         save-excursion.
27140
27141 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27142
27143         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
27144         (spam-fetch-field-subject-fast)
27145         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
27146         (spam-fetch-article-header): Add functions to deal with Gnus
27147         internals for fast retrieval of article header data.
27148         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
27149
27150 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27151
27152         * pop3.el (pop3-md5): Remove.
27153         (pop3-apop): Replace pop3-md5 with md5.
27154
27155         * mm-bodies.el: base64 is always built-in.
27156
27157         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
27158         Use with-current-buffer.
27159
27160 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27161
27162         * canlock.el (canlock-insert-header): Remove excessive grouping in
27163         regexp.
27164
27165         * gnus-sum.el (gnus-summary-read-document): Ditto.
27166
27167         * gnus-uu.el (gnus-uu-part-number): Ditto.
27168
27169         * html2text.el (html2text-remove-tags): Ditto.
27170         (html2text-format-tags): Ditto.
27171         (html2text-format-single-elements): Ditto.
27172
27173         * mml.el (mml-parse-1): Ditto.
27174
27175 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27176
27177         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
27178
27179         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
27180
27181         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
27182
27183         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
27184
27185 2003-11-15  Simon Josefsson  <jas@extundo.com>
27186
27187         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
27188         (pgg-gpg-lookup-key): Use regexp match instead of
27189         split-string (split-string is different between emacs 21.2 and
27190         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
27191
27192 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27193
27194         * gnus-art.el (gnus-mime-view-all-parts)
27195         (gnus-article-part-wrapper, gnus-article-view-part):
27196         Use with-current-buffer.
27197
27198 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27199
27200         * spam.el (spam-disable-spam-split-during-ham-respool)
27201         (spam-spamoracle-database, spam-cache-lookups)
27202         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
27203         (spam-group-ham-mark-p, spam-group-spam-mark-p)
27204         (spam-group-ham-marks, spam-group-spam-marks)
27205         (spam-group-spam-contents-p, spam-group-ham-contents-p)
27206         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
27207         also add spam-use-blackholes to the statistical checks.
27208         (spam-fetch-field-fast): Add interface to fetching fields, may
27209         become a macro.
27210         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
27211         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
27212         (spam-insert-fake-headers): Fake an article when needed.
27213         (spam-find-spam): Fake article when possible.
27214         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
27215         (spam-check-bogofilter-headers): Use message-fetch-field instead
27216         of nnmail-fetch-field.
27217
27218 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
27219
27220         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
27221
27222 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27223
27224         * spam.el (spam-split): Do not require spam-use-CHECK to be
27225         enabled if that check is passed to spam-split explicitly; also
27226         fix so 'spam doesn't get converted to spam-split-group when
27227         spam-split-symbolic-return is t.
27228         (spam-find-spam): Find registrations of the article and use those
27229         instead of re-running spam-split to find the spam/ham
27230         classification of the article.
27231         (spam-log-processing-to-registry, spam-log-registered-p)
27232         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27233         Use gnus-error instead of gnus-message.
27234         (spam-log-registration-type): Add function to determine the
27235         classification of a message based on registry entries; will
27236         return nil if both 'spam and 'ham are found.
27237         (spam-check-BBDB): Expand all the BBDB macros here so we can have
27238         a reasonably fast local cache without the loading errors.
27239         (spam-cache-lookups): Set to t by default.
27240         (spam-find-spam): Don't try to guess spam-cache-lookups.
27241         (spam-enter-whitelist, spam-enter-blacklist): Clear the
27242         spam-caches entry.
27243         (spam-filelist-build-cache, spam-filelist-check-cache):
27244         Fix caching of whitelist/blacklist entries.
27245         (spam-check-whitelist, spam-check-blacklist):
27246         Invoke spam-from-listed-p with a type, not a cache variable.
27247         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
27248
27249 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27250
27251         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
27252
27253         * nnmail.el (nnmail-split-fancy): do.
27254
27255         * mml.el (mml-parse): do.
27256
27257         * gnus-score.el (gnus-enter-score-words-into-hashtb)
27258         (gnus-score-adaptive): do.
27259
27260 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27261
27262         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
27263         (gnus-mime-button-map): Don't set keymap parent.
27264         (gnus-button-ctan-directory-regexp): Use shy grouping.
27265         (gnus-prev-page-map): Don't set keymap parent.
27266         (gnus-prev-page-map): Remove duplicated one.
27267         (gnus-next-page-map): Don't set keymap parent.
27268         (gnus-mime-security-button-map): Ditto.
27269
27270         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
27271         version number.
27272
27273         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
27274
27275 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27276
27277         * canlock.el (canlock-sha1-function): Remove.
27278         (canlock-sha1-function-for-verify): Remove.
27279         (canlock-openssl-program): Remove.
27280         (canlock-openssl-args): Remove.
27281         (canlock-ignore-errors): Remove.
27282         (canlock-sha1-with-openssl): Remove.
27283         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
27284         (canlock-verify): Don't use canlock-ignore-errors.
27285
27286         * sha1-el.el (sha1-string-external): Make it can return a string
27287         in binary form.
27288         (sha1-region-external): Ditto.
27289         (sha1-string-internal): Ditto.
27290         (sha1-region-internal): Ditto.
27291         (sha1-region): Ditto.
27292         (sha1-string): Ditto.
27293         (sha1): Ditto.
27294
27295 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27296
27297         * spam.el (spam-report-articles-gmane): New command.
27298
27299 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27300
27301         * gnus.el: Don't make unnecessary *Group* buffer when loading.
27302
27303         * run-at-time.el (run-at-time-saved): Remove.
27304         (run-at-time): Doc fix.
27305
27306 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27307
27308         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
27309         (gnus-summary-limit-map): Add it.
27310         (gnus-summary-make-menu-bar): do.
27311
27312 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
27313
27314         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
27315         Make attempt at some caching support (done for BBDB only now).
27316         (spam-find-spam): Set spam-cache-lookups if there are more than 2
27317         addresses to be checked.
27318         (spam-clear-cache-BBDB): Add function, to be invoked by
27319         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
27320         (spam-check-BBDB): Check and use the caches, if
27321         spam-cache-lookups is on, remove superfluous (provide).
27322
27323 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
27324
27325         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
27326
27327 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
27328
27329         * run-at-time.el (run-at-time-saved): Move to after the definition
27330         of `run-at-time'.
27331
27332         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
27333
27334 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27335
27336         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
27337         mm-w3m-local-map-property.
27338
27339         * mm-view.el (mm-w3m-mode-map): Remove.
27340         (mm-w3m-local-map-property): Remove.
27341         (mm-inline-text-html-render-with-w3m): Don't use
27342         mm-w3m-local-map-property.
27343
27344 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27345
27346         * run-at-time.el: New file.
27347
27348         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
27349         under Emacs.
27350
27351         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
27352         of gnus-set-text-properties.
27353
27354         * gnus-uu.el (gnus-uu-save-article): Ditto.
27355
27356         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
27357
27358         * gnus-cite.el (gnus-cite-parse): Ditto.
27359
27360         * gnus-art.el (gnus-button-push): Use set-text-properties instead
27361         of gnus-.
27362
27363         * gnus-xmas.el (run-at-time): Require run-at-time.
27364
27365         * gnus.el: Change calls to nnheader-run-at-time and
27366         password-run-at-time throughout to use run-at-time directly.
27367
27368         * password.el: Remove definition of run-at-time.
27369
27370         * nnheaderxm.el: Remove definition of run-at-time.
27371
27372 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
27373
27374         * mml.el (mml-minibuffer-read-disposition): Show attachment type
27375         in prompt.
27376
27377 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27378
27379         * messagexmas.el (message-xmas-redefine): Alias
27380         `message-make-caesar-translation-table' to
27381         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
27382         version.
27383
27384         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
27385         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
27386         `gnus-xmas-set-text-properties'.
27387         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
27388         `gnus-xmas-completing-read'.
27389         (gnus-xmas-completing-read): Removed.
27390         (gnus-xmas-open-network-stream): Removed.
27391
27392         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
27393         XEmacs version.
27394
27395         * dns.el (dns-make-network-process): Use `open-network-stream'
27396         instead of `gnus-xmas-open-network-stream'.
27397
27398         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
27399
27400         * .cvsignore: Add auto-autoloads.el, custom-load.el.
27401
27402 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27403
27404         * gnus-art.el (gnus-mime-display-alternative)
27405         (gnus-insert-mime-button, gnus-insert-mime-security-button)
27406         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
27407         Don't use gnus-local-map-property.
27408
27409         * gnus-util.el (gnus-local-map-property): Remove.
27410
27411         * mm-view.el (mm-view-pkcs7-decrypt):
27412         Replace gnus-completing-read-maybe-default with completing-read.
27413
27414         * gnus-util.el (gnus-completing-read): do.
27415         (gnus-completing-read-maybe-default): Remove.
27416
27417 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27418
27419         * password.el: Only autoload `run-at-time' if not XEmacs.
27420         Only autoload the itimer functions if XEmacs.
27421
27422 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27423
27424         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
27425         XEmacsen.
27426
27427         * dgnushack.el: Autoload executable-find for XEmacs.
27428
27429 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27430
27431         * gnus-art.el (gnus-read-string): Remove.
27432         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
27433         read-string.
27434
27435 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
27436
27437         * netrc.el: Autoload password-read.
27438         (netrc): Add configuration group.
27439         (netrc-encoding-method, netrc-openssl-path):
27440         Add variables for encoding and decoding of files with symmetric
27441         ciphers.
27442         (netrc-encode): Add assistant function to encode a file with
27443         netrc-encoding-method.
27444         (netrc-parse): Add interactive parameter, added optional
27445         decoding if netrc-encoding-method is non-nil but otherwise
27446         behavior is standard.
27447         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
27448         Do s/encode/encrypt/ everywhere.
27449
27450         * spam.el: Remove executable-find autoload.
27451
27452 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27453
27454         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
27455
27456         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
27457
27458 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
27459
27460         * gnus-art.el (gnus-treat-ansi-sequences)
27461         (article-treat-ansi-sequences): New variable and function.
27462         Suggested by Dan Jacobson <jidanni@jidanni.org>.
27463
27464         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
27465         Use it.
27466
27467 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27468
27469         * mm-util.el (mm-quote-arg): Remove.
27470
27471         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
27472         shell-quote-argument.
27473
27474         * gnus-uu.el (gnus-uu-command): do.
27475
27476         * gnus-sum.el (gnus-summary-insert-pseudos): do.
27477
27478         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
27479         with make-char.
27480
27481         * mm-util.el (mm-make-char): Remove.
27482
27483         * mml.el (mml-mode): Replace gnus-add-minor-mode with
27484         add-minor-mode.
27485
27486         * gnus-undo.el (gnus-undo-mode): do.
27487
27488         * gnus-topic.el (gnus-topic-mode): do.
27489
27490         * gnus-sum.el (gnus-dead-summary-mode): do.
27491
27492         * gnus-start.el (gnus-slave-mode): do.
27493
27494         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
27495
27496         * gnus-ml.el (gnus-mailing-list-mode): do.
27497
27498         * gnus-gl.el (gnus-grouplens-mode): do.
27499
27500         * gnus-draft.el (gnus-draft-mode): do.
27501
27502         * gnus-dired.el (gnus-dired-mode): do.
27503
27504         * gnus-ems.el (gnus-add-minor-mode): Remove.
27505
27506         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27507         Replace gnus-char-width with char-width.
27508
27509         * gnus-ems.el (gnus-char-width): Remove.
27510
27511         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27512         Replace gnus-char-width with char-width.
27513
27514         * gnus-ems.el (gnus-char-width): Remove.
27515
27516         * spam-stat.el (with-syntax-table): Remove with-syntax-table
27517         definition.
27518         Remove Emacs 20 hash table compatibility code.
27519
27520         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
27521         20 compatibility code.
27522
27523         * spam.el (spam-point-at-eol): Replace with point-at-eol.
27524
27525         * smime.el (smime-point-at-eol): Replace with point-at-eol.
27526
27527         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
27528         Replace with point-at-{eol,bol}.
27529
27530         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
27531
27532         * imap.el (imap-point-at-eol): Replace with point-at-eol.
27533
27534         * flow-fill.el (fill-flowed-point-at-bol)
27535         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
27536
27537         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
27538         Replace with point-at-{eol,bol} throughout all files.
27539
27540 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
27541
27542         * ntlm.el (ntlm-string-as-unibyte): New macro.
27543         (ntlm-build-auth-response): Use it.
27544
27545         Remove Emacs 20 stuff:
27546         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
27547         (butlast, mapc, remove): Remove the compiler macros.
27548         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
27549         of delq and copy-sequence.
27550         * gnus-art.el (popup-menu): Remove the compiler macro.
27551         * nnmail.el (nnmail-split-fancy): Don't support customizing with
27552         Emacs 20.
27553
27554 2004-01-05  Simon Josefsson  <jas@extundo.com>
27555
27556         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
27557         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
27558         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
27559         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
27560         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
27561         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
27562         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
27563         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
27564         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
27565         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
27566         ntlm-string-permute, string-lshift into ntlm-string-lshift,
27567         string-xor into ntlm-string-xor.
27568         Suggested by Jesper Harder <harder@myrealbox.com>.
27569
27570         * ntlm.el: Don't include poem.
27571
27572         * md4.el (print-int32, print-string-hexa): Remove.
27573         Suggested by Jesper Harder <harder@myrealbox.com>.
27574
27575         * sasl-ntlm.el, ntlm.el, md4.el: New files.
27576
27577         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
27578         probably breaks emacs with DL patch, but do we care? Is anyone
27579         still using the DL stuff?)
27580
27581         * sieve-manage.el: Use the password package.
27582         (sieve-manage-read-passwd): Remove.
27583         (sieve-manage-interactive-login): Use password.  Re-add
27584         condition-case around loop.
27585
27586         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
27587         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
27588         Use the password package.
27589
27590 2003-02-19  Simon Josefsson  <jas@extundo.com>
27591
27592         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
27593         token.
27594
27595 2002-08-07  Simon Josefsson  <jas@extundo.com>
27596
27597         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
27598         (sieve-manage-authenticators)
27599         (sieve-manage-authenticator-alist): Add some SASL mechs.
27600         (sieve-sasl-auth): New function.
27601         (sieve-manage-cram-md5-auth)
27602         (sieve-manage-plain-auth): Rewrite using SASL library.
27603         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
27604         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
27605         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
27606         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
27607
27608 2004-01-05  Simon Josefsson  <jas@extundo.com>
27609
27610         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
27611         New files.
27612
27613 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27614
27615         * gnus-group.el (gnus-no-groups-message): Update.
27616
27617         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
27618
27619 2003-11-09  Simon Josefsson  <jas@extundo.com>
27620
27621         * imap.el: Support for ID IMAP extension (RFC 2971).
27622         (imap-local-variables): Add imap-id.
27623         (imap-id): New variable.
27624         (imap-id): New function.
27625         (imap-parse-response): Parse untagged ID response.
27626         * nnimap.el (nnimap-id): New variable.
27627         (nnimap-open-connection): Use it.
27628
27629 2003-12-28  Simon Josefsson  <jas@extundo.com>
27630
27631         * gnus-score.el (gnus-score-edit-all-score): New.
27632         * gnus-group.el (gnus-group-score-map): Bind it to W e.
27633
27634 2004-01-04  Simon Josefsson  <jas@extundo.com>
27635
27636         * password.el: Add.
27637
27638 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
27639
27640         * dns.el (dns-query-types): Fix typo.
27641         (dns-query-types): New function.
27642         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
27643         PTR and SOA replies, see RFC 1035.
27644
27645 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27646
27647         * gnus.el (gnus-logo-color-style): Change colors to `no'.
27648
27649         * Move to Changelog.2.
27650
27651 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27652
27653         * gnus.el (gnus-version-number): Bump version.
27654
27655 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27656
27657         * gnus.el: No Gnus v0.1 is released.
27658
27659 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27660
27661         * gnus.el: No Gnus v0.0 is released.
27662
27663 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27664
27665         * gnus.el (gnus-version-number): Bump.
27666         (gnus-version): No.
27667
27668 See ChangeLog.2 for earlier changes.
27669
27670   Copyright (C) 2004-2014 Free Software Foundation, Inc.
27671
27672   This file is part of GNU Emacs.
27673
27674   GNU Emacs is free software: you can redistribute it and/or modify
27675   it under the terms of the GNU General Public License as published by
27676   the Free Software Foundation, either version 3 of the License, or
27677   (at your option) any later version.
27678
27679   GNU Emacs is distributed in the hope that it will be useful,
27680   but WITHOUT ANY WARRANTY; without even the implied warranty of
27681   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27682   GNU General Public License for more details.
27683
27684   You should have received a copy of the GNU General Public License
27685   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
27686
27687 ;; Local Variables:
27688 ;; coding: utf-8
27689 ;; fill-column: 79
27690 ;; add-log-time-zone-rule: t
27691 ;; End: