time-date.el: Port new time stamp handling to old Emacs and to XEmacs
[gnus] / lisp / ChangeLog
1 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
2
3         * message.el (message-valid-fqdn-regexp): Add non-internaional new
4         TLDs.
5
6 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
7
8         Port new time stamp handling to old Emacs and to XEmacs.
9         This is needed for Gnus, which copies time-date.el and which
10         runs on older Emacs implementations.
11         * time-date.el (with-decoded-time-value):
12         Handle 'nil' and floating-point arg more compatibly with new Emacs.
13         (encode-time-value, with-decoded-time-value):
14         Obsolete only if new Emacs.
15         (time-add, time-subtract, time-less-p): Define if not new Emacs.
16
17         Improve time stamp handling, and be more consistent about it.
18         This implements a suggestion made in:
19         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
20         Among other things, this means timer.el no longer needs to
21         autoload the time-date module.
22         * time-date.el (seconds-to-time, days-to-time, time-since)
23         (with-decoded-time-value):
24         Treat 'nil' as current time.  This is mostly for XEmacs.
25         (encode-time-value, with-decoded-time-value): Obsolete.
26         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
27         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
28
29 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
30
31         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
32         discarding changes in ephemeral groups.
33
34         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
35         things the user isn't interested in.
36
37 2014-11-13  Julien Danjou  <jd@abydos>
38
39         * gnus-notifications.el (gnus-notifications-notify): Provide both
40         app-icon and image-path.
41
42 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
43
44         * mm-url.el (mm-url-encode-multipart-form-data):
45         Restore to handle "multipart/form-data" by eww.
46
47 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
48
49         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
50         Landscheidt.
51
52 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
53
54         Simplify use of current-time and friends.
55         * gnus-delay.el (gnus-delay-article):
56         * gnus-sum.el (gnus-summary-read-document):
57         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
58         * message.el (message-make-expires-date):
59         Omit unnecessary call to current-time.
60         * gnus-util.el (gnus-float-time): Simplify to an alias because
61         time-to-seconds now behaves like float-time with respect to nil arg.
62         (gnus-seconds-year): Don't call current-time twice to get the current
63         time stamp, as this can lead to inconsistent results.
64         * time-date.el (time-to-seconds) [!float-time]:
65         Use current time if arg is nil, to be compatible with float-time.
66         (time-date--day-in-year): New function, with most of the guts of
67         the old time-to-day-in-year.
68         (time-to-day-in-year): Use it.
69         (time-to-days): Use it, to avoid decoding the same time stamp twice.
70
71 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
72
73         * gnus.el (gnus-mode-line-buffer-identification):
74         Don't add image data for a non-graphic display (bug#18813).
75
76 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
77
78         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
79         load-path, it blocks autoloading of find-image (bug#18813).
80
81 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
82
83         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
84         to keep connection open (bug#18728).
85
86 2014-10-20  Glenn Morris  <rgm@gnu.org>
87
88         * Merge in all changes up to 24.4 release.
89
90 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
91
92         * message.el (message-insert-signature): Use `newline' instead of
93         inserting explicit "\n".
94
95 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
96
97         * gnus-icalendar.el: Support vcal format timezones.
98         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
99         compute dates with associated timezone.
100         (gnus-icalendar-event-from-ical): Compute all timezones.
101
102 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
103
104         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
105         check the newsrc.eld file's timestamp before saving it.
106         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
107         timestamp has changed to be newer.
108
109 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
110
111         * gnus-icalendar.el (gnus-icalendar-identities):
112         Include message-alternative-emails.
113
114 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
115
116         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
117         New compatibility functions.
118         (ntlm-build-auth-response): Use them.
119
120 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
121
122         * ntlm.el (ntlm-build-auth-request):
123         Add NTLM2 Session support.  (Bug#15603)
124
125 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
126
127         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
128         expired messages only when it was built in reverse order.
129
130 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
131
132         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
133         last so it can be used in `message-send-hook'.
134
135 2014-09-29  Daiki Ueno  <ueno@gnu.org>
136
137         * mml.el (mml-parse-1): Error out if unknown mode is specified in
138         <#secure> tag (bug#18513).
139
140 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
141
142         * parse-time.el: Require cl when compiling.
143
144 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
145
146         Use cl-lib as much as possible following the 2014-09-26 change
147         in the Emacs trunk.
148         * parse-time.el: Try requiring cl-lib.
149         (parse-time-incf): Alias to cl-incf or incf.
150         (digit-char-p): Remove.
151         (parse-time-integer): Alias to cl-parse-integer or the one defined.
152         (parse-integer): Rename to parse-time-integer.
153         (parse-time-tokenize, parse-time-rules, parse-time-string)
154         Use parse-time-incf and parse-time-integer.
155
156 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
157
158         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
159         of ":delete".
160
161 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
162
163         * gnus-art.el (gnus-article-browse-html-save-cid-content)
164         (gnus-article-browse-html-parts):
165         Revert last change that breaks links other than cid contents.
166
167 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
168
169         * gnus-art.el (gnus-article-browse-html-save-cid-content)
170         (gnus-article-browse-html-parts): Make cid file names relative.
171
172 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
173
174         * mm-view.el (mm-display-inline-fontify): Make the working buffer
175         temporarily displayed when running a mode function (at least org-mode
176         requires it).
177
178 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
179
180         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
181         the gnus-summary-article-expire-hook should be told where the function
182         is going. In particular, the Gnus registry might want to know.
183
184 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
185
186         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
187
188 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
189
190         * gnus-sum.el (gnus-summary-expire-articles): Revert.
191
192 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
193
194         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
195         the gnus-summary-article-expire-hook should be told where the function
196         is going. In particular, the Gnus registry might want to know.
197
198 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
199
200         Don't mishandle year-9999 dates (Bug#18176).
201         * parse-time.el (parse-time-rules):
202         Allow years up to most-positive-fixnum.
203         * time-date.el (date-to-time):
204         Pass "Specified time is not representable" errors through.
205
206 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
207
208         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
209         groups and t.
210
211 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
212
213         * gnus-utils.el (gnus-recursive-directory-files):
214         Unify hard or symbolic links (bug#18063).
215
216 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
217
218         * gnus-msg.el (gnus-configure-posting-style):
219         Allow string replacements in values when matching against a header.
220
221 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
222
223         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
224         the dribble buffer even when it is shrunk a lot.
225         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
226
227 2014-06-26  Glenn Morris  <rgm@gnu.org>
228
229         * mm-util.el (help-function-arglist): Remove outdated declaration.
230
231 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
232
233         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
234         attribute values.  (Bug#17834)
235
236 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
237
238         * gnus-sum.el (gnus-summary-edit-article-done):
239         Prefer point-marker to copy-marker of point.
240
241 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
242
243         * Makefile.in (install-el, install-el-elc): Compress .el files.
244         (uninstall): Remove compressed .el files.
245
246 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
247
248         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
249         (gnus-article-read-summary-keys):
250         Don't bug out when there is no article in the summary buffer.
251         (gnus-mime-buttonize-attachments-in-header):
252         Improve criterion that finds parts to display.
253
254         * gnus-art.el (gnus-mm-display-part):
255         * mm-decode.el (mm-shr):
256         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
257         (mm-insert-inline): Revert last changes.
258
259 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
260
261         * gnus-art.el (gnus-mm-display-part):
262         * mm-decode.el (mm-shr):
263         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
264         (mm-insert-inline): Set insertion type of end-marker, not only
265         start-marker, of undisplayer so as to stay after inserted text.
266
267 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
268
269         * html2text.el (html2text-get-attr): Fix typo when splitting value from
270         attribute. (Bug#17613)
271
272 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
273
274         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
275         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
276
277 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
278
279         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part): Don't
280         delete next part button; keep spacing between buttons.
281
282 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
283
284         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
285         Work for the last MIME part in an article.
286         (gnus-mime-display-single): Suppress excessive newlines between parts.
287
288         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
289         by leading or trailing newline.
290
291 2014-05-12  Sam Steingold  <sds@gnu.org>
292
293         * time-date.el (seconds-to-string): New function to pretty print time
294         delay in seconds.
295
296 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
297
298         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
299         while prompting a user for a file name, etc.
300         (gnus-mime-display-single): Display part with a common appearance no
301         matter whether MIME button is omitted or not; don't add duplicate entry
302         to gnus-article-mime-handle-alist.
303         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
304
305 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
306
307         * mml2015.el (mml2015-display-key-image): New variable.
308
309 2014-05-08  Glenn Morris  <rgm@gnu.org>
310
311         * gnus-fun.el (gnus-grab-cam-face):
312         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
313         This is CVE-2014-3421.
314
315 2014-05-04  Glenn Morris  <rgm@gnu.org>
316
317         * gnus-registry.el (gnus-registry-install-p): Doc fix.
318
319 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
320
321         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
322         the displaying state of a part.
323         (gnus-mm-display-part): Don't insert a newline in the beginning of
324         a part like gnus-mime-inline-part doesn't; work for XEmacs.
325
326         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
327         (mm-shr): Make undisplayer unbreakable.
328
329         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs): Don't
330         insert excessive newline.
331         (mm-inline-text-html-render-with-w3m, mm-inline-text)
332         (mm-insert-inline): Make undisplayer unbreakable.
333
334 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
335
336         * gnus.el: Ma Gnus v0.11 is released.
337
338 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
339
340         * gnus-art.el (gnus-mm-display-part):
341         Highlight header attachment buttons.
342
343 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
344
345         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
346         a part; redisplay a button (enbugged in 2014-02-05).
347
348 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
349
350         * auth-source.el (auth-source-search, auth-source-search-backends):
351         Treat :max 0 as an indicator that a boolean return is wanted, as
352         documented. Reported by Joe Bloggs.
353
354 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
355
356         * gnus-icalendar.el: Require gnus-art.
357
358 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
359
360         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
361         (gnus-icalendar--update-org-event): put event timestamp in
362         the org entry body instead of the drawer.
363         (gnus-icalendar-event--get-attendee-names): list of participants should
364         contain even attendees without common name attribute.
365         (gnus-icalendar--update-org-event): don't generate duplicates of empty
366         property tags in org drawers.
367
368 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
369
370         * gmm-utils.el (gmm-format-time-string): New function.
371
372         * message.el (message-insert-formatted-citation-line): Use the original
373         author's time zone to express a date string.
374
375 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
376
377         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
378         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
379         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
380         Silence compiler warnings.
381         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
382
383 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
384
385         * mml.el: Require url when compiling.
386
387         * gnus-cloud.el (gnus-cloud-parse-version-1):
388         Use plist-get rather than CL's getf.
389         (gnus-activate-group, gnus-subscribe-group): Declare.
390
391         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
392
393 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
394
395         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
396         buttons when toggling the header off.
397
398 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
399
400         * tls.el (tls-program): Reflow docstring.
401
402 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
403
404         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
405         groups work again.
406
407 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
408
409         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
410         999 correctly (i.e. "1,342").
411
412 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
413
414         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
415         out if the directory doesn't exist.
416
417 2014-03-07  Daiki Ueno  <ueno@gnu.org>
418
419         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
420         commands here; instead, only check if epg-config.el is available.
421
422 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
423
424         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
425         messages with embedded images.
426         (mml-generate-mime): Don't bug out if you don't have libxml.
427
428 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
429
430         * message.el (message-make-html-message-with-image-files): New command.
431
432 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
433
434         * gnus-group.el (gnus-group-make-group): Clarify prompt.
435
436         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
437
438 2014-02-23  David Engster  <deng@randomsample.de>
439
440         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
441         to stay compatible with older Emacsen, so replace `cl-loop' with
442         `loop'.
443
444 2014-02-22  Daniel Colascione  <dancol@dancol.org>
445
446         * auth-source.el (auth-source-secrets-listify-pattern): New function.
447         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
448         instead, build list of patterns.
449
450 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
451
452         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
453         Display header attachment buttons by gnus-article-prepare-display
454         rather than gnus-article-prepare so as to view in mml-preview as well.
455
456 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
457
458         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
459         in `auth-sources' means and link to EPA docs.
460
461 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
462
463         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
464         (bug#12375).
465
466 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
467
468         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
469         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
470
471 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
472
473         * message.el (message-tab): Mention what happens on normal tabs
474         (bug#11297).
475
476 2014-02-08  Glenn Morris  <rgm@gnu.org>
477
478         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
479
480 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
481
482         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
483         buttons that are hidden in unselected alternative part as well.
484         (gnus-mime-display-alternative): Redraw attachment buttons in header.
485
486         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
487
488 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
489
490         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
491         keystroke.
492         (gnus-server-toggle-cloud-server): Only allow clouding applicable
493         types.
494
495         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
496         with an empty string.
497
498 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
499
500         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
501         buffer-local in some buffers, so bind it explicitly in the buffer we're
502         trying to cancel the article in (bug#10808).
503
504 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
505
506         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
507         New functions.
508
509         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
510         New user option.
511         (gnus-mime-buttonize-attachments-in-header): New function.
512         (gnus-article-prepare): Use it.
513         (gnus-mime-inline-part): Suppress extra newline.
514         (gnus-mm-display-part): Save excursion;
515         remove useless deleting and adding of buttons.
516         (gnus-insert-mime-button): Allow insertion in the middle of a line.
517
518         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
519         Add gnus-mime-buttonize-attachments-in-header.
520
521 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
522
523         * nnimap.el (nnimap-request-articles): New command to download several
524         articles at once.
525
526         * gnus.el (gnus-variable-list): Save Cloud variables.
527
528         * gnus-int.el (gnus-request-accept-article): Doc fix.
529
530 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
531
532         * parse-time.el (parse-time-iso8601-regexp)
533         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
534         it more generally.
535
536 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
537
538         * gnus-cloud.el: New file to provide the Emacs Cloud.
539
540         * dgnushack.el: Silence XEmacs w3 warning.
541
542         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
543         `url-retrieve-synchronously', apparently.
544
545         * dgnushack.el: Silence XEmacs dns.el warning.
546
547         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
548         instead of in all files.
549
550         * dns.el (network-interface-list): Define for XEmacs.
551
552         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
553         XEmacs.
554
555         * nnrss.el (libxml-parse-html-region): Silence compilation error.
556
557 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
558
559         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
560         `gnus-group-split-fancy'.
561
562 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
563
564         * message.el (message-remove-header): Doc fix.
565         (message-forward-included-headers): New variable.
566         (message-remove-ignored-headers): Use it.
567
568 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
569
570         * nnir.el (nnir-request-update-mark): Don't try to update the source
571         group if we can't find it (bug#16611).
572
573 2014-01-31  Dave Abrahams  <dave@boostpro.com>
574
575         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
576
577 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
578
579         * dns.el (dns-servers-up-to-date-p): New function to see whether the
580         network interfaces changed.
581         (dns-query): Use it to flush the data.
582
583 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
584
585         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
586         from random face commands.
587         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
588         Face.
589         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
590         (gnus--random-face-with-type): Generic function returning a face-type
591         as a string.
592         (gnus--insert-random-face-with-type): Generic function inserting a face
593         in a message buffer header.
594         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
595         (gnus-insert-random-x-face-header): Rewritten to use
596         `gnus--insert-random-face-with-type`.
597         (gnus-random-face): Return random (png) Face as string.
598         (nus-insert-random-face-header): Insert random (png) Face in a message
599         buffer.
600
601 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
602
603         * mm-url.el: Remove all usage of w3.
604
605         * nnrss.el: Ditto.
606
607         * mm-decode.el: Ditto.
608
609         * mm-view.el: Ditto.
610
611         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
612         outdated and all Emacsen have url.el built-in.
613
614         * gnus-setup.el: Remove outdated file.
615
616 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
617
618         * gnus.el: Ma Gnus v0.9 is released.
619
620 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
621
622         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
623
624 2014-01-31  Dave Abrahams  <dave@boostpro.com>
625
626         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
627         in the summary buffer (bug#13769).
628
629 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
630
631         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
632         name if we're using a single article buffer.  Otherwise, it may point
633         to a killed buffer (bug#13756).
634
635 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
636
637         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
638         the match data, just save and restore it explictly (bug#12375).
639
640         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
641         that's needed.
642
643         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
644         the code once (bug#9069).
645
646 2014-01-18  Steinar Bang  <sb@dod.no>
647
648         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
649         reading.
650
651 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
652
653         * message.el (message-bury): Call bury-buffer with no argument
654         in the message-return-action case too.
655
656 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
657
658         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
659         (nnimap-split-fancy, nnimap-split-methods): Declare.
660
661         * mm-util.el (help-function-arglist): Declare.
662
663 2013-12-28  Glenn Morris  <rgm@gnu.org>
664
665         * gnus-sieve.el (gnus-sieve-select-method):
666         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
667         (gravatar-rating, gravatar-size):
668         * message.el (message-minibuffer-local-map):
669         * sieve-manage.el (sieve-manage-authenticators)
670         (sieve-manage-authenticator-alist): Specify custom types.
671
672         * hashcash.el (hashcash-program): Rename from hashcash-path.
673         Update callers.
674
675         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
676         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
677         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
678
679         * auth-source.el (auth-sources):
680         * nnmairix.el (nnmairix-propagate-marks-upon-close):
681         Fix custom types.
682
683         * tls.el (tls-certtool-program): Fix default value.
684
685 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
686
687         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
688         we get proper traces there, too.
689
690 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
691
692         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
693         value of the parameters if the current article has a Reply-To or From
694         field.
695
696 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
697
698         * gnus.el (gnus-group-buffer): Remove duplicate definition.
699
700 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
701
702         * gnus-sum.el (gnus-summary-exit): Stop animations.
703
704 2013-12-19  Juri Linkov  <juri@jurta.org>
705
706         * gnus.el (gnus-suppress-keymap):
707         * gnus-art.el (gnus-article-mode-map):
708         * gnus-group.el (gnus-group-mode-map):
709         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
710         Remove [backspace] key binding because it shadows DEL (bug#16035).
711
712         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
713
714 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
715
716         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
717         Make sure work directory exists.
718         (gnus-uu-digest-mail-forward): Store temporary files in work directory
719         rather than tmp directory.
720         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
721         not necessarily always run, with it.
722
723 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
724
725         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
726         value of gnus-icalendar-additional-identities work without restart.
727
728 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
729
730         * mm-util.el (mm-make-temp-file):
731         Alias to make-temp-file for modern Emacsen.
732
733 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
734
735         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
736         nnir-article-number and nnir-article-group.
737
738 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
739
740         * message.el (message-send-mail-with-sendmail):
741         Don't kill error buffer if sending fails.
742
743 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
744
745         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
746         (gnus-icalendar-event->org-entry)
747         (gnus-icalendar--update-org-event)
748         (gnus-icalendar-event->gnus-calendar): Distinguish between
749         required/optional/non-participant attendee status.  Fix bug causing
750         the first required event participant to be omitted.
751
752 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
753
754         * gnus-art.el (article-de-quoted-unreadable)
755         (article-de-base64-unreadable, gnus-mime-copy-part)
756         * gnus-html.el (gnus-article-html)
757         * mm-view.el (mm-inline-text-html-render-with-w3)
758         (mm-inline-text-html-render-with-w3m-standalone)
759         * rfc2231.el (rfc2231-decode-encoded-string):
760         Allow overriding charset by mm-charset-override-alist.
761
762         * gnus-art.el (gnus-article-browse-html-parts):
763         Replace LWSPs with `&nbsp;'s in header.
764
765         Work for broken Chinese articles.
766
767         * gnus-art.el (gnus-article-browse-html-save-cid-content):
768         Exclude broken handles that gnus-summary-enter-digest-group may create.
769         (gnus-article-browse-html-parts):
770         Allow overriding charset by mm-charset-override-alist.
771
772 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
773
774         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
775         (gnus-icalendar-identities): Support additional-identities.
776
777 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
778
779         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
780         org-timestamp for events ending at midnight.
781
782 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
783
784         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
785         .log files.
786
787 2013-11-20  David Engster  <deng@randomsample.de>
788
789         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
790
791 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
792
793         * message.el (message-beginning-of-line):
794         Use beginning-of-visual-line when visual-line-mode is turned on.
795
796 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
797
798         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
799         (gnus-icalendar-event-from-ical)
800         (gnus-icalendar-event->org-entry)
801         (gnus-icalendar--update-org-event): Required/optional participation,
802         list of attendees synced to org.
803
804 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
805
806         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
807         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
808         cancellations to be synced to org if the original appt has an org
809         outline.
810
811 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
812
813         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
814         (gnus-icalendar-event->org-entry)
815         (gnus-icalendar--update-org-event)
816         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
817
818 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
819
820         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
821         Fix timezone handling in gnus-icalendar export to org.
822
823 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
824
825         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
826
827 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
828
829         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
830
831 2013-10-30  Glenn Morris  <rgm@gnu.org>
832
833         * gnus-group.el (gnus-group-browse-foreign-server):
834         * gnus-int.el (gnus-start-news-server):
835         Silence compiler obsolescence warning.
836
837 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
838
839         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
840         `nnoo-current-server' first, then for the actual `nnimap-address' to
841         allow netrc entries for the nnoo server to coexist with netrc entries
842         for the `nnimap-address'.
843
844 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
845
846         * mm-decode.el (mm-dissect-buffer): Revert last change.
847         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
848         The problem that motivated those changes was attributed to a broken
849         mail sender, and has been fixed.
850
851 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
852
853         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
854         token is missing in the Content-Type header.
855
856         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
857
858 2013-09-18  Glenn Morris  <rgm@gnu.org>
859
860         * gnus-util.el (image-size): Declare.
861
862 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
863
864         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
865         (gnus-icalendar-event-from-ical)
866         (gnus-icalendar-event--build-reply-event-body)
867         (gnus-icalendar-event-reply-from-buffer)
868         (gnus-icalendar-find-org-event-file)
869         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
870         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
871
872         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
873
874 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
875
876         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
877         Use save-current-buffer.
878         (gnus-tree-mode-map): Initialize in the declaration.
879         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
880         (scroll-in-place): Defvar it.
881         (gnus-tmp-*): Defvar them.
882         (gnus-get-tree-buffer): Use derived-mode-p.
883         (gnus--let-eval): New macro.
884         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
885         non-prefixed variables.
886         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
887
888         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
889         vars since it doesn't seem to be available.
890         (gnus-set-global-variables, gnus-summary-read-group-1)
891         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
892         (gnus-summary-display-article, gnus-summary-select-article)
893         (gnus-summary-next-article, gnus-offer-save-summaries)
894         (gnus-summary-generic-mark): Use derived-mode-p.
895         (gnus-summary-read-group-1, gnus-summary-exit)
896         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
897         Adjust calls to gnus-tree-close and gnus-tree-open.
898
899         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
900
901         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
902         (gnus-agent-mode): Use derived-mode-p.
903         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
904         gnus-command-method and *-command-method to nil, but bind
905         gnus-command-method to *-command-method instead!
906         (gnus-agent-fetch-articles): Remove unused var `id'.
907         (gnus-agent-fetch-headers): Remove unused arg `force'.
908         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
909         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
910         (gnus-agent-short-article, gnus-agent-long-article)
911         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
912         first use.
913         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
914         `score-param'.
915         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
916         (gnus-get-predicate): Push in front of the cache, rather than end.
917         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
918         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
919         (gnus-agent-expire-unagentized-dirs): Don't rebind
920         gnus-agent-expire-current-dirs since the defvar silences the warning.
921         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
922         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
923         (gnus-agent-regenerate): Simplify interactive spec and doc.
924
925 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
926
927         * gnus-int.el (gnus-open-server): Silence compiler.
928
929         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
930
931         * message.el (message-display-completion-list): Abolish.
932         (message-completion-in-region): Use display-completion-list.
933
934 2013-09-17  Glenn Morris  <rgm@gnu.org>
935
936         * gnus-util.el (gnus-message-with-timestamp-1):
937         Use `messages-buffer' function if available.  Ignore read-only.
938
939 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
940
941         * message.el (message-expand-group, message-completion-in-region):
942         Correct the order of start and end of a region.
943
944 2013-09-13  Glenn Morris  <rgm@gnu.org>
945
946         * mml2015.el (gnus-create-image): Autoload it.
947
948         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
949
950         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
951         (image-size): Declare.
952
953 2013-09-12  Glenn Morris  <rgm@gnu.org>
954
955         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
956         Avoid using `find', which i) might not be defined at runtime;
957         ii) does not work, since its default test is eql, not equal.
958         (gnus-mime-action-alist): Declare.
959
960 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
961
962         * score-mode.el (gnus-score-mode-map): Move initialization
963         into declaration.
964         (gnus-score-mode): Use define-derived-mode.
965         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
966         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
967         into declaration.
968         (gnus-kill-file-mode): Use define-derived-mode.
969         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
970         Use derived-mode-p.
971         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
972         (gnus-group-setup-buffer, gnus-group-name-at-point)
973         (gnus-group-make-web-group, gnus-group-enter-directory)
974         (gnus-group-suspend): Use derived-mode-p.
975         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
976         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
977         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
978         (gnus-article-setup-buffer, gnus-article-prepare)
979         (gnus-article-prepare-display, gnus-sticky-article)
980         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
981         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
982         (gnus-article-read-summary-keys): Use derived-mode-p.
983
984 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
985
986         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
987
988 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
989
990         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
991         shift_jis from the default value set for Japanese users.
992
993 2013-08-13  Glenn Morris  <rgm@gnu.org>
994
995         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
996
997         * gnus.el (gnus-valid-select-methods): Fix type.
998
999         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
1000
1001 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1002
1003         * mm-decode.el (mm-display-external): Run a timer for the temp files
1004         deletion after a viewer exits; add a deletion timer for the needsterm
1005         case, too.
1006
1007         * mm-decode.el (mm-display-external): Try to delete temporary files by
1008         using a 1-min. timer.
1009
1010 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1011
1012         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
1013         New internal variables.
1014         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
1015         (mm-display-external): Use it to delete temporary files instead of
1016         using timers.
1017
1018 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1019
1020         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
1021
1022 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
1023
1024         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
1025         with cond for backwards compatability.
1026
1027 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1028
1029         * mm-decode.el (mm-display-external): Bind process-connection-type to
1030         nil; don't delete a temp file immediately even if a viewer finishes,
1031         since it may be a shell script, like xdg-open, that launches a real
1032         viewer program belatedly.
1033
1034 2013-08-05  Dave Abrahams  <dave@boostpro.com>
1035
1036         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
1037         that we can create nndoc groups that excerpt other groups.
1038
1039 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1040
1041         * gnus-delay.el (gnus-delay-article): Fix typo.
1042
1043         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
1044         articles.
1045
1046         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
1047         we can get spell-checking etc.
1048
1049 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1050
1051         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1052         a single one used for encoding the whole text in a header.
1053
1054 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1055
1056         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
1057         doesn't work properly on XEmacs.
1058
1059 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1060
1061         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
1062         before sending.
1063
1064         * dgnushack.el (dgnushack-compile): Add a temporary check for
1065         gnus-icalendar.
1066
1067         * mm-decode.el (mm-command-output): New face.
1068         (mm-display-external): Use it.
1069
1070 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
1071
1072         * nnmbox.el (nnmbox-request-article): Don't change point.
1073
1074 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1075
1076         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
1077         Include `handle' parameter.
1078
1079 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
1080
1081         * gnus-icalendar.el: New file.
1082
1083 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1084
1085         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
1086
1087         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
1088         dummy roots, too.
1089
1090 2013-08-01  David Edmondson  <dme@dme.org>
1091
1092         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
1093         out on ttys.
1094
1095 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1096
1097         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
1098         not empty.
1099
1100         * nnrss.el (nnrss-discover-feed): Indent.
1101
1102 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1103
1104         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1105
1106 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1107
1108         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1109         dirty to ensure nnimap data being saved.
1110
1111 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1112
1113         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
1114         menu entry.
1115
1116         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
1117         the current thread's total score instead of the current article's
1118         score.
1119
1120         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
1121         (gnus-sort-threads-recursively): Delete defcustom.
1122         (gnus-sort-threads-recursive): Adapt accordingly.
1123
1124 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1125
1126         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
1127         (gnus-sort-threads-recursive): Use it.
1128         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1129         again.  Now that determines how to sort subthreads.
1130
1131 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
1132
1133         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
1134         (gnus-sort-threads): Use it.
1135
1136 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
1137
1138         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
1139         punctuation characters follow parentheses (bug#14950).
1140
1141 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1142
1143         * gnus.el (gnus-continuum-version):
1144         * gnus-msg.el (gnus-extended-version): Simplify.
1145
1146         * gnus.el (gnus-continuum-version-1): Remove.
1147         * gnus-msg.el (gnus-bug): Revert.
1148
1149         Calculate gnus-version correctly on Cygwin.
1150
1151         * gnus.el (gnus-continuum-version): Do main calculations in integers.
1152         (gnus-continuum-version-1): New function, return a string.
1153
1154         * gnus-msg.el (gnus-extended-version, gnus-bug):
1155         Use gnus-continuum-version-1 instead of gnus-continuum-version.
1156
1157 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
1158
1159         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
1160         (bug#13384).
1161
1162 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1163
1164         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
1165         that were only relevant in a development version a long time ago.
1166
1167 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1168
1169         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
1170         that the old Emacs 24s bundle.
1171
1172 2013-07-10  David Engster  <deng@randomsample.de>
1173
1174         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1175         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
1176         fixes a bug in Emacs trunk where the 'unexist' marks were always
1177         removed at startup because "Gnus v5.13" was considered smaller than "Ma
1178         Gnus v0.03".
1179
1180 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
1181
1182         * gnus.el (gnus-summary-line-format): Reference
1183         `gnus-user-date-format-alist' for the &user-date; format, not
1184         `gnus-summary-user-date-format-alist'.
1185
1186 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1187
1188         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1189         delete files (bug#13481).
1190
1191 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
1192
1193         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
1194
1195 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
1196
1197         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1198         display images.
1199
1200         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1201
1202         * message.el (message-cancel-news): According to
1203         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1204         preferred over "cmsg cancel" in the Subject.
1205
1206         * nnir.el (nnir-engines): Note that the group specs are regexps
1207         (bug#13238).
1208
1209         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1210         gotten read-only text properties, ensure that those aren't heeded when
1211         copying stuff over (bug#13434).
1212
1213         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1214         (bug#13762).
1215
1216 2013-07-05  David Kastrup  <dak@gnu.org>
1217
1218         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1219         authinfo file again (important for blank passwords).  This had been
1220         broken with 2013-06-15 change.
1221
1222 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1223
1224         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1225         Revert 2013-01-14 change.
1226
1227 2013-07-02  Daiki Ueno  <ueno@gnu.org>
1228
1229         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1230         of 'create-image' for XEmacs compatibility; check errors when decoding
1231         image.  Reported by Uwe Brauer.
1232
1233 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1234
1235         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1236         gnus-button-push revised at 2011-01-19.
1237
1238 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1239
1240         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
1241         now live in the lisp/net Emacs 24 repository.
1242
1243 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1244
1245         * eww.el (eww-update-header-line-format): Quote % characters.
1246
1247 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1248
1249         * eww.el (eww-process-text-input): Display passwords as asterisks.
1250
1251         * shr.el (shr-make-table-1): Protect against invalid column-spans.
1252
1253 2013-06-19  Tom Tromey  <tromey@redhat.com>
1254
1255         * eww.el (eww-top-url): Remove.
1256         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
1257         (eww-render): Set new variables.  Don't set eww-top-url.
1258         (eww-handle-link): Handle "prev", "home", and "contents".
1259         Downcase the rel text.
1260         (eww-top-url): Choose best top URL.
1261
1262 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1263
1264         * eww.el: Rewrite to implement form elements "by hand" instead of
1265         relying in widget.el.  Using widget.el leads to too many
1266         user interface inconsistencies.
1267         (eww-self-insert): Implement entering commands in text fields.
1268         (eww-process-text-input): New function to make text input field editing
1269         work.
1270         (eww-submit): Rewrite to use the new-style form methods.
1271         (eww-select-display): Display the correct selected item.
1272         (eww-change-select): Implement changing the select value.
1273         (eww-toggle-checkbox): Implement radio/checkboxes.
1274         (eww-update-field): Fix compilation error.
1275         (eww-tag-textarea): Implement <textarea>.
1276
1277         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
1278         don't shadow mode-specific bindings.
1279
1280         * eww.el (eww-browse-url): Don't push stuff onto history if there's
1281         nothing to push.
1282
1283         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
1284
1285 2013-06-19  Glenn Morris  <rgm@gnu.org>
1286
1287         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1288
1289 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1290
1291         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1292
1293 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1294
1295         * shr.el (shr-make-table-1): Implement <td rowspan>.
1296         (shr-table-horizontal-line): Allow nil as a value, and change the
1297         default.
1298         (shr-insert-table-ruler): Respect the nil value.
1299
1300 2013-06-18  Tom Tromey  <tromey@barimba>
1301
1302         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
1303         New defvars.
1304         (eww-open-file): New defun.
1305         (eww-render): Initialize new variables.
1306         (eww-display-html): Handle "link" and "a".
1307         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
1308         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
1309         (eww-back-url): Rename from eww-previous-url.
1310         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
1311         defuns.
1312
1313 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1314
1315         * shr.el (shr-tag-table): Insert the images after the table, so that
1316         they're not covered by the table colourisation, which often looked
1317         awkward.
1318         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1319         <dd>.
1320         (shr-make-table-1): Implement <td colspan=> support.
1321         (shr-insert-document): Use one less than window width if `shr-width' is
1322         nil, since otherwise things may get one character too wide.
1323
1324 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1325
1326         * eww.el (eww-detect-charset): Improve regexp; move backward.
1327
1328 2013-06-18  Glenn Morris  <rgm@gnu.org>
1329
1330         * mm-decode.el (widget-convert-button): Autoload.
1331
1332         * sieve-manage.el (mm-enable-multibyte): Autoload.
1333
1334         * shr.el (libxml-parse-html-region): Declare.
1335         (shr-render-buffer): Explicit error if no libxml2 support.
1336
1337 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
1338
1339         * auth-source.el (auth-source-current-line): New function.
1340         (auth-source-netrc-parse-entries): When a data token is "machine",
1341         assume we're in the wrong place and abort parsing the current line.
1342
1343 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1344
1345         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1346         (eww-convert-widgets): Don't bug out if the first widget starts at the
1347         beginning of the buffer.
1348         (eww-convert-widgets): Fix last patch.
1349         (eww-tag-input): Support <input type=image>.
1350
1351         * shr.el (shr-insert-table): Respect border-collapse: collapse.
1352         (shr-tag-base): Protect against base specs that are degenerate.
1353         (shr-ensure-paragraph): Don't delete empty lines that have text
1354         properties, because these may be input fields.
1355
1356         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1357         we can navigate to them.
1358
1359         * shr.el (shr-colorize-region): Put the colours over the entire region.
1360         (shr-inhibit-decoration): New variable.
1361         (shr-add-font): Use it to inhibit text property decorations while doing
1362         preliminary table renderings.  This speeds up typical Wikipedia page
1363         renderings by 15%.
1364         (shr-tag-span): Don't respect the <title>, because that overwrites the
1365         help-echo from links inside the spans.
1366         (shr-next-link): Use `help-echo' for navigation, so that we can
1367         navigate to form elements, too.
1368
1369         * eww.el (eww-button): New face.
1370         (eww-convert-widgets): Use it to make submit buttons more button-like.
1371
1372         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1373         that Gnus commands work.
1374
1375         * shr.el (shr-render-td): Support horizontal alignment.
1376
1377         * eww.el (eww-put-color): Removed.
1378         (eww-colorize-region): Use `add-face-text-property'.
1379
1380         * shr.el (shr-add-font): Append face data, so that we get the correct
1381         precedence: The innermost value (which is applied first) wins.
1382         (shr-make-overlay): Obsolete function.
1383
1384         * mm-decode.el (mm-convert-shr-links): New function to convert
1385         new-style shr URL links into widgets.
1386         (mm-shr): Use it.
1387
1388         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1389         widget commands, since we're no longer using widgets for links.
1390
1391         * shr.el (shr-next-link): New command.
1392         (shr-previous-link): New command.
1393         (shr-urlify): Don't use `widget-convert', because that's slow.
1394         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1395         because collecting the overlays and reapplying them when generating
1396         tables is slow.
1397         (shr-insert-table): Ditto.
1398
1399 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1400
1401         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1402         * shr.el (browse-url): Require `url'.
1403         * eww.el (url): Require format-spec.
1404
1405 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1406
1407         * eww.el (eww-display-html): Default to using the entire window width.
1408         (eww-browse-url): Don't add a User-Agent header (twice), because that
1409         makes Bing refuse connection.
1410
1411         * shr.el (shr-make-table): Cache the table rendering at the table
1412         level, and not the <td> level.  This is a bit faster.
1413
1414         * eww.el (eww-render): Go to the correct ID when given URLs ending with
1415         #id.
1416
1417         * shr.el (shr-tag-li): Don't require a new paragraph, since other
1418         browsers don't.
1419         (shr-expand-url): Respect #anchor links.
1420         (shr-parse-base): Chop off the anchor before using.
1421         (shr-descend): Respect display: none.
1422         (shr-descend): Allow marking elements that have certain IDs.
1423
1424         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1425
1426         * shr.el (shr-expand-url): Don't bug out on zero-length links.
1427
1428         * eww.el (eww-tag-textarea): Support <textarea>.
1429
1430 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1431
1432         * shr.el (shr-dom-to-xml): Fixed function call.
1433
1434         * eww.el (eww): New group.
1435         (eww-header-line-format): New custom variable.
1436         (eww-current-title): New variable.
1437         (eww-display-html): Update header and handle title tag.
1438         (eww-update-header-line-format): New function.
1439         (eww-tag-title): New function.
1440
1441         * shr.el (shr-dom-to-xml): New function.
1442         (shr-tag-svg): Add support for the SVG tag.
1443         (shr-bullet): New custom variable.
1444         (shr-tag-li): Support custom bullet in unordered lists.
1445
1446 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1447
1448         * shr.el (shr-expand-url): Respect // URLs.
1449
1450         * eww.el (eww-tag-body): Override the shr body rendering so that we can
1451         put a background colour onto the entire buffer.
1452         (eww-render): When being redirected, use the redirect URL as the new
1453         base URL.
1454
1455         * shr.el (shr-parse-base): Fix parsing error.
1456
1457         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1458
1459         * shr.el (shr-parse-base): New function.
1460         (shr-expand-url): Use it to expand relative URLs reliably.
1461
1462 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
1463
1464         * auth-source.el (auth-source-search-collection): Fix docstring.
1465         (auth-source-netrc-parse): Refactor and improve netrc parser to support
1466         single-quoted strings and multiline entries.
1467         (auth-source-netrc-parse-next-interesting)
1468         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
1469         functions to support parser.
1470
1471 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1472
1473         * eww.el (eww-submit): Get submit button logic right when hitting RET
1474         on non-submit buttons.
1475
1476         * shr.el: Remove shr-preliminary-table-render, since that can't really
1477         be used for anything in practice.
1478
1479 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1480
1481         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1482         (sieve-manage-quit).
1483
1484 2013-06-14  Glenn Morris  <rgm@gnu.org>
1485
1486         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
1487
1488 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
1489
1490         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1491         control the maximum size of photo ID image.
1492         (mml2015-epg-key-image-to-string): Respect it.
1493
1494 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1495
1496         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1497         instead of the final one so that we can more easily distinguish them.
1498
1499         * eww.el (eww-submit): Compute the submission URL correctly.
1500
1501 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1502
1503         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1504         Use plist-get rather than CL's getf.
1505         (sieve-manage-parse-capability): Avoid CL's remove-if.
1506
1507 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1508
1509         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1510         (sieve-manage-quit).
1511
1512 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1513
1514         * shr.el (shr-expand-url): Expansion should chop off the bits after the
1515         last slash.
1516
1517         * eww.el (eww-tag-select): Use the first value as the default value.
1518
1519 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1520
1521         * eww.el (eww): Prepend urls with http:// if scheme is missing.
1522         (eww-mode): Use `define-derived-mode'.
1523         (eww-parse-headers): Parse headers from beginning of buffer so that
1524         file:// links work.
1525
1526 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1527
1528         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1529
1530 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1531
1532         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1533         to handle them at all.
1534
1535 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1536
1537         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1538         work, too.
1539         (eww-tag-select): Implement <select>.
1540
1541 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1542
1543         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
1544         stream managing functions by using open-protocol-stream to do most of
1545         the work.  Has the nice benefit of enabling STARTTLS.
1546         Wait for capabilities after STARTTLS: following RFC5804, the server
1547         sends new capabilities after successfully establishing a TLS connection
1548         with the client.  The client should update the cached list of
1549         capabilities, but we just ignore the answer for now.
1550         (sieve-manage-network-p, sieve-manage-network-open)
1551         (sieve-manage-starttls-p, sieve-manage-starttls-open)
1552         (sieve-manage-forward, sieve-manage-streams)
1553         (sieve-manage-stream-alist): Remove unneeded functions neither in the
1554         API, nor called by any other function.
1555         Enable Multibyte for SieveManage buffers: The parser won't properly
1556         handle umlauts and line endings unless multibyte is turned on in the
1557         process buffer.
1558
1559 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1560
1561         * eww.el (eww-tag-input): Support password fields.
1562         (eww-submit): Support POST.
1563
1564 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1565
1566         * eww.el (eww-tag-form): Protect against degenerate forms.
1567
1568         * shr.el (shr-expand-url): Expand URLs that start with a slash
1569         correctly.
1570
1571         * eww.el (eww-submit): Get submit button logic right.
1572
1573         * shr.el (shr-final-table-render): New variable to signal when we're
1574         doing the final table rendering so that we can collect more data at
1575         that point.
1576
1577         * eww.el (eww-submit): Make form submission work.
1578         (eww-tag-input): Implement submit buttons.
1579         (eww-click-radio): Implement radio and checkboxes.
1580         (eww-submit): Handle hidden elements.
1581
1582         * shr.el (shr-descend): Allow other packages to override (or provide)
1583         rendering of elements.
1584         (shr-expand-url): Strip query strings from URLs before expanding them.
1585
1586         * eww.el: Don't require cl-lib.
1587         (eww-tag-form): Start form support.
1588
1589         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
1590
1591         * eww.el: Start writing a new, tiny web browser.
1592         (eww-previous-url): New command.
1593         (eww-quit): New command.
1594
1595 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1596
1597         * sieve.el: Put point at beginning of buffer when viewing a script.
1598         (sieve-open-server): Respect the PORT parameter.  Show the correct port
1599         number in sieve-buffer's header.  Fixed code to also work with a string
1600         as port specifier.  Properly close the connection on pressing 'q'.  Make
1601         sieve-manage-quit close the connection and process buffer.  Also, remove
1602         duplicate keybinding for 'q'.
1603
1604 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
1605
1606         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1607         make it easier to read.
1608         (mm-pkcs7-enveloped-magic): Ditto.
1609
1610 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1611
1612         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1613         before `image-type-available-p' to avoid loading the image libraries
1614         needlessly.
1615
1616 2013-06-05  David Engster  <deng@randomsample.de>
1617
1618         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1619         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1620         to see whether the group was synced before.
1621
1622 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
1623
1624         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
1625         when opening the connection.
1626         Suggested by João Távora <joaotavora@gmail.com> in
1627         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
1628
1629 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1630
1631         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1632         assume Date header begins with "Date", that may be customized into
1633         something like "X-Sent" using gnus-article-time-format.
1634         (article-transform-date): Allow multi-line Date header.
1635
1636 2013-06-02  David Engster  <deng@randomsample.de>
1637
1638         * registry.el (initialize-instance, registry-lookup)
1639         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1640         (registry-lookup-secondary-value, registry-search, registry-delete)
1641         (registry-insert, registry-reindex, registry-size, registry-prune): Do
1642         not wrap methods in `eval-and-compile'.  This breaks due to latest
1643         changes in EIEIO (introduction of eieio-core.el).
1644
1645 2013-05-30  Glenn Morris  <rgm@gnu.org>
1646
1647         * nnmail.el (nnmail-fancy-expiry-target):
1648         Also bind mail-dont-reply-to-names.
1649
1650         * spam-stat.el (spam-stat-save):
1651         No need to tweak font-lock in temp buffers.
1652
1653         * shr.el (shr-put-image): Silence compiler.
1654
1655 2013-05-29  Glenn Morris  <rgm@gnu.org>
1656
1657         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1658
1659         * gnus-group.el (gnus-sequence-of-unread-articles)
1660         (gnus-summary-add-mark, gnus-mark-article-as-read)
1661         (gnus-group-make-articles-read): Declare.
1662
1663         * gnus-sum.el (gnus-parameter-list-identifier)
1664         (gnus-article-stop-animations, gnus-stop-downloads)
1665         (gnus-article-only-boring-p, article-goto-body)
1666         (gnus-flush-original-article-buffer, article-narrow-to-head)
1667         (gnus-article-hidden-text-p, gnus-delete-wash-type)
1668         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1669
1670         * gnus.el: No need to eval-and-compile autoloads.
1671
1672         * gravatar.el (help-function-arglist): Autoload.
1673
1674         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1675
1676         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1677
1678         * spam.el: No need to load spam-report when compiling.
1679         No need to eval-and-compile autoloads.
1680         (spam-report-resend-to): Declare.
1681         (spam-report-resend-register-routine): Require 'spam-report.
1682
1683 2013-05-24  Julien Danjou  <julien@danjou.info>
1684
1685         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1686         setup.
1687
1688 2013-05-23  Glenn Morris  <rgm@gnu.org>
1689
1690         * gnus-util.el (rmail-swap-buffers-maybe)
1691         (rmail-maybe-set-message-counters, rmail-count-new-messages)
1692         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1693         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1694
1695         * mm-decode.el: No need to load term when compiling.
1696         (term-mode, term-char-mode): Declare.
1697
1698         * mm-util.el: No need to load jka-compr when compiling.
1699         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1700
1701         * nnmaildir.el: Require is automatically eval-and-compile.
1702         (nnmail): Require at run-time too.
1703
1704         * registry.el (registry-size): Move definition before use.
1705
1706 2013-05-22  Daiki Ueno  <ueno@gnu.org>
1707
1708         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1709         signed data to conform the standard.  (Bug#14232)
1710
1711 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
1712
1713         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1714         double angle quotation mark.
1715
1716 2013-05-20  Glenn Morris  <rgm@gnu.org>
1717
1718         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
1719
1720 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1721
1722         * message.el (message-insert-formatted-citation-line): handle finding
1723         first/lastname when more than 2 names appear.
1724
1725 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1726
1727         * shr.el (shr-tag-span): New function.
1728
1729 2013-05-18  Glenn Morris  <rgm@gnu.org>
1730
1731         * message.el (message-mode): Use message-mode-abbrev-table,
1732         with text-mode-abbrev-table as parent.  (Bug#14413)
1733
1734 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1735
1736         * message.el (message-expand-group): Decode group names.
1737
1738 2013-05-16  Julien Danjou  <julien@danjou.info>
1739
1740         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1741         app-icon.
1742
1743 2013-05-15  Glenn Morris  <rgm@gnu.org>
1744
1745         * shr-color.el (shr-color-visible-luminance-min)
1746         (shr-color-visible-distance-min): Use shr-color group.
1747
1748 2013-05-11  Glenn Morris  <rgm@gnu.org>
1749
1750         * gnus-vm.el: Make it loadable without VM.
1751         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1752         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1753
1754 2013-05-09  Glenn Morris  <rgm@gnu.org>
1755
1756         * mml1991.el: Make it loadable.  (Bug#13456)
1757
1758         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1759         * gnus-async.el (gnus-async-post-fetch-function):
1760         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1761         * gnus-html.el (gnus-html-image-cache-ttl):
1762         * gnus-notifications.el (gnus-notifications-timeout):
1763         * gnus-picon.el (gnus-picon-properties):
1764         * gnus-util.el (gnus-completion-styles):
1765         * gnus.el (gnus-other-frame-resume-function):
1766         * message.el (message-user-organization-file)
1767         (message-cite-reply-position):
1768         * nnir.el (nnir-summary-line-format)
1769         (nnir-retrieve-headers-override-function):
1770         * shr-color.el (shr-color-visible-luminance-min):
1771         * shr.el (shr-blocked-images):
1772         * spam-report.el (spam-report-resend-to):
1773         * spam.el (spam-summary-exit-behavior): Fix custom types.
1774
1775         * gnus-salt.el (gnus-selected-tree-face): Fix default.
1776
1777 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1778
1779         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1780         because of let-binding help-xref-following.  (Bug#14356)
1781
1782 2013-05-06  Glenn Morris  <rgm@gnu.org>
1783
1784         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
1785
1786 2013-05-04  Andrew Cohen  <cohen@bu.edu>
1787
1788         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1789         entering into the registry.
1790
1791 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1792
1793         * gnus.el: Ma Gnus v0.7 is released.
1794
1795 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1796
1797         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1798         (Bug#14304)
1799
1800 2013-04-27  Glenn Morris  <rgm@gnu.org>
1801
1802         * gnus.el (gnus-list-debbugs):
1803         Use require rather than autoload.  (Bug#14262)
1804
1805 2013-04-27  Julien Danjou  <julien@danjou.info>
1806
1807         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1808         port to "sieve" now that it has an official IANA port assigned.
1809
1810 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1811
1812         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1813         Don't set the MAILHOST environment variable permanently (Bug#14271).
1814
1815 2013-04-26  Glenn Morris  <rgm@gnu.org>
1816
1817         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
1818
1819 2013-04-25  Andrew Cohen  <cohen@bu.edu>
1820
1821         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1822         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
1823
1824 2013-04-24  Andrew Cohen  <cohen@bu.edu>
1825
1826         * nnir.el (nnir-close-group): Make sure we are in the right group.
1827
1828         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1829         dependency table from all newly retrieved headers.
1830
1831 2013-04-16  David Edmondson  <dme@dme.org>
1832
1833         Support <img src="data:...">.
1834
1835         * shr.el (shr-image-from-data): New function.
1836         (shr-tag-img): Use it.
1837
1838 2013-04-14  Andrew Cohen  <cohen@bu.edu>
1839
1840         * nnir.el (nnir-request-set-mark): Make sure we are in the right
1841         group.
1842
1843 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1844
1845         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1846         corresponding to any existing group (Bug#14166).
1847
1848 2013-04-10  Andrew Cohen  <cohen@bu.edu>
1849
1850         * nnir.el (number-sequence): No longer used.
1851         (nnir-request-set-mark): New function.
1852         (nnir-request-update-info): Improve marks updating.
1853         (nnir-request-scan): Don't duplicate marks updating.
1854         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1855         Use 'assq rather than 'assoc.  Quote anonymous function.
1856         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1857         Use 'gnus-group-prefixed-p.
1858         (gnus-summary-create-nnir-group): Make sure server for method is open.
1859
1860 2013-04-04  Andrew Cohen  <cohen@bu.edu>
1861
1862         * nnir.el (gnus-nnir-group-p): New function.
1863         (nnir-possibly-change-group): Use it.
1864
1865         * gnus-msg.el (gnus-setup-message): Use it.
1866
1867 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1868
1869         * mml.el (mml-minibuffer-read-description): Use `default' insted of
1870         `initial-input' for the argument name.
1871         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1872
1873 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
1874
1875         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1876         (used by MH-E).
1877
1878 2013-04-01  Andrew Cohen  <cohen@bu.edu>
1879
1880         * nnir.el (nnir-request-update-mark): Improve mark updating in original
1881         group.
1882
1883         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1884         fix compilation.
1885
1886 2013-03-31  Andrew Cohen  <cohen@bu.edu>
1887
1888         * nnir.el (nnir-method-default-engines): And another typo.
1889
1890 2013-03-30  Andrew Cohen  <cohen@bu.edu>
1891
1892         * nnir.el (nnir-method-default-engines): Fix typo.
1893
1894 2013-03-29  Andrew Cohen  <cohen@bu.edu>
1895
1896         * nnir.el: Define 'number-sequence for xemacs.
1897         (gnus-summary-create-nnir-group): New function to create an nnir group
1898         from an nnir summary buffer based on the current query.
1899         (nnir-request-create-group): Update to allow nnir group creation based
1900         on the current query.
1901
1902 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1903
1904         * nndraft.el (nndraft-request-expire-articles):
1905         Make expiry target always `delete'.
1906
1907 2013-03-27  Andrew Cohen  <cohen@bu.edu>
1908
1909         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1910         buffer use the posting-style and gcc of the original article group.
1911         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1912
1913         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
1914         after other deffoos.
1915
1916 2013-03-25  Andrew Cohen  <cohen@bu.edu>
1917
1918         * nnir.el: Major rewrite.  Cleaner separation between searches and group
1919         management.  Marks are now shown in nnir summary buffers.  Rudimentary
1920         support for real (i.e. not ephemeral) nnir groups.
1921         (gnus-summary-make-nnir-group): New function for initiating searches
1922         from a summary buffer.
1923
1924 2013-03-18  Sam Steingold  <sds@gnu.org>
1925
1926         * message.el (message-bury): Minor cleanup.
1927
1928 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
1929
1930         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
1931
1932 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1933
1934         * nndir.el (nndir-request-list): Remove 2nd argument passed to
1935         nnml-request-list.  (Bug#13873)
1936         (nndir-request-newsgroups): Remove, unused.
1937
1938         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1939
1940 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1941
1942         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
1943         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
1944         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
1945
1946 2013-03-03  Ted Phelps  <phelps@gnusto.com>
1947
1948         * shr.el: Make all the overlays set the `evaporate' property so that
1949         they're removed properly.
1950
1951 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
1952
1953         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
1954         shell-quote-argument.
1955
1956 2013-02-22  David Engster  <deng@randomsample.de>
1957
1958         * gnus-registry.el (gnus-registry-save): Provide class name when
1959         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
1960         `condition-case' to stay compatible with older EIEIO versions which
1961         only accept one argument.
1962
1963 2013-02-17  Daiki Ueno  <ueno@gnu.org>
1964
1965         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1966         (epg-user-id-validity): Autoload.
1967         (mml2015-epg-check-user-id): New function.
1968         (mml2015-epg-check-sub-key): New function split from
1969         mml2015-epg-find-usable-key.
1970         (mml2015-epg-find-usable-key): Accept context, name, usage, and
1971         optional name-is-key-id, to handle the case when user-id is unusable.
1972         Reported by Łukasz Stelmach <stlman@poczta.fm>.
1973
1974 2013-02-17  Glenn Morris  <rgm@gnu.org>
1975
1976         * shr.el (shr-put-image): Use image-multi-frame-p if available.
1977
1978 2013-02-16  Glenn Morris  <rgm@gnu.org>
1979
1980         * shr.el (shr-put-image): Only animate images that specify a delay.
1981         This is consistent with the old image-animated-p behavior.
1982
1983 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1984
1985         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1986         for XEmacs.
1987
1988 2013-02-13  Juri Linkov  <juri@jurta.org>
1989
1990         * gnus-art.el (gnus-article-mode-map):
1991         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1992         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
1993
1994 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
1995
1996         * auth-source.el (auth-source-format-prompt): Don't get confused by
1997         any "\" in replacement text.  (Bug#13637)
1998
1999 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
2000
2001         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
2002         (gnus-backend-trace): Honour gnus-backend-trace.
2003
2004         * mml.el (mml-insert-part): Insert closing tag.
2005
2006         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
2007
2008 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2009
2010         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
2011         able to find the article, which can happen in debbugs groups,
2012         apparently.
2013
2014 2013-01-16  Glenn Morris  <rgm@gnu.org>
2015
2016         * smiley.el (smiley-style): Make the file loadable in batch mode.
2017
2018 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2019
2020         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
2021         imap process running.
2022
2023 2013-01-14  Julien Danjou  <julien@danjou.info>
2024
2025         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2026         Compare addresses against addresses, not against the full From field.
2027
2028 2013-01-13  Richard Stallman  <rms@gnu.org>
2029
2030         * message.el (message-forward-make-body-mime): New args BEG, END
2031         specify what part of FORWARD-BUFFER to use.  Do the work directly
2032         instead of calling `mml-insert-buffer'.
2033
2034 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
2035
2036         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
2037         cross-reference(s).
2038
2039         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
2040         cross-reference(s).
2041
2042 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
2043
2044         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2045         and point-max-marker.
2046         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2047
2048 2013-01-11  Julien Danjou  <julien@danjou.info>
2049
2050         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2051         max are almost equal.  Also return the correct value for V which is
2052         already between 0 and 1.
2053
2054 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
2055
2056         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2057         to mml2015-encrypt-to-self.
2058         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2059
2060 2013-01-09  Daiki Ueno  <ueno@gnu.org>
2061
2062         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2063         mml-smime-epg-find-usable-secret-key.
2064
2065 2013-01-08  Glenn Morris  <rgm@gnu.org>
2066
2067         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
2068
2069 2013-01-07  Daiki Ueno  <ueno@gnu.org>
2070
2071         * mml-smime.el: Support signing by sender.
2072         Requested by Uwe Brauer.
2073         (mml-smime-sign-with-sender): New user option analogous
2074         to mml2015-sign-with-sender.
2075         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2076         (mml-smime-epg-find-usable-secret-key): New helper function copied from
2077         mml2015.el.
2078
2079 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2080
2081         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2082         isn't running, because Gnus will probably not know how to handle the
2083         Gcc header (bug#11941).
2084
2085         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2086         articles.
2087
2088 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2089
2090         * nnfolder.el (nnfolder-recursive-directory-files): New function.
2091         (nnfolder-generate-active-file): Make this function work with recursive
2092         folder names.
2093
2094 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2095
2096         * nntp.el (nntp-open-connection): Use HELP as the capability command
2097         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2098         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
2099
2100 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
2101
2102         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2103         place holder since this gives `Invalid face reference: nil' messages.
2104         Use the `default' face instead.  It has the same effect here, even
2105         though it is not no-op.
2106
2107         * gnus-util.el
2108         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2109
2110 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2111
2112         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2113         non-string posting styles (bug#13285).
2114
2115 2012-12-27  Glenn Morris  <rgm@gnu.org>
2116
2117         * plstore.el (plstore-passphrase-callback-function):
2118         Use plstore-get-file.
2119
2120 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
2121
2122         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2123         stderr.
2124
2125 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2126
2127         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2128
2129         * gnus-compat.el (set-buffer-multibyte): Remove.
2130
2131 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2132
2133         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2134         temporary file to get PGP key image.  Pass no-show-photos when
2135         extracting image to avoid having it pop up twice.
2136
2137 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
2138
2139         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
2140         eligible for treatment.
2141
2142         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
2143         lines.  This makes summary commands with hidden threads work more
2144         reliably.
2145
2146         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
2147         button to mark the hidden citations (bug#9395).
2148
2149 2012-12-26  Daiki Ueno  <ueno@gnu.org>
2150
2151         * mml2015.el (mml2015-epg-signature-to-string): New function.
2152         (mml2015-epg-verify-result-to-string): New function.
2153         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
2154         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
2155         instead of epg-verify-result-to-string.
2156         (epg-signature-key-id, epg-signature-to-string): Autoload.
2157         (epg-verify-result-to-string): Remove autoload.
2158
2159 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2160
2161         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
2162         ID image from GPG public key.
2163         (mml2015-epg-key-image-to-string): New function.
2164
2165 2012-12-25  Leo Liu  <sdl.web@gmail.com>
2166
2167         * plstore.el (plstore-passphrase-callback-function): Fix error when
2168         error when plstore-cache-passphrase-for-symmetric-encryption is set
2169         (bug#13264).
2170
2171 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2172
2173         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2174         buffer to the article buffer here, because that clobbers multiple
2175         article buffers.
2176
2177         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2178         buffer always points to the right summary buffer.
2179
2180 2012-12-25  John Wiegley  <jwiegley@gmail.com>
2181
2182         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2183         the password (bug#12097).
2184
2185 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2186
2187         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2188         (bug#13263).
2189
2190         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2191         buffer exists before using it (bug#12475).
2192
2193         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
2194         offline groups (bug#11937).
2195
2196         * message.el (message-yank-original): When using customize to set the
2197         value of `message-cite-style', the variable it set to a symbol that's
2198         the name of the variable, which must then be dereferenced (bug#12616).
2199
2200 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
2201
2202         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2203         the `face' property with a list whose car is the face specified in the
2204         format string and whose cdr is (nil).
2205         * lisp/gnus-util.el
2206         (gnus-put-text-property-excluding-characters-with-faces):
2207         Change accordingly.
2208         (gnus-get-text-property-excluding-characters-with-faces): New function.
2209         * lisp/gnus-sum.el (gnus-summary-highlight-line):
2210         * lisp/gnus-salt.el (gnus-tree-highlight-node):
2211         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2212
2213 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2214
2215         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2216         login methods.
2217         (nnimap-login): Respect the `nnimap-authenticator' variable.
2218
2219         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2220         mark state when moving articles.  Otherwise unticked articles will get
2221         their ticks back after moving.
2222
2223 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2224
2225         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2226
2227         * message.el (message-ignored-news-headers): Always remove
2228         X-Message-SMTP-Method to avoid information leakage if the user
2229         mistakenly inserts the header into news messages.
2230
2231         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
2232
2233         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
2234         right than four characters, this command would move point to
2235         `point-max'.  Don't do that.
2236
2237         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
2238         to nil to allow re-selecting groups that gain articles.
2239         (gnus-bug-group-download-format-alist): Update the URL.
2240
2241 2012-12-23  Andreas Schwab  <schwab@suse.de>
2242
2243         * shr.el (shr-tag-em): Render em as italic, not bold.
2244
2245 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
2246
2247         * gnus-int.el (gnus-backend-trace): Factor out into its own function
2248         for reuse.
2249         (gnus-open-server): Use it to add more tracing.
2250         (gnus-finish-retrieve-group-infos): Add backend tracing.
2251         (gnus-backend-trace): Also note the elapsed seconds.
2252
2253 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
2254
2255         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2256         Set epa-file-encrypt-to from variable to avoid querying.
2257
2258 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
2259
2260         * sieve-mode.el (sieve-font-lock-keywords):
2261         Keywords should be word delimited.  (Bug#13173)
2262
2263 2012-12-13  Andreas Schwab  <schwab@suse.de>
2264
2265         * tls.el (tls-program): Update customize type.
2266
2267 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2268
2269         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2270         instead of <pre> to align message header.
2271
2272 2012-12-12  Sam Steingold  <sds@gnu.org>
2273
2274         * gnus.el (gnus-other-frame-resume-function): Add user option.
2275         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2276
2277 2012-12-06  Sam Steingold  <sds@gnu.org>
2278
2279         * gnus-start.el (gnus-before-resume-hook): Add.
2280         (gnus-1): Run it when Gnus is alive.
2281
2282 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2283
2284         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2285         * gnus-art.el (article-unsplit-urls)
2286         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2287         * gnus-registry.el (gnus-registry-get-article-marks)
2288         * message.el (message-goto-body): Use it.
2289         (message-called-interactively-p): Remove.
2290
2291         * spam-stat.el (spam-stat-called-interactively-p): New macro.
2292         (spam-stat-score-buffer): Use it.
2293
2294         * spam.el: Silence the warnings against BBDB functions when compiling.
2295
2296         * gnus-score.el (gnus-score-decode-text-parts):
2297         Use append+mapcar instead of the cl function mapcan.
2298
2299 2012-12-05  Sam Steingold  <sds@gnu.org>
2300
2301         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2302         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2303         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2304
2305 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2306
2307         * gmm-utils.el (gmm-called-interactively-p): Revert.
2308         This seems to cause Emacs to get stuck!
2309         * gnus-art.el (article-unsplit-urls)
2310         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2311         * gnus-registry.el (gnus-registry-get-article-marks)
2312         * message.el (message-goto-body)
2313         (message-called-interactively-p): Revert.
2314
2315         * gmm-utils.el (gmm-called-interactively-p): New function.
2316         * gnus-art.el (article-unsplit-urls)
2317         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2318         * gnus-registry.el (gnus-registry-get-article-marks)
2319         * message.el (message-goto-body): Use it.
2320         (message-called-interactively-p): Remove.
2321
2322         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2323         * gnus-sync.el (gnus-sync-lesync-call)
2324         * message.el (message-read-from-minibuffer): Use it.
2325
2326 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2327
2328         * gmm-utils.el (gmm-flet): Remove.
2329         * gnus-sync.el (gnus-sync-lesync-call)
2330         * message.el (message-read-from-minibuffer): Don't use it.
2331
2332 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2333
2334         * gmm-utils.el (gmm-labels): Use cl-labels if available.
2335
2336 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2337
2338         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2339
2340         * gnus-sync.el (gnus-sync-lesync-call)
2341         * message.el (message-read-from-minibuffer): Use gmm-flet.
2342
2343         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2344
2345         * gnus-util.el (gnus-macroexpand-all): Remove.
2346
2347 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
2348
2349         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2350         to TAB, not [tab].
2351         (gnus-summary-article-map): Likewise.
2352
2353         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2354         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2355
2356 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
2357
2358         * time-date.el: Commentary fix.
2359
2360 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2361
2362         * color.el: Don't require cl.
2363         (color-complement): `caddr' -> `nth 2'.
2364
2365         * time-date.el (time-to-seconds): De-obsolete.
2366
2367 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2368
2369         * message.el (message-get-reply-headers):
2370         Make sure the reply goes to the author if it is a wide reply.
2371
2372 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
2373
2374         * gnus-score.el (gnus-score-body):
2375         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2376         scoring by body.
2377
2378 2012-11-16  Glenn Morris  <rgm@gnu.org>
2379
2380         * gnus-diary.el (nndiary-request-create-group-functions)
2381         (nndiary-request-update-info-functions)
2382         (gnus-subscribe-newsgroup-functions)
2383         (nndiary-request-accept-article-functions):
2384         Use new names for hooks rather than obsolete aliases.
2385
2386 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2387
2388         * dgnushack.el (define-obsolete-variable-alias): Simplify.
2389
2390 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2391
2392         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2393         in meta tag with the one the part specifies in its header.
2394
2395 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2396
2397         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2398         by default.
2399
2400 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2401
2402         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
2403         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
2404
2405 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2406
2407         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
2408         and a runtime function for it, of which the XEmacs version takes only
2409         two arguments.
2410
2411 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2412
2413         * nndiary.el (nndiary-request-create-group-functions)
2414         (nndiary-request-update-info-functions)
2415         (nndiary-request-accept-article-functions):
2416         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2417         "-hooks" suffix.
2418
2419 2012-10-19  Julien Danjou  <julien@danjou.info>
2420
2421         * gnus-art.el: Require gnus-util because it uses
2422         `gnus-timer--function'.
2423
2424 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2425
2426         * starttls.el (starttls-extra-arguments): Doc fix.
2427
2428 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2429
2430         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2431         it.
2432
2433 2012-10-06  Glenn Morris  <rgm@gnu.org>
2434
2435         * gnus-notifications.el (gnus-notifications):
2436         Add missing group :version tag.
2437         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2438         (gnus-gcc-post-body-encode-hook):
2439         * gnus-sync.el (gnus-sync-lesync-name)
2440         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2441
2442 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2443
2444         * color.el (color-hsl-to-rgb): Fix incorrect results for
2445         small and large hue values.  (Bug#12559)
2446
2447 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2448
2449         New UIDL implementation.
2450
2451         * mail-source.el (mail-sources, mail-source-keyword-map):
2452         Add :leave as a pop3 keyword.
2453         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2454
2455         * pop3.el (pop3-leave-mail-on-server): Allow number.
2456         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2457         (pop3-movemail): Add UIDL support.
2458         (pop3-send-streaming-command): Take a list of mail numbers instead of
2459         the number of mails.
2460         (pop3-write-to-file): Add X-UIDL header.
2461         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2462         (pop3-uidl-add-xheader): New functions.
2463
2464         * message.el (message-ignored-resent-headers):
2465         Add X-Content-Length and X-UIDL headers.
2466
2467 2012-10-05  Glenn Morris  <rgm@gnu.org>
2468
2469         * color.el (color-name-to-rgb, color-rgb-to-hex)
2470         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2471         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2472         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2473         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2474
2475 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2476
2477         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2478         a user about whether to delete temp files if once a user answered as n.
2479
2480 2012-09-25  Chong Yidong  <cyd@gnu.org>
2481
2482         * password-cache.el (password-read-and-add): Use a declare form to mark
2483         this function obsolete.
2484
2485 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2486
2487         * lpath.el: Bind mail-encode-mml for old Emacsen.
2488
2489 2012-09-17  Richard Stallman  <rms@gnu.org>
2490
2491         * message.el (message-in-body-p): Don't set mark or modify buffer.
2492
2493         * mml.el (mml-attach-file): Doc fix.
2494         (mml-attach-external, mml-attach-buffer, mml-attach-file):
2495         Set mail-encode-mml when in Mail mode.
2496         Simplify code to set HEAD and move back to HEAD.
2497         (mml-insert-multipart, mml-insert-part):
2498         Set mail-encode-mml when in Mail mode.
2499
2500 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2501
2502         * gnus-util.el (gnus-timer--function): New function.
2503
2504         * gnus-art.el (gnus-article-stop-animations): Use it.
2505
2506 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2507
2508         Fix glitches caused by addition of psec to timers.
2509         * gnus-art.el (gnus-article-stop-animations): Use timer--function
2510         rather than raw access to timer vector.
2511
2512 2012-09-11  Julien Danjou  <julien@danjou.info>
2513
2514         * gnus-notifications.el (gnus-notifications): Check for nil values in
2515         ignored addresses check.
2516
2517 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2518
2519         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2520
2521 2012-09-07  Chong Yidong  <cyd@gnu.org>
2522
2523         * gnus-util.el
2524         (gnus-put-text-property-excluding-characters-with-faces): Restore.
2525
2526         * gnus-salt.el (gnus-tree-highlight-node):
2527         * gnus-sum.el (gnus-summary-highlight-line):
2528         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2529
2530 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2531
2532         * gnus-util.el: Fix compilation error on XEmacs 21.4.
2533
2534 2012-09-06  Juri Linkov  <juri@jurta.org>
2535
2536         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2537         scheme for buffer names to be more consistent with other group and
2538         article buffer names in Gnus.
2539
2540 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2541
2542         * gnus-util.el
2543         (gnus-put-text-property-excluding-characters-with-faces): Removed.
2544
2545         * gnus-compat.el: Define compat function `add-face' from Wolfgang
2546         Jenkner.
2547
2548         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2549
2550         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2551
2552         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2553
2554 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2555
2556         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2557         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2558
2559         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2560         string-prefix-p in Emacs >=23.2.
2561
2562         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2563         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2564         instead of string-match-p.
2565         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2566
2567 2012-09-06  Kenichi Handa  <handa@gnu.org>
2568
2569         * qp.el (quoted-printable-decode-region): Fix previous change; handle
2570         lowercase a..f.
2571
2572 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2573
2574         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2575
2576 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
2577
2578         * nnimap.el (nnimap-request-move-article): Decode the group name when
2579         doing internal moves to avoid charset issues.
2580
2581         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
2582         TIME is set.
2583
2584 2012-09-05  Juri Linkov  <juri@jurta.org>
2585
2586         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2587         than one group at a time (bug#11961).
2588
2589 2012-09-05  Julien Danjou  <julien@danjou.info>
2590
2591         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2592         this hide the real reason with a message giving absolutely no hint.
2593
2594 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
2595
2596         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2597         to the backend (bug#11804).
2598
2599         * message.el (message-insert-newsgroups): Don't insert newsgroup
2600         duplicates (bug#12275).
2601
2602 2012-09-05  John Wiegley  <johnw@newartisans.com>
2603
2604         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2605         sieve rules.
2606
2607 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
2608
2609         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2610         function.
2611
2612         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2613
2614         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2615
2616 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2617
2618         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2619         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2620         This should make nnmaildir more usable with offlineimap.
2621
2622 2012-09-05  Julien Danjou  <julien@danjou.info>
2623
2624         * nnimap.el (nnimap-request-list): Revert change that made listing
2625         synchronous.
2626         (nnimap-get-responses): Restore.
2627
2628 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
2629
2630         * dgnushack.el: XEmacs 21.5 compilation fix.
2631
2632         * gnus-notifications.el (gnus-notifications-notify): Use it.
2633
2634         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2635         warnings on XEmacs.
2636
2637 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2638
2639         Better seeds for (random).
2640         * gnus-sync.el (gnus-sync-lesync-setup):
2641         * message.el (message-canlock-generate, message-unique-id):
2642         Change (random t) to (random), now that the latter is more random.
2643
2644 2012-08-31  Dave Abrahams  <dave@boostpro.com>
2645
2646         * nnimap.el (nnimap-change-group): Document result value
2647
2648         * auth-source.el (auth-sources): Fix macos keychain access.
2649
2650         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2651         allow the backend `request-head' function to determine the group
2652         name on its own.
2653         (gnus-request-expire-articles): Filter out negative article numbers
2654         during expiry (Bug#11980).
2655
2656         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2657         O(N^2) to O(N).  This makes warping into huge groups tolerable.
2658
2659         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2660         you've found the article when you haven't.
2661
2662         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
2663         that nnimap-change-group can return t.
2664
2665 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2666
2667         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2668
2669 2012-08-30  Julien Danjou  <julien@danjou.info>
2670
2671         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2672         `gnus-notifications-timeout'.
2673         (gnus-notifications-timeout): Add.
2674         (gnus-notifications-action): New function.
2675         (gnus-notifications-notify): Add :action using
2676         `gnus-notifications-action'.
2677         (gnus-notifications-id-to-msg): New variable.
2678         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2679         notifications id to messages.
2680
2681 2012-08-30  Kenichi Handa  <handa@gnu.org>
2682
2683         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2684         once.
2685
2686 2012-08-29  Julien Danjou  <julien@danjou.info>
2687
2688         * gnus-notifications.el: New file.
2689         (gnus-notifications-notify): New function.
2690         (gnus-notifications): Use `gnus-notifications-notify'.
2691
2692 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2693
2694         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2695         transfer encoding first; bind gnus-newsgroup-charset to the charset
2696         that the article specifies (Bug#12209).
2697
2698 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2699
2700         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2701         (gnus-group-customize-done): Encode values posting-style holds.
2702
2703         * gnus-msg.el (gnus-summary-resend-message)
2704         (gnus-configure-posting-styles): Decode values posting-style group
2705         parameter holds.
2706
2707 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2708
2709         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2710         `name' and `address' in Resent-From header.
2711
2712 2012-08-14  Chong Yidong  <cyd@gnu.org>
2713
2714         * gnus-art.el (article-display-face): Handle failure in
2715         gnus-create-image (Bug#11802).
2716
2717 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2718
2719         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2720         Use defsetf.
2721
2722 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
2723
2724         * auth-source.el (auth-source-plstore-search)
2725         (auth-source-secrets-search): Ignore :require and :type in search spec.
2726
2727 2012-08-06  Julien Danjou  <julien@danjou.info>
2728
2729         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
2730         `nnimap-request-move-article'.
2731
2732         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2733         Remove autoload, already handled by gnus.el.
2734
2735         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
2736
2737         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
2738         supported by nnimap actually.  Reverts previous change.
2739
2740         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
2741         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
2742         to-buffer argument that is already supported.
2743
2744 2012-08-05  Julien Danjou  <julien@danjou.info>
2745
2746         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2747         Add autoload.
2748
2749 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2750
2751         * gnus.el (gnus-valid-select-methods): Fix custom type.
2752
2753 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
2754
2755         * auth-source.el (auth-sources, auth-source-backend-parse)
2756         (auth-source-macos-keychain-search)
2757         (auth-source-macos-keychain-search-items)
2758         (auth-source-macos-keychain-result-append)
2759         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2760         auth-source.el through the /usr/bin/security utility.
2761         (auth-sources): Fix syntax error.
2762         (auth-source-macos-keychain-result-append): Fix variable name.
2763         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2764
2765 2012-07-27  Julien Danjou  <julien@danjou.info>
2766
2767         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2768         Emacs < 24.1
2769
2770 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2771
2772         * message.el (message-kill-address): Don't kill last newline.
2773         (message-skip-to-next-address): Don't move to the next header.
2774         (message-fill-field-address): Work properly.
2775
2776 2012-07-25  Julien Danjou  <julien@danjou.info>
2777
2778         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2779
2780 2012-07-24  Julien Danjou  <julien@danjou.info>
2781
2782         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2783
2784         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2785         (nntp-async-timer-handler): Remove, unused.
2786
2787         * nnimap.el (nnimap-get-responses): Remove, unused.
2788
2789         * nnheader.el (mail-header-set-extra): Remove, unused.
2790
2791         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
2792         unused.
2793
2794         * mm-view.el (mm-view-sound-file): Remove, unused.
2795
2796         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2797         (mm-url-encode-multipart-form-data): Remove, unused.
2798
2799         * message.el (message-remove-signature, message-make-host-name)
2800         (message-fill-address): Remove, unused.
2801
2802         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2803         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2804         unused.
2805
2806         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
2807         (gnus-xmas-call-region): Remove, unused.
2808
2809         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2810
2811         * gnus-util.el (gnus-extract-address-component-name)
2812         (gnus-extract-address-component-email, gnus-sortable-date)
2813         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2814         (gnus-process-live-p): Remove, unused.
2815
2816         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2817
2818         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2819         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2820         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2821         function.
2822
2823         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2824
2825         * gnus-score.el (gnus-summary-score-crossposting)
2826         (gnus-score-regexp-bad-p): Remove, unused.
2827
2828         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2829
2830         * gnus-range.el (gnus-sublist-p): Remove, unused.
2831
2832         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2833         unused.
2834
2835         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2836
2837         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2838         (gnus-request-associate-buffer): Remove, unused.
2839
2840         * gnus-group.el (gnus-group-set-method-info)
2841         (gnus-group-set-params-info): Remove, unused.
2842
2843         * gnus-fun.el (gnus-shell-command-to-string)
2844         (gnus-shell-command-on-region): Remove, unused.
2845
2846         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2847
2848         * gnus-art.el (gnus-article-text-type-exists-p)
2849         (article-translate-characters, gnus-article-hide-text-of-type)
2850         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2851         Remove, unused.
2852
2853 2012-07-22  Andrew Cohen  <cohen@bu.edu>
2854
2855         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2856
2857 2012-07-21  Julien Danjou  <julien@danjou.info>
2858
2859         * message.el (message-dont-reply-to-names): Replace deprecated
2860         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2861         (message-get-reply-headers): Ditto.
2862
2863 2012-07-18  Julien Danjou  <julien@danjou.info>
2864
2865         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2866         `sieve-upload-and-kill'.
2867
2868         * sieve.el (sieve-bury-buffer): Remove function.
2869         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2870         (sieve-upload-and-kill): New function, mapped to C-c C-c.
2871
2872 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
2873
2874         * shr.el (shr-expand-url): Handle URL starting with `//'.
2875
2876 2012-07-13  Chong Yidong  <cyd@gnu.org>
2877
2878         * smime.el (smime-certificate-info): Set buffer-read-only directly,
2879         instead of calling toggle-read-only with a (bogus) argument.
2880
2881 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
2882
2883         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2884         of initial input when reading the author to restrict the summary to.
2885
2886 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2887
2888         * mm-decode.el (mm-shr):
2889         Allow overriding charset by mm-charset-override-alist.
2890
2891 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2892
2893         * gnus-art.el (gnus-article-view-part):
2894         Toggle subparts of multipart/alternative part.
2895
2896 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2897
2898         * shr.el (shr-render-buffer): New command.
2899         (shr-visit-file): Use it.
2900
2901 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2902
2903         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2904         Set no-byte-compile and no-update-autoloads.
2905
2906 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2907
2908         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2909
2910 2012-06-25  Julien Danjou  <julien@danjou.info>
2911
2912         * nnimap.el (nnimap-request-articles-find-limit): Rename from
2913         `nnimap-request-move-articles-find-limit' since we do not use it only
2914         for move operations.
2915         (nnimap-request-accept-article): Use
2916         `nnimap-request-articles-find-limit' to limit search by message-id.
2917
2918 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
2919
2920         Support higher-resolution time stamps (Bug#9000).
2921
2922         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
2923         VARLIST.  It's optional, for backward compatibility.
2924         (encode-time-value): New optional arg PICO.  New type 3.
2925         (time-to-seconds) [!float-time]: Support the new picoseconds
2926         component if it's used.
2927         (seconds-to-time, time-subtract, time-add):
2928         Support ps-resolution time stamps as well.
2929
2930 2012-06-19  Julien Danjou  <julien@danjou.info>
2931
2932         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
2933
2934         * nnimap.el (nnimap-log-buffer): Check that
2935         `window-point-insertion-type' is boundp, since it's not available in
2936         XEmacs.
2937
2938 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2939
2940         * nnimap.el (nnimap-log-buffer): Add this, setting
2941         `window-point-insertion-type' in the buffer to t.
2942         (nnimap-log-command): Use nnimap-log-buffer.
2943
2944 2012-06-19  Julien Danjou  <julien@danjou.info>
2945
2946         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
2947         argument to be able to limit the search.
2948         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
2949         (nnimap-request-move-articles-find-limit): Add this to limit the search
2950         by Message-Id after a message move.
2951         (nnimap): Add defgroup.
2952
2953 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2954
2955         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2956
2957 2012-06-15  Julien Danjou  <julien@danjou.info>
2958
2959         * nnimap.el (nnimap-find-article-by-message-id): Use
2960         `nnimap-possibly-change-group' rather than its own EXAMINE call.
2961         (nnimap-possibly-change-group): Add read-only argument.
2962         (nnimap-request-list): Use nnimap-possibly-change-group rather than
2963         issuing EXAMINE manually.
2964         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
2965         with read-only argument.
2966         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
2967         cannot possibly change because we need to be sure that it's either
2968         read-write or read-only.
2969
2970 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2971
2972         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2973         being bound to a lambda form.
2974
2975 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
2976
2977         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2978         articles when fetch-old is non-nil (bug#11370).
2979
2980 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
2981
2982         * gnus-picon.el (gnus-picon-properties): New defcustom.
2983         (gnus-picon-create-glyph): Use it.
2984
2985 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2986
2987         * gnus-group.el (gnus-group-get-new-news): Respect
2988         `gnus-group-use-permanent-levels', as documented (bug#11638).
2989
2990 2012-06-10  Dave Abrahams  <dave@boostpro.com>
2991
2992         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2993         groups (bug#11641).
2994
2995 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
2996
2997         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2998         is an integer to avoid later problems.
2999
3000 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3001
3002         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3003         locales.
3004
3005         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
3006         on a handle.
3007
3008         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
3009         address as the default.
3010         (gnus-summary-insert-old-articles): Don't include unexisting messages.
3011
3012         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
3013         makes no sense to query the user about internal files.
3014
3015         * gnus-spec.el: Remove all the byte-compilation stuff, since
3016         benchmarking shows that it doesn't help when entering large summary
3017         buffers.
3018
3019         * gnus-xmas.el (gnus-xmas-define): Remove.
3020
3021         * gnus-util.el (gnus-byte-code): Remove.
3022
3023         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
3024         grouplens stuff.
3025
3026 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3027
3028         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3029         (bug#11514).
3030
3031 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3032
3033         * message.el (message-buffers): Return all buffers derived from Message
3034         to make `gnus-dired-attach' work with mu4e.
3035
3036 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3037
3038         * nntp.el: Stop the `letf' madness.
3039         (nntp--report-1): New var.
3040         (nntp-report): Merge nntp-report-1 into it.
3041         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3042         the nntp-report function.
3043
3044         * auth-source.el: Fix comment-style to follow the convention.
3045
3046 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
3047
3048         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
3049         (mm-dissect-singlepart): Don't guess the MIME type of
3050         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
3051         set.
3052         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
3053         toplevel MIME type is multipart/encrypted.
3054
3055 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3056
3057         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3058         a string so that Gcc works (bug#11514).
3059
3060 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3061
3062         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3063         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3064
3065 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3066
3067         * gnus-win.el (gnus-configure-frame): Don't signal an error when
3068         jumping to *Server* from a dedicated *Group* window.
3069         (gnus-configure-frame): CSE.
3070
3071         * gnus-registry.el: Minor style cleanup.
3072         (gnus-registry--set/remove-mark): New function, extracted from
3073         gnus-registry-install-shortcuts.
3074         (gnus-registry-install-shortcuts): Use it.
3075
3076 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3077
3078         * nnspool.el (news-path): Use eval-and-compile.
3079
3080 2012-05-24  Glenn Morris  <rgm@gnu.org>
3081
3082         * nnspool.el (news-directory, news-path, news-inews-program):
3083         Move here from paths.el.  Don't see a need for these to be autoloaded.
3084
3085         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3086         Merge in doc from paths.el version.  Don't see any need for this to be
3087         autoloaded, or for the warning about users not setting it.
3088
3089 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
3090
3091         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
3092         format.  In particular, add an optional argument and a docstring.
3093
3094         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
3095
3096         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
3097         current before calling `gnus-groups-to-gnus-format'.
3098         Note that this was already the case for `gnus-active-to-gnus-format'.
3099
3100 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
3101
3102         Fix minor Y10k bug.
3103         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3104
3105 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3106
3107         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3108         message once it's actually open.
3109
3110 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3111
3112         * gnus.el: Ma Gnus v0.5 is released.
3113
3114 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3115
3116         * auth-source.el (auth-source--aput-1, auth-source--aput)
3117         (auth-source--aget): New functions and macros.
3118         Use them instead of aput/aget.
3119
3120 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
3121
3122         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3123
3124 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3125
3126         * plstore.el (plstore-called-interactively-p): New compat macro copied
3127         from message.el.
3128         (plstore-mode): Use it.
3129
3130 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3131
3132         * plstore.el: Revive the editing feature.
3133         (plstore-mode): New mode to edit plstore file.
3134         (plstore-mode-toggle-display, plstore-mode-original)
3135         (plstore-mode-decoded): New command.
3136         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3137         (plstore--insert-buffer, plstore--make): New function.
3138         (plstore-open, plstore-save): Simplify by using them.
3139
3140 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3141
3142         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
3143
3144 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
3145
3146         * tls.el (open-tls-stream): Remove unused binding.
3147
3148 2012-04-16  Glenn Morris  <rgm@gnu.org>
3149
3150         * nndraft.el (nndraft-request-list): Fix declaration.
3151
3152 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3153
3154         * mm-decode.el (mm-dissect-buffer): Doc fix.
3155
3156         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3157         don't have a current group.
3158
3159         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
3160         buffer if it doesn't exist.
3161
3162         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
3163         given, mark the group as ephemeral with the current window conf.
3164
3165         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
3166         buffer exists, which it doesn't if we haven't started Gnus.
3167         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
3168
3169 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3170
3171         * mml.el (mml-generate-mime): Allow specifying what the top-level part
3172         type is.
3173
3174         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
3175         `unexists' entries.
3176         (gnus-clean-old-newsrc): Fix last checkin.
3177
3178         * nnimap.el (nnimap-update-info): None of the articles below the active
3179         low-water mark exist.
3180
3181         * dgnushack.el: Get rid of XEmacs compilation warning.
3182
3183         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3184         would have gotten if we posted to the group, and use that to compare
3185         against the message we want to cancel (bug#10808).
3186
3187         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
3188         on XEmacs.
3189
3190 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3191
3192         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
3193         `scroll-margin'.
3194
3195 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
3196
3197         * gnus-cite.el (gnus-dissect-cited-text): A single line without
3198         citation prefix within a block of cited text should be considered part
3199         of that block *only* if it is a blank line.
3200
3201 2012-04-09  Chong Yidong  <cyd@gnu.org>
3202
3203         * binhex.el, hashcash.el, uudecode.el:
3204         Remove * characters from the front of variable docstrings.
3205
3206 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3207
3208         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
3209         before kinsoku-bol characters nor within kinsoku-eol characters.
3210
3211 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3212
3213         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
3214         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
3215         (gnus-sync-read): Use mapc instead of mapcar.
3216
3217         * mm-archive.el: Require mm-decode for some macros.
3218         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
3219         the byte compiler.
3220         (mm-archive-decoders): New function that returns the value of
3221         the mm-archive-decoders variable.
3222
3223         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
3224         instead.
3225         (mm-dissect-singlepart): Use the function mm-archive-decoders.
3226
3227         * nnimap.el (gnus-refer-thread-use-nnir):
3228         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
3229
3230 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3231
3232         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
3233
3234 2012-03-12  Peter Münster  <pmrb@free.fr>
3235
3236         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
3237         (gnus-demon-cancel): Ditto.
3238         (gnus-demon-run-callback): When function cannot be called due to low
3239         idleness, call it when idleness reaches the expected value, instead of
3240         waiting another timer period.
3241         (gnus-demon-init): Add `time' to arguments of call-back.
3242
3243 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3244
3245         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
3246
3247         * gnus.el: Register gnus-registry functions.
3248
3249         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
3250         indent.
3251
3252         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
3253         enabled before warping.
3254
3255 2012-03-22  Dave Abrahams  <dave@boostpro.com>
3256
3257         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
3258         registry about each article retrieved.
3259
3260         * gnus-int.el (gnus-select-group-with-message-id): New function.
3261         (gnus-try-warping-via-registry): Ditto.
3262         (gnus-warp-to-article): Fall back on the registry.
3263
3264 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
3265
3266         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
3267         inboxes.
3268
3269 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3270
3271         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
3272
3273 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3274
3275         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
3276         gnus-gcc-self-resent-messages may be a group parameter.
3277         (gnus-summary-resend-message): Don't encode encoded words in header
3278         when Gcc'ing resent message.
3279
3280 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3281
3282         * shr.el (shr-insert): Treat non-breaking space just like normal
3283         space.  This seems to produce more pleasing results.
3284         (shr-insert): Only insert a blank line if we're starting from an image.
3285         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
3286         (shr-ensure-paragraph): Consider lines with white space to be blank.
3287
3288 2012-03-15  Elias Pipping  <pipping@lavabit.com>
3289
3290         * Makefile.in: Respect DESTDIR.
3291
3292 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
3293
3294         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
3295         and gnus-gcc-post-body-encode-hook.
3296
3297 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3298
3299         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
3300         messages that don't exist.
3301
3302         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
3303
3304 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3305
3306         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
3307         Remove.
3308
3309         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
3310
3311         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
3312
3313 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3314
3315         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3316         have a group name.
3317
3318         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3319         a multibyte buffer (bug#7410).
3320         (article-wash-html): Parse the original article buffer to get the
3321         unencoded data (bug#7410).
3322
3323         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3324         .newsrc.el files.
3325
3326 2012-04-05  Bastien Guerry  <bzg@altern.org>
3327
3328         * color.el (color-lighten-name): Fix typo.
3329
3330 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3331
3332         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3333         "#" to avoid having them interpreted as comments.
3334
3335 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3336
3337         * shr.el (shr-insert): Update the text state properly to avoid
3338         inserting spurious paragraph starts.
3339
3340 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3341
3342         * shr.el (shr-table-widths): Divide the extra width more fairly over
3343         the TDs (bug#10973).
3344         (shr-render-td): Don't delete too much padding.
3345         (shr-natural-width): Compute the natural width more correctly.
3346         (shr-insert): Allow the natural width to be computed for tables again.
3347         (shr-tag-table-1): Rework how the natural widths are computed by
3348         rendering the table a third time.
3349         (shr-natural-width): Removed.
3350         (shr-buffer-width): New function.
3351         (shr-expand-newlines): Use it.
3352
3353         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
3354         using a `gnus-use-full-window' setup (bug#11013).
3355
3356 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3357
3358         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3359         24.1 release.
3360
3361 2012-03-10  David Edmondson  <dme@dme.org>
3362
3363         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3364         'Forwarded Message' header and the start of the message.
3365
3366 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3367
3368         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3369         isn't running (bug#10897).
3370
3371 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3372
3373         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
3374         This is inconsistent with all the other stream functions, which leave
3375         the setting up to the higher levels (if so wanted) (bug#10931).
3376
3377 2012-02-28  Glenn Morris  <rgm@gnu.org>
3378
3379         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
3380         mm-decode.el: Standardize possessive apostrophe usage.
3381
3382 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3383
3384         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3385
3386 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
3387
3388         * parse-time.el (parse-time-string): Allow extractor to return nil.
3389
3390 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3391
3392         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3393
3394 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3395
3396         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
3397
3398 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3399
3400         * mm-decode.el (mm-shr): Remove "soft hyphens".
3401
3402         * nnimap.el (nnimap-request-list): Return the group names encoded as
3403         utf8.  Otherwise non-European group names don't work.
3404         (nnimap-request-newgroups): Ditto.
3405
3406         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3407         the default in `read-string' (bug#10757).
3408
3409         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3410         topics (bug#10843).
3411
3412         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3413         buffer.  Suggested by Herbert Valerio Riedel.
3414         (nnimap-request-move-article): Delete the message from the correct IMAP
3415         server.
3416
3417 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3418
3419         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3420         Reported by Peter Münster.
3421
3422 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3423
3424         * shr.el (shr-image-fetched): Make sure we really kill the right
3425         buffer.
3426
3427 2012-02-16  Leo Liu  <sdl.web@gmail.com>
3428
3429         * gnus-start.el (gnus-1): Avoid duplicate entries.
3430
3431 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3432
3433         * imap.el: Remove.
3434
3435         * nntp.el (nntp-coding-system-for-read): Remove.
3436         (nntp-coding-system-for-write): Ditto.
3437         (nntp-open-connection): Just use `binary' directly.
3438
3439         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
3440         Gnus 0.3.
3441
3442 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3443
3444         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
3445         application/octet-stream parts really is.
3446
3447         * gnus-sum.el (gnus-propagate-marks): Remove.
3448
3449 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
3450
3451         * shr.el (shr-rescale-image): Undo previous change; see
3452         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3453
3454 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3455
3456         * gnus.el: Ma Gnus v0.3 is released.
3457
3458 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3459
3460         * gnus-sum.el (gnus-summary-local-variables): Make
3461         `gnus-newsgroup-unexist' into a local variable.
3462
3463 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3464
3465         * registry.el (registry-usage-test, registry-persistence-test): Move to
3466         tests/gnustest-registry.el.
3467         (registry-make-testable-db, registry-match-test)
3468         (registry-instantiation-test): Move to tests/gnustest-registry.el.
3469
3470         * gnus-registry.el (gnus-registry-misc-test)
3471         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3472
3473         * tests/gnustest-registry.el: New file with the registry and
3474         gnus-registry ERT tests.
3475
3476 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3477
3478         * gnus-msg.el (gnus-summary-resend-message): Make
3479         gnus-summary-resend-message-insert-gcc be last item in
3480         message-header-setup-hook.
3481
3482 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3483
3484         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3485         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
3486         Remove.
3487         (nnfolder-open-server): Don't use marks.
3488         (nnfolder-request-delete-group): Ditto.
3489         (nnfolder-request-rename-group): Ditto.
3490         (nnfolder-request-set-mark, nnfolder-request-marks)
3491         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3492         (nnfolder-save-marks, nnfolder-open-marks): Remove.
3493
3494         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3495         (nnml-marks-modtime): Remove.
3496         (nnml-request-delete-group): Don't use marks.
3497         (nnml-request-rename-group): Ditto.
3498         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3499         (nnml-save-marks, nnml-open-marks): Remove.
3500
3501         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3502         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3503         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3504         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3505         (nntp-server-to-method-cache): Remove.
3506
3507         * shr.el (shr-rescale-image): Fix wrong merge.
3508
3509 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3510
3511         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3512         too-wide lines.
3513
3514 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3515
3516         * nnimap.el (nnimap-record-commands): New variable.
3517         (nnimap-log-command): Use it.
3518         (nnimap-make-process-buffer): Add a space to the process buffer.
3519         (nnimap-transform-headers): Don't bug out on header lines containing
3520         stuff that look like IMAP length encodings.
3521
3522         * shr.el (shr-rescale-image): Allow viewing large images.
3523
3524 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
3525
3526         * nnml.el (nnml-request-compact-group): Delete the marks file after
3527         compaction (bug#10800).
3528
3529         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3530         group exit.
3531
3532         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3533         QRESYNC/FETCH output.
3534
3535 2012-02-11  Glenn Morris  <rgm@gnu.org>
3536
3537         * sieve-manage.el (sieve-manage-default-stream):
3538         * shr.el (shr):
3539         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3540         (nnir-retrieve-headers-override-function)
3541         (nnir-imap-default-search-key, nnir-notmuch-program)
3542         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3543         (nnir-method-default-engines):
3544         * message.el (message-cite-reply-position):
3545         * gssapi.el (gssapi-program):
3546         * gravatar.el (gravatar):
3547         * gnus-sum.el (gnus-refer-thread-use-nnir):
3548         * gnus-registry.el (gnus-registry-unfollowed-addresses)
3549         (gnus-registry-max-pruned-entries):
3550         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3551         * gnus-int.el (gnus-after-set-mark-hook)
3552         (gnus-before-update-mark-hook):
3553         * gnus-async.el (gnus-async-post-fetch-function):
3554         * auth-source.el (auth-source-cache-expiry):
3555         Add missing :version tags to new defcustoms and defgroups.
3556
3557 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
3558
3559         * gnus-sum.el (gnus-adjust-marked-articles): Add to
3560         `gnus-newsgroup-unexist'.
3561
3562         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
3563         marks.
3564         (gnus-article-special-mark-lists): Put the `unexist' in the special
3565         marks list instead.
3566
3567         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
3568         articles in the list of articles to be selected.
3569
3570         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
3571         articles.
3572         (nnimap-update-info): Keep track of unexisting articles.
3573         (nnimap-update-qresync-info): Ditto.
3574
3575 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3576
3577         * message.el (message-default-send-mail-function): Made into own
3578         function for reuse by emacsbug.el.
3579
3580 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
3581
3582         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3583         `gnus-sloppily-equal-method-parameters' to avoid a warning.
3584
3585 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3586
3587         * mm-archive.el (mm-archive-dissect-and-inline): New function.
3588         (mm-archive-dissect-and-inline): Fix up the undisplayer.
3589
3590         * gnus-compat.el: Define `timer-set-function'.
3591
3592         * mm-decode.el (mm-display-external): Output the text from the command
3593         in the buffer after the command finished.  This makes text-based
3594         commands behave better.
3595
3596 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3597
3598         * gnus-compat.el: Add a compat for the old `url-retrieve'.
3599
3600 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3601
3602         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
3603         23.1.
3604
3605 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3606
3607         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3608
3609 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3610
3611         * message.el (smtpmail-smtp-user): Silence compiler warning.
3612
3613 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3614
3615         * message.el (message-multi-smtp-send-mail): Also allow specifying the
3616         SMTP user name.
3617
3618 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3619
3620         * gnus-sum.el (gnus-summary-show-thread):
3621         next-single-char-property-change may return nil in XEmacs.
3622         (gnus-summary-article-map): Fix typo.
3623
3624 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3625
3626         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3627         running.
3628
3629         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3630
3631         * gnus.el (gnus-server-extend-method): Don't add an -address component
3632         if the method already has one (bug#9676).
3633
3634 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3635
3636         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3637         of an initial-input for consistency (bug#10757).
3638
3639         * dgnushack.el: Fix XEmacs compilation warning.
3640
3641         * shr.el: Inhibit getting and sending cookies when fetching pictures.
3642
3643         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3644
3645 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3646
3647         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3648         lines that are narrower than the window width.  Otherwise background
3649         "blocks" will look less readable.
3650
3651 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3652
3653         * nnimap.el (nnimap-transform-headers): Remove unused variable.
3654         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3655         have newlines within the strings, and where the UID comes after the
3656         BODYSTRUCTURE element (bug#10537).
3657
3658         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3659         (bug#10732).
3660
3661         * shr.el (shr-insert-document): Add doc string.
3662         (shr-visit-file): Ditto.
3663         (shr-remove-trailing-whitespace): New function.
3664         (shr-insert-document): Use it to clean up trailing whitespace as the
3665         final step (bug#10714).
3666
3667 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3668
3669         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3670         buffer if `gnus-kill-summary-on-exit' is nil.
3671
3672 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3673
3674         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3675         when just reading a single group from "without" Gnus.
3676
3677 2012-02-06  Chong Yidong  <cyd@gnu.org>
3678
3679         * gnus-sum.el (gnus-summary-show-thread):
3680         next-single-char-property-change never returns nil (Bug#8657).
3681
3682 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3683
3684         * message.el (message-multi-smtp-send-mail): New function.
3685         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
3686         header to implement multi-SMTP functionality.
3687
3688         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
3689         (gnus-agentize): Don't set it.
3690         (gnus-agent-send-mail): Don't use it.
3691
3692         * gnus-sum.el (gnus-summary-widget-backward): New function and
3693         keystroke.
3694
3695         * gnus-compat.el: More the compat functions more compatible.
3696
3697         * shr.el (shr-put-image): Remove underlines from sliced images.
3698         (shr-zoom-image): Compute the region to be replaced more correctly.
3699
3700 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3701
3702         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
3703         (gnus-summary-resend-message-insert-gcc): New function.
3704         (gnus-summary-resend-message): Modify message-header-setup-hook and
3705         message-sent-hook to make it work for Gcc.
3706         (gnus-inews-do-gcc): Update the number of unread articles of groups
3707         that messages are Gcc'd to.
3708
3709         * message.el (message-resend): Run message-sent-hook to do Gcc.
3710
3711 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3712
3713         * lpath.el: Fix an XEmacs compilation warning.
3714
3715         * gnus-compat.el: Require `help-fns' to fix compilation error.
3716
3717         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
3718         a higher level to silence compilation.
3719
3720         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
3721         parameter to allow controlling the scaling.
3722
3723         * shr.el (shr-zoom-image): New command and keystroke.
3724         (shr-put-image): Take a `size' flag to say how to scale the image.
3725
3726         * gnus-compat.el: Redefine `delete-directory' to provide recursive
3727         deletion unless already defined.
3728
3729         * gnus.el (gnus-compat): Require it.
3730
3731         * gnus-compat.el: New file.
3732
3733         * gnus-start.el (gnus-clean-old-newsrc): New function.
3734         (gnus-read-newsrc-file): Use it.
3735
3736         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
3737         Use recursive deletion.
3738         (mm-dissect-archive): Add support for zip files.
3739
3740         * gnus-util.el (gnus-recursive-directory-files): New function.
3741
3742         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
3743         (mm-archive-decoders): Add tgz support.
3744
3745         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
3746         Otherwise inserting text into the Gnus buffer can look odd.
3747
3748         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
3749
3750         * mm-archive.el (mm-archive-decoders): Add support for tar.
3751
3752         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
3753
3754         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
3755
3756 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3757
3758         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
3759
3760         * mm-archive.el: New file.
3761
3762         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
3763
3764         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
3765
3766         * message.el (message-goto-*): Make all the `message-goto-*' commands
3767         push the mark before moving point.  This makes it easier to go back to
3768         where you came from after editing whatever you jumped to.
3769
3770 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3771
3772         * gnus.el: Ma Gnus v0.1 is released.
3773
3774 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
3775
3776         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3777         without reconnecting.
3778         (nnimap-possibly-change-group): Ditto.
3779         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3780         connection has died before being called.
3781
3782 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3783
3784         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3785         an initial sync unless we're really doing one.
3786
3787         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3788         address parameter if one already exists (bug#9676).
3789
3790         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3791         not the prefix, as documented (bug#10689).
3792
3793 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3794
3795         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3796         the "server".
3797
3798         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3799         the real error message with the useless "previously known to be down".
3800         Which isn't even correct.
3801
3802         * nntp.el (nntp-open-connection): Report the error message if the nntp
3803         server can't be reached.
3804
3805         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3806         groups we do a total scan for.
3807         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3808         doing that.
3809
3810 2012-01-31  Jim Meyering  <jim@meyering.net>
3811
3812         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3813         Correct a comment (insert "not") and hide nominally-doubled "to".
3814
3815 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3816
3817         * gnus.el (gnus-version): Change name to "Ma Gnus".
3818
3819 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3820
3821         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3822         section in the manual.
3823
3824 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3825
3826         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3827         words.
3828         (rfc2047-encode-string): Ditto.
3829         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
3830         understand folded filename="..." parameters, for instance.
3831
3832         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3833         the message for greater debuggability.
3834
3835 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3836
3837         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3838         instead of setting it locally, since the latter doesn't seem to have
3839         any effect (most of the time).
3840
3841 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
3842
3843         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3844         function call.
3845
3846 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3847
3848         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3849         seconds, and make the repeat clause with HH:MM specs work as
3850         documented.
3851
3852 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3853
3854         * proto-stream.el (proto-stream-capability-open): Fall back on
3855         :end-of-command if :end-of-capability doesn't exist.
3856
3857 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3858
3859         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3860         bound globally in old Emacsen and XEmacsen.
3861
3862 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3863
3864         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3865         so that previous errors don't prohibit getting new news.
3866
3867         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3868
3869         * nntp.el (nntp-retrieve-group-data-early): Ditto.
3870
3871 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
3872
3873         * gnus.el (gnus-group-find-parameter): Check for liveness of the
3874         buffer, not of the string which is its name.
3875
3876 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3877
3878         * proto-stream.el (proto-stream-capability-open): Wait for
3879         :end-of-capability, not :end-of-command.
3880
3881         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3882         non-server-marks groups.
3883         (gnus-group-make-articles-read): Ditto.
3884
3885         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3886         methods (bug#9676).
3887
3888         * gnus.el (gnus-method-ephemeral-p): New function.
3889
3890 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3891
3892         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3893         left-to-right.
3894
3895 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3896
3897         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3898         warning.
3899
3900 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3901
3902         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3903         macroexpand the nnir things, since they haven't been defined yet, and
3904         nnir requires gnus-sum.
3905
3906 2012-01-24  Julien Danjou  <julien@danjou.info>
3907
3908         * color.el (color-rgb-to-hsl): Fix value computing.
3909         (color-hue-to-rgb): New function.
3910         (color-hsl-to-rgb): New function.
3911         (color-clamp, color-saturate-hsl, color-saturate-name)
3912         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3913         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3914
3915 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3916
3917         * mm-decode.el (mm-interactively-view-part): Fix prompt.
3918
3919 2012-01-19  Julien Danjou  <julien@danjou.info>
3920
3921         * color.el (color-name-to-rgb): Use the white color to find the max
3922         color component value and return correctly computed values.
3923         (color-name-to-rgb): Add missing float conversion for max value.
3924
3925 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
3926
3927         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
3928         logical server name in addition to the actual machine address.
3929
3930         * auth-source.el (auth-source-user-and-password): Add convenience
3931         wrapper to search by just host and optionally user.
3932
3933 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3934
3935         * shr.el (shr-visit-file): Move point to the beginning of the buffer
3936         after rendering.
3937
3938 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3939
3940         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
3941         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
3942         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
3943
3944 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3945
3946         * gnus-sum.el (gnus-summary-read-group): Document more parameters
3947         (bug#9693).
3948         (gnus-summary-setup-buffer): Document return value (bug#9697).
3949
3950         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3951         since ido doesn't work on symbols (bug#9632).
3952
3953         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3954         when getting a single value as when getting all the values.  This means
3955         that atoms like `gcc-self' work cumulatively, like variable settings,
3956         instead of getting the value from the last matching clause.
3957         (gnus-group-find-parameter): Protect against the group buffer not
3958         existing (bug#9585).
3959
3960 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3961
3962         * gnus-start.el (gnus-activate-group): Document more parameters
3963         (bug#9694).
3964
3965         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3966         (bug#9692).
3967
3968         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3969         article was fetched, so that it can be expired later (bug#9958).
3970         (gnus-agent-summary-fetch-series): Add doc string.
3971         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3972         (bug#9517).
3973
3974         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3975         retrieval is happening.
3976
3977         * gnus.el (gnus-parameters): Doc fix.
3978
3979 2012-01-06  Dave Abrahams  <dave@boostpro.com>
3980
3981         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3982         show the thread after expansion.
3983
3984 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3985
3986         * gnus-art.el (article-narrow-to-head): If the head is completely
3987         empty, narrow to the empty region (bug#9764).
3988
3989         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3990         read, and then mark them as unread only when the unread mark is used.
3991         This makes `C-- T k' actually work, even though it's confusing.
3992
3993         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3994         alive before we try to find its window.
3995
3996 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
3997
3998         * mm-decode.el (mm-display-external): Use a longer timeout for the
3999         deletion to allow slow programs to display the file.
4000
4001 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4002
4003         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
4004         prompt to be less confusing.
4005
4006         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
4007         argument to `message-reply'.  This broke `special-display-*' frame
4008         pop-uping (bug#10238).
4009
4010 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4011
4012         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
4013         systems, since these allegedly don't work there.
4014
4015 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
4016
4017         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
4018         live buffer.
4019
4020 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4021
4022         * nnir.el (nnir-retrieve-headers): Protect against the article not
4023         existing on the server (bug#10335).
4024
4025 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4026
4027         * gnus-agent.el (gnus-agent-load-local): Recompute
4028         gnus-agent-article-local on changing method.
4029
4030 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4031
4032         * gnus.el (gnus-parameters): Note precedence.
4033
4034 2012-01-04  Leo Liu  <sdl.web@gmail.com>
4035
4036         * nndraft.el (nndraft-update-unread-articles): Don't move point around
4037         in the group buffer.
4038
4039 2012-01-04  Julien Danjou  <julien@danjou.info>
4040
4041         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
4042         change.
4043
4044 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4045
4046         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
4047         too.
4048
4049         * nntp.el (nntp-retrieve-group-data-early): Use it.
4050
4051 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4052
4053         * nntp.el (nntp-retrieval-in-progress): New variable.
4054         (nntp-make-process-buffer): Make it buffer-local.
4055
4056         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
4057         2010.
4058         (gnus-demon-init): Use it to compute the time if time is on the form
4059         "04:23".
4060
4061         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
4062
4063         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
4064         status in the correct buffer.
4065
4066 2012-01-03  Leo Liu  <sdl.web@gmail.com>
4067
4068         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
4069         when opening topics (bug#10407).
4070
4071 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4072
4073         * gnus-cus.el (gnus-score-customize):
4074         * gnus-sum.el (gnus-sort-gathered-threads):
4075         * message.el (message-shorten-references):
4076         * nnmairix.el (nnmairix-request-group):
4077         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
4078
4079 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4080
4081         * gnus-agent.el (gnus-agent-regenerate-group):
4082         * gnus-int.el (gnus-retrieve-group-data-early):
4083         * mm-util.el (mm-codepage-ibm-list):
4084         * nndiary.el (Commentary, nndiary-get-new-mail):
4085         * nnir.el (nnir):
4086         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
4087
4088 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4089
4090         * mm-view.el (mm-display-inline-fontify): Add comment.
4091
4092 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4093
4094         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
4095         * ntlm.el (ntlm-smb-dohash): Spelling fix.
4096
4097 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
4098
4099         * gnus-art.el (gnus-split-methods):
4100         * gnus-msg.el (gnus-configure-posting-styles):
4101         * gnus-spec.el (gnus-parse-simple-format):
4102         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4103         * message.el (message-do-actions): Spelling fix.
4104
4105 2011-12-15  Juri Linkov  <juri@jurta.org>
4106
4107         * mm-decode.el (mm-inline-media-tests): Add missing
4108         `mm-handle-media-subtype'.
4109
4110 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4111
4112         * gnus-group.el (gnus-group-tool-bar):
4113         * gnus-sum.el (gnus-summary-tool-bar):
4114         * message.el (message-tool-bar):
4115         * rfc2231.el (rfc2231-parse-string): Spelling fix.
4116
4117 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
4118
4119         * plstore.el (plstore--insert-buffer): Spelling fix.
4120
4121 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
4122
4123         * message.el (message-valid-fqdn-regexp): Update with newly approved
4124         top-level domain names ".tel" and ".asia".
4125
4126 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4127
4128         * gnus-sum.el (gnus-summary-show-article): Don't load shr
4129         unconditionally.
4130
4131 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4132
4133         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
4134         pop-to-buffer-same-window for old Emacsen.
4135
4136 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
4137
4138         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
4139
4140 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4141
4142         * netrc.el (netrc-credentials): Spelling fix.
4143
4144 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
4145
4146         * gnus-fun.el (gnus-fun-ppm-change-string):
4147         * gnus-msg.el (gnus-inews-do-gcc):
4148         * gnus-sum.el (gnus-summary-find-for-reselect):
4149         * gnus.el (gnus-summary-cancelled):
4150         * message.el (message-cancel-hook, message-send-news):
4151         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
4152         * nnir.el (nnir-run-hyrex):
4153         * nntp.el (nntp-with-open-group-function):
4154         * pgg.el (pgg-pending-timers): Spelling fix.
4155
4156 2011-12-04  Chong Yidong  <cyd@gnu.org>
4157
4158         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
4159         change (Bug#10200).
4160
4161 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4162
4163         * compface.el (uncompface):
4164         * gnus-art.el (gnus-article-x-face-command): Update the header format
4165         of icon data for the most recent icontopbm program.
4166
4167 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4168
4169         * gnus-msg.el (gnus-inews-do-gcc):
4170         * message.el (message-send-mail):
4171         * mml.el (mml-generate-mime): Share the value of the buffer-local
4172         `message-options' variable between a draft buffer and temprary working
4173         buffers.
4174
4175 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4176
4177         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
4178
4179 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4180
4181         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
4182         for Cygwin.
4183
4184 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4185
4186         * gnus-group.el (gnus-group-prepare-flat):
4187         * mm-bodies.el (mm-encode-body):
4188         * mml.el (mml-preview):
4189         * nnml.el (nnml-request-compact-group):
4190         * pop3.el (pop3-stream-type): Spelling fix.
4191
4192 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4193
4194         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
4195
4196 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4197
4198         * color.el (color-rgb-to-hsl):
4199         * gmm-utils.el (gmm-tool-bar-style):
4200         * gnus-group.el (gnus-group-prepare-flat):
4201         * gnus-topic.el (gnus-topic-prepare-topic):
4202         * mm-decode.el (mm-discouraged-alternatives):
4203         * rfc2047.el (rfc2047-encode-1):
4204         * starttls.el: Spelling fix.
4205
4206 2011-11-24  Glenn Morris  <rgm@gnu.org>
4207
4208         * binhex.el (binhex-begin-line): Give it basic doc-string.
4209
4210         * starttls.el, tls.el: Fix case of "GnuTLS".
4211
4212 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
4213
4214         * gnus-group.el (gnus-group-highlight): Fix typo.
4215
4216 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
4217
4218         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
4219         value of `delete-file', that returns nil for a local file but returns t
4220         for a remote file using ssh.
4221
4222 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4223
4224         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
4225
4226 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4227
4228         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
4229         avoid later breakage.
4230
4231 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4232
4233         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
4234         article buffers' name.
4235
4236 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4237
4238         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
4239         by Paul Eggert's spellfixes two days ago.
4240
4241 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4242
4243         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
4244         doesn't have it.
4245
4246         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
4247         buffer-local instead of binding them to avoid warnings.  Also demote
4248         errors (bug#10063).
4249         (font-lock-mode-hook): Shut up byte compiler.
4250
4251 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
4252
4253         * mm-util.el (mm-charset-after):
4254         * nnir.el (nnir-run-hyrex):
4255         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
4256         (ntlm-get-password-hashes, ntlm-md4hash):
4257         * smime.el: Fix typo.
4258
4259 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4260
4261         * gnus-agent.el (gnus-agent-expire-group-1):
4262         * nndiary.el (nndiary-last-occurence):
4263         * nnimap.el (nnimap-request-set-mark):
4264         * nnmairix.el (nnmairix-only-use-registry):
4265         * gnus-group.el (gnus-group-prepare-flat):
4266         * gnus-sum.el (gnus-decode-encoded-word-methods):
4267         * message.el (message-wash-subject):
4268         * nntp.el (nntp-retrieve-headers-with-xover):
4269         * smime.el (smime-certificate-directory): Spelling fix.
4270
4271 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
4272
4273         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
4274
4275         * color.el:
4276         * gnus-agent.el (gnus-agent-possibly-alter-active):
4277         * gnus-dired.el (gnus-dired-print):
4278         * mail-parse.el:
4279         * nnmairix.el (nnmairix-request-group):
4280         * shr.el (shr-image-displayer):
4281         * sieve-manage.el:
4282         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
4283
4284 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
4285
4286         * gnus-sum.el (gnus-auto-select-subject):
4287         * spam-report.el (spam-report-resend): Spelling fix.
4288
4289 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4290
4291         * gnus-agent.el (gnus-agent-get-undownloaded-list):
4292         * gnus-art.el (gnus-default-article-saver):
4293         * gnus-srvr.el (gnus-server-copy-server):
4294         * gnus.el (gnus-sloppily-equal-method-parameters):
4295         * html2text.el (html2text-format-tag-list):
4296         * message.el (message-narrow-to-head):
4297         * nndiary.el:
4298         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4299         * sieve.el: Spelling fix.
4300
4301 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
4302
4303         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4304         * gnus-sum.el (gnus-summary-make-menu-bar):
4305         * gnus-uu.el (gnus-uu-decode-postscript)
4306         (gnus-uu-decode-postscript-and-save):
4307         * mailcap.el (mailcap-print-command):
4308         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
4309         Fix typos.
4310
4311 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
4312
4313         * gnus-art.el (gnus-article-part-wrapper):
4314         * html2text.el (html2text-fix-paragraphs):
4315         * mm-decode.el (mm-image-fit-p):
4316         * rfc2047.el (rfc2047-encode-message-header):
4317         * shr-color.el (shr-color-visible-distance-min)
4318         (shr-color-relative-to-absolute, set-minimum-interval)
4319         (shr-color-visible): Fix typos.
4320
4321 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
4322
4323         * gmm-utils.el (gmm-tool-bar-item):
4324         * gnus-art.el (gnus-treat-body-boundary):
4325         * gnus-diary.el (gnus-user-format-function-d):
4326         * gnus-start.el (gnus-get-unread-articles):
4327         * pgg-gpg.el (pgg-gpg-update-agent):
4328         * smime.el (smime-cert-by-ldap-1): Spelling fix.
4329
4330 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
4331
4332         * gnus-topic.el (gnus-group-prepare-topics):
4333         * gnus-uu.el (gnus-extract-view):
4334         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
4335
4336 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
4337
4338         * spam.el: Move BBDB autoloads.
4339         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
4340         BBDB 2 and 3.
4341         (spam-check-BBDB): Use it.
4342         (spam-enter-ham-BBDB): Use it.
4343
4344 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4345
4346         * smime.el (smime-draw-buffer): Spelling fix.
4347
4348 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
4349
4350         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
4351         for scanning exactly one level.
4352         * gnus-start.el (gnus-get-unread-articles): Ditto.
4353
4354 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4355
4356         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4357         slightly clearer.
4358
4359 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4360
4361         * gnus-sync.el: More commentary about setup.
4362
4363 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4364
4365         * message.el (message-send-and-exit): Document `arg'.
4366
4367 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4368
4369         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
4370
4371 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
4372
4373         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
4374
4375         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
4376         we don't use `bound-and-true-p'.
4377
4378 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4379
4380         * gnus-util.el (gnus-bound-and-true-p): Remove.
4381         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
4382         * nnir.el: Use it.
4383         * nnmairix.el: Use it.
4384
4385 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4386
4387         * gnus-sync.el: Improve docs about CouchDB admins.
4388
4389         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
4390         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
4391         for reasons unknown.
4392         * nnir.el: Use it.
4393         * nnmairix.el: Use it.
4394
4395         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
4396         * nnir.el: Ditto.
4397         * nnmairix.el: Ditto.
4398
4399         * gnus-registry.el (gnus-registry-enabled): Default to nil.
4400
4401 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
4402
4403         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
4404         not needed.  Provide xmlplistread list function to produce XML plist
4405         output for non-Gnus LeSync clients.
4406
4407 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4408
4409         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
4410
4411         * gnus-sync.el: Add LeSync synchronization backend and logic to read
4412         and save against it.  Group subscriptions, read marks, other marks,
4413         subscription levels, topic names, and topic offsets (the group's
4414         position within the topic) are saved.  This is an experimental backend
4415         and may change significantly.  Load json.el from the gnus-fallback-lib
4416         if it's not available otherwise.
4417         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
4418
4419 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4420
4421         * message.el (message-completion-function): Make sure
4422         message-tab-body-function is not attempted if one of
4423         message-completion-alist fails to find a completion (bug#9158).
4424
4425 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
4426
4427         * mml.el (mml-quote-region): Quote <#secure> tag.
4428         (mml-generate-mime-1): Unquote <#secure> tag.
4429
4430 2011-10-20  Chong Yidong  <cyd@gnu.org>
4431
4432         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4433         calling a minor mode from Lisp with nil arg enables it, so we have to
4434         make the wording a bit ambiguous here).
4435
4436 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4437
4438         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4439         * nnir.el (nnir-mode): Use it.
4440         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4441         Use it.
4442
4443         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4444         * nnmairix.el (gnus-registry-enabled): Ditto.
4445
4446 2011-10-17  Dave Abrahams  <dave@boostpro.com>
4447
4448         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
4449         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4450         only while we need to find out if it should be t or nil.
4451         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4452         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4453         the registry is installed.  Set it to nil when it's unloaded.
4454         (gnus-registry-install-p): Provide user guidance for the initial value
4455         of `gnus-registry-install' when it's 'ask, otherwise return its value.
4456         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4457         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4458         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4459         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4460         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4461         `gnus-registry-install'.
4462
4463 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
4464
4465         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4466         previous change.
4467         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4468         primary key is marked as disabled.
4469
4470 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
4471
4472         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4473         primary key is marked as disabled.
4474
4475 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
4476
4477         * html2text.el (html2text-clean-anchor): Check for quotes around
4478         `href' value.
4479
4480 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4481
4482         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4483         searching.  Drop `bbdb-cache'.
4484
4485 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4486
4487         * message.el (message-signed-or-encrypted-p): Exclude header when
4488         checking if there is signed or encrypted body in text/plain message.
4489
4490 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
4491
4492         * html2text.el (html2text-get-attr): Correctly handle attribute values
4493         containing "=".
4494
4495 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
4496
4497         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4498         handle bindings.
4499
4500 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4501
4502         * gnus-win.el (gnus-configure-windows): Protect against reading
4503         ephemeral groups outside of Gnus.
4504
4505 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4506
4507         * shr.el (shr-tag-img): Don't get images displayed in tables.
4508
4509 2011-10-03  Glenn Morris  <rgm@gnu.org>
4510
4511         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4512         the "maintainer" version of debbugs.gnu.org reports.
4513
4514 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4515
4516         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4517         make asynchronous adjacent image insertion work better.
4518
4519 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
4520
4521         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
4522         documentation.
4523
4524 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4525
4526         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4527         `gnus-asynchronous' isn't shadowed.
4528
4529 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4530
4531         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
4532
4533         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4534         (nnimap-insert-partial-structure): The charset parameter isn't
4535         case-sensitive.
4536
4537         * nnheader.el (nnheader-message-maybe): New function.
4538
4539         * shr.el (shr-tag-table): Render totally broken tables better.
4540
4541         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4542         computing the boundary.
4543
4544 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4545
4546         * pop3.el (pop3-number-of-responses): Remove.
4547         (pop3-wait-for-messages): Rewrite to take linear time instead of
4548         exponential time.
4549
4550 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4551
4552         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4553         re-fetch images.
4554
4555         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4556         re-fetch images when hitting `g' in Gnus.
4557
4558 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4559
4560         * mml.el (mml-inhibit-compute-boundary): New internal variable.
4561         (mml-compute-boundary): Don't check collision if it is non-nil.
4562         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4563         before checking collision.
4564
4565 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4566
4567         * message.el (message-indent-citation): Really make sure there's a
4568         newline at the end.
4569
4570         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4571         Fix suggested by John Wiegley.
4572
4573         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4574
4575         * gnus-art.el (gnus-treat-hide-citation): Add doc.
4576
4577         * message.el (message-default-send-rename-function): Break out into its
4578         own function.
4579
4580         * ecomplete.el (ecomplete-display-matches): Revert patch since it
4581         doesn't work under XEmacs.
4582
4583         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4584         of "imaps" to word around Windows problems.
4585         (nnimap-open-connection-1): Use it.
4586
4587         * message.el (message-indent-citation): Revert last change which made
4588         `F' not work.
4589
4590 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
4591
4592         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4593         terminal as well.
4594
4595 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4596
4597         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4598         because it displays images using overlays that aren't easy to copy to
4599         the article buffer.
4600
4601 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
4602
4603         * message.el (message-indent-citation): Fix empty line removal at the
4604         end of the citation.
4605
4606 2011-09-20  Julien Danjou  <julien@danjou.info>
4607
4608         * auth-source.el (auth-source-netrc-create): Use default value for
4609         password if specified.  Evaluate default.
4610         (auth-source-plstore-create): Ditto.
4611         (auth-source-plstore-create, auth-source-netrc-create): Fix default
4612         value evaluation.
4613         (auth-source-netrc-create): Typo fix.
4614         (auth-source-plstore-create): Ditto.
4615
4616         * password-cache.el (password-cache-remove): Remove entries even if the
4617         value is nil, so that password with a nil value (negative caching) is
4618         possible to invalidate.
4619
4620         * auth-source.el (auth-source-format-cache-entry): New function.
4621
4622 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4623
4624         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4625
4626 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4627
4628         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
4629
4630 2011-09-19  Julien Danjou  <julien@danjou.info>
4631
4632         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
4633         which work with things that are not ASCII.
4634
4635 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4636
4637         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
4638
4639 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4640
4641         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4642         message level.
4643
4644 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4645
4646         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
4647
4648 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4649
4650         * gnus.el (gnus-interactive-exit): Update defcustom spec.
4651
4652 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4653
4654         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
4655         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
4656
4657 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
4658
4659         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
4660         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
4661         articles.
4662
4663 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
4664
4665         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
4666         (message-mail-other-window, message-mail-other-frame)
4667         (message-news-other-window, message-news-other-frame):
4668         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
4669         instead of setting buffer display varibles.
4670
4671 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4672
4673         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
4674
4675         * gnus-sum.el (gnus-fetch-headers): Bump message level.
4676
4677 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4678
4679         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
4680         duplicates" to a higher level.
4681
4682         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
4683         most egregious messages.
4684
4685 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4686
4687         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
4688
4689 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
4690
4691         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
4692         up the file (bug#9351).
4693
4694 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4695
4696         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
4697         it does with all other backends, but decode the names immediately after
4698         getting them.
4699
4700         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
4701         decoding nnimap groups.
4702
4703         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
4704         newsrc file.  It doesn't seem like an important optimization any more.
4705
4706 2011-09-10  Dave Abrahams  <dave@boostpro.com>
4707
4708         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
4709         overflows.
4710
4711 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4712
4713         * gnus.el (gnus-article-mark-lists): Remove `recent'.
4714         (gnus-interactive-exit): Extend to `quiet'.
4715
4716         * gnus-sum.el (gnus-offer-save-summaries): Use it.
4717
4718         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
4719         string.
4720
4721         * plstore.el (plstore--get-buffer): Silence compiler warnings by
4722         renaming function arguments from `this'.
4723
4724         * gnus-sum.el (gnus-newsgroup-recent): Remove.
4725
4726         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4727         has been renamed.
4728         (gnus-lrm-string-p): Include RLM and PDF, too.
4729
4730         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4731         (bug#9225).
4732
4733 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
4734
4735         Add autoload cookies for functions used by sendmail.el.
4736         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4737
4738         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4739
4740 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4741
4742         * gnus-art.el (article-date-ut): Work properly even when there are
4743         things like Date header in the body; work for forwarded parts.
4744
4745 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
4746
4747         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
4748         original-article-buffer.
4749
4750 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
4751
4752         * nnir.el (nnir-compose-result): Fix matching of server type.
4753         (nnir-run-swish++): Ditto.
4754         (nnir-run-namazu): Ditto.
4755         (nnir-run-notmuch): Ditto.
4756
4757 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4758
4759         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
4760         (bug#9405).
4761
4762         * gnus-score.el (gnus-summary-increase-score): Doc clarification
4763         (bug#9421).
4764
4765         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
4766         (bug#9425).
4767
4768         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
4769         thing (bug#9426).
4770
4771 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4772
4773         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
4774         the error message.
4775
4776 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
4777
4778         * message.el (message-setup-1): Return t (Bug#9392).
4779
4780 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
4781
4782         * gnus-sum.el: When adding article headers to a summary buffer also
4783         update gnus-newsgroup-articles (bug#9386).
4784
4785 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4786
4787         * auth-source.el: Autoload help-mode.
4788
4789 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4790
4791         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
4792         names.
4793
4794 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
4795
4796         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
4797         mm-replace-in-string for compatibility issues.
4798         * mml2015.el (mml2015-epg-verify): Ditto.
4799
4800 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4801
4802         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4803
4804         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4805
4806 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4807
4808         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4809         continue on and do the clean-up phase (bug#9188).
4810
4811         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4812         just ignore groups that can't be opened instead of erroring out
4813         (bug#9225).
4814
4815         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4816         nil since some many people are fuddy-duddies.
4817
4818         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4819         images.
4820
4821         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4822         instead.
4823
4824         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
4825
4826         * gnus-util.el (gnus-process-live-p): Copy over compat function.
4827
4828         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
4829         processing.
4830
4831         * nntp.el (nntp-kill-buffer): Kill the process before killing the
4832         buffer to avoid warnings.
4833
4834 2011-08-20  Simon Josefsson  <simon@josefsson.org>
4835
4836         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
4837         specified to reduce precision.
4838
4839 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4840
4841         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
4842         bodystructures (bug#9314).
4843
4844 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4845
4846         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
4847         Make button keymap non-sticky after buttons.
4848
4849 2011-08-18  David Engster  <dengste@eml.cc>
4850
4851         * nnmairix.el (nnmairix-request-set-mark)
4852         (nnmairix-goto-original-article): Remove adding of article to registry,
4853         since `gnus-registry-add-group' isn't available anymore.
4854         (nnmairix-determine-original-group-from-registry):
4855         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
4856         available anymore.
4857
4858 2011-08-12  Simon Josefsson  <simon@josefsson.org>
4859
4860         * starttls.el (starttls-any-program-available): Define as obsolete
4861         function.
4862
4863 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4864
4865         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
4866         versions which Gnus use when appropriate.
4867
4868         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
4869         a pretty destructive command.
4870
4871         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
4872
4873 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4874
4875         * message.el (message-fix-before-sending): Make a different warning
4876         about NUL characters (bug#9270).
4877
4878         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
4879         from custom (bug#9260).
4880
4881         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
4882         things work in Emacs 22 and XEmacs, too.
4883
4884         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
4885         default From.
4886
4887         * gnus-spec.el (gnus-lrm-string-p): New macro.
4888         (gnus-lrm-string): New constant.
4889         (gnus-summary-line-format-spec): LRM-ify the from.
4890         (gnus-tilde-max-form): LRM-ify string chopping.
4891
4892         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
4893
4894         * message.el (message-is-yours-p): Allow disabling canlock checking
4895         (bug#9295).
4896         (message-shoot-gnksa-feet): Add `canlock-verify'.
4897         (message-auto-save-directory): Use ~/ as the auto-save directory if the
4898         message directory isn't writable (bug#9304).
4899
4900         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4901         non-world-readable.
4902
4903 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4904
4905         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4906         articles.
4907
4908 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
4909
4910         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4911         copy-list.
4912
4913 2011-08-12  Sam Steingold  <sds@gnu.org>
4914
4915         * gnus-score.el (gnus-score-find-alist): Keep the score files already
4916         in the reverse order to avoid modifying the cache with `nreverse'.
4917         (gnus-all-score-files): Do not modify the value returned by
4918         `gnus-score-find-alist' because it lives in a cache variable.
4919         (gnus-current-home-score-file): No need to `nreverse' the return value
4920         of `gnus-score-find-alist', it is already in the correct order.
4921
4922 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
4923
4924         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
4925         type MESSAGE and subtype RFC822 is slightly different from those of
4926         type TEXT.
4927
4928 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
4929
4930         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
4931         This allows article-referral to work from an nnir group.
4932
4933 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
4934
4935         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
4936
4937 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
4938
4939         * mml1991.el (mml1991-epg-find-usable-key)
4940         (mml1991-epg-find-usable-secret-key): New function.
4941         (mml1991-epg-sign): Check if signing key is usable.
4942         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4943
4944 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
4945
4946         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4947         server-variables only.  This should fix a bug introduced with commit
4948         e1889675b7f4adf057833c5513c9374134c4e053.
4949         (nnir-run-query): 'nnir-search-engine should not be set from the global
4950         environment.
4951
4952 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
4953
4954         * nnir.el (nnir-search-thread): Position point on referring article
4955         line.
4956         (nnir-warp-to-article): Clean up summary buffers.
4957
4958         * nnimap.el (nnimap-request-thread): Whitespace fix.
4959
4960 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
4961
4962         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4963
4964 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4965
4966         * starttls.el (starttls-available-p): Rename from
4967         `starttls-any-program-available' and changed return convention.
4968
4969 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
4970
4971         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4972         `unix-sync' unless it's defined.
4973
4974 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
4975
4976         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4977         `aref' for XEmacs compatibiltiy.
4978
4979 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4980
4981         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4982
4983 2011-07-31  Dave Abrahams  <dave@boostpro.com>
4984
4985         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4986         closures, quote the form properly (bug#9194).
4987
4988 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4989
4990         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4991         (gnus-summary-insert-new-articles): Protect against servers that are
4992         down.
4993
4994 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4995
4996         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4997         in mm handle if none is specified.
4998
4999 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
5000
5001         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
5002
5003 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
5004
5005         * nnir.el (nnir-search-thread): New function to make an nnir group
5006         based on a thread query.
5007
5008         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
5009         of nnir in thread referral.
5010         (gnus-summary-refer-thread): Use it.
5011
5012         * nnimap.el (nnimap-request-thread): Use it.
5013
5014 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5015
5016         * shr.el (shr-tag-comment): Ignore HTML comments.
5017
5018 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
5019
5020         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
5021         argument.
5022         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
5023         Use `nnir-address' to handle server info rather than passing an arg.
5024
5025         * nnimap.el (nnimap-make-thread-query): New utility function to format
5026         an imap thread search query.
5027         (nnimap-request-thread): Use it.
5028
5029         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
5030         right select-method if we are not going back to the group buffer.
5031
5032 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5033
5034         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
5035         enter invalid buffer configurations into the quit form (bug#9107).
5036         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
5037         unplugged/plugged.
5038
5039         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
5040         keep track of which ones are unread (bug#9061).
5041
5042         * gnus.el (gnus-refer-article-method): Allow entering any sexp
5043         (bug#9055).
5044
5045         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
5046         (bug#9041).
5047
5048         * gnus-html.el (mm-util): Require (bug#9073).
5049
5050         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
5051         (gnus-summary-refer-thread): Use it to remove duplicates in the
5052         un-threaded view (bug#9053).
5053         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
5054
5055 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
5056
5057         * nnir.el (nnir-read-server-parm): Use default value from global
5058         variable.  Without this the default search engine parameters aren't
5059         used at all.
5060
5061 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5062
5063         * message.el (message-unique-id): Don't use the undocumented return
5064         value from (random t) (bug#9118).
5065
5066 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5067
5068         * message.el (message-auto-save-directory): If the ~/Mail directory
5069         doesn't exist, use ~ as the auto-save directory (bug#4432).
5070
5071         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
5072         hasn't already been started.
5073
5074 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5075
5076         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
5077
5078         * message.el (message-reply): Work around mysterious bug where
5079         `message-mode' seems to overwrite the locally bound `subject' variable.
5080
5081 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
5082
5083         * nnimap.el (nnimap-request-thread): Ensure search is performed in
5084         correct group.
5085
5086         * gnus-int.el (gnus-request-thread): Add group argument.
5087
5088         * gnus-sum.el (gnus-summary-refer-thread): Use it.
5089
5090 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5091
5092         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
5093
5094         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
5095         renamed to `debbugs-gnu-*'.
5096
5097 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
5098
5099         * plstore.el: Revert the editing feature since it is not urgent.
5100         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
5101         (plstore-mode-decoded): Remove.
5102
5103 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5104
5105         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
5106         isn't very interesting any more, and it leaks potentially secret data.
5107         (gnus-debug): Remove.
5108
5109         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
5110         use of :custom-show.
5111
5112 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
5113
5114         * plstore.el: Add documentation.
5115         (plstore-mode): New mode to edit plstore file.
5116         (plstore-mode-toggle-display, plstore-mode-original)
5117         (plstore-mode-decoded): New command.
5118         (plstore--encode, plstore--decode, plstore--write-contents-functions)
5119         (plstore--insert-buffer, plstore--make): New function.
5120         (plstore-open, plstore-save): Simplify by using them.
5121
5122 2011-07-06  Glenn Morris  <rgm@gnu.org>
5123
5124         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
5125
5126 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5127
5128         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
5129         no longer is much used.
5130         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
5131         Articles".
5132
5133 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
5134
5135         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
5136         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
5137         `notmuch' backend.
5138
5139 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5140
5141         * mm-decode.el (mm-text-html-renderer): Doc fix.
5142
5143         * gnus-msg.el (gnus-bug): Fix the MML tag.
5144
5145         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
5146
5147 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
5148
5149         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
5150         secondary methods if started with `gnus-no-server'.
5151
5152 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
5153
5154         * message.el (message-return-action): Fix typo in docstring.
5155
5156 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5157
5158         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
5159         bug reports at once.
5160
5161         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
5162
5163 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5164
5165         * nndraft.el: Require gnus-group.
5166         (nndraft-request-list): Declare.
5167
5168         * nndraft.el (nndraft-update-unread-articles): Don't show group having
5169         no unread article unless it matches gnus-permanently-visible-groups.
5170
5171         * nndraft.el (nndraft-update-unread-articles): New function.
5172         (nndraft-request-associate-buffer): Use it to update the number of
5173         unread articles for the nndraft groups in the group buffer when saving
5174         or killing a draft message.
5175
5176 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5177
5178         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
5179         systems to binary before writing and reading the mbox files.
5180
5181         * gnus.el (gnus-summary-line-format): Link to the info node for %U
5182         instead of trying to list them all (bug#8978).
5183
5184 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5185
5186         * pop3.el (pop3-open-server): Use :end-of-capability.
5187
5188 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5189
5190         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
5191         the id is always a number.
5192
5193         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
5194
5195         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
5196         debbugs mode, if possible.
5197
5198 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
5199
5200         * auth-source.el (auth-source-token-passphrase-callback-function):
5201         Reindent.
5202         (epg-context-operation): Remove unnecessary autoload.
5203
5204 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5205
5206         * gnus.el (gnus-list-debbugs): New command.
5207
5208         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
5209         mboxstat instead of the maintbox, since the stat seems to be fuller.
5210
5211         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
5212         summary buffers.
5213
5214         * message.el (message-get-reply-headers): Delete all duplicates,
5215         instead of the first.
5216         (message-get-reply-headers): Ensure that we have progress while
5217         deleting duplicates.
5218
5219         * gnus-msg.el (gnus-configure-posting-styles): Get the local
5220         gnus-posting-style value from the summary buffer to make it easier to
5221         make that a per-buffer conf.
5222
5223 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
5224
5225         * nnir.el (nnir-run-imap): Allow halting a search when an article is
5226         found by setting `shortcut' in 'query.
5227         (nnir-request-article): Use `shortcut' setting when requesting article
5228         by Message-ID.
5229
5230 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
5231
5232         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
5233         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
5234         Bring the pseudo-headers back too.
5235
5236 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5237
5238         * auth-source.el (auth-source-token-passphrase-callback-function):
5239         Simplify and remove EPA dependency.
5240
5241 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
5242
5243         * nnir.el (nnir-request-article): Fix error message text.
5244
5245 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5246
5247         * auth-source.el (plstore-delete): Autoload.
5248         (auth-source-plstore-search): Support delete operation.
5249         * plstore.el (plstore-delete): New function.
5250
5251 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5252
5253         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
5254         mark actually existing articles as unread rather than the ones that
5255         active asserts.
5256
5257 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5258
5259         * nntp.el (nntp-record-command):
5260         * gnus-util.el (gnus-message-with-timestamp-1):
5261         Use format-time-string rather than decoding time stamps by hand.
5262         This is simpler and insulates the code from potential changes to
5263         current-time format.
5264
5265 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5266
5267         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
5268
5269 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5270
5271         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
5272         (plstore-save): Support public key encryption.
5273         (plstore--init-from-buffer): New function.
5274         (plstore-open): Use it; fix error when opening a non-existent file.
5275         (plstore-revert): Use plstore--init-from-buffer.
5276
5277 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5278
5279         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
5280
5281 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5282
5283         * mml2015.el (mml2015-use): Replace string-match-p with string-match
5284         for old Emacsen.
5285
5286 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5287
5288         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
5289         is not fully working.
5290
5291 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5292
5293         * dgnushack.el: Autoload sha1 on XEmacs.
5294
5295         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
5296         quit window configuration.
5297
5298         * auth-source.el (epg-context-set-passphrase-callback):
5299         Remove duplicate autoload.
5300
5301 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5302
5303         * nnir.el (nnir-request-article): Allow requesting articles by
5304         Message-ID with nnimap.
5305
5306         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
5307         current server.
5308
5309 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5310
5311         * auth-source.el: Autoload EPA/EPG functions.
5312         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
5313         changed when EPA/EPG is not available.
5314         (auth-source-backend): Rename "arg" member to "data".
5315         (auth-source-backend-parse, auth-source-plstore-search)
5316         (auth-source-plstore-create): Use it.
5317
5318 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5319
5320         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
5321         `gnus-refer-article-methods'.
5322
5323 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5324
5325         * auth-source.el: Require EPA and EPG.
5326         (auth-source-passphrase-alist): New variable.
5327         (auth-source-passphrase-callback-function)
5328         (auth-source-token-passphrase-callback-function): Callbacks for the
5329         netrc field encryption (GPG tokens).
5330         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
5331         Symmetric encryption and decryption of the netrc GPG tokens.
5332         (auth-source-netrc-normalize): Use them, simplifying the closure.
5333
5334 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5335
5336         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
5337         is available.
5338
5339 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5340
5341         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
5342         non-nil, and `nnimap-split-methods' is nil, use the former.
5343
5344 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5345
5346         * plstore.el (plstore-revert): New function.
5347         (plstore-open): Use it; hide the buffer from user.
5348
5349 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5350
5351         * auth-source.el (auth-source-backend): New member "arg".
5352         (auth-source-backend-parse): Handle new backend 'plstore.
5353         * plstore.el: New file.
5354
5355 2011-06-30  Glenn Morris  <rgm@gnu.org>
5356
5357         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
5358
5359 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5360
5361         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
5362         expiring articles to.
5363
5364         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
5365         variations as ASCII (bug#5458).
5366
5367 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5368
5369         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
5370
5371 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5372
5373         * message.el (message-point-in-header-p): Tweak the function to default
5374         to saying that we're not in the headers if there is no separator at
5375         all.  This makes it possible to use the Message version of `M-q' in
5376         buffers with no headers (bug#7987).
5377         (message-point-in-header-p): Fix last checkin to work with an empty
5378         mail-header-separator, too.
5379
5380         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
5381         again, save the choice via customize.
5382
5383 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5384
5385         * message.el (message-send-mail-function): Add `sendmail-query-once'.
5386
5387         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
5388         ended the connection, bail out before waiting infinitely on a new
5389         connection.
5390
5391 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
5392
5393         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
5394         reports.
5395
5396         * gnus.el (gnus-bug-package): Use "gnus."
5397         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
5398
5399 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5400
5401         * dgnushack.el: Make the timer warning go away on XEmacs.
5402
5403         * gnus-art.el (gnus-article-stop-animations): New function to stop any
5404         animations going on at article exit time.
5405
5406         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
5407         since removing it breaks people upgrading.
5408
5409         * shr.el (shr-put-image): Use the new interface for animating images.
5410         (shr-put-image): Animate for 60 seconds.
5411
5412         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
5413         avoid compiler warnings.
5414
5415         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5416         error with `find-file-hooks' on Emacs 22.
5417         (with-auth-source-epa-overrides): Ugly hack to Wrap the
5418         `find-file-hook' things in `symbol-value' to avoid compilation warnings
5419         on all architectures.
5420
5421         * spam.el (spam-stat): Require in a normal fashion without binding
5422         `spam-stat-install-hooks' to avoid compilation warnings.
5423
5424         * spam-stat.el (spam-stat-install-hooks): Remove.
5425         (spam-stat-install-hooks): Don't run automatically.
5426
5427 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
5428
5429         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5430         and keystroke.
5431
5432 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5433
5434         * auth-source.el (auth-source-netrc-cache): Move forward.
5435
5436 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5437
5438         * proto-stream.el (proto-stream-open-starttls): Use
5439         `gnutls-available-p' to see whether we have built-in support.
5440
5441         * auth-source.el (auth-source-netrc-create): Don't query the bits that
5442         we already know.
5443         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5444         (auth-source-netrc-create): Don't prompt for the stuff we already know.
5445
5446 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5447
5448         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5449         %S format, since that looks odd.
5450         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5451         file, especially when saving.
5452
5453 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
5454
5455         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
5456         article found.
5457
5458 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
5459
5460         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
5461         `auth-source-save-secrets' with a more sensitive alist that can be
5462         configured per file.  Experimental, so defaults to 'never.
5463         (auth-source-netrc-create): Use it.  Still experimental code.
5464         (with-auth-source-epa-overrides): Use `find-file-hooks' if
5465         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
5466
5467 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
5468
5469         * auth-source.el (auth-source-save-secrets): New variable to control if
5470         secret tokens should be saved encrypted.
5471         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
5472         to `auth-source-netrc-normalize'.
5473         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
5474         on the EPA variables being defined.
5475         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
5476         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
5477         the lexical-let closure.
5478         (auth-source-netrc-create): Create "gpg:" tokens according to
5479         `auth-source-save-secrets'.
5480
5481 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5482
5483         * gnus-group.el (gnus-group-update-group): Add new argument
5484         `info-unchanged' that stops updating dribble buffer.
5485
5486         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5487         deletes lines matching to it in dribble buffer.
5488
5489         * gnus-agent.el (gnus-agent-fetch-group-1):
5490         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5491         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5492         * gnus-start.el (gnus-group-change-level):
5493         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5494
5495         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5496         if newsgroup info is not changed.
5497
5498         * gnus-group.el (gnus-group-get-new-news-this-group):
5499         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5500         Don't update dribble buffer.
5501
5502 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
5503
5504         * gnus-registry.el (gnus-registry-remove-ignored): New function to
5505         remove entries with groups we ignore.
5506
5507 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5508
5509         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5510         the underline comes at the bottom.
5511
5512 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
5513
5514         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5515         `gnus-registry-user-format-function-M' and declare the latter obsolete.
5516         (gnus-registry-article-marks-to-names): Rename from
5517         `gnus-registry-user-format-function-M2'.
5518
5519 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5520
5521         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5522         ephemeral group.
5523
5524 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5525
5526         * shr.el (shr-browse-image): Copy the URL if called interactively.
5527
5528 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5529
5530         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5531         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
5532         done, then unselected articles may be marked as read.
5533
5534         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5535         since not doing this seems to lead to a race condition in pop3-logon.
5536
5537         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5538         so that the call chain it correct when we call "upwards".
5539
5540         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5541         in read-only groups.
5542
5543         * gnus-group.el (gnus-group-mark-article-read): Ditto.
5544
5545         * message.el (message-cite-reply-position): Doc string fix.
5546
5547         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5548         avoid regexp overflow.
5549         (nnimap-transform-split-mail): Ditto.
5550
5551         * pop3.el (pop3-retr): Error out if the server closes the connection.
5552
5553 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5554
5555         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5556         mm-with-unibyte-current-buffer.  The buffer should not contain any
5557         multibyte chars anyway at this stage.
5558
5559 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5560
5561         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5562         at the end of lines.
5563
5564 2011-05-29  Julien Danjou  <julien@danjou.info>
5565
5566         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5567
5568 2011-05-27  Glenn Morris  <rgm@gnu.org>
5569
5570         * gnus-group.el (gnus-bug-group-download-format-alist):
5571         Use the "maintainer" version of debian reports as well.
5572
5573 2011-05-26  Glenn Morris  <rgm@gnu.org>
5574
5575         * gnus-group.el (gnus-bug-group-download-format-alist):
5576         Use the "maintainer" version of debbugs.gnu.org reports.
5577
5578 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5579
5580         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5581
5582 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5583
5584         * gnus-cus.el (gnus-agent-customize-category):
5585         * gnus-delay.el (gnus-delay-send-queue):
5586         * gnus.el (gnus-other-frame):
5587         Don't quote lambda expressions with `quote'.
5588
5589 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5590
5591         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5592         the thread moves us backwards and so we loop forever.
5593
5594 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5595
5596         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5597         whitespace in base64 data lines.
5598
5599 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
5600
5601         * gnus-registry.el (gnus-registry-user-format-function-M):
5602         Use `mapconcat'.
5603         (gnus-registry-user-format-function-M2): Use to see the full text of
5604         the marks.  Make "," the mark text separator.
5605
5606         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5607         authentication with auth-source.
5608
5609 2011-05-17  Glenn Morris  <rgm@gnu.org>
5610
5611         * gnus-group.el (gnus-import-other-newsrc-file):
5612         Use insert-file-contents.
5613
5614 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
5615
5616         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
5617         1000 iterations.
5618
5619 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5620
5621         * nntp.el (nntp-open-connection): Check if process-type is available.
5622
5623 2011-05-16  Julien Danjou  <julien@danjou.info>
5624
5625         * shr.el (shr-tag-del): Add support for del tag.
5626
5627 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5628
5629         * gnus-html.el (gnus-html-put-image): Register a displayer.
5630
5631         * shr.el (shr-image-displayer): Don't remove text props from alt text.
5632
5633 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
5634
5635         * registry.el (prune-factor): New initialization parameter defaulting
5636         to 0.1.
5637         (registry-prune-hard): Use it.
5638
5639         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5640         0.1 expicitly.
5641
5642 2011-05-13  Glenn Morris  <rgm@gnu.org>
5643
5644         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
5645         is bound, since this function requires sendmail.
5646
5647 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
5648
5649         * registry.el (registry-usage-test): Disable pruning test.
5650
5651 2011-05-11  David Engster  <dengste@eml.cc>
5652
5653         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
5654         Bind set-network-process-option for XEmacs.
5655
5656 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
5657
5658         * registry.el (registry-prune-hard-candidates)
5659         (registry-prune-soft-candidates): Helper methods for registry pruning.
5660         (registry-prune): Use them.  Make the sort function optional.
5661
5662 2011-05-10  Jim Meyering  <meyering@redhat.com>
5663
5664         * shr.el (shr-colorize-region): Fix typo "on on -> on".
5665
5666 2011-05-10  Julien Danjou  <julien@danjou.info>
5667
5668         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
5669         symbol and not a list.
5670
5671 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5672
5673         * gnus-art.el (gnus-article-mode): Move binding of
5674         shr-put-image-function here from gnus-article-prepare-display.
5675
5676         * shr.el (shr-put-image-function): New variable.
5677         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
5678         (shr-put-image): Return scaled image.
5679
5680         * gnus-art.el (gnus-shr-put-image): New function.
5681         (gnus-article-prepare-display): Bind shr-put-image-function to it.
5682
5683         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
5684         original ones, as deletable.
5685
5686 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5687
5688         * nntp.el (nntp-open-connection): Set TCP keepalive option.
5689
5690 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5691
5692         * registry.el (registry-full): Add convenience method.  Fix logic.
5693         (registry-insert): Use it.  Fix logic here too.
5694
5695         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
5696         `registry-prune' if `registry-full' returns t.
5697         (gnus-registry-handle-action)
5698         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
5699         (gnus-registry-usage-test): Use it.
5700
5701 2011-05-07  Julien Danjou  <julien@danjou.info>
5702
5703         * shr.el (shr-link): Make shr-link inherit from link by default.
5704
5705 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
5706
5707         * shr.el (shr-urlify, shr-link): Fix shr-link face.
5708
5709 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5710
5711         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
5712         error out because the face is not a list.
5713
5714 2011-05-05  Glenn Morris  <rgm@gnu.org>
5715
5716         * proto-stream.el (gnutls-negotiate): Fix declarations.
5717
5718         * gnus-start.el (gnus-propagate-marks): Declare.
5719
5720 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
5721
5722         * registry.el (registry-reindex): Fix percentage message.
5723
5724         * proto-stream.el (network-stream-open-starttls): Adjust to call
5725         `gnutls-negotiate' with :process and :hostname arguments.
5726
5727 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
5728
5729         * shr.el: Add shr-link face for links.
5730         (shr-urlify): Use it.
5731
5732         * registry.el (registry-insert): Make error message more helpful.
5733
5734 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5735
5736         * gnus-html.el (gnus-html-schedule-image-fetching):
5737         Use url-queue-retrieve, if it exists.
5738
5739         * shr.el (shr-tag-img): Ditto.
5740
5741         * gnus.el: Autoload more gnus-agent functions.
5742
5743         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
5744         agent if we haven't already (bug#8502).
5745
5746         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
5747         into the Agent, too.
5748
5749         * gnus-agent.el (gnus-agent-store-article): New function.
5750
5751         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
5752         and moved from that file for reuse.
5753
5754         * pop3.el (pop3-open-server): Error messages are "-ERR".
5755
5756 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5757
5758         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
5759         (open-tls-stream): Remove superfluous tls/starttls autoloads.
5760
5761 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5762
5763         * gnus.el: No Gnus v0.17 is released.
5764
5765 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5766
5767         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
5768         buffer has moved to a different frame.
5769
5770 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5771
5772         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
5773         to get the conversion from unibyte to multibyte buffers to work on
5774         Emacs 22.
5775
5776         * nntp.el (nntp-request-article): Slight clean-up.
5777
5778 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5779
5780         * shr.el (shr-strike-through): New face.
5781         (shr-tag-s): Use it to provide <s> support.
5782         (shr-tag-s): Remove duplicate definition.
5783
5784 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5785
5786         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
5787         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
5788
5789 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
5790
5791         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
5792         `gnutls-negotiate'.
5793         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
5794
5795 2011-04-23  Glenn Morris  <rgm@gnu.org>
5796
5797         * gnus-sum.el (gnus-extra-headers): Bump :version.
5798
5799 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5800
5801         * shr.el (shr-tag-sup): New function.
5802         (shr-tag-sub): Ditto.
5803
5804 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
5805
5806         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
5807         for the case where `gnus-registry-ignored-groups' is a list of lists,
5808         and don't call `gnus-parameter-registry-ignore' otherwise.
5809
5810 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
5811
5812         * nnimap.el (nnimap-user): New backend variable.
5813         (nnimap-open-connection-1): Use it.
5814         (nnimap-credentials): Accept user parameter so it's explicit what user
5815         name is desired.
5816
5817         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
5818         default.
5819
5820         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
5821         not gnus-registry.el.
5822
5823         * gnus-registry.el: Mention in comments how to modify
5824         `gnus-extra-headers' for proper recipient tracking and that it may
5825         already have To and Cc recently, which it does as of this commit.
5826         (gnus-registry-ignored-groups): Remove defcustom.
5827         Explain why in comments.
5828         (gnus-registry-action): Fix data-header reference to use the extra
5829         headers.  Explain in package commentary how to add To and Cc headers to
5830         the gnus-extra-headers.
5831         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
5832         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
5833         parameter list or a string list in `gnus-registry-ignored-groups'.
5834         Fix logic error.
5835
5836 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5837
5838         * shr.el (shr-expand-url): Protect against null urls.
5839
5840 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5841
5842         * shr.el (shr-base): New binding.
5843         (shr-tag-base): Keep track of <base>.
5844         (shr-expand-url): New function used throughout.
5845
5846 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
5847
5848         * gnus-registry.el
5849         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
5850         (gnus-registry-ignored-groups): New variable.
5851         (gnus-registry-ignore-group-p): Use it.
5852         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
5853         set the destination group to nil (same as delete) if it's ignored.
5854
5855 2011-04-20  David Engster  <dengste@eml.cc>
5856
5857         * tests/gnustest-nntp.el: New file for simple NNTP testing.
5858
5859         * Makefile.in (test-nntp): New rule.
5860         (check): Add it.
5861         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
5862
5863 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5864
5865         * gnus-registry.el (gnus-registry-action)
5866         (gnus-registry-fetch-header-fast):
5867         Don't use mail-header that looks an internal function of mailheader.el.
5868
5869 2011-04-19  Glenn Morris  <rgm@gnu.org>
5870
5871         * time-date.el (time-to-days): Remove unused local variables.
5872
5873 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5874
5875         * gnus-registry.el: Eliminate cl functions.
5876         (gnus-registry-sort-addresses): New function that replaces mapcan.
5877         (gnus-registry-action, gnus-registry-spool-action)
5878         (gnus-registry-split-fancy-with-parent)
5879         (gnus-registry-fetch-recipients-fast): Use it.
5880         (gnus-registry-import-eld): Replace delete* with dolist + delq.
5881
5882         * registry.el (initialize-instance, registry-lookup)
5883         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
5884         (registry-lookup-secondary-value, registry-search, registry-delete)
5885         (registry-insert, registry-reindex, registry-size, registry-prune):
5886         Use eval-and-compile.
5887
5888 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
5889
5890         * registry.el (registry-reindex): New method to recreate the secondary
5891         registry indices.
5892
5893         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
5894         tracked field changes.
5895         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
5896         (gnus-registry-action, gnus-registry-spool-action)
5897         (gnus-registry-handle-action)
5898         (gnus-registry--split-fancy-with-parent-internal)
5899         (gnus-registry-split-fancy-with-parent)
5900         (gnus-registry-register-message-ids): Add recipient tracking on spool,
5901         move, and delete actions, and for fancy splitting with parent.
5902         (gnus-registry-extract-addresses)
5903         (gnus-registry-fetch-recipients-fast)
5904         (gnus-registry-fetch-header-fast): Convenience functions.
5905         (gnus-registry-misc-test): ERT test of
5906         `gnus-registry-extract-addresses'.
5907
5908 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
5909
5910         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5911         Track by subject first, then sender.
5912
5913 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5914
5915         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
5916
5917         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
5918         Lisp.
5919
5920         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
5921         (gnus-draft-send): Use it to avoid popping
5922         up frames from gnus-group-send-queue.
5923
5924 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5925
5926         * gnus-registry.el: Updated gnus-registry docs.
5927
5928 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
5929
5930         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5931         Fix logic bug.
5932         (gnus-registry-post-process-groups): Fix logging of no results and
5933         quote sender and subject.
5934
5935 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5936
5937         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
5938         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
5939         gnutls-cli are too slow to be done opportunistically.
5940
5941         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
5942         (gnus-read-active-for-groups): Don't try to finish getting stuff where
5943         we had no early-data returned.
5944         (gnus-get-unread-articles): Add a sanity check so that we don't issue
5945         two async commands to the same server at the same time.
5946
5947 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
5948
5949         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5950
5951 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5952
5953         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5954         "warning" level.
5955
5956         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5957         (mm-url-insert-file-contents): Don't set the package names.
5958
5959 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
5960
5961         * gnus-registry.el (gnus-registry-action): Remove properties and
5962         simplify subject in `gnus-registry-handle-action'.
5963         (gnus-registry-spool-action): Get subject and sender from message if
5964         they are not passed in.
5965         (gnus-registry-handle-action): Remove properties and simplify subject
5966         consistently.
5967
5968 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5969
5970         * registry.el: Require CL before using defmacro*.
5971
5972 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5973
5974         * gnus-art.el (article-treat-date): Assume that
5975         gnus-article-date-headers may be a group parameter.
5976
5977 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
5978
5979         * gnus-registry.el (gnus-registry-handle-action): More debugging.
5980
5981         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
5982         interactively so the newsrc file can contain foreign groups too.
5983         Useful for debugging but not much for users.
5984
5985 2011-04-07  David Engster  <dengste@eml.cc>
5986
5987         * registry.el (registry-usage-test): Only do
5988         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
5989         lexical binding.
5990
5991 2011-04-07  David Engster  <dengste@eml.cc>
5992
5993         * Makefile.in (check, test-registry): New rules for test-suite.
5994
5995 2011-04-06  David Engster  <dengste@eml.cc>
5996
5997         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5998         argument NOERROR for `require', since XEmacs 21.4 does not support it.
5999
6000 2011-04-06  David Engster  <dengste@eml.cc>
6001
6002         * registry.el (initialize-instance): Change :after to :AFTER to be
6003         compatible with old EIEIO version in XEmacs.
6004
6005 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6006
6007         * gnus-registry.el (gnus-registry-post-process-groups)
6008         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
6009         and provide better messaging.
6010
6011 2011-04-06  David Engster  <dengste@eml.cc>
6012
6013         * Makefile.in (fail-on-warning): New rule to compile with warnings as
6014         errors.
6015
6016         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
6017         dgnushack-compile with error-on-warn enabled, and to signal an error if
6018         clean compilation failed.
6019         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
6020         with `byte-compile-error-on-warn'.  Return nil if errors occured.
6021
6022 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6023
6024         * gnus-registry.el: Don't use ERT if it's not available.  Load it
6025         unconditionally anyway, discarding errors.
6026         (gnus-registry-delete-entries): New convenience function.
6027         (gnus-registry-import-eld): Import from old .eld registry.
6028
6029         * registry.el: Don't use ERT if it's not available.  Load it
6030         unconditionally anyway, discarding errors.
6031
6032         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
6033         version from the Claudio Bley GnuTLS patch (extra optional parameters
6034         and host name).
6035
6036 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
6037
6038         * gnus-registry.el (gnus-registry-fixup-registry): New function to
6039         fixup the parameters that can be customized by the user between
6040         save/read cycles.
6041         (gnus-registry-read): Use it.
6042         (gnus-registry-make-db): Use it.
6043         (gnus-registry-spool-action, gnus-registry-handle-action):
6044         Fix messaging.
6045         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
6046         Map references to actual group names with sender and subject tracking.
6047         (gnus-registry-post-process-groups): Use `cond' for better messaging.
6048         (gnus-registry-usage-test): Add subject lookup test.
6049
6050         * registry.el (registry-db, initialize-instance): Set up constructor
6051         instead of :initform arguments for the sake of older Emacsen.
6052         (registry-lookup-breaks-before-lexbind): New method to demonstrate
6053         pre-lexbind merge bug.
6054         (registry-usage-test): Use it.
6055         (initialize-instance, registry-db): Move the non-function initforms
6056         back to the class definition.
6057
6058 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
6059
6060         * registry.el: New library to manage gnus-registry-style data.
6061
6062         * gnus-registry.el: Use it (major rewrite).
6063
6064         * nnregistry.el: Use it.
6065
6066         * spam.el: Use it.
6067
6068 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6069
6070         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
6071         marks on non-selected articles.
6072
6073 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
6074
6075         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
6076         parameter to open-protocol-stream.
6077
6078 2011-04-01  Julien Danjou  <julien@danjou.info>
6079
6080         * mm-view.el (mm-display-inline-fontify): Do not fontify with
6081         fundamental-mode.
6082
6083 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6084
6085         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
6086         servers.
6087
6088 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6089
6090         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
6091         made marks not propagate, again.
6092
6093 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
6094
6095         * proto-stream.el (open-protocol-stream): Bring back `network' type.
6096         Make this the default type.
6097         (proto-stream-open-plain): Rename from proto-stream-open-default.
6098         (open-protocol-stream, proto-stream-open-starttls)
6099         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
6100         with `plain'.
6101
6102         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
6103         value.
6104
6105         * nntp.el (nntp-open-connection-function): Document the fact that some
6106         values are not functions but are instead handled specially.
6107         Recognize nntp-open-plain-stream value.
6108         (nntp-open-connection): Recognize that value.
6109
6110 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6111
6112         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
6113         where it seems to be needed.
6114
6115 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6116
6117         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
6118         stuff.
6119
6120         * gnus-score.el (gnus-score-string): Fix calling convention of
6121         `gnus-simplify-buffer-fuzzy' after last patches.
6122
6123         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
6124         server for articles we didn't get any headers for.  This is a sanity
6125         check.
6126
6127 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
6128
6129         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
6130         new CAPABILITY, use it.
6131
6132 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6133
6134         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
6135         downloading anything.
6136
6137         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
6138
6139 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
6140
6141         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
6142         colors.
6143         (gnus-splash-svg-color-symbols): New function.
6144
6145 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6146
6147         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
6148         instead of using the global gnus-simplify-subject-fuzzy-regexp.
6149         (gnus-simplify-subject-fuzzy): Use the local
6150         gnus-simplify-subject-fuzzy-regex instead of the global one.
6151         This makes using this variable in group parameters work.
6152
6153 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6154
6155         * gnus-registry.el (gnus-registry-unfollowed-groups):
6156         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
6157         archive:sent-YYYY-MM-DD groups).
6158         (gnus-registry-split-fancy-with-parent): Bail out early in sender
6159         tracking if there are more than `gnus-registry-max-track-groups'
6160         matches.
6161
6162 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6163
6164         * message.el (message--yank-original-internal): New function to do the
6165         insertion cleanly inside eval in `message-yank-original'.
6166         (message-yank-original): Use it.
6167
6168 2011-03-29  Julien Danjou  <julien@danjou.info>
6169
6170         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
6171         local variables disabled rather than `normal-mode'.
6172
6173 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
6174
6175         * imap.el (imap-shell-open, imap-process-connection-type):
6176         Use imap-process-connection-type for 'shell' streams as well as
6177         Kerberos, SSL, other subprocesses.
6178
6179 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
6180
6181         * proto-stream.el: Changes preparatory to merging open-protocol-stream
6182         with open-network-stream.
6183         (proto-stream-always-use-starttls): Option removed.
6184         (open-protocol-stream): Return a process object by default.  Provide a
6185         new parameter :return-list specifying a list-type return value, which
6186         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
6187         :type `network' to `try-starttls', and `network-only' to `default'.
6188         Make `default' the default, for compatibility with open-network-stream.
6189         Handle the no-parameter case exactly as open-network-stream, with no
6190         additional stream processing.  Search plists using plist-get.
6191         Explicitly add :end-of-commend parameter if it is missing.
6192         (proto-stream-open-default): Rename from
6193         proto-stream-open-network-only.  Return 'default as the type.
6194         (proto-stream-open-starttls): Rename from proto-stream-open-network.
6195         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
6196         failed.  Always return a list with a (possibly dead) process as the
6197         first element, for compatibility with open-network-stream.
6198         (proto-stream-open-tls): Use plist-get.  Always return a list.
6199         (proto-stream-open-shell): Return `default' as connection type.
6200         (proto-stream-capability-open): Use plist-get.
6201         (proto-stream-eoc): Function deleted.
6202
6203         * nnimap.el (nnimap-stream, nnimap-open-connection)
6204         (nnimap-open-connection-1): Handle renaming of :type parameter for
6205         open-protocol-stream.
6206         (nnimap-open-connection-1): Pass a :return-list parameter
6207         open-protocol-stream to obtain a list return value.  Parse this list
6208         using plist-get.
6209
6210         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
6211         for open-protocol-stream.  Accept open-protocol-stream return value
6212         that is a subprocess object instead of a list.  Handle the case of a
6213         dead returned process.
6214
6215 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
6216
6217         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
6218
6219         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
6220
6221 2011-03-21  Julien Danjou  <julien@danjou.info>
6222
6223         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
6224         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
6225         query.
6226         (mm-inline-text): Render normal text with fontification whenever
6227         possible.
6228
6229         * gnus-sum.el (gnus-summary-save-parts-1):
6230         * gnus-art.el (gnus-article-browse-html-save-cid-content)
6231         (gnus-article-browse-html-parts, gnus-mime-delete-part)
6232         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
6233         Use `mm-handle-filename'.
6234
6235         * mm-util.el (mm-handle-filename): New function, return the filename of
6236         an handle.
6237
6238 2011-03-18  Julien Danjou  <julien@danjou.info>
6239
6240         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
6241         (gnus-buffer-live-p): Check that buffer is not nil.
6242
6243 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6244
6245         * gnus.el: No Gnus v0.15 is released.
6246
6247 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6248
6249         * time-date.el (format-seconds): Use assoc instead of assoc-string to
6250         avoid warning on XEmacs.
6251
6252         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
6253         on XEmacs.
6254
6255         * gnus-art.el: Require mouse, which the build bot seems to say is
6256         needed.
6257
6258         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
6259
6260         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
6261         XEmacs, since it doesn't have url-retrieve-synchronously.
6262
6263         * time-date.el (format-seconds): Use assoc instead of assoc-string,
6264         since assoc-string doesn't exist in XEmacs.
6265
6266 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
6267
6268         * gnus-group.el (gnus-group-list-ticked): New function.
6269         (gnus-group-make-menu-bar): Provide a menu entry for it.
6270         (gnus-group-list-map): Provide a binding for it.
6271
6272 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6273
6274         * shr.el (shr-visit-file): New command.
6275
6276         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
6277
6278 2011-03-17  Bjørn Mork  <bjorn@mork.no>
6279
6280         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
6281         servers.
6282
6283 2011-03-16  Julien Danjou  <julien@danjou.info>
6284
6285         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
6286         inline.
6287
6288         * gnus-art.el (article-hide-list-identifiers):
6289         Use gnus-group-get-list-identifiers.
6290
6291         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
6292         (gnus-summary-remove-list-identifiers):
6293         Use gnus-group-get-list-identifiers to get regexp.
6294         (gnus-select-newsgroup, gnus-summary-insert-subject)
6295         (gnus-summary-insert-articles):
6296         Call gnus-summary-remove-list-identifiers unconditionally.
6297
6298 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6299
6300         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
6301         we're selecting a group with unread articles.
6302
6303         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
6304
6305         * gssapi.el: New file separated out from imap.el to provide a general
6306         Kerberos 5 connection facility for Emacs.
6307
6308         * message.el (message-elide-ellipsis): Document the format spec
6309         ellipsis.
6310
6311 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6312
6313         * message.el (message-elide-region): Allow the ellipsis to say how many
6314         lines were removed.
6315
6316 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6317
6318         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
6319         window configurations containing buffers that are now dead.
6320
6321         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
6322         parsing to avoid integer overflows.
6323         (nnimap-parse-flags): Simplify the last change.
6324         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
6325         too large for 32-bit Emacsen.
6326
6327 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6328
6329         * auth-source.el (auth-source-netrc-create):
6330         * message.el (message-yank-original): Fix use of `case'.
6331
6332 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
6333
6334         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
6335         XEmacs, which was one character too wide.
6336
6337 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
6338
6339         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
6340         default number of articles to display.
6341         (gnus-articles-to-read): Use pretty names for prompt.
6342
6343 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6344
6345         * gnus-int.el (gnus-open-server): Ditto.
6346
6347         * gnus-start.el (gnus-activate-group): Give a backtrace if
6348         debug-on-quit is set and the user hits `C-g'.
6349         (gnus-read-active-file): Ditto.
6350
6351         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
6352
6353 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
6354
6355         * message.el (message-yank-original): Use cond instead of CL case.
6356
6357 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6358
6359         * auth-source.el (auth-source-netrc-create): Use usual format for the
6360         default in prompts.
6361
6362 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6363
6364         * lpath.el: Fbind read-char-choice for XEmacs.
6365
6366 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6367
6368         * auth-source.el (auth-source-netrc-create): Show the default in the
6369         prompt when prompting for token creation.
6370
6371 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6372
6373         * auth-source.el (auth-source-format-prompt): Always convert the value
6374         to a string to avoid evaluating non-string arguments.
6375         (auth-source-netrc-create): Offer default properly, not as initial
6376         content in `read-string'.
6377         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
6378         of line to determine if we've been run before.  If so, don't run again,
6379         but print a trivial message to indicate the cache was hit instead.
6380
6381 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
6382
6383         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
6384         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
6385         The user will have to run `gnus-sync-read' manually and wait for Cloudy
6386         Gnus.
6387
6388 2011-03-11  Julien Danjou  <julien@danjou.info>
6389
6390         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
6391         modified file".
6392
6393 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
6394
6395         * auth-source.el (auth-source-read-char-choice): New function to read a
6396         character choice using `dropdown-list', `read-char-choice', or
6397         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
6398         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
6399         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
6400         (auth-source-netrc-saver): Use it.
6401         (auth-source-pick-first-password): New convenience function.
6402
6403 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
6404
6405         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
6406         parameter in the credentials.
6407         (nnimap-open-connection-1): Use it after a successful login.
6408         (nnimap-credentials): Add IMAP-specific user and password prompt.
6409
6410         * auth-source.el (auth-source-search): Add :require parameter, taking a
6411         list.  Document it and the :save-function return token.  Pass :require
6412         down.  Change the CREATED message from a warning to a debug statement.
6413         (auth-source-search-backends): Pass :require down.
6414         (auth-source-netrc-search): Pass :require down.
6415         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
6416         Change save prompt to indicate all modifications saved here are
6417         deletions.
6418         (auth-source-netrc-create): Take user login name as default in user
6419         prompt.  Move all the save functionality to a lexically bound function
6420         under the :save-function token in the returned list.  Set up clearer
6421         default prompts for user, host, port, and secret.
6422         (auth-source-netrc-saver): New function, intended to be wrapped for
6423         :save-function.
6424
6425 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6426
6427         * shr.el (shr-table-horizontal-line): Change the defaults for the table
6428         lines to be spaces instead.
6429
6430 2011-03-07  Julien Danjou  <julien@danjou.info>
6431
6432         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6433         (sieve-sasl-auth): Check that auth-source-search did return something,
6434         or just return an empty string.
6435
6436 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6437
6438         * gnus.el (gnus-interactive): Use read-directory-name.
6439
6440         * gnus-uu.el (gnus-uu-decode-uu-and-save)
6441         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
6442         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
6443         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
6444         Likewise.
6445
6446         * gnus-group.el (gnus-group-make-directory-group): Likewise.
6447
6448 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6449
6450         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
6451         onto the list of killed groups, too.  This makes killed nnimap groups,
6452         for instance, more reliably not reappear.
6453
6454         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
6455         the parent.
6456
6457         * gnus-sum.el (gnus-update-read-articles): Fix typo.
6458
6459         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
6460         really have server-side marks.
6461
6462         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
6463         since most backends do not usefully have server-side marks.
6464         (gnus-update-read-articles): Propagate marks to all backends that
6465         really have server-side marks.
6466
6467 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6468
6469         * message.el (message-cite-reply-position, message-cite-style):
6470         New variables.
6471         (message-yank-original): Use the new citation styles.
6472
6473 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
6474
6475         * message.el (message-options): Revert 22da67af (workaround for XEmacs
6476         buffer-local issue); don't mark it buffer-local when running under
6477         XEmacs.
6478
6479 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
6480
6481         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
6482         numbers too big to be `read'.
6483
6484 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
6485
6486         * password-cache.el (password-in-cache-p): Add autoload.
6487
6488         * message.el (message-options): Make buffer-local two ways to attempt
6489         to fix a XEmacs bug.
6490
6491 2011-03-02  Julien Danjou  <julien@danjou.info>
6492
6493         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
6494
6495 2011-03-01  Julien Danjou  <julien@danjou.info>
6496
6497         * gnus-art.el (list-identifier): Add list-identifier as a parameter
6498         group.
6499         (article-hide-list-identifiers): Use list-identifier group parameter.
6500
6501 2011-02-28  Julien Danjou  <julien@danjou.info>
6502
6503         * sieve.el (sieve-buffer-script-name): New local variable to store
6504         sieve script name.
6505         (sieve-edit-script): Store sieve script name.
6506         (sieve-upload): Use sieve script name when uploading.
6507         (sieve-upload): Use substitute-command-keys.
6508         (sieve-edit-script): Use substitute-command-keys.
6509         (sieve-refresh-scriptlist): Use substitute-command-keys.
6510         (sieve-manage-mode-map): Define keymap properly.
6511         (sieve-manage-mode): Do not set mode name manually, change mode-name to
6512         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
6513         Remove commented code about cvs.
6514         (sieve-manage-quit): New function.
6515         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
6516
6517 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6518
6519         * gnus-group.el (gnus-import-other-newsrc-file): New function.
6520
6521 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6522
6523         * auth-source.el (auth-source-search): Cache empty result sets.
6524
6525         * password-cache.el (password-in-cache-p): Convenience function to
6526         check if a key is in the cache, even if the value is nil.
6527
6528         * auth-source.el (auth-source-save-behavior): New variable to replace
6529         `auth-source-never-create'.
6530         (auth-source-netrc-create): Use it.
6531         (auth-source-never-save): Remove.
6532
6533 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
6534
6535         * nnimap.el (nnimap-stream): Doc fix.
6536         (nnimap-open-connection-1): Reverse the order of the ports to that the
6537         prompted-for port is first.
6538
6539         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6540         retrieval by the no-group selection.
6541
6542         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
6543         numerical parameters.
6544
6545 2011-02-25  Julien Danjou  <julien@danjou.info>
6546
6547         * gnus-gravatar.el: Use gnus-with-article-buffer.
6548
6549         * gnus-art.el (gnus-with-article-buffer): Check that the
6550         gnus-article-buffer is alive.
6551
6552 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
6553
6554         * auth-source.el (auth-source-creation-prompts): New variable to manage
6555         creation-time prompts.
6556         (auth-source-search): Document it.
6557         (auth-source-format-prompt): Add utility function.
6558         (auth-source-netrc-create): Don't default the user name to
6559         user-login-name.  Use `auth-source-creation-prompts' and some default
6560         prompts for user, host, port, and password (the default generic prompt
6561         remains ugly).
6562         (auth-source-never-save): Add customizable option to never save info.
6563         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
6564         mode excursion.
6565
6566 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6567
6568         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6569         argument that XEmacs doesn't support.
6570
6571         * dgnushack.el (dgnushack-compile): Exclude color.el from being
6572         compiled for Emacsen having no `libxml-parse-html-region' support.
6573
6574         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
6575
6576         * lpath.el: Bind buffer-save-without-query for XEmacs.
6577
6578 2011-02-23  Julien Danjou  <julien@danjou.info>
6579
6580         * gnus-art.el (article-make-date-line): Ignore errors if time is
6581         invalid and not convertible.
6582         (article-make-date-line): Only add lapsed time if time is not nil.
6583
6584 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
6585
6586         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6587         `read-char-choice' for backwards compatibility.
6588         (auth-source-netrc-element-or-first): New function to DTRT for
6589         parameter extraction.
6590         (auth-source-netrc-create): Use it and fix multiple parameter print
6591         bug.  Use the default passed from above (given-default) or the
6592         built-in (user-login-name for :user).
6593
6594 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
6595
6596         * gnus-start.el (gnus-dribble-read-file):
6597         Set buffer-save-without-query, since we always want to save the dribble
6598         file, probably.
6599
6600         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6601         nnimap.
6602
6603         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6604         -summary- since it's a user-visible variable.
6605
6606         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
6607         first time you use the new Gnus.
6608
6609 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
6610
6611         * auth-source.el: Don't load netrc.el.
6612         (auth-sources): Search ~/.netrc as well by default.
6613         (auth-source-debug): Add 'trivia option for extra output.
6614         (auth-source-do-trivia): Use it.
6615         (auth-source-search): Simplify logic to use
6616         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
6617         appropriate.  Don't keep a running count at this level.  Layer :create
6618         and :delete options appropriately on the first and second passes.
6619         Don't track the backend with the search results.
6620         (auth-source-search-backends): New function to search a list of
6621         backends for a processed spec.
6622         (auth-source-netrc-parse): Cache all netrc files, making
6623         auth-source-netrc-cache an alist keyed by the file name and using the
6624         file mtime as the caching criterion.  Keep the obfuscated data secret
6625         with a lexical bind.
6626         (auth-source-netrc-search): Don't calculate the length of the results
6627         unnecessarily.
6628         (auth-source-search-backends): Fix bug.
6629         (auth-source-netrc-create): Rework prompts.
6630
6631 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
6632
6633         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
6634         Lower case names of search constraints.
6635         (nnir-run-query): Cache and reuse search constraints for all imap
6636         servers.
6637
6638 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
6639
6640         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
6641         after exit.
6642         (gnus-setup-message): Define missing variable from last checkin.
6643
6644         * gnus-sum.el (gnus-summary-show-article): When called with t as the
6645         value, show the raw article.
6646
6647 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6648
6649         * gnus.el: No Gnus v0.13 is released.
6650
6651 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6652
6653         * nnimap.el (nnimap-open-connection-1): Revert last change, since
6654         auth-source now accepts numbers.
6655
6656         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
6657         spec, too.
6658         (auth-source-ensure-strings): New function.
6659
6660         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
6661         (gnus-article-setup-buffer): Always restart the date timer so that user
6662         changes to the frequency is respected.
6663
6664         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
6665         port numbers, so make sure it gets that if nnimap-server-port is
6666         explicit.
6667
6668 2011-02-21  Simon Josefsson  <simon@josefsson.org>
6669
6670         * nnimap.el (nnimap-inbox): Doc fix.
6671
6672 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
6673
6674         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
6675         Autoload.  Add optional arg FRAME, and pass it to color-values.
6676         (color-complement): Caller changed.  Doc fix.
6677         (color-gradient): Rewrite for better clarity and efficiency.
6678
6679 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
6680
6681         * shr-color.el (shr-color->hexadecimal): Use renamed function names
6682         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
6683         color-lab-to-srgb.
6684
6685 2011-02-20  Drew Adams  <drew.adams@oracle.com>
6686
6687         * color.el: First part of merge from hexrgb.el.
6688         (color-rgb-to-hex): Rename from color-rgb->hex.
6689         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
6690         saturation to zero if the value is too small.
6691         (color-rgb-to-hsl): Rename from color-rgb->hsl.
6692         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
6693         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
6694         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
6695         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
6696         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
6697         (color-cie-de2000): Doc fix.
6698
6699 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6700
6701         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
6702         given method as in the group name if we're using an extended method.
6703         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
6704         command, if we're using that, instead of waiting for the beginning.
6705
6706         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
6707         we're sure to get unique server names, and we don't output two async
6708         commands in the same buffer.  This fixes an NNTP hang for some users.
6709
6710 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6711
6712         * gnus.el: No Gnus v0.11 is released.
6713
6714 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6715
6716         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
6717         summary buffer before reading going to the next buffer.  This avoids
6718         putting the point in the group buffer if you `C-g' the command.
6719
6720         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
6721         cache (for now) to make ~/.authinfo.gpg files usable.
6722
6723         * nnfolder.el (copyright-update): Define for the compiler.
6724
6725         * auth-source.el (auth-source-search): Fix unbound variable.
6726
6727 2011-02-19  Glenn Morris  <rgm@gnu.org>
6728
6729         * gnus.el (gnus-meta): Doc fix.
6730
6731 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
6732
6733         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
6734         in case it's not yet loaded.
6735
6736 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
6737
6738         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
6739         line we're waiting for.
6740
6741 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
6742
6743         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
6744         face with line-width greater than zero will cause RET in gnus summary
6745         buffer to scroll down article page-wise because auto vscroll happens,
6746         it should be temporally disabled when doing a scroll-up.
6747
6748 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
6749
6750         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
6751         outputs from the server.
6752
6753 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6754
6755         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
6756         later so that bbdb can hook in easier.
6757
6758 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
6759
6760         * auth-source.el (auth-source-search): Don't try to create credentials
6761         if the caller doesn't want that.
6762         (auth-source-search): If we don't find a match, don't bug out on
6763         non-bound variables.
6764         (auth-source-search): Only ask a single backend to create the
6765         credentials.
6766
6767         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
6768         logging.
6769         (nnimap-credentials): Protect against auth-source-search returning nil.
6770         (nnimap-request-list): Protect against not being able to open the
6771         server.
6772
6773 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
6774
6775         * auth-source.el (auth-source-search): Do a two-phase search, one with
6776         no :create to get the responses from all backends.
6777
6778         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
6779         when getting credentials.
6780
6781         * gnus-util.el (gnus-delete-duplicates): New function.
6782
6783 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
6784
6785         * nnimap.el (nnimap-credentials): Instead of picking the first port as
6786         a creation default, pass the whole port list down.  It will be
6787         completed.
6788
6789         * auth-source.el (auth-source-search): Updated docs to talk about
6790         multiple creation choices.
6791         (auth-source-netrc-create): Accept a list as a value (from the search
6792         parameters) and do completion on that list.  Keep a separate netrc line
6793         with the password obscured for showing the user.
6794
6795         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
6796         first choice to `auth-source-search' so it will be used for entry
6797         creation instead of the server's Gnus-specific name.
6798         (nnimap-credentials): Rely on the auth-source library to select which
6799         port is actually wanted in the new netrc entry, so don't override
6800         `auth-source-creation-defaults'.
6801
6802         * auth-source.el (auth-source-netrc-parse): Use :port instead of
6803         :protocol and accept a missing user, host, or port as a wildcard match.
6804         (auth-source-debug): Default to off.
6805
6806         (auth-source-netrc-search, auth-source-netrc-create)
6807         (auth-source-secrets-search, auth-source-secrets-create)
6808         (auth-source-user-or-password, auth-source-backend, auth-sources)
6809         (auth-source-backend-parse-parameters, auth-source-search): Use :port
6810         instead of :protocol.
6811
6812         * nnimap.el (nnimap-credentials): Pass a port default to
6813         `auth-source-search' in case an entry needs to be created.
6814         (nnimap-open-connection-1): Use :port instead of :protocol.
6815
6816 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6817
6818         * auth-source.el: Bind load-path when loading EIEIO from
6819         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
6820         21.4 doesn't support, to `require'.
6821         (auth-source-secrets-search): Use mm-delete-duplicates instead of
6822         delete-dups that is not available in XEmacs 21.4.
6823
6824 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
6825
6826         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
6827         as EIEIO must also be loaded when auth-source.el is being
6828         byte-compiled.
6829
6830 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6831
6832         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
6833
6834         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
6835
6836         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
6837
6838         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
6839
6840         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
6841
6842         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
6843
6844         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
6845
6846         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
6847         necessary.
6848
6849 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
6850
6851         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
6852         nil means that nnimap doesn't get updated.
6853
6854 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6855
6856         * auth-source.el (auth-source-netrc-create): Return a synthetic search
6857         result when the user doesn't want to write to the file.
6858         (auth-source-netrc-search): Expect a synthetic result and proceed
6859         accordingly.
6860         (auth-source-cache-expiry): New variable to override
6861         `password-cache-expiry'.
6862         (auth-source-remember): Use it.
6863
6864         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
6865         parameter.  Create entry if necessary by using :create t.
6866         (nnimap-open-connection-1): Don't pass `inhibit-create'.
6867
6868 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
6869
6870         * auth-source.el (auth-source-debug): Enable by default and don't
6871         mention the obsolete `auth-source-hide-passwords'.
6872         (auth-source-do-warn): New function to debug unconditionally.
6873         (auth-source-do-debug): Use it.
6874         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
6875         and for Secrets API entries when the secrets.el library is not
6876         available.
6877
6878 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6879
6880         * gnus-sum.el (gnus-propagate-marks): Default to nil.
6881         (gnus-summary-exit): Kill the correct article buffer on exit from a
6882         `C-d' group.
6883
6884         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
6885         gnus-propagate-marks.
6886
6887         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
6888         before killing the buffers so that a non-full window conf gets handled
6889         correctly.
6890         (gnus-summary-exit): Ditto.
6891         (gnus-summary-read-group-1): Ditto.
6892
6893         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
6894         async code again so that we can debug it properly.
6895
6896         * message.el (message-reply): Take an optional switch-buffer parameter
6897         so that Gnus window confs are respected better.
6898
6899 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6900
6901         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
6902         `plist-get' to accept non-list parameters (XEmacs issue).
6903         Fix docstring.
6904         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
6905         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
6906         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
6907         Login collection is "Login" and not "login".
6908
6909 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6910
6911         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
6912         multiple headers.
6913
6914         * nnimap.el (nnimap-inhibit-logging): New variable.
6915         (nnimap-log-command): Don't log login commands.
6916
6917         * auth-source.el (auth-source-netrc-search): The asserts seem to want
6918         to have more parameters.
6919
6920         * nnimap.el (nnimap-send-command): Mark the command time for each
6921         command, so that we don't get NOOPs stepping on our toes.
6922
6923         * gnus-art.el (article-date-ut): Get the date from the Date header on
6924         `t'.
6925
6926 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6927
6928         * auth-source.el (auth-source-search): Use copy-sequence instead of
6929         the cl.el copy-list.
6930
6931 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6932
6933         * imap.el: Bring it back (revert
6934         84d800cd31de3064f0ed39617d725709a2f8f42f).
6935
6936 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
6937
6938         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
6939         Improve prompt.
6940
6941 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
6942
6943         * gnus-art.el (gnus-article-mode-line-format): Remove the article
6944         washing status from the default format.  It isn't very informative.
6945
6946 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
6947
6948         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
6949         Fix Gcc processing on imap.
6950
6951 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6952
6953         * imap.el: Remove file.  All the functionality is in nnimap.el.
6954
6955 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6956
6957         * message.el (message-bury): Don't pop up a new window when selected
6958         window is dedicated.
6959
6960 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6961
6962         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
6963
6964 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
6965
6966         * sieve-manage.el: Autoload `auth-source-search'.
6967         (sieve-sasl-auth): Use it.
6968
6969 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
6970
6971         * nnimap.el: Autoload `auth-source-forget+'.
6972         (nnimap-open-connection-1): Use it if the connection fails.
6973
6974         * auth-source.el: Require `password-cache'.
6975         (auth-source-hide-passwords, auth-source-cache): Remove and mark
6976         obsolete.
6977         (auth-source-magic): Marker for `password-cache' keys.
6978         (auth-source-do-cache): Update docstring.
6979         (auth-source-search): Use and check cache.
6980         (auth-source-forget-all-cached, auth-source-remember)
6981         (auth-source-recall, auth-source-forget, auth-source-forget+)
6982         (auth-source-specmatchp): Caching support functions.
6983         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
6984         Remove and obsolete.
6985         (auth-source-user-or-password): Remove caching to further discourage
6986         using it.  Always hide passwords.
6987
6988         * password-cache.el (password-cache-remove): Accept secrets that are
6989         not strings.
6990
6991 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
6992
6993         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
6994         code for now, since it doesn't work for all users.
6995
6996 2011-02-09  Julien Danjou  <julien@danjou.info>
6997
6998         * message.el (message-options): Make message-options really buffer
6999         local.
7000
7001 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
7002
7003         * mail-source.el: Autoload `auth-source-search'.
7004         (mail-source-keyword-map): Note order matters.
7005         (mail-source-set-1): Get all the mail-source source values and
7006         defaults and search auth-source on those if needed.  This can all
7007         probably be simplified.
7008
7009         * nnimap.el: Autoload `auth-source-search'.
7010         (nnimap-credentials): Use it.
7011         (nnimap-open-connection-1): Ask for the virtual server and physical
7012         address in one shot.
7013
7014         * nntp.el: Autoload `auth-source-search'.
7015         (nntp-send-authinfo): Use it.  Note TODO.
7016
7017 2011-02-08  Julien Danjou  <julien@danjou.info>
7018
7019         * shr.el (shr-tag-body): Add support for text attribute in body
7020         markups.
7021
7022         * message.el (message-options): Make message-options a local variable.
7023
7024 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
7025
7026         * auth-source.el (auth-source-secrets-search)
7027         (auth-source-user-or-password): Use `append' instead of `nconc'.
7028         (auth-source-user-or-password): Build return list better and protect
7029         against nil :secret.
7030
7031 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
7032
7033         * nnimap.el (nnimap-update-info): Refactor slightly.
7034         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
7035         (nnimap-update-info): Clean up slightly.
7036         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
7037         characters.
7038         (nnimap-process-quirk): Rename function to avoid collision.
7039         (nnimap-update-info): Fix macrology bug-out.
7040         (nnimap-update-info): Simplify split history test.
7041
7042 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
7043
7044         * auth-source.el (top): Require 'eieio unconditionally.
7045         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
7046         (auth-source-secrets-search): Limit search when `max' is greater than
7047         number of results.
7048
7049 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
7050
7051         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
7052         part not returning any data.
7053
7054         * proto-stream.el (open-protocol-stream): Document the return value.
7055
7056 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7057
7058         * auth-source.el (auth-source-secrets-search): Add examples.
7059
7060 2011-02-06  Julien Danjou  <julien@danjou.info>
7061
7062         * message.el (message-setup-1): Handle message-generate-headers-first
7063         set to t.
7064
7065 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7066
7067         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
7068         API with a string "secrets:collection-name" and with 'default.
7069         (auth-source-backend-parse): Parse "secrets:collection-name" and
7070         'default.  Recurse on parses instead of repeating code.  Use the
7071         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
7072         message when ignoring a source.
7073         (auth-source-search): List ignored search keys at the top level.
7074         (auth-source-netrc-create): Use `case' instead of `cond'.
7075         (auth-source-secrets-search): Created with TODOs.
7076         (auth-source-secrets-create): Created with TODOs.
7077         (auth-source-retrieve, auth-source-create, auth-source-delete)
7078         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7079         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7080         (auth-source-user-or-password-sftp)
7081         (auth-source-user-or-password-smtp): Remove.
7082         (auth-source-user-or-password): Deprecated and modified to be a wrapper
7083         around `auth-source-search'.  Not tested thoroughly.
7084
7085 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
7086
7087         * auth-source.el: Bring in assoc and eioeio libraries.
7088         (secrets-enabled): New variable to track the status of the Secrets API.
7089         (auth-source-backend): New EIOEIO class to represent a backend.
7090         (auth-source-creation-defaults): New variable to set prompt defaults
7091         during token creation (see the `auth-source-search' docstring for
7092         details).
7093         (auth-sources): Simplify to allow a simple string as a netrc backend
7094         spec.
7095         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
7096         (auth-source-backend-parse-parameters): Fill in the backend parameters.
7097         (auth-source-search): Main auth-source API entry point.
7098         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
7099         (auth-source-search-collection): Helper function for searching.
7100         (auth-source-netrc-parse, auth-source-netrc-normalize)
7101         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
7102         Supports search, create, and delete.
7103         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
7104         backend stubs.
7105         (auth-source-user-or-password): Call `auth-source-search' but it's not
7106         ready yet.
7107
7108 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
7109
7110         * message.el (message-setup-1): Remove the read-only stuff, since it
7111         doesn't work under XEmacs, for some reason.
7112
7113         * gnus-sum.el (gnus-user-date): Rename back from
7114         gnus-summary-user-date since user code refers to it.
7115
7116         * shr.el (shr-render-td): Store the actual background color used.
7117
7118         * message.el (message-setup-1): Don't bind the constant
7119         -forbidden-properties.
7120         (message-setup-1): Revert previous change, since it needs to bind the
7121         props to insert them.
7122         (message-resend): Allow removing the read-only separator line.
7123
7124 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7125
7126         * nnimap.el (nnimap-request-accept-article): Give an error message if
7127         the APPEND wasn't successful.
7128
7129 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
7130
7131         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
7132         that have no groups.
7133
7134 2011-02-03  Julien Danjou  <julien@danjou.info>
7135
7136         * gnus-draft.el: Remove progn around gnus-draft-setup.
7137
7138 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7139
7140         * gnus-start.el (gnus-read-active-for-groups): This function is never
7141         called with a nil `infos', so clean that up.
7142         (gnus-get-unread-articles): Request active files from primary/secondary
7143         methods that have no groups (yet).
7144
7145 2011-02-03  Julien Danjou  <julien@danjou.info>
7146
7147         * message.el (message-setup-1): Always generate References first.
7148         (message-mail): Return the return value of message-setup, not always t.
7149         (message-setup-1): Insert mail-header-separator with read-only and
7150         intangible properties set.
7151
7152         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
7153         user-date in docstring.
7154
7155         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
7156
7157         * gnus.el (gnus-summary-line-format): Mention &user-date format in
7158         docstring.
7159
7160         * gnus.el (gnus-user-date-format-alist): Change default value.
7161         Use defcustom, with type and group.  Move from gnus-util.el.
7162         Rename to gnus-summary-user-date-format-alist.
7163
7164 2011-02-03  Glenn Morris  <rgm@gnu.org>
7165
7166         * nnimap.el (gnus-fetch-headers): Declare.
7167
7168         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
7169
7170 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7171
7172         * message.el (message-forward-make-body-digest-plain)
7173         (message-followup, message-reply): Clean up things noted by Stefan.
7174
7175         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
7176         gnus-article-update-date-headers is nil.
7177         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
7178         it didn't really work with defcustom.
7179         (article-update-date-lapsed): Make sure the window start doesn't move,
7180         either.
7181
7182 2011-02-01  Julien Danjou  <julien@danjou.info>
7183
7184         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
7185         format.
7186
7187         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
7188         standard in Emacs nowadays.
7189
7190         * color.el (color-gradient): Add a color-gradient function.
7191
7192 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7193
7194         * message.el (message-expand-name): Don't trust the return value of
7195         bbdb-complete-name.
7196         (message-check-news-header-syntax): Remove unused var `start'.
7197         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
7198         (message-inhibit-body-encoding): Move to before first use.
7199         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
7200         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
7201         (Organization, Message-ID, Date, mh-previous-window-config):
7202         Defvar the vars using dynamic scoping.
7203
7204 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
7205
7206         * shr.el (shr-render-td): Only do colors at the final rendering.
7207         Should be slightly faster.
7208         (shr-insert-table): Fix up TD background colors when doing the
7209         vertical padding.
7210
7211         * gnus-art.el (article-date-ut): Protect against articles with no Date
7212         header.
7213         (article-update-date-lapsed): Don't use current-column to find the
7214         horizontal position.  It's fragile in the presence of \003 characters.
7215
7216         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
7217
7218 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7219
7220         * gnus-art.el (article-transform-date): Rewrite to still work when
7221         there are several rfc2822 parts.
7222         (article-transform-date): Fix infinite recursion.
7223         (article-date-ut): Replace infinitely many Date headers with a single
7224         one when called interactively.
7225
7226         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
7227         secure manner.
7228
7229         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
7230         move around by not using save-window-excursion.  It seems to work...
7231
7232 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7233
7234         * gnus-art.el (article-make-date-line): Work for user-defined format.
7235
7236 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7237
7238         * nntp.el (nntp-retrieve-group-data-early)
7239         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
7240         fetching functions.
7241
7242         * gnus-start.el (gnus-read-active-for-groups): Read the active files
7243         thoroughly for all backends that have no known groups.  This should
7244         allow new nnml methods to retrieve mail.
7245
7246         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
7247         that Gnus doesn't know exists again.
7248
7249         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
7250         (gnus-treat-date-ut): Ditto.
7251         (gnus-article-update-date-header): Rename.
7252         (gnus-treat-date-local): Remove.
7253         (gnus-treat-date-english): Remove.
7254         (gnus-treat-date-lapsed): Remove.
7255         (gnus-treat-date-combined-lapsed): Remove.
7256         (gnus-treat-date-original): Remove.
7257         (gnus-treat-date-iso8601): Remove.
7258         (gnus-treat-date-user-defined): Remove.
7259         (gnus-article-date-headers): New variable to control all the date
7260         header options.
7261         (article-date-ut): Rewrite to allow using the new way to format date
7262         headers(s).
7263
7264 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
7265
7266         * nnmail.el (nnmail-article-group): Check for a direct fancy split
7267         method.
7268         (nnmail-article-group): A better test for fanciness.
7269
7270         * nnimap.el (nnimap-request-head): Protect against not finding the
7271         article by Message-ID.
7272
7273 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
7274
7275         * gnus-art.el (article-update-date-lapsed): Try a better way to really
7276         keep point at the "same place".
7277
7278 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7279
7280         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
7281         data if the group is inactive.
7282
7283 2011-01-28  Julien Danjou  <julien@danjou.info>
7284
7285         * gnus-win.el: Remove dead function gnus-window-configuration-element.
7286         (gnus-all-windows-visible-p): Remove old compatibility code.
7287         (gnus-window-top-edge): Add docstring.
7288
7289         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
7290
7291 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7292
7293         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
7294         older request-update-info.
7295
7296         * gnus-art.el (article-make-date-line): Limit the length a bit more.
7297
7298 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
7299
7300         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
7301         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
7302
7303 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7304
7305         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
7306         groups.  This makes the nndraft:queue group pop up if it's not already
7307         there.
7308
7309         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
7310         messages" logic, which was reversed.
7311
7312         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
7313         the "same place" even if point is on the line being replaced.
7314         (article-update-date-lapsed): Allow updating both the combined lapsed
7315         and the lapsed headers.
7316         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
7317         (article-make-date-line): Limit the number of segments dynamically to
7318         avoid too-long lines.
7319
7320 2011-01-27  Julien Danjou  <julien@danjou.info>
7321
7322         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
7323         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
7324
7325 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7326
7327         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
7328         Use plist-get instead of the cl function getf.
7329
7330 2011-01-27  Glenn Morris  <rgm@gnu.org>
7331
7332         * gnus-util.el (float-time): Get rid of compiler warning, again.
7333
7334 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7335
7336         * shr.el (shr-put-color): Special-case background colors: Do put them
7337         at the blank parts at the front of the lines.
7338
7339         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
7340         exit hook to nix out all data on readedness on group exit.
7341
7342         * gnus-util.el (float-time): If float-time is bound, always use it on
7343         all Emacsen.  It's unclear why the subrp check was there.
7344         (time-date): Require to make some autoload issues on XEmacs go away.
7345
7346         * shr.el (shr-put-color): Don't do the box padding in tables, since
7347         they're already padded.
7348
7349 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
7350
7351         * gnus-art.el (gnus-article-next-page): When the last line of the
7352         article is displayed, scroll down once more instead of going to the
7353         next article at once.
7354         (article-lapsed-string): Refactor out and allow specifying how many
7355         segments you want.
7356         (gnus-article-setup-buffer): Start updating the lapsed header directly.
7357         (gnus-article-update-lapsed-header): New variable.
7358
7359         * shr.el: Revert change that made headings use different-sized faces.
7360         The Emacs display engine isn't advanced enough that, for instance,
7361         tables can comfortably use differently-sized faces.
7362
7363 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7364
7365         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
7366         used.
7367         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
7368         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
7369         we're using an encrypted connection.
7370
7371         * proto-stream.el: Alter the interface functions to also return the
7372         actual stream type used: network or tls.
7373
7374 2011-01-25  Julien Danjou  <julien@danjou.info>
7375
7376         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
7377         (mm-display-javascript-inline): New function.
7378
7379         * mm-decode.el (mm-inline-media-tests): Add application/javascript
7380         viewing function.
7381
7382 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7383
7384         * shr.el (shr-expand-newlines): Fix variable name.
7385
7386 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7387
7388         * shr.el (shr-expand-newlines): Make nested boxes work.
7389
7390 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7391
7392         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
7393         backgrounds.
7394         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
7395         in a more sensible manner.
7396
7397 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
7398
7399         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
7400         if EPG is loaded.
7401
7402 2011-01-24  Julien Danjou  <julien@danjou.info>
7403
7404         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
7405         tags.
7406
7407 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7408
7409         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
7410         commands.
7411
7412         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
7413         in the article buffer.
7414         (gnus-gravatar-insert): Use blank space from the current buffer to
7415         avoid breaking text properties.  This makes X-Sent updating work again.
7416
7417         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
7418
7419 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
7420
7421         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
7422         fix the bug in url-http.el instead.
7423
7424         * shr.el (shr-image-fetched): Ditto.
7425
7426         * shr.el (shr-image-fetched): Avoid having point move in the article
7427         buffer.
7428
7429         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
7430         buffer after being called.  It's apparently being killed by url.el, and
7431         killing it made point move to end-of-buffer in a random buffer.
7432
7433         * shr.el (shr-image-fetched): Ditto.
7434
7435 2011-01-23  Julien Danjou  <julien@danjou.info>
7436
7437         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
7438
7439         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
7440         text/x-org.
7441
7442 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7443
7444         * gnus-sum.el (gnus-summary-move-article): Protect against backends
7445         (i.e., nnimap) returning nil as the article number.
7446
7447 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
7448
7449         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
7450         "DelSp" parameter in RFC3676.
7451
7452 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7453
7454         * message.el (message-check-recipients): Display the encoded version of
7455         the bogus address if they differ.
7456
7457         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
7458         after sending.
7459
7460         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7461
7462         * gnus-group.el (gnus-group-refresh-group): New convenience function.
7463
7464         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
7465         group buffer after sending the queue.
7466
7467         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7468
7469 2011-01-22  Julien Danjou  <julien@danjou.info>
7470
7471         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
7472
7473 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7474
7475         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
7476         nested related parts.
7477
7478         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
7479         unexpired articles.  This fixes the regression that led expiry marks to
7480         disappear from nnfolder groups.
7481
7482 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7483
7484         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
7485         Don't confuse the "ret" of "retrograde" with RET.
7486
7487 2011-01-21  Julien Danjou  <julien@danjou.info>
7488
7489         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
7490         than mm-insert-inline.
7491
7492 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7493
7494         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
7495         Widen article buffer.
7496
7497 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7498
7499         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
7500         the temp buffer.
7501         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
7502
7503 2011-01-20  Julien Danjou  <julien@danjou.info>
7504
7505         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
7506
7507         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
7508         than mm-insert-inline to insert inline part: this respect
7509         mm-inline-media-tests displayers.
7510
7511         * mm-view.el (mm-display-shell-script-inline): New function.
7512
7513         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
7514
7515         * mm-uu.el (mm-uu-type-alist): Add org block.
7516         (mm-uu-org-src-code-block-extract): New function.
7517
7518         * mm-view.el (mm-display-org-inline): New function.
7519
7520         * mm-decode.el (mm-automatic-display): Add text/org.
7521
7522         * mailcap.el (mailcap-mime-extensions): Add .org.
7523
7524 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7525
7526         * gnus-art.el (gnus-article-highlight): Remove argument passed to
7527         gnus-article-add-buttons.
7528
7529 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
7530
7531         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
7532         From header with a date and "nobody" as the sender.
7533
7534 2011-01-19  Julien Danjou  <julien@danjou.info>
7535
7536         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
7537         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
7538         if you have the same regexp several times.
7539         (gnus-button-push): Fix matching when regexp is symbol.
7540
7541 2011-01-15  Glenn Morris  <rgm@gnu.org>
7542
7543         * message.el (message-mail): A compose-mail function should
7544         accept headers as strings.
7545
7546 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
7547
7548         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
7549         Add :vert-only tags.
7550         (message-mail): New arg RETURN-ACTION.
7551         (message-return-action): New var.
7552         (message-bury): Use it.
7553         (message-mode): Make it buffer-local.
7554         (message-send-and-exit): Always call message-bury.
7555
7556         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
7557         message-mail.
7558
7559 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7560
7561         * nnimap.el (nnimap-convert-partial-article): Protect against
7562         zero-length body parts.
7563
7564         * mm-decode.el (mm-preferred-alternative-precedence):
7565         Discourage showing empty parts.
7566
7567         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
7568         and stuff if the backend didn't return the article number.  This fixes
7569         an Exchange-related nnimap bug.
7570
7571         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
7572         group window, because it does the wrong thing when a separate frame
7573         displays the group buffer.
7574
7575         * proto-stream.el (open-protocol-stream): Protect against the low-level
7576         transport functions returning nil.
7577
7578 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
7579
7580         * mml2015.el (epg-sub-key-fingerprint): Autoload.
7581         (mml2015-epg-find-usable-secret-key): New function.
7582         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
7583         mml2015-epg-find-usable-key (Bug#7797).
7584         (mml2015-epg-encrypt): Ditto.
7585
7586 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7587
7588         * dgnushack.el (rot13-string): Fix the way to get the argument.
7589
7590 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7591
7592         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
7593
7594 2011-01-03  Glenn Morris  <rgm@gnu.org>
7595
7596         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
7597
7598         * sieve.el (sieve-open-server): Give a more explicit error if
7599         sieve-manage-open returns nil.  (Bug#7720)
7600
7601 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
7602
7603         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
7604
7605 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7606
7607         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
7608         This avoids sending passwords in plain text over non-encrypted
7609         channels.
7610
7611         * shr.el (shr-rescale-image): Display all GIF images as animated images.
7612
7613         * nnimap.el (nnimap-login): Refactored out into own function, and
7614         implement CRAM-MD5.
7615         (nnimap-wait-for-line): Refactored out.
7616
7617         * mm-view.el (mml-smime): Require.
7618
7619 2010-12-20  David Engster  <deng@eml.cc>
7620
7621         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
7622         use EPG to decrypt S/MIME messages instead of openssl.
7623
7624 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7625
7626         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
7627
7628         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
7629         status is the group clearly is unreachable.
7630
7631         * auth-source.el (auth-source-create): Add the optional second
7632         parameter to `local-variable-p' to be compatible with XEmacs.
7633
7634 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
7635
7636         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
7637         work when using a compressed nnml folder.
7638
7639 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7640
7641         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
7642         backends after sanitising on entry, because this never makes sense:
7643         If the articles have gone missing, then the data no longer exists on
7644         the backend, and if they haven't, then Gnus is wrong, and shouldn't
7645         overwrite anything anyway.
7646
7647         * shr.el (shr-insert-document): Bind shr-width dynamically to
7648         window-width if it's nil.
7649
7650 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
7651
7652         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
7653         with the meaning of using the full emacs window width for rendering.
7654
7655 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
7656
7657         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
7658         case when sender is not given.
7659
7660 2010-12-23  Julien Danjou  <julien@danjou.info>
7661
7662         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
7663         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
7664         the addresses, otherwise we might misplaced the gravatar.
7665
7666 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
7667
7668         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
7669         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
7670         obsolete in Emacs.
7671
7672 2010-12-20  Julien Danjou  <julien@danjou.info>
7673
7674         * gnus-util.el (gnus-rescale-image): Revert last change.
7675
7676 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
7677
7678         * binhex.el: Improve commentary (Bug#7482).
7679
7680 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7681
7682         * gnus-group.el (gnus-group-delete-articles): New command.
7683
7684 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7685
7686         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
7687
7688 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7689
7690         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
7691         here, since it's up to the backends to do CRLF removal if their
7692         protocol has it.
7693
7694         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
7695
7696 2010-12-17  Julien Danjou  <julien@danjou.info>
7697
7698         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
7699         they are from file.  Can also scale up.
7700
7701 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7702
7703         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
7704         Restore gnus-use-agent.
7705         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
7706
7707         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
7708
7709 2010-12-17  Julien Danjou  <julien@danjou.info>
7710
7711         * gravatar.el (gravatar-retrieve-synchronously): New function.
7712         (gravatar-get-data): Make more robust.
7713
7714 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7715
7716         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
7717
7718 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7719
7720         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
7721         to really consider the last line.
7722
7723 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
7724
7725         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
7726         list of recipient keys, or use symmetric encryption if not a list.
7727         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
7728         EPA override, replacing the call to `netrc-store-data'.
7729
7730 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
7731
7732         * gnus-srvr.el: Avoid passing nil regexp argument to
7733         delete-matching-lines.
7734
7735 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7736
7737         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
7738         fetching stops when Gnus exits.
7739
7740         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
7741         function.
7742         (nnfolder-request-expire-articles): Save all the buffers after doing
7743         expiry.
7744
7745         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
7746         the last article", since that led to serious performance regressions
7747         when expiring nnml groups.
7748
7749 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
7750
7751         * nnir.el: Improve customizations.
7752
7753 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7754
7755         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
7756
7757         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
7758         group has been killed.
7759         (gnus-group-yank-group): Ditto.
7760
7761         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
7762
7763         * nnimap.el (nnimap-request-update-group-status): New function.
7764
7765         * gnus-int.el (gnus-request-update-group-status): New interface
7766         function.
7767
7768         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
7769         copying read-ness to the backends.
7770
7771         * nnimap.el (nnimap-quirk): New function.
7772         (nnimap-retrieve-group-data-early): Use it.
7773         (nnimap-quirks): New alist.
7774
7775 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7776
7777         * shr.el (shr-insert): Set shr-start after deleting trailing space;
7778         don't delete it within indentation.
7779
7780 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7781
7782         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
7783         previous line.
7784
7785 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7786
7787         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
7788         QRESYNC command by deleting a superfluous space which broke Cyrus
7789         servers.  This change will break other servers that are buggy the other
7790         way around.
7791
7792 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
7793
7794         * spam.el: Reindent and fix long lines.
7795         (spam-copy-or-move-routine): Exclude invalid move destinations.
7796
7797 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
7798
7799         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
7800         installed the registry.
7801
7802 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7803
7804         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
7805
7806 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7807
7808         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
7809         groupname doesn't contain "gmane".
7810
7811 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7812
7813         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
7814         and netrc-bound-and-true-p bindings.
7815         (netrc-parse): Cache the netrc contents.
7816
7817         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
7818         (gnus-1): Don't create the nndrafts group twice.
7819         (gnus-setup-news): There's no need to read the active file here, since
7820         that's done again later on a per-backend basis.
7821         (gnus-start-draft-setup): Make sure that the new group is started out
7822         empty.
7823
7824         * gnus-agent.el (gnus-agentize): Don't create the queue group
7825         automatically on startup.  It'll be created later, if needed.
7826
7827         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
7828         of automatically subscribed groups.
7829         (gnus-auto-subscribed-categories): New variable.
7830         (gnus-matches-options-n): Use it.
7831         (gnus-default-subscribed-newsgroups): Remove unused variable.
7832         (gnus-start-draft-setup): Message a bit less.
7833
7834 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7835
7836         * nnir.el (nnir-run-imap): Return article list in order of increasing
7837         UID.
7838
7839 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7840
7841         * gnus-sum.el (gnus-summary-enter-digest-group):
7842         Mention gnus-auto-select-on-ephemeral-exit.
7843
7844         * proto-stream.el (proto-stream-open-network-only): Fix the calling
7845         convention of the network-only option.
7846
7847 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7848
7849         * proto-stream.el (proto-stream-open-network-only): New function to
7850         have a way to specify non-STARTTLS upgrade connections.
7851
7852 2010-12-10  Julien Danjou  <julien@danjou.info>
7853
7854         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
7855         email address is nil.
7856
7857         * message.el (message-bogus-recipient-p): Set address to "" if nil.
7858
7859 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
7860
7861         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
7862         deletion.
7863         (nnir-run-imap): Only need to parse list once.
7864
7865 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7866
7867         * shr.el (shr-tag-script): Ignore <script>.
7868         (shr-tag-label): Add <label> support.
7869
7870 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7871
7872         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
7873
7874         * shr.el (shr-image-displayer): Work for images lined side by side.
7875
7876 2010-12-08  Robert Pluim  <rpluim@gmail.com>
7877
7878         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
7879         parameter, since XEmacs doesn't accept t as a parameter.
7880
7881 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
7882
7883         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
7884         ids.
7885         (nnir-run-gmane): Simplify groupspec formatting.
7886         (nnir-request-expire-articles): New function.
7887
7888 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7889
7890         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
7891         overflow, possibly.
7892
7893         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
7894         (shr-render-td): Handle td style="" better.
7895         (shr-tag-table): Use the color from the style sheet.
7896         (shr-render-td): Make sure we copy over all the overlays, too.
7897
7898 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
7899
7900         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
7901         (nnir-request-article): Improve article retrieval.
7902
7903 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7904
7905         * mm-util.el (mm-extra-numeric-entities): New variable.
7906
7907         * mm-url.el (mm-url-decode-entities):
7908         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
7909
7910         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
7911
7912 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7913
7914         * message.el: Use completion-at-point.
7915         (message-completion-function): New fun, extracted from message-tab.
7916         (message-mode): Use it for completion-at-point-functions.
7917         (message-tab): Use it and completion-at-point.
7918
7919 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7920
7921         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
7922         character if a non-breakable character follows.
7923
7924 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7925
7926         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
7927         any stream.
7928
7929         * shr.el (shr-tag-font): Colorize the region.
7930         (shr-tag-body): Ditto.
7931         (shr-tag-font): Actually let the styles be inherited instead of
7932         overwriting them.
7933         (shr-tag-font): Get the background color right.
7934         (shr-tag-style): Ignore all <style> tags for the moment.
7935
7936         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
7937         a Message-ID to avoid having nnimap depend on gnus-sum.
7938
7939         * shr.el (shr-descend): Only colorize something if we have a node that
7940         sets colors.
7941
7942 2010-12-06  Julien Danjou  <julien@danjou.info>
7943
7944         * shr.el (shr-render-td): Render td content with shr-descend, so style
7945         will be applied to <td> too.
7946         (shr-colorize-region): Colorize region even if we only have a background.
7947         (shr-tag-body): Fix color and background color inheritance.
7948         Do not recolorize after shr-generic.
7949         (shr-tag-font): Let shr-generic colorize via inheritance.
7950
7951 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7952
7953         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
7954
7955 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
7956
7957         * nnir.el (nnir-request-move-article): Remove obsolete code.
7958
7959 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7960
7961         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
7962
7963 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7964
7965         * gnus-sum.el (gnus-summary-respool-article): The completion function
7966         expects a list instead of an alist.
7967
7968         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
7969         string as the parameter.
7970
7971         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
7972
7973         * shr.el (shr-stylesheet): New dynamic variable for cascading the
7974         styles.
7975         (shr-colorize-region): New function.
7976         (shr-insert-background-overlay): Remove.
7977         (shr-render-td): Background setting should be taken care of on a higher
7978         level.
7979         (shr-tag-body): Use post-hoc colorizations.
7980         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
7981         (shr-put-color-1): Don't overwrite old colors.
7982         (shr-colorize-region): When the background color isn't explicit, use
7983         a fixed background.
7984
7985         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
7986         nnmail variables.
7987
7988 2010-12-05  Bjørn Mork  <bjorn@mork.no>
7989
7990         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
7991         unless necessary.
7992
7993 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
7994
7995         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
7996         server.
7997
7998 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7999
8000         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
8001         so that TAB works.
8002
8003         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
8004         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
8005
8006         * shr.el (shr-urlify): Show the URL before the title to avoid
8007         misleading URLs.
8008
8009 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
8010
8011         * shr.el (shr-urlify): Display the title in <a> tags.
8012
8013 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
8014
8015         * nnir.el (nnir-categorize): Replace mapcar with mapc.
8016
8017 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
8018
8019         * nnir.el: Rearrange code to allow macros to be autoloaded by
8020         gnus-sum.el.
8021         (nnir-retrieve-headers-override-function): Make this variable
8022         customizable.
8023         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
8024
8025         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
8026         from nnir.el.
8027
8028 2010-12-03  Julien Danjou  <julien@danjou.info>
8029
8030         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
8031
8032 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8033
8034         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
8035         allow optional argument `environment'.
8036
8037 2010-12-03  Glenn Morris  <rgm@gnu.org>
8038
8039         * mm-extern.el (message-goto-body): Update declaration.
8040
8041 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8042
8043         * gnus-util.el (gnus-macroexpand-all): New function.
8044
8045         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
8046         instead of macroexpand-all that is unavailable in XEmacs.
8047
8048 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
8049
8050         * nnir.el (nnir-summary-line-format): New variable.
8051         (nnir-mode): Use it.
8052         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
8053         (nnir-article-ids): Reimplement as defsubst.
8054         (nnir-retrieve-headers): Don't mangle the subject header.
8055         (nnir-run-imap): Use 100 as RSV score.
8056         (nnir-run-find-grep): Fix for full server searching.
8057         (nnir-run-gmane): Better restriction to gmane groups.
8058
8059         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
8060         summary buffers.
8061
8062 2010-12-02  Julien Danjou  <julien@danjou.info>
8063
8064         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
8065
8066         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
8067
8068         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
8069         support.
8070
8071 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
8072
8073         * nnir.el: Update to handle the registry better.
8074         (autoload): Silence byte-compiler.
8075         (nnir-open-server): Add a hook for nnir groups.
8076         (nnir-request-move-article): Don't mangle the header.  Better to use
8077         formatting variables (which will be added in the future).
8078         (nnir-registry-action): Update the registry using the original article
8079         group name.
8080         (nnir-mode): Install nnir-specific hooks for updating the registry.
8081
8082         * gnus-sum.el
8083         (gnus-article-original-subject, gnus-newsgroup-original-name):
8084         Remove obsolete variables.
8085         (gnus-summary-move-article): Remove use of obsolete variables.
8086         (gnus-summary-local-variables): Make move and delete hooks local to
8087         summary buffers.
8088
8089 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8090
8091         * rtree.el: New file.
8092
8093 2010-12-01  Julien Danjou  <julien@danjou.info>
8094
8095         * message.el (message-user-organization): Do not use
8096         gnus-local-organization.
8097
8098         * gnus.el: Remove gnus-local-organization.
8099
8100         * gnus-msg.el: Remove nastygram thing.
8101
8102 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8103
8104         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
8105         funcall.
8106
8107 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8108
8109         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
8110         names.
8111
8112         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
8113         characters.
8114
8115         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
8116         to t of inhibit-read-only since it is inside gnus-with-article-headers.
8117         Suggested by Štěpán Němec <stepnem@gmail.com>.
8118         (gnus-gravatar-transform-address): Use mail-extract-address-components
8119         that supports non-ASCII names rather than mail-header-parse-addresses.
8120
8121 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8122
8123         * proto-stream.el (open-protocol-stream): All starttls connections are
8124         handled by the network handler.
8125
8126 2010-11-30  Julien Danjou  <julien@danjou.info>
8127
8128         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
8129         (nnimap-open-connection-1): Fix PREAUTH.
8130
8131         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
8132
8133 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8134
8135         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
8136         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
8137         (shr-insert): Use them.
8138         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
8139
8140 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8141
8142         * nnir.el (nnir-request-move-article): Bail out if original group
8143         doesn't support article moves.
8144         (nnir-get-active): Improve active list retrieval.
8145
8146 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8147
8148         * shr.el (shr-find-fill-point): Don't break before apostrophes.
8149
8150 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
8151
8152         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
8153         seem to accept strings-with-numbers as port numbers.
8154
8155 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8156
8157         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
8158         change the registry.
8159
8160 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8161
8162         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
8163         delete-dups that is not available in XEmacs 21.4.
8164
8165         * mm-util.el (mm-delete-duplicates): Add comment.
8166
8167 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
8168
8169         * nnir.el (nnir-ignored-newsgroups): New variable.
8170         (nnir-get-active): Use it.
8171
8172 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8173
8174         * proto-stream.el (proto-stream-open-network): Add some comments.
8175
8176         * nntp.el (nntp-open-connection): Provide a :success condition.
8177
8178         * nnimap.el (nnimap-open-connection-1): Ditto.
8179
8180         * proto-stream.el (proto-stream-open-network): See what the response to
8181         the STARTTLS command is.
8182
8183         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
8184         backwards compatibility).
8185         (nnimap-open-connection-1): Really respect nnimap-server-port.
8186
8187         * proto-stream.el (proto-stream-open-network): When doing opportunistic
8188         TLS upgrades we don't really care about the identity of the peer.
8189         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
8190         that what we've checked for.
8191         (proto-stream-always-use-starttls): Only default to t if
8192         open-gnutls-stream exists.
8193         (proto-stream-open-network): If STARTTLS failed, then just open a
8194         normal connection.
8195         (proto-stream-open-network): Wait until the greeting before doing
8196         STARTTLS.
8197
8198         * nntp.el (nntp-open-connection): Report what the connection error is.
8199
8200         * proto-stream.el (open-protocol-stream): Rename from
8201         open-proto-stream.
8202
8203 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8204
8205         * nnimap.el (nnimap-stream): Change default to `undecided'.
8206         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
8207         first, and then network.
8208         (nnimap-open-connection-1): Respect nnimap-server-port.
8209         (nnimap-open-connection): Be more backwards-compatible.
8210
8211         * proto-stream.el (proto-stream-always-use-starttls): New variable.
8212         (proto-stream-open-starttls): De-duplicate the starttls code.
8213         (proto-stream-open-starttls): Folded back into the main function.
8214         (proto-stream-open-network): Fix typo in the gnutls path.
8215         (proto-stream-command): Refactor out.
8216
8217         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
8218
8219         * proto-stream.el (proto-stream-open-starttls): Actually implement the
8220         starttls.el STARTTLS.
8221
8222         * color.el (color-lab->srgb): Fix function call name.
8223
8224         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
8225         if we're using tls.el.
8226         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
8227         built in, then don't try to establish a STARTTLS connection.
8228
8229         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
8230         servers.
8231
8232         * proto-stream.el (open-proto-stream): Use network, not stream.
8233         (open-proto-stream): Add a way to specify what the end of a command is.
8234
8235         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
8236         connections types.
8237         (nntp-open-network-stream): Remove.
8238         (nntp-open-ssl-stream): Remove.
8239         (nntp-open-tls-stream): Remove.
8240         (nntp-ssl-program): Remove.
8241
8242         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
8243
8244 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
8245
8246         * nnir.el: Fix typos.
8247         (nnir-retrieve-headers-override-function): Rename variable to reflect
8248         new semantics.
8249         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
8250         macros.
8251         (nnir-request-article, nnir-request-move-article): Use them.
8252         (nnir-categorize): New function.
8253         (nnir-run-query): Use it.
8254         (nnir-retrieve-headers): Rewrite to batch header retrieval.
8255         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
8256         sorted.
8257         (nnir-group-full-name): Use gnus-group-full-name instead.
8258         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
8259         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
8260
8261 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8262
8263         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
8264
8265         * proto-stream.el: New library to provide protocol-specific
8266         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
8267         protocols.
8268         (open-proto-stream): Complete the documentation.
8269         (proto-stream-open-network): Fix some typos.
8270
8271         * nnimap.el (nnimap-open-connection): Use it.
8272
8273 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
8274
8275         * pop3.el (pop3-open-server): Read server greeting before starting TLS
8276         negotiation.
8277
8278 2010-11-26  Julien Danjou  <julien@danjou.info>
8279
8280         * color.el: Rename various rgb functions to srgb.
8281
8282 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8283
8284         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
8285         names.
8286
8287 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8288
8289         * shr.el (shr-insert): Revert last change.
8290         (shr-find-fill-point): Never leave point being at bol;
8291         relax the kinsoku limitation when rendering tables.
8292
8293 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8294
8295         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
8296         results from -accept-article.
8297
8298         * shr-color.el: Require cl when compiling.
8299
8300         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
8301         checkin.
8302
8303         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
8304
8305         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
8306
8307         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
8308         'add and 'delete to set backend marks.
8309
8310         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
8311
8312         * nnheader.el (nnheader-update-marks-actions): Refactor out.
8313
8314         * nntp.el (nntp-request-set-mark): Use it.
8315
8316         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8317
8318         * nnml.el (nnml-request-set-mark): Ditto.
8319
8320         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
8321         introduces regressions in article selection.
8322         (nnimap-find-uid-response): New function.
8323         (nnimap-request-accept-article): Use the UID returned, if any.
8324         (nnimap-request-move-article): Use the UID returned, if any.
8325         (nnimap-get-groups): Reimplement to work with folded lines.
8326         (nnimap-find-uid-response): The UID is the last element in the list.
8327         (nnimap-request-set-mark): Extend syntax with 'set.
8328
8329         * nnml.el (nnml-request-set-mark): Ditto.
8330
8331         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8332
8333         * nntp.el (nntp-request-set-mark): Ditto.
8334
8335 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8336
8337         * message.el (message-called-interactively-p): A temporary macro.
8338         (message-goto-body): Use it temporarily.
8339
8340 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8341
8342         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
8343         (nnimap-last-response-string): Unfold quoted lines, if they exist.
8344         (nnimap-last-response-string): Fix last unfolding fix.
8345
8346 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8347
8348         * shr.el (shr-insert): Fix the way to fold lines.
8349
8350 2010-11-25  Julien Danjou  <julien@danjou.info>
8351
8352         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
8353
8354         * color.el: Rename from color-lab.el
8355         (color-rgb->hex): Add.
8356         (color-complement): Add.
8357         (color-complement-hex): Add.
8358
8359         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
8360
8361 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8362
8363         * shr-color.el (shr-color-visible): Don't bug out if the color names
8364         don't exist.
8365
8366 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8367
8368         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
8369         assuming that article displaying or another mml-preview may be
8370         interrupted for an error or for the like.
8371
8372         * shr.el (shr-get-background): Fix argument name.
8373
8374 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8375
8376         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
8377
8378         * gnus-sum.el (gnus-summary-include-articles): New function.
8379
8380         * message.el (message-goto-body): called-interactively-p needs a
8381         parameter, so use `any'.
8382
8383         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
8384         clear marks before moving, since they're synced from the Gnus side
8385         first.
8386
8387         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
8388         (gnus-summary-move-article): Copy over all marks before moving, so that
8389         IMAP doesn't think a new article has arrived.
8390
8391 2010-11-24  Julien Danjou  <julien@danjou.info>
8392
8393         * shr.el (shr-insert-background-overlay): Fix typo.
8394         (shr-render-td): Copy the background before rendering.
8395
8396         * shr-color.el (shr-color-visible): Fix docstring.
8397
8398         * shr.el (shr-tag-table): Add bgcolor support.
8399         (shr-render-td): Add bgcolor support.
8400         (shr-get-background): Add.
8401         (shr-insert-foreground-overlay): Use shr-get-background.
8402
8403         * message.el (message-goto-body): Use called-interactively-p.
8404         (message-in-body-p): message-goto-body returns point.
8405
8406 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8407
8408         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
8409         Fixes something or other in Emacs 23, and is backwards compatible.
8410
8411         * message.el (message-goto-body): Remove the <#secure special-casing,
8412         which is too special.
8413
8414         * shr.el (shr-parse-style): Drop !important from styles.
8415
8416 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
8417
8418         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
8419         this function to return incorrect results when calling it with an
8420         explicit article argument different from
8421         (gnus-summary-article-number).
8422
8423 2010-11-24  Julien Danjou  <julien@danjou.info>
8424
8425         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
8426         (shr-tag-body): Add background support.
8427         (shr-descend): Add background support.
8428         (shr-tag-title): Add.
8429
8430         * shr-color.el (shr-color-visible): Really return original background
8431         if fixed.
8432
8433 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8434
8435         * shr.el (shr-color-check): Protect against non-existent color names.
8436
8437 2010-11-24  Julien Danjou  <julien@danjou.info>
8438
8439         * color-lab.el: Require 'cl when compiling.
8440
8441         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
8442
8443         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
8444         matched part.
8445
8446         * color-lab.el: Fix all expt calls to use float type.
8447
8448 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8449
8450         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
8451         expression to shr-color-check as is.
8452
8453         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
8454
8455         * color-lab.el: Add coding cookie.
8456         (float-pi): Use eval-and-compile.
8457
8458         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
8459         compiled for Emacsen having no `libxml-parse-html-region' support.
8460
8461 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8462
8463         * shr.el (shr-insert-color-overlay): Split stuff like
8464         "#444444 !important" to find the real color.
8465         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
8466         parse <font color="red"> entries.
8467
8468 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
8469
8470         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
8471         point when parsing headers.
8472
8473         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
8474         is positioned properly when parsing headers.
8475
8476 2010-11-23  Julien Danjou  <julien@danjou.info>
8477
8478         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
8479
8480         * shr-color.el (shr-color->hexadecimal): Add support for color names.
8481
8482         * shr.el (shr-parse-style): Replace \n with space in style parsing.
8483
8484         * shr-color.el (shr-color-hsl-to-rgb-fractions):
8485         Use shr-color-hue-to-rgb.
8486         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
8487
8488 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8489
8490         * shr.el (shr-color->hexadecimal): Autoload.
8491         (shr-descend): Add color to all tags.
8492
8493 2010-11-22  Julien Danjou  <julien@danjou.info>
8494
8495         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
8496         shr-color->hexadecimal.
8497
8498         * shr-color.el (shr-color->hexadecimal): Add converting functions for
8499         RGB() or HSL() color representation.
8500
8501         * shr.el (shr-tag-font): Add.
8502         (shr-tag-color-check): New function to get better colors.
8503         (shr-tag-insert-color-overlay): Factorize code between tag-font and
8504         tag-span.
8505
8506         * shr-color.el: New file.
8507
8508         * color-lab.el: New file.
8509
8510         * gnus-art.el (gnus-url-mailto): Do not downcase args.
8511
8512 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
8513
8514         * nnir.el: Fix typo in comments.
8515         (nnir-run-imap): Simplify code.  No need to reverse artlist.
8516         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
8517
8518 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8519
8520         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
8521
8522         * nnimap.el (nnimap-get-capabilities): Refactor out.
8523         (nnimap-open-connection): Re-request capabilities after STARTTLS.
8524
8525 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
8526
8527         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
8528         appearing when `mm-uu-hide-markers' is nil.
8529
8530 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8531
8532         * nnimap.el (nnimap-unselect-group): Make into its own function.
8533         (nnimap-request-rename-group): Unselect group before renaming.
8534         This had gotten lost somewhere.
8535         (nnimap-request-accept-article): Keep track of examined groups, and
8536         unselect the group before APPENDing to read-only groups.
8537         (nnimap-request-move-article): Clear flags before moving so that they
8538         can be re-set later.
8539
8540 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8541
8542         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
8543         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
8544
8545 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8546
8547         * gnus-art.el (gnus-mime-display-single):
8548         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
8549         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
8550         parameter.
8551
8552 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8553
8554         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
8555         (shr-table-vertical-line): New variable.
8556         (shr-insert-table): Use it.
8557
8558 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8559
8560         * gnus-html.el (gnus-html-wash-images): Don't display images if
8561         gnus-inhibit-images is non-nil; register displayer for cid images.
8562         (gnus-html-display-image): Work for cid image.
8563         (gnus-html-insert-image): Allow arguments.
8564         (gnus-html-put-image): Inhibit read-only.
8565         (gnus-html-prefetch-images): Don't prefetch images if
8566         gnus-inhibit-images is non-nil.
8567
8568 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8569
8570         * shr.el (shr-put-image): Break lines when inserting big pictures.
8571
8572 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8573
8574         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
8575         sender, thanks Katsumi Yamaoka.
8576
8577 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
8578
8579         * nnir.el (nnir-run-imap): Reverse the article list for each group
8580         rather than the whole list.
8581
8582 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8583
8584         * shr.el (shr-image-displayer): Protect function against non-existent
8585         image source.
8586
8587         * gnus-art.el (gnus-inhibit-images): New user option.
8588         (gnus-mime-display-single): Don't display image if it is non-nil.
8589
8590         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
8591         gnus-inhibit-images.
8592
8593         * shr.el (shr-image-displayer): New function.
8594         (shr-tag-img): Use it.
8595
8596 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8597
8598         * mml2015.el (mml2015-epg-sign): Use From header.
8599
8600 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8601
8602         * gnus-html.el (gnus-html-wash-images): Register a displayer.
8603
8604         * gnus-util.el (gnus-find-text-property-region): Return markers.
8605
8606         * shr.el (shr-tag-img): Put a displayer in the text property.
8607
8608         * gnus-util.el (gnus-find-text-property-region): New utility function.
8609
8610         * gnus-html.el (gnus-html-display-image): Make the alt optional.
8611         (gnus-html-show-images): Remove.
8612
8613         * gnus-art.el (gnus-article-show-images): New, more general function.
8614
8615         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
8616         image url text properties.
8617
8618         * shr.el: Ditto.
8619
8620         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
8621         gnus-agent-auto-agentize-methods is set.  Which it isn't.
8622
8623 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8624
8625         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
8626         work for two or more articles.
8627
8628 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8629
8630         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
8631         divide an image that's in an html article to two or more when washing
8632         non-ASCII characters in alt text of it.
8633
8634 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8635
8636         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
8637         smime-decrypt-region using function argument.
8638         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
8639
8640         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
8641
8642         * smime.el (smime-decrypt-region): Catch it.
8643
8644 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8645
8646         * smime.el (smime-mode-map): Move initialization into declaration.
8647         (gnus-run-mode-hooks): Don't autoload.
8648         (smime-mode): Use define-derived-mode.
8649
8650 2010-11-11  Glenn Morris  <rgm@gnu.org>
8651
8652         * smime.el (from): Restrict declaration to XEmacs.
8653
8654         * nnir.el (gnus-group-topic-name): Autoload.
8655
8656 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8657
8658         * shr.el (shr-insert): Don't break long line if it is because of
8659         kinsoku-bol characters in the line end.
8660
8661 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
8662
8663         * nnir.el (nnir-request-move-article): Fix to provide original group
8664         and subject.
8665         (nnir-warp-to-article): Don't fail on articles whose headers haven't
8666         been retrieved.
8667
8668         * gnus-sum.el (gnus-summary-move-article): Use original group and
8669         subject for virtual articles such as those in an nnir summary buffer.
8670
8671 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8672
8673         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
8674         least 21.5).
8675
8676         * smime.el (from): Declare it again for XEmacs.
8677
8678 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8679
8680         * message.el (message-resend): Don't disable encoding unless it's
8681         already encoded.
8682
8683         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
8684         low-numbered articles.
8685
8686 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8687
8688         * rfc2047.el (rfc2047-syntax-table): Simplify.
8689
8690         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
8691
8692         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
8693         set-char-table-range for XEmacs.
8694
8695 2010-11-10  Glenn Morris  <rgm@gnu.org>
8696
8697         * time-date.el (time-to-seconds): Always an alias on Emacs,
8698         never a real function.
8699         (with-no-warnings): Remove compat stub, now unused.
8700         (time-less-p): Doc fix.
8701         (time-to-number-of-days): Simplify.
8702
8703         * smime.el (from): Remove unused declaration.
8704
8705         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
8706         (gnus-float-time): On Emacs, always an alias.
8707
8708         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
8709         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
8710
8711 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8712
8713         * dgnushack.el: Don't use ignore-errors in the top level form since it
8714         is unavailable in XEmacs even if cl is loaded.
8715
8716         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
8717
8718 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8719
8720         * shr.el (browse-url-mailto): Autoload.
8721
8722         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
8723
8724         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
8725         regexp doesn't need quoting.
8726
8727 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
8728
8729         * message.el (message-subject-trailing-was-ask-regexp)
8730         (message-subject-trailing-was-regexp): Match was: in addition to was.
8731
8732 2010-11-09  Glenn Morris  <rgm@gnu.org>
8733
8734         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
8735         (nnbabyl-check-mbox): Use point-at-bol.
8736
8737 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8738
8739         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
8740
8741         * message.el (message-mailto): New function.
8742         (message-mailto): Should accept other parameters.
8743         (message-mailto): Remove since it duplicates browse-url-mailto
8744         functionality.
8745
8746 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8747
8748         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
8749         methods.
8750         (gnus-read-active-file): Ditto.
8751
8752         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
8753         ": " from the prompt.
8754         (gnus-group-make-group): Ditto.
8755
8756 2010-11-07  Glenn Morris  <rgm@gnu.org>
8757
8758         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
8759         (gnus-bookmark-kill-line): Use point-at-eol.
8760
8761 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8762
8763         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
8764         asterisks in From header.
8765
8766 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8767
8768         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
8769         string to avoid making the From headers syntactically invalid.
8770
8771         * message.el (message-send-mail): Don't insert courtesy messages if the
8772         message already has List-Post and List-ID messages.
8773
8774 2010-11-06  Glenn Morris  <rgm@gnu.org>
8775
8776         * gnus-art.el (gnus-treat-article): Give dynamic local variables
8777         `condition', `type', `length' a prefix.
8778         (gnus-treat-predicate): Update for above name changes.
8779
8780 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
8781
8782         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
8783         binding.  Handled by `gnus-summary-refer-thread' instead.
8784         (nnir-warp-to-article): New backend function.
8785
8786         * nnimap.el (nnimap-request-thread): Force dependency updating.
8787
8788         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
8789         (gnus-summary-refer-thread): Rework to improve thread-referral.
8790
8791         * gnus-int.el (gnus-warp-to-article): New function.
8792
8793         * gnus-sum.el (gnus-summary-article-map): Bind it.
8794
8795 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
8796
8797         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
8798         gnus-summary-refer-thread.
8799
8800         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
8801         headers.
8802         (gnus-summary-limit-include-thread): Prevent articles in thread from
8803         being cut in gnus-cut-threads.
8804         (gnus-summary-refer-thread): Limit retrieved headers to those in
8805         thread.
8806
8807 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8808
8809         * message.el (message-send-mail): Use the value of
8810         message-courtesy-message from the message buffer.
8811
8812         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
8813
8814         * shr.el (shr-browse-url): Implement mailto: URLs.
8815
8816         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
8817         "raw".
8818
8819         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
8820         if it's already selected.
8821
8822         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
8823
8824 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8825
8826         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
8827         to measure the length and truncate alt text.
8828
8829 2010-11-03  Glenn Morris  <rgm@gnu.org>
8830
8831         * nndiary.el (nndiary-generate-nov-databases-1)
8832         (nndiary-generate-active-info): Rename dynamic variable `files' to
8833         something less generic.
8834
8835 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
8836
8837         * nnir.el (nnir-request-move-article): Call the underlying backend to
8838         move articles from nnir.
8839
8840 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8841
8842         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
8843
8844 2010-11-02  Julien Danjou  <julien@danjou.info>
8845
8846         * nnir.el: Remove wais support.
8847
8848 2010-11-02  Glenn Morris  <rgm@gnu.org>
8849
8850         * gnus-html.el: Reorder requirements to quieten compiler.
8851
8852 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8853
8854         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
8855         properly for XEmacs as well.
8856         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
8857         (gnus-article-natural-long-line-p): Use window-width rather than
8858         frame-width.
8859
8860 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
8861
8862         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
8863         (nnir-read-parms): Don't modify query.
8864         (nnir-run-query): Add ability to search topic on current line.
8865         (nnir-get-active): Clean up.
8866
8867 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8868
8869         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
8870         degenerate articles.
8871
8872         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
8873         (gnus-print-buffer): Just print the buffer as is, without any copying
8874         to a buffer and then re-highlighting.
8875
8876         * nnimap.el (nnimap-request-group): Store the new updated info.
8877         (nnimap-request-group): Select the group when we don't know whether it
8878         exists or not.
8879
8880         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
8881         groups.
8882
8883         * gnus-group.el (gnus-group-find-new-groups): Display all the new
8884         groups.
8885
8886         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
8887         groups.
8888
8889         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
8890         long-lines case by only filling the long lines.
8891
8892         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
8893         (bug#7311).
8894
8895 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8896
8897         * shr.el: No need to declare `declare-function' since shr.el is for
8898         only Emacsen that provide `libxml-parse-html-region'.
8899
8900         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
8901         effective only in a file it is referred to.
8902
8903 2010-11-01  Glenn Morris  <rgm@gnu.org>
8904
8905         * mm-util.el (gnus-completing-read): Autoload.
8906         (mm-read-coding-system): Simplify Emacs definition.
8907
8908         * nnmail.el (gnus-activate-group):
8909         * nnimap.el (gnutls-negotiate):
8910         * nntp.el (netrc-parse): Fix declarations.
8911
8912 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8913
8914         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
8915         string-match-p in Emacs >=23.
8916
8917         * gnus-msg.el (gnus-configure-posting-styles):
8918         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
8919
8920 2010-11-01  Glenn Morris  <rgm@gnu.org>
8921
8922         * nnir.el (declare-function): Add compat stub.
8923         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
8924         (nnir-run-gmane): Require 'mm-url.
8925
8926         * mm-util.el (mm-string-to-multibyte): Simplify.
8927
8928         * shr.el (declare-function): Add compat stub.
8929         (url-cache-create-filename): Declare.
8930         (mm-disable-multibyte, widget-convert-button): Autoload.
8931
8932         * smime.el (ldap-search): Declare.
8933         (smime-cert-by-ldap-1): Require ldap on Emacs.
8934
8935         * nnimap.el: Require nnmail, and gnus-sum when compiling.
8936         (nnimap-keepalive): Use gnus-float-time.
8937
8938         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
8939         (mail-source-delete-crash-box): Use gnus-float-time.
8940
8941         * gnus-dired.el (gnus-completing-read): Autoload.
8942
8943         * mm-view.el (gnus-rescale-image): Autoload.
8944
8945         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
8946
8947         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
8948
8949         * sieve-manage.el: Require 'cl when compiling.
8950
8951         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
8952         (gnus-iswitchb-completing-read): Require iswitchb.
8953         (gnus-select-frame-set-input-focus): Silence compiler.
8954
8955 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8956
8957         * message.el (message-subject-trailing-was-query): Change default to t,
8958         since I think that's what most people want.
8959
8960         * nnimap.el (nnimap-request-accept-article): Erase buffer before
8961         appending for easier debugging.
8962         (nnimap-wait-for-connection): Take a regexp.
8963         (nnimap-request-accept-article): Wait for the continuation line before
8964         sending anything unless we're streaming.
8965
8966         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
8967         leave the header washing to take place.
8968
8969 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8970
8971         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
8972         regular expression match and replace in posting styles.
8973
8974 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
8975
8976         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
8977         an entire server.
8978         (nnir-get-active): New function.
8979         (nnir-run-imap): Use it.
8980         (nnir-run-gmane): Who knew, gmane search returns an article score!
8981
8982         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
8983         server on the current line with nnir.
8984
8985 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8986
8987         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
8988         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
8989         left edge.
8990         (gnus-article-foldable-buffer): Skip past the prefix when determining
8991         raggedness.
8992
8993         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
8994         the raw article, and change `C-u g' to show the article without doing
8995         treatments.
8996
8997         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
8998         on to `gnus-treat-article'.
8999         (gnus-inhibit-article-treatments): New variable.
9000
9001         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
9002
9003         * gnus-art.el (gnus-treatment-function-alist): Have
9004         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
9005         (gnus-treat-fill-long-lines): Change default to fill all text/plain
9006         sections.
9007
9008         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
9009         parameter.
9010         (gnus-article-fill-cited-long-lines): New function.
9011         (gnus-article-fill-cited-article): Allow filling only long sections.
9012
9013         * shr.el (shr-find-fill-point): Don't break lines between punctuation
9014         and non-punctuation (like after the apostrophe in "'We").
9015
9016         * gnus-sum.el (gnus-summary-select-article): Make sure
9017         gnus-original-article-buffer is alive.
9018
9019         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
9020         reflect the order they're in in the digest.
9021
9022         * gnus.el (gnus-group-startup-message): Move point to the start of the
9023         buffer.
9024
9025         * nnimap.el (nnimap-capability): New function.
9026         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
9027         is set.
9028
9029 2010-10-31  David Engster  <dengste@eml.cc>
9030
9031         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
9032         conform with changes to gnus-completing-read.
9033
9034 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9035
9036         * shr.el (shr-tag-img): Output "*" instead of "[img]".
9037
9038 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9039
9040         * nnir.el: Move defvar, defcustom around to keep file organized
9041         and keep byte-compiler quiet.
9042         (nnir-read-parms): Accept search-engine as arg.
9043         (nnir-run-query): Pass search-engine as arg.
9044         (nnir-search-engine): Remove.
9045
9046 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9047
9048         * shr.el (shr-generic): The text nodes should be text, not :text.
9049
9050         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
9051         later in the file.
9052
9053 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9054
9055         * nnir.el: General clean up.  Allow searching with multiple engines.
9056         Allow separate extra-parameters for each engine.
9057         Batch queries when possible.
9058         (nnir-imap-default-search-key, nnir-method-default-engines):
9059         Add customize interface.
9060         (nnir-run-gmane): New engine.
9061         (nnir-engines): Use it.  Qualify all prompts with engine name.
9062         (nnir-search-engine): Remove global variable.
9063         (nnir-run-hyrex): Restore for now.
9064         (nnir-extra-parms, nnir-search-history): New variables.
9065         (gnus-group-make-nnir-group): Use them.
9066         (nnir-group-server): Remove in favor of gnus-group-server.
9067         (nnir-request-group): Avoid searching twice.
9068         (nnir-sort-groups-by-server): New function.
9069
9070 2010-10-30  Julien Danjou  <julien@danjou.info>
9071
9072         * gnus-group.el: Remove gnus-group-fetch-control.
9073
9074         * gnus-start.el (gnus-find-new-newsgroups):
9075         Remove gnus-check-first-time-used.
9076
9077         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
9078
9079 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9080
9081         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
9082         set on groups that don't have \* permanentflags.
9083
9084 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9085
9086         * shr.el (shr-tag-span): Drop colorization of regions since we don't
9087         control the background color.
9088         (shr-tag-img): Ignore very small web bug type images.
9089         (shr-put-image): Add help-echo alt texts to the images.
9090         (shr-tag-video): Show the video poster image.
9091
9092 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9093
9094         * shr.el (shr-table-depth): New variable.
9095         (shr-tag-table-1): Only insert the images after the top-level table.
9096
9097         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
9098
9099         * gnus-util.el (gnus-list-memq-of-list): New function.
9100
9101         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
9102         selected.
9103         (nnimap-unsplittable-articles): New slot.
9104         (nnimap-new-articles): Use it.
9105
9106 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
9107
9108         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
9109         move to the previous line on `M-g'.
9110
9111 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9112
9113         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
9114         *-request-group, which seems unnecessary.
9115
9116         * nnimap.el (nnimap-quote-specials): Function copied over from
9117         imap.el.
9118         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
9119         they support that.  Suggested by Tom Regner.
9120
9121 2010-10-29  Julien Danjou  <julien@danjou.info>
9122
9123         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
9124         defalias.
9125         (gnus-summary-delete-marked-with): Remove obsolete defalias.
9126
9127         * gnus.el: Remove `gnus-nntp-service' variable.
9128         (gnus-secondary-servers): Make obsolete.
9129         (gnus-nntp-server): Make obsolete.
9130
9131         * gnus-start.el (gnus-1): Remove x-splash calls.
9132
9133         * gnus-ems.el (gnus-x-splash): Remove.
9134
9135         * gnus.el (gnus-group-startup-message): Simplify/update code.
9136
9137         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
9138         definition.
9139
9140         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
9141         capability before doing anything.
9142         (gnus-group-insert-group-line): Remove useless
9143         gnus-group-remove-excess-properties.
9144
9145 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9146
9147         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
9148
9149 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9150
9151         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
9152         config after reselecting.
9153
9154 2010-10-28  Julien Danjou  <julien@danjou.info>
9155
9156         * shr.el (shr-put-image): Use point even if only inserting text.
9157         (shr-put-image): Save excursion when inserting alt text on non-graphic
9158         display, so the behavior is the same when we are on a graphic display.
9159
9160         * nnir.el (nnir-run-swish-e): Remove hyrex support.
9161
9162 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9163
9164         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
9165         (gnus-mime-copy-part): Check coding system, not charset.
9166         (gnus-mime-view-part-externally): Never remove part.
9167         (gnus-mime-view-part-internally): Don't remove part here.
9168         (gnus-article-part-wrapper): Make sure MIME tag is visible.
9169         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
9170         multipart/alternative.
9171
9172         * mm-decode.el (mm-display-part): Take optional arg `force'.
9173
9174 2010-10-26  Julien Danjou  <julien@danjou.info>
9175
9176         * gnus-group.el (gnus-group-default-list-level): Add this function to
9177         compute the default list level.
9178         (gnus-group-default-list-level): Add possibility to use a function.
9179
9180 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9181
9182         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
9183
9184         * gnus-group.el (gnus-group-completing-read)
9185         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
9186         gnus-replace-in-string.
9187
9188 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9189
9190         * shr.el (shr-tag-div): Add.
9191
9192         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
9193
9194 2010-10-25  Julien Danjou  <julien@danjou.info>
9195
9196         * gnus-util.el: Remove `gnus-with-local-quit'.
9197
9198         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
9199
9200 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9201
9202         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
9203         the original article buffer.
9204
9205 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9206
9207         * nnimap.el (nnimap-request-head): New function.
9208         (nnimap-request-move-article): Try to be slightly faster by not
9209         requesting the entire message when moving.
9210         (nnimap-transform-headers): Don't bug out on bodiless articles.
9211         (nnimap-send-command): Have no outstanding messages if the IMAP server
9212         doesn't support streaming.
9213         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
9214
9215 2010-10-24  Julien Danjou  <julien@danjou.info>
9216
9217         * message.el (message-default-headers): Fix type.
9218
9219 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9220
9221         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
9222         prefetching images.
9223
9224         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
9225         backend for unknown groups.  This is mainly useful for nnimap groups.
9226
9227         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
9228         group isn't covered by the agent.
9229
9230 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
9231
9232         * nnir.el (nnir-method-default-engines): New variable.
9233         (nnir-run-query): Use it.
9234         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
9235         (gnus-summary-nnir-goto-thread): Change group if needed.
9236
9237         * gnus-group.el (gnus-group-group-map): Add key binding for
9238         gnus-group-make-nnir-group.
9239
9240 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9241
9242         * shr.el (shr-tag-object): Add.
9243
9244         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
9245         original article buffer live.
9246         (gnus-summary-select-article-buffer):
9247         Mention gnus-widen-article-buffer.
9248
9249 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9250
9251         * shr.el (shr-tag-strong): Add.
9252
9253 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9254
9255         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
9256         group names.  They mess up the group buffer badly.
9257
9258         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
9259
9260         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
9261         instead of the summary one.
9262
9263 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9264
9265         * mml.el (mml-preview): Work properly when editing article.
9266
9267         * gnus-start.el (gnus-read-active-file-1): Don't add method to
9268         gnus-have-read-active-file if it's already been in.
9269
9270 2010-10-22  Tom Tromey  <tromey@redhat.com>
9271
9272         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
9273         gnus-group-completing-read.
9274
9275 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9276
9277         * message.el (message-mode-map): Don't bind M-; to comment region, to
9278         allow the global comment-dwim to work.
9279
9280 2010-10-21  Julien Danjou  <julien@danjou.info>
9281
9282         * message.el (message-setup-1): Allow message-default-headers to be a
9283         function.
9284
9285 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9286
9287         * shr.el (shr-tag-table): Simplify.
9288
9289 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9290
9291         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
9292         to avoid trying to snarf invalid stuff.
9293
9294         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
9295
9296         * gnus.el (gnus-message-archive-group): Quote value.
9297         (gnus-message-archive-group): Mark as changed.
9298
9299         * shr.el (shr-add-font): Don't put the font properties on the newline
9300         or the indentation.
9301
9302         * message.el (message-fix-before-sending): Change options when sending
9303         non-printable characters.
9304
9305         * gnus.el (gnus-message-archive-method): Change the default to
9306         monthly outgoing groups.
9307
9308         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
9309         that have gotten new numbers.
9310
9311         * nnimap.el (nnimap-request-replace-article): New function.
9312
9313 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9314
9315         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
9316         (nnrss-request-article): Don't use special html washing code.
9317
9318 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9319
9320         * shr.el (shr-tag-table): Remove useless nconc.
9321
9322 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9323
9324         * gnus-art.el (article-wash-html): Simplify and remove the charset
9325         stuff.  Use the normal html rendering code instead of the special html
9326         washing code.
9327
9328         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
9329         `gnus-w3m' symbols.
9330         (mm-text-html-washer-alist): Remove.
9331
9332         * mm-decode.el (mm-inline-text-html-renderer): Remove.
9333         (mm-inline-media-tests): Remove use.
9334         (mm-text-html-renderer): Change default to the `shr' symbol.
9335
9336         * mm-view.el (mm-inline-text-html): Remove use.
9337
9338         * gnus-art.el (gnus-blocked-images): New function.  Allow the
9339         `gnus-blocked-images' to be a function.
9340         (gnus-article-wash-function): Remove.
9341
9342 2010-10-20  Julien Danjou  <julien@danjou.info>
9343
9344         * spam.el (spam-list-of-processors): Mark as obsolete.
9345
9346         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
9347         (nnimap-insert-partial-structure): Fix boundary detection.
9348
9349 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
9350
9351         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
9352         run file-truename on remote files.  This can be expensive and even
9353         prevent one from editing drafts if some unrelated buffer has a stale
9354         connection.
9355
9356 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9357
9358         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
9359         kinsoku-eol regardless of shr-kinsoku-shorten.
9360         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
9361         (shr-tag-table): Support caption, thead, and tfoot.
9362
9363 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9364
9365         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
9366         lines.
9367         (shr-save-contents): New command and keystroke.
9368
9369         * nndoc.el (nndoc-type-alist): Add git support.
9370         (nndoc-git-type-p): New function.
9371         (nndoc-transform-git-article): Ditto.
9372         (nndoc-transform-git-headers): Ditto.
9373         (nndoc-transform-git-headers): Generate Subject headers.
9374
9375         * shr.el (shr-parse-style): New function.
9376         (shr-tag-span): Ditto.
9377
9378         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
9379         to `G G' to avoid collisions.
9380
9381 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9382
9383         * shr.el: Load kinsoku if necessary.
9384         (shr-kinsoku-shorten): New internal variable.
9385         (shr-find-fill-point): Make kinsoku shorten text line if
9386         shr-kinsoku-shorten is bound to non-nil.
9387         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
9388         shr-indentation too when testing if table is wider than frame width.
9389         (shr-insert-table): Use `string-width' instead of `length' to measure
9390         text width.
9391         (shr-insert-table-ruler): Make sure indentation is done at bol.
9392
9393 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9394
9395         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
9396         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
9397         undecoded network data.
9398
9399 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9400
9401         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
9402         name in the mode line spec so that the mode line menu works
9403         (bug#2431).
9404
9405         * message.el (message-get-reply-headers): If we're fed `to-address',
9406         then always use that.
9407
9408         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
9409         aren't so wide as to need to switch off the edit menu.
9410
9411         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
9412         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
9413
9414         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
9415         `M-g'.
9416         (nnimap-update-info): Update flags/read marks even if \* isn't part of
9417         the permanent marks.
9418
9419 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
9420
9421         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9422         Splitting according to references/in-reply-to obeys the ignore-groups
9423         variable, while splitting by sender and subject do not.
9424
9425 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9426
9427         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
9428         alist, so that we can look for non-Unicode chars.
9429         (article-translate-strings): Allow both character and string maps.
9430
9431 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9432
9433         * shr.el (shr-insert): Don't insert space behind a wide character
9434         categorized as kinsoku-bol, or between characters both categorized as
9435         nospace.
9436
9437 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
9438
9439         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
9440         headers to gnus-newsgroup-headers.
9441
9442 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9443
9444         * shr.el (shr-tag-img): Don't align images -- since we're not
9445         rescaling, this often leads to ugly displays.
9446
9447 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
9448
9449         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
9450         duplicates.
9451
9452 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
9453
9454         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
9455         call.
9456
9457 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9458
9459         * gnus.el: Autoload gnus-html-show-images.
9460
9461         * nnimap.el: Use nnheader-message throughout.
9462
9463         * shr.el (shr-tag-img): Ignore images with no data.
9464
9465 2010-10-15  Julien Danjou  <julien@danjou.info>
9466
9467         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
9468         a possibility to disable format=flow encoding when using hard newlines.
9469
9470 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9471
9472         * shr.el (shr-insert): Remove space inserted before or after a
9473         breakable character or at the beginning or the end of a line.
9474         (shr-find-fill-point): Do kinsoku; find the second best point or give
9475         it up if there's no breakable point.
9476
9477 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9478
9479         * nnimap.el (nnimap-open-connection): Message when opening connection
9480         for debugging purposes.
9481
9482         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
9483         on every setup buffer call to allow this to change from article to
9484         article.
9485
9486         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
9487         buffers where we have a wide table.
9488
9489 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
9490
9491         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
9492         uses *-request-thread.
9493
9494 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9495
9496         * nnimap.el (nnimap-open-connection): Remove %s from openssl
9497         incantation, which is no longer valid.
9498
9499 2010-10-14  Julien Danjou  <julien@danjou.info>
9500
9501         * shr.el: Fix defcustom type (char -> character).
9502
9503 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9504
9505         * nnimap.el (nnimap-open-connection): tls-program should be a list of
9506         programs.
9507
9508 2010-10-14  Julien Danjou  <julien@danjou.info>
9509
9510         * shr.el (shr-tag-a): Use url-link as widget type.
9511
9512         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
9513         `gnus-group-get-icon'.
9514
9515 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9516
9517         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
9518         This should make server editing work better.
9519
9520         * shr.el (shr-find-fill-point): Don't inloop on indented text.
9521
9522         * tls.el (tls-program): Remove spurious %s from openssl.
9523
9524         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
9525         (nnimap-parse-flags): Fix regexp.
9526
9527         * shr.el (shr-find-fill-point): Use a filling algorithm that should
9528         probably work for CJVK text, too.
9529
9530         * nnimap.el (nnimap-extend-tls-programs): Remove.
9531         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
9532
9533         * tls.el (tls-starttls-switches): Remove starttls hack.
9534         (open-tls-stream): Ditto.
9535         (tls-find-starttls-argument): Ditto.
9536
9537 2010-10-13  Julien Danjou  <julien@danjou.info>
9538
9539         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
9540         responses.
9541
9542 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9543
9544         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
9545
9546         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
9547         anything in Emacs.
9548
9549         * shr.el (shr-current-column): Remove buggy and unnecessary function.
9550
9551 2010-10-13  Julien Danjou  <julien@danjou.info>
9552
9553         * shr.el (shr-width): Make shr-width a defcustom with default to
9554         fill-column.
9555         (shr-tag-img): Use shr-width rather than fill-column.
9556
9557 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9558
9559         * dgnushack.el (byte-optimize-apply):
9560         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
9561
9562         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
9563         position when (X-)Faces exist.
9564         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
9565         avatars when called interactively.
9566
9567 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9568
9569         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
9570         gnus-article-x-face-too-ugly is bound.
9571
9572 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9573
9574         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
9575
9576         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
9577         mailbox that doesn't exist.
9578
9579 2010-10-12  Julien Danjou  <julien@danjou.info>
9580
9581         * shr.el (shr-tag-img): Encode URL properly when retrieving.
9582         (shr-get-image-data): Encode URL properly when fetching from cache.
9583         (shr-tag-img): Use aligned-to spaces to align correctly images.
9584
9585         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
9586         before inserting the Gravatar.
9587
9588         * shr.el (shr-tag-img): Add align attribute support for <img>.
9589
9590 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9591
9592         * gnus-gravatar.el (gnus-art): Require.
9593
9594         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
9595         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9596         Remove long obsoleted functions.
9597
9598 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9599
9600         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
9601
9602         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
9603
9604         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
9605         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
9606         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
9607         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
9608         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
9609         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
9610         * sieve-manage.el, smime.el, spam.el:
9611         Fix comment for declare-function.
9612
9613 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9614
9615         * nnimap.el (nnimap-request-rename-group): Select group read-only
9616         before renaming it.
9617
9618         * shr.el (shr-insert): Fix up the white space only regexp.
9619
9620         * nnimap.el (nnimap-transform-split-mail): Not all articles have
9621         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
9622
9623         * shr.el (shr-current-column): New function.
9624         (shr-find-fill-point): New function.
9625
9626 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9627
9628         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
9629         numbers.
9630
9631 2010-10-11  Julien Danjou  <julien@danjou.info>
9632
9633         * shr.el (shr-hr-line): Add.
9634         (shr-tag-hr): Use shr-hr-line to specify which character to use to
9635         display hr lines.
9636         (shr-max-columns): Do not change state to nil if we just inserting
9637         spaces.
9638
9639 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9640
9641         * gnus-topic.el (gnus-topic-read-group): If after the last group,
9642         select the last group.
9643
9644 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
9645
9646         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
9647
9648 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
9649
9650         * dig.el (dig-mode-map): Declare and define in one step.
9651
9652 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9653
9654         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
9655         for Gnus.
9656         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
9657         (nnimap-update-qresync-info): Mark \Seen articles as read.
9658
9659         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
9660         non-variable, too.
9661
9662         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
9663         available.
9664         (nnimap-update-info): Rely more on the current active than the param
9665         active to avoid marking articles as read too much.
9666
9667         * auth-source.el (auth-source-create): Use (user-login-name) for the
9668         user name default.
9669
9670         * nnimap.el (nnimap-update-info): If the server doesn't return any
9671         useful info, just use the previous info.
9672         (nnimap-update-info): Prefer old info over start-article.
9673         (nnimap-update-qresync-info): Finish implementing QRESYNC.
9674
9675 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
9676
9677         * nnir.el (autoload): Clean up autoloads.
9678         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
9679         Use key rather than value.
9680         (nnir-imap-search-other): New variable.
9681         (nnir-read-parm): Use it.
9682         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
9683         (gnus-summary-nnir-goto-thread): Modify to work with imap.
9684
9685 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9686
9687         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
9688         the process, too.
9689
9690 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9691
9692         * spam.el (gnus-summary-mode-map): Bind to "$".
9693         Suggested by Russ Allbery.
9694
9695         * shr.el: Rework the way things are indented by <li> slightly.
9696
9697         * gnus.el (gnus-group-set-parameter): Fix typo.
9698
9699         * nnimap.el: Start implementing QRESYNC support.
9700
9701 2010-10-09  Julien Danjou  <julien@danjou.info>
9702
9703         * nnir.el (nnir-engines): Fix too many arguments.
9704
9705 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9706
9707         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
9708         group is the "last", so that the backends like nnfolder actually save
9709         their folders.
9710
9711         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
9712         try to use that for the tls stream.
9713         (nnimap-retrieve-group-data-early): Rework the marks code to heed
9714         UIDVALIDITY and find out which groups are read-only and not.
9715         (nnimap-get-flags): Use the same marks parsing code as the rest of
9716         nnimap.
9717
9718 2010-10-09  Julien Danjou  <julien@danjou.info>
9719
9720         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
9721
9722         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
9723         retrieving gravatars.
9724
9725         * shr.el (shr-table-corner): Add.
9726         (shr-table-line): Add.
9727         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
9728
9729 2010-10-08  Julien Danjou  <julien@danjou.info>
9730
9731         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
9732
9733 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
9734
9735         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
9736
9737         * gnus-sum.el (gnus-mark-article-as-unread)
9738         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
9739         (gnus-summary-set-bookmark): Use it.
9740
9741         * gnus-msg.el (gnus-setup-message): Use it.
9742
9743         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9744
9745         * gnus.el (gnus-group-remove-parameter): Use it.
9746
9747         * gnus-group.el (gnus-group-make-web-group): Use it.
9748
9749         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9750
9751         * nnregistry.el: Update docs to mention manual.
9752
9753         * gnus-registry.el: Update docs to mention nnregistry.el.
9754         (gnus-registry-initialize): Don't install nnregistry refer method
9755         automatically.
9756         (gnus-registry-install-nnregistry): Remove it.
9757
9758 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9759
9760         * shr.el (shr-insert): Don't insert double spaces.
9761
9762 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9763
9764         * gnus-gravatar.el (gnus-treat-from-gravatar)
9765         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
9766         called interactively.
9767
9768         * gnus-art.el (gnus-mime-view-part-externally)
9769         (gnus-mime-view-part-internally): Make predicate function passed to
9770         gnus-mime-view-part-as-type assume argument is a mime type, not a list
9771         of a mime type.
9772
9773         * shr.el (shr-table-widths): Don't use cl function `reduce'.
9774
9775 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9776
9777         * shr.el (require): Require cl when compiling.
9778         (shr-tag-hr): New function.
9779
9780         * nnimap.el (nnimap-update-info): Remove double setting of high.
9781         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
9782         This makes nnimap work properly on Courier again.
9783
9784         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
9785         the variable for backwards compatibility.
9786
9787         * mm-decode.el (mm-save-part): If given a non-directory result, expand
9788         the file name before using to avoid setting mm-default-directory to
9789         nil.
9790
9791         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
9792         bidning gnus-agent variables.
9793
9794         * shr.el (shr-render-td): Use a cache for the table rendering function
9795         to avoid getting an exponential rendering behavior in nested tables.
9796         (shr-insert): Rework the line-breaking algorithm.
9797         (shr-insert): Don't leave trailing spaces.
9798         (shr-insert-table): Also insert empty TDs.
9799         (shr-tag-blockquote): Ensure paragraphs after </ul>.
9800
9801 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9802
9803         * gnus-sum.el (gnus-number): Rename from `number'.
9804         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
9805         (gnus-summary-limit-children): Update uses correspondingly.
9806
9807 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9808
9809         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
9810         (gnus-gravatar-transform-address): Don't show avatars of people of
9811         which mail addresses match gnus-gravatar-too-ugly.
9812
9813 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9814
9815         * shr.el (shr-table-widths): Expand TD elements to fill available
9816         space.
9817
9818 2010-10-07  Julien Danjou  <julien@danjou.info>
9819
9820         * nnimap.el (nnimap-request-rename-group): Add this method.
9821
9822 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9823
9824         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
9825         name from XEmacs' function-arglist.
9826
9827         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
9828         gravatar under XEmacs.
9829
9830 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
9831
9832         * auth-source.el: Update docs with TODO items.
9833
9834         * gnus-sync.el: Update docs to explain state and plans.
9835
9836         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
9837         Hooks for mark updates.
9838         (gnus-request-set-mark, gnus-request-update-mark): Use them.
9839
9840         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
9841         hooks with arguments, which is needed for mark update hooks.
9842
9843 2010-10-06  Julien Danjou  <julien@danjou.info>
9844
9845         * gnus.el (gnus-expand-group-parameter): Only return and act on what
9846         was matched.
9847
9848         * sieve-manage.el: Update example in `Commentary'.
9849
9850         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
9851
9852         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
9853         not 2000.
9854         (sieve-manage-authenticate): Re-add function.
9855
9856 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9857
9858         * shr.el (shr-insert): Get 'space transition right.
9859         (shr-render-td): Only delete space at the end of the TD.
9860
9861         * nnimap.el (nnimap-open-connection): Prepare to support
9862         open-gnutls-stream.
9863
9864         * shr.el: Rearrange function order to be more logical.
9865
9866 2010-10-06  Julien Danjou  <julien@danjou.info>
9867
9868         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
9869         (nnrss-discover-feed): Remove 404 URL in docstring.
9870
9871         * nnir.el: Fix Swish-E URL.
9872         Fix Namazu URL.
9873
9874         * message.el (message-change-subject): Remove 404 URL in a comment.
9875
9876 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9877
9878         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
9879         called interactively.
9880
9881         * gnus-util.el (gnus-remove-if): Allow hash table.
9882         (gnus-remove-if-not): New function.
9883
9884         * gnus-art.el (gnus-mime-view-part-as-type):
9885         * gnus-score.el (gnus-summary-score-effect):
9886         * gnus-sum.el (gnus-read-move-group-name):
9887         Replace remove-if-not with gnus-remove-if-not.
9888
9889         * gnus-group.el (gnus-group-completing-read):
9890         Regard collection as a hash table if it is not a list.
9891
9892 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9893
9894         * shr.el (shr-render-td): Allow blank/missing <TD>s.
9895
9896         * shr.el: Document the table-rendering algorithm.
9897
9898 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9899
9900         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
9901         for Emacsen having no `libxml-parse-html-region' support.
9902
9903 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9904
9905         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
9906         invalid URLs.
9907
9908         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
9909         line-broken.
9910         (shr-tag-img): Ignore image fetching errors.
9911         (shr-overlays-in-region): Compute overlay positions correctly.
9912
9913         * mm-decode.el (mm-shr): Require shr.
9914
9915         * gnus-art.el (gnus-blocked-images): Move variable here.
9916
9917         * shr.el (shr-insert-table): Bind free variable.
9918
9919         * mm-decode.el (mm-shr): Bind shr-content-function.
9920
9921         * shr.el (shr-content-function): New variable.
9922
9923         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
9924         added for symmetry.
9925
9926         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
9927
9928         * gnus-group.el (gnus-group-make-group): Doc fix.
9929
9930         * nnimap.el (nnimap-request-newgroups): Return success.
9931
9932         * shr.el (shr-find-elements): New function.
9933         (shr-tag-table): Put all the images after the table.
9934         (shr-tag-table): Really inhibit images inside the table.
9935         (shr-collect-overlays): Copy over overlays from the TD elements to the
9936         main document.
9937
9938         * mm-decode.el (mm-shr): Bind shr-blocked-images to
9939         gnus-blocked-images.
9940
9941 2010-10-05  Julien Danjou  <julien@danjou.info>
9942
9943         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
9944
9945         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
9946         (gnus-html-maximum-image-size): Add this function.
9947         (gnus-html-put-image): Use gnus-html-maximum-image-size.
9948
9949         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
9950         server-value of the capability is nil.
9951
9952 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9953
9954         * shr.el (shr-tag-em): Add <EM> tag.
9955
9956 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
9957
9958         * sieve-manage.el (sieve-manage-default-stream): Make default stream
9959         customizable.
9960
9961         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
9962         handing broken links to browse-url.
9963
9964 2010-10-05  Julien Danjou  <julien@danjou.info>
9965
9966         * gnus-util.el (gnus-emacs-completing-read)
9967         (gnus-iswitchb-completing-read): Use autoload rather than require.
9968
9969 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9970
9971         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
9972         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
9973         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
9974         iswitchb-temp-buflist for XEmacs.
9975
9976         * gnus-util.el (gnus-completing-read-function): Exclude
9977         gnus-icompleting-read and gnus-ido-completing-read from candidates for
9978         XEmacs since iswitchb.el is very old and ido.el is unavailable in
9979         XEmacs.
9980
9981         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
9982         not to use `delete-dups' that is unavailable in XEmacs 21.4.
9983
9984         * gnus-html.el: Don't require help-fns under XEmacs.
9985         (gnus-html-schedule-image-fetching): Work for XEmacs.
9986
9987         * mm-decode.el (mm-shr): Decode contents by charset.
9988
9989 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9990
9991         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
9992         unknown.
9993
9994         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
9995         (shr-get-image-data): Ensure against the cache file missing.
9996
9997         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
9998         for data.
9999
10000         * spam-report.el (spam-report-url-ping-plain): Don't query about
10001         killing the process.
10002
10003         * shr.el (shr-render-td): Protect against too-wide text.
10004
10005 2010-10-04  Julien Danjou  <julien@danjou.info>
10006
10007         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
10008         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
10009
10010         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
10011         retrieved.
10012
10013 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10014
10015         * shr.el (browse-url): Require.
10016         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
10017         lines.
10018         (shr-show-alt-text, shr-browse-image): New commands.
10019         (shr-browse-url, shr-copy-url): New commands.
10020
10021         * gnus-sum.el (gnus-widen-article-window): New variable.
10022         (gnus-summary-select-article-buffer): Use it.
10023
10024         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
10025         without @ signs.
10026
10027 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10028
10029         * nnir.el (nnir-run-imap): Remove spurious space in search string.
10030
10031 2010-10-04  Julien Danjou  <julien@danjou.info>
10032
10033         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
10034         for XEmacs.
10035
10036 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10037
10038         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
10039
10040         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
10041         (nnimap-close-server): Implement.
10042
10043         * dgnushack.el (iswitchb): Require to shut up the compiler.
10044
10045         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
10046         (shr-insert): Tweak line breaking.
10047         (shr-insert): Handle <pre> better.
10048         (shr-tag-li): Get <li> indentation right.
10049         (shr-tag-li): Get <li> indentation even righter.
10050         (shr-tag-blockquote): Ensure paragraph start.
10051         (shr-make-table): Tweak table generation.
10052         (shr-make-table): Fix typo.
10053
10054         * shr.el: Implement table rendering.
10055
10056 2010-10-04  Julien Danjou  <julien@danjou.info>
10057
10058         * gnus-html.el (gnus-html-put-image): Fix resize image code.
10059
10060 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10061
10062         * shr.el (shr-insert): Use string anchors instead of line anchors.
10063
10064 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10065
10066         * shr.el: Add headings.
10067         (shr-ensure-paragraph): Actually work.
10068         (shr-tag-li): Make <ul> prettier.
10069         (shr-insert): Get white space at the beginning/end of elements right.
10070         (shr-tag-p): Collapse subsequent <p>s.
10071         (shr-ensure-paragraph): Don't insert double line feeds after blank
10072         lines.
10073         (shr-insert): \t is also space.
10074         (shr-tag-s): Fix "s" tag name function.
10075         (shr-tag-s): Fix face prop name.
10076
10077 2010-10-03  Julien Danjou  <julien@danjou.info>
10078
10079         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
10080
10081         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
10082         gnus-window-inside-pixel-edges.
10083
10084         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
10085         gnus-ems.
10086
10087         * mm-view.el (mm-inline-image-emacs): Support image resizing.
10088
10089         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
10090         function.
10091
10092         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
10093         resize choice.
10094
10095 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10096
10097         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
10098         beginning of the buffer.
10099
10100         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
10101         article buffer again.
10102
10103         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
10104
10105         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
10106         when it's at the start of the buffer.
10107
10108         * shr.el (shr-tag-blockquote): Convert name.
10109         (shr-rescale-image): Use the right image-size variant.
10110
10111         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
10112         buffer isn't shown, then select the current article first instead of
10113         bugging out.
10114         (gnus-summary-select-article-buffer): Show both the article and summary
10115         buffers again.
10116
10117         * shr.el (shr-fontize-cont): Protect against regions with no text.
10118         Rename tag functions to shr-tag-* for enhanced security.
10119         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
10120
10121 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
10122
10123         * shr.el (shr-insert):
10124         * pop3.el (pop3-movemail):
10125         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
10126         loaded.
10127
10128 2010-10-03  Glenn Morris  <rgm@gnu.org>
10129
10130         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
10131
10132         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
10133
10134         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
10135
10136         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
10137
10138         * gnus-util.el (gnus-make-local-hook): Simplify.
10139
10140 2010-10-02  Julien Danjou  <julien@danjou.info>
10141
10142         * gnus-util.el (gnus-iswitchb-completing-read): New function.
10143         (gnus-ido-completing-read): New function.
10144         (gnus-emacs-completing-read): New function.
10145         (gnus-completing-read): Use gnus-completing-read-function.
10146         Add gnus-completing-read-function.
10147
10148 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10149
10150         * shr.el (shr-insert-document): Autoload.
10151         (shr-img): Be silent.
10152         (shr-insert): Add a newline after every picture before text.
10153         (shr-add-font): Use overlays for combining faces.
10154         (shr-insert): Pass upwards the text start point.
10155
10156         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
10157         possible.
10158         (mm-shr): New function.
10159
10160 2010-10-02  Julien Danjou  <julien@danjou.info>
10161
10162         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
10163         should go backward.
10164
10165 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
10166
10167         * shr.el (shr): Fix typo in provide call.
10168
10169 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10170
10171         * shr.el: New file.
10172
10173         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
10174
10175         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
10176         completing read.
10177
10178 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10179
10180         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
10181         we're being queried about.  Suggested by Dan Jacobson.
10182
10183         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
10184         Suggested by Jason Eisner.
10185
10186         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
10187         table, too.  Suggested by Stefan Wiens.
10188         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
10189         the table unnecessary.  Suggested by Stefan Wiens.
10190
10191         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
10192         longer needed, and probably doesn't work either, as pointed out by
10193         Stefan Wiens.
10194         (gnus-summary-exit): Remove call to the clearing function.
10195         (gnus-summary-exit-no-update): Ditto.
10196
10197         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
10198         instead of gnus-eval-in-buffer-window to avoid popping up frames.
10199         Reported by Stefan Monnier.
10200         (gnus-summary-save-in-rmail): Ditto.
10201
10202         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
10203         article buffer, instead of both the article buffer and the summary
10204         buffer.  Sort of suggested by Dan Jacobson.
10205
10206         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
10207
10208         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
10209         Suggested by Dan Jacobson.
10210
10211         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
10212         documentation clearer.
10213
10214         * message.el (message-shorten-references): Comment on the number "21".
10215         Suggested by Stefan Monnier.
10216
10217         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
10218         Suggested by Dan Jacobson.
10219
10220         * gnus.el (gnus-large-newsgroup):
10221         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
10222
10223         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
10224         externalize attachments.  Bug reported by Steve Wen.
10225
10226         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
10227         really message anything to the user.
10228
10229         * nnmail.el (nnmail-article-group): Allow using the fancy split method
10230         directly.
10231
10232         * nnimap.el (nnimap-request-group): Low higher than high to signal no
10233         messages in empty groups.
10234
10235 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10236
10237         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
10238         non-UIDNEXT group.
10239
10240 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10241
10242         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
10243         not the value from the collection.
10244
10245         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
10246         values.  This sometimes happens on some groups that have no info.
10247         (nnimap-request-newgroups): New function.
10248
10249 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10250
10251         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
10252         check into `gnus-registry-initialize'.
10253         (gnus-registry-initialize): Ditto.
10254         Fix and extend header docs.
10255
10256 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10257
10258         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
10259         regexp backtrace overflows.
10260
10261         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
10262         for starttls that tls.el implements; i.e. openssl.
10263
10264         * tls.el (tls-starttls-switches): Give up on using starttls with
10265         gnutls-cli.
10266         (tls-program): Add --insecure to be consistent with the defaults from
10267         openssl s_client.  Now all three commands are insecure.
10268
10269 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10270
10271         * lpath.el: Bind completion-styles-alist for XEmacs.
10272
10273         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
10274         (gravatar-create-image): New function that's an alias to
10275         gnus-xmas-create-image, gnus-create-image, or create-image.
10276         (gravatar-data->image): Use it.
10277
10278 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
10279
10280         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
10281         install the nnregistry refer method.
10282         (gnus-registry-install-hooks): Use it.
10283         (gnus-registry-unfollowed-groups): Add nnmairix to the default
10284         unfollowed groups.
10285
10286 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
10287
10288         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
10289         expanding threads.
10290
10291 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10292
10293         * nnir.el: Use the server names without suffixes (bug#7009).
10294
10295         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
10296         unencrypted to STARTTLS, if possible.
10297
10298 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10299
10300         * message.el (message-ignored-supersedes-headers): Strip Injection-*
10301         headers before superseding.
10302
10303 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10304
10305         * nnrss.el (nnrss-use-local): Add documentation.
10306
10307         * nnimap.el (nnimap-extend-tls-programs): New function.
10308         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
10309         (nnimap-wait-for-connection): Accept the greeting from the stupid
10310         output from openssl s_client -starttls, too.
10311
10312         * tls.el (tls-starttls-switches): New variable.
10313         (tls-find-starttls-argument): Use it.
10314         (open-tls-stream): Ditto.
10315
10316         * netrc.el (netrc-credentials): Return the value of the "default" entry.
10317         (netrc-machine): Ditto.
10318
10319         * nnimap.el (nnimap-find-article-by-message-id): Really return the
10320         article number.
10321         (nnimap-split-fancy): New variable.
10322         (nnimap-split-incoming-mail): Use it.
10323
10324         * nntp.el (nntp-server-list-active-group): Document.
10325
10326         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
10327         SELECT to get the message-id.
10328
10329         * mail-source.el (mail-sources): Remove webmail support.
10330         (defvar): Ditto.
10331         (mail-source-fetcher-alist): Ditto.
10332         (mail-source-fetch-webmail): Remove.
10333
10334         * webmail.el: Remove -- doesn't seem relevant any more.
10335
10336         * gnus.el: Fix up make-obsolete-variable declarations throughout.
10337
10338         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
10339         the \r.
10340
10341 2010-09-30  Julien Danjou  <julien@danjou.info>
10342
10343         * gnus-agent.el (gnus-agent-add-group): Fix call to
10344         gnus-completing-read.
10345
10346 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10347
10348         * nndoc.el (nndoc-retrieve-groups): New function.
10349
10350         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
10351         `default', use nnmail-split-methods.
10352         (nnimap-request-article): Downcase the NILs so that they are nil.
10353
10354         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
10355         symbol.
10356
10357         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
10358         code, since if the user has requested network, that's what they ought
10359         to get.
10360         (nnimap-request-set-mark): Erase the buffer before issuing commands.
10361         (nnimap-split-rule): Mark as obsolete.
10362
10363         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
10364         New variable.
10365
10366         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
10367         correct slot, too.
10368
10369 2010-09-29  Julien Danjou  <julien@danjou.info>
10370
10371         * gnus.el (gnus-local-domain): Declare variable obsolete.
10372
10373         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
10374         Fix history computing.
10375         (gnus-ido-completing-read): Require ido.
10376
10377 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10378
10379         * gnus-registry.el: Don't prompt on load, which makes it impossible to
10380         build Gnus.
10381
10382         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
10383         when interpreting the structures.
10384         (nnimap-request-accept-article): Add \r\n to the lines to make this
10385         work with Cyrus.
10386
10387         * nndraft.el (nndraft-request-expire-articles): Use the group name
10388         instead if "nndraft".  Fix found by Nils Ackermann.
10389
10390 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
10391
10392         * nnregistry.el: Add.
10393
10394 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10395
10396         * nnmail.el (group, group-art-list, group-art):
10397         Remove unneeded directives.
10398
10399 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10400
10401         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
10402         (mm-mime-charset):
10403         * rfc2047.el (rfc2047-syntax-table):
10404         * utf7.el (utf7-utf-16-coding-system): Comment fix.
10405
10406         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
10407         rather than `insert-file-contents' and `eval-region'.
10408
10409         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
10410         construction.
10411
10412         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
10413
10414         * time-date.el: No need to require cl for Emacs 21.
10415
10416 2010-09-29  Julien Danjou  <julien@danjou.info>
10417
10418         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
10419         replacement of `gnus-gravatar-relief' to mimic
10420         `gnus-faces-properties-alist'.
10421         Add :version property.
10422
10423 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10424
10425         * mail-source.el (mail-source-report-new-mail):
10426         * message.el (message-default-mail-headers):
10427         * mm-decode.el (mm-valid-image-format-p): Comment fix.
10428
10429         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
10430
10431 2010-09-28  Julien Danjou  <julien@danjou.info>
10432
10433         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
10434         mail-address contains the same string as real-name.
10435
10436         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
10437         non-blank in header, otherwise it'll get stripped.
10438
10439         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
10440         real-name, and then for mail address rather than doing : or , search.
10441
10442 2010-09-27  Julien Danjou  <julien@danjou.info>
10443
10444         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
10445         right completing-read function.
10446         (gnus-use-ido): New variable
10447         (gnus-completing-read-with-default): Remove.
10448         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
10449         (gnus-agent-add-group):
10450         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
10451         * mm-view.el (mm-view-pkcs7-decrypt):
10452         * mm-util.el (mm-codepage-setup):
10453         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10454         * mml-smime.el (mml-smime-openssl-sign-query):
10455         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
10456         (mml-insert-multipart):
10457         * gnus-msg.el (gnus-summary-yank-message):
10458         * gnus-int.el (gnus-start-news-server):
10459         * mm-decode.el (mm-interactively-view-part):
10460         * gnus-dired.el (gnus-dired-attach):
10461         * gnus.el (gnus-read-method):
10462         * gnus-bookmark.el (gnus-bookmark-jump):
10463         * gnus-art.el (gnus-mime-view-part-as-type)
10464         (gnus-mime-action-on-part, gnus-article-encrypt-body):
10465         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
10466         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
10467         * nnmairix.el (nnmairix-create-server-and-default-group)
10468         (nnmairix-update-groups, nnmairix-get-server)
10469         (nnmairix-backend-to-server, nnmairix-goto-original-article)
10470         (nnmairix-get-group-from-file-path):
10471         * nnrss.el (nnrss-find-rss-via-syndic8):
10472         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
10473         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
10474         (gnus-group-browse-foreign-server):
10475         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
10476         (gnus-summary-execute-command, gnus-summary-respool-article)
10477         (gnus-read-move-group-name):
10478         * gnus-score.el (gnus-summary-increase-score)
10479         (gnus-summary-score-effect):
10480         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
10481
10482 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10483
10484         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
10485         x-focus-frame.
10486
10487         * nnimap.el (auth-source-forget-user-or-password)
10488         (auth-source-user-or-password): Autoload.
10489
10490         * message.el (message-from-style, message-interactive)
10491         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10492         (message-yank-prefix, message-indentation-spaces, message-signature)
10493         (message-signature-file): Add comment.
10494
10495 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10496
10497         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
10498         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
10499         new articles.
10500
10501         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
10502         parts.
10503         (nnimap-request-article): Work with the t setting, too.
10504
10505         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
10506         that you don't get flashes of other buffers.
10507         (gnus-summary-show-complete-article): Intern before setting.
10508
10509 2010-09-27  David Engster  <dengste@eml.cc>
10510
10511         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
10512         well as HEADERS.
10513         (nnmairix-retrieve-headers): Provide new argument for the above.
10514
10515 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10516
10517         * gnus-sum.el (gnus-summary-move-article): Don't alter
10518         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
10519         group.
10520
10521         * nnimap.el (nnimap-update-info): Don't destructively alter active.
10522
10523         * message.el (message-cite-prefix-regexp): Revert my last edit.
10524
10525         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
10526         variable instead of the Gnus variable.
10527
10528         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
10529
10530         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
10531
10532         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
10533         since some servers don't like it.
10534         (nnimap-open-connection): Forget credentials if the server says the
10535         password was wrong.
10536         (nnimap-parse-line): Protect against invalid data.
10537
10538         * gnus-sum.el (gnus-summary-move-article): Add comment.
10539         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
10540         nothing alters it while scanning for new messages.
10541
10542         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
10543         which may or may not help.
10544         (nnimap-open-connection): If we're doing a stream connection, and then
10545         discover we're on a STARTTLS-capable server, then open a STARTTLS
10546         connection instead.
10547
10548 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10549
10550         * nnimap.el (utf7): Require.
10551
10552         * message.el (message-cite-prefix-regexp): Remove "}" from citation
10553         prefix.
10554
10555 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
10556
10557         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
10558
10559 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10560
10561         * nnimap.el (nnimap-request-accept-article): Message the error on
10562         error.
10563
10564 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10565
10566         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
10567
10568 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10569
10570         * nndoc.el (nndoc-request-list): Return success always.
10571
10572         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
10573         `fetch-old' -- we only want to fetch the articles we've requested.
10574         The rest are in the agent, probably.
10575         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
10576         disappeared server" to something low.  It's not important.
10577
10578         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
10579         arrived before the FETCH data.
10580
10581         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
10582         target here, because we don't know the Gnus name of the group.
10583
10584         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
10585         for the correct group.
10586
10587         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
10588
10589         * gnus.el (gnus): Give a final warning after startup.
10590
10591         * gnus-util.el (gnus-action-message-log): New variable.
10592         (gnus-message): Use it.
10593         (gnus-final-warning): New function.
10594
10595         * nnimap.el (nnimap-open-connection): Record the greeting.
10596         (nnimap): Add greeting.
10597
10598 2010-09-26  Julien Danjou  <julien@danjou.info>
10599
10600         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
10601         arguments.
10602         (gnus-html-wash-images): Fix spec computing to include start/end.
10603
10604         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
10605
10606 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10607
10608         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
10609         deletion.
10610         (nnimap-retrieve-headers): Don't select the group, because that's
10611         already done by nnimap-possibly-change-group.
10612
10613         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
10614         (gnus-picon-transform-address): Use it.
10615
10616         * mail-source.el (mail-source-value): Revert previous patch.
10617
10618         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
10619         on failure.
10620         (nnimap-open-connection): Look up both virtual and physical server name
10621         credentials.
10622
10623         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
10624
10625 2009-02-07  Dave Love  <fx@gnu.org>
10626
10627         * tls.el (open-tls-stream): Don't query killing process.
10628
10629 2009-02-08  Dave Love  <fx@gnu.org>
10630
10631         * gnus-win.el (gnus-window-to-buffer-helper)
10632         (gnus-all-windows-visible-p): Function needn't be a symbol.
10633
10634         * mail-source.el (mail-source-value): Function needn't be a symbol.
10635
10636 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10637
10638         * message.el (message-cite-prefix-regexp): Remove } from the cite
10639         prefix.
10640
10641         * gnus-art.el (gnus-treatment-function-alist): Do picons before
10642         highlight again, so that the highlight is correct.
10643
10644         * gnus-picon.el (gnus-picon): Remove again.
10645         (gnus-picon-create-glyph): Set the background XPM color explicitly.
10646
10647         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
10648         doing the header highlightling, so that the background color of the
10649         picon is correct.
10650
10651         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
10652         (gnus-picon): Ditto.
10653         (gnus-picon): Reinstate.  The background color for picons is white.
10654         (gnus-picon-insert-glyph): Make the background white.
10655
10656         * nnml.el (nnml-open-nov): Don't return dead buffers.
10657
10658         * auth-source.el (auth-source-create): Query the user for whether to
10659         store the credentials.
10660
10661         * netrc.el (netrc-store-data): New function.
10662
10663         * auth-source.el (auth-source-user-or-password): Use the existing auth
10664         sources, if any, for creation.
10665
10666         * gnus.el (gnus-group-fast-parameter): Return the last matching
10667         parameter instead of the first matching parameter.
10668
10669 2010-09-26  Julien Danjou  <julien@danjou.info>
10670
10671         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
10672
10673 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10674
10675         * mml2015.el (mml2015-use): Remove gpg support.
10676
10677         * mml1991.el (mml1991-function-alist): Remove gpg function.
10678         (mml1991-gpg-sign): Remove.
10679
10680 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
10681
10682         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
10683         (gnus-browse-unsubscribe-current-group): Document it.
10684         (gnus-browse-unsubscribe-group): Use it.
10685
10686 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10687
10688         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
10689         address to the To list for easier response.
10690
10691         * gnus.el (gnus-play-startup-jingle): Remove.
10692         (gnus-splash): Don't play jingle.
10693         (gnus): Silence gnus-load message.
10694
10695         * gnus-art.el (gnus-treat-play-sounds): Remove.
10696
10697         * gnus.el (gnus-play-jingle): Remove audio support.
10698
10699         * gnus-cus.el (gnus-score-customize): Remove audio reference.
10700
10701         * earcon.el: Remove -- no users.
10702
10703         * gnus-audio.el: Remove -- no users of this package.
10704
10705         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
10706
10707         * gnus-start.el (gnus-setup-news): Remove nocem support.
10708
10709         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
10710
10711         * gnus.el (gnus-use-nocem): Remove.
10712
10713         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
10714         Remove.
10715
10716         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
10717         uses NoCeM any more.
10718
10719         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
10720         (gnus-button-ctan-handler): Ditto.
10721         (gnus-button-handle-ctan-bogus-regexp): Ditto.
10722         (gnus-button-ctan-directory-regexp): Ditto.
10723         (gnus-button-handle-ctan): Ditto.
10724         (gnus-button-tex-level): Ditto.
10725         (gnus-button-alist): Remove CTAN stuff.
10726
10727 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10728
10729         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
10730         nnimap-streaming test.
10731
10732         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
10733         servers twice.
10734
10735         * nnimap.el (nnimap-open-connection): Add more error reporting when
10736         nnimap fails early.
10737
10738         * nnheader.el (nnheader-get-report-string): New function.
10739         (nnheader-get-report): Use it.
10740
10741         * gnus-int.el (gnus-check-server): Say what the error was when opening
10742         failed.
10743
10744         * nnimap.el (nnimap-wait-for-response): Search further when we're not
10745         using streaming.
10746
10747 2010-09-25  Julien Danjou  <julien@danjou.info>
10748
10749         * gnus-html.el (gnus-html-rescale-image): Use our defalias
10750         gnus-window-inside-pixel-edges.
10751
10752 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10753
10754         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
10755
10756         * mm-decode.el (mm-save-part): Allow saving to other directories the
10757         normal Emacs way.
10758
10759         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
10760         Suggested by Jay Berkenbilt.
10761
10762         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
10763         there isn't a single byte.
10764
10765         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
10766         just do it.  It doesn't really seem to matter what the user responds
10767         here, I think, so it's just a confusing question.
10768
10769         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
10770         non-streaming case.
10771
10772         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
10773         (gnus-article-encrypt-body): Use it.
10774
10775         * gnus-sum.el (gnus-summary-show-complete-article): New command and
10776         keystroke.
10777
10778         * nnimap.el (nnimap-find-wanted-parts-1):
10779         Use gnus-fetch-partial-articles.
10780
10781         * gnus-art.el (gnus-fetch-partial-articles): New variable.
10782
10783         * nnimap.el (nnimap-insert-partial-structure): New function.
10784         (nnimap-get-partial-article): New function.
10785         (nnimap-request-article): Use it.
10786         (nnimap-wait-for-response): Return whether the wait was successful.
10787         (nnimap-finish-retrieve-group-infos): Don't do anything if the
10788         retrieval wasn't successful.
10789         (nnimap-retrieve-group-data-early): Allow throttling servers.
10790         (nnimap-streaming): New variable.
10791         (nnimap-fetch-partial-articles): Remove.
10792
10793         * mm-decode.el (mm-with-part): Protect against killed buffers.
10794
10795         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
10796         for prettier summary display.
10797
10798 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
10799
10800         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
10801
10802 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10803
10804         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
10805         apparently third-party libraries depend on it.
10806
10807         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
10808         before starting negotiation.
10809
10810         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
10811         privacy reasons.
10812         (gnus-treat-mail-gravatar): Ditto.
10813
10814         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
10815         buffer when inserting images.  Inserting text into the headers, for
10816         instance, can make them invalid.
10817
10818 2010-09-25  Julien Danjou  <julien@danjou.info>
10819
10820         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
10821         variables.
10822
10823         * nnheader.el: Remove useless variables news-reply-yank-from and
10824         news-reply-yank-message-id.
10825
10826         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
10827         variables.
10828
10829         * mml1991.el: Remove useless mml1991-verbose.
10830
10831         * gnus.el: Remove useless variable gnus-use-generic-from.
10832         Remove obsolete variable gnus-topic-indentation.
10833
10834         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
10835
10836         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
10837
10838         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
10839
10840         * gnus-group.el: Remove useless gnus-group-icon-cache.
10841         Remove useless gnus-ephemeral-group-server.
10842
10843         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
10844
10845         * mml2015.el: Remove useless mml2015-verbose.
10846
10847         * mml-smime.el: Remove useless mml-smime-verbose.
10848
10849         * gnus.el: Remove useless gnus-local-domain.
10850
10851         * gnus-gravatar.el (gnus-gravatar-transform-address):
10852         Use gnus-gravatar-size.
10853
10854         * gnus-art.el: Remove useless gnus-treat-translate.
10855
10856 2010-09-24  Julien Danjou  <julien@danjou.info>
10857
10858         * gnus-sum.el: Add support for Gravatars.
10859
10860         * gnus-art.el: Add support for Gravatars.
10861
10862         * gnus-gravatar.el: Add this file.
10863
10864         * gravatar.el: Add this file.
10865
10866 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10867
10868         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
10869
10870         * gnus-group.el (gnus-group-fetch-faq): Remove.
10871
10872         * gnus.el (gnus-group-faq-directory): Remove.
10873
10874         * gnus-group.el (gnus-group-fetch-charter): Remove.
10875
10876         * gnus.el (gnus-group-charter-alist): Remove.
10877
10878         * gnus-group.el (gnus-group-archive-directory): Remove.
10879         (gnus-group-recent-archive-directory): Ditto.
10880         (gnus-group-make-archive-group): Remove.
10881
10882         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
10883
10884         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
10885         use the same article number for all the cached articles.
10886
10887         * nnimap.el (nnimap-command): Register the last command time so
10888         that we can use it for idling NOOPs.
10889         (nnimap-open-connection): Start the keeplive timer.
10890         (nnimap-make-process-buffer): Store all the process buffers.
10891         (nnimap-keepalive): New function.
10892
10893         * starttls.el (starttls-open-stream): Add autoload cookie.
10894
10895 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10896
10897         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
10898         handling.
10899
10900 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10901
10902         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
10903         its data structures.
10904
10905         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
10906         instead of the cl.el copy-list.
10907         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
10908         equalp.
10909
10910 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10911
10912         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
10913         and tool-bar-local-item-from-menu.
10914
10915         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
10916         mode-line-highlight face for Emacs.
10917
10918         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
10919         loading gnus-sum.elc; fix comment for canlock-verify.
10920         (gnus-article-jump-to-part): Use read-number.
10921         (gnus-insert-mime-button, gnus-insert-mime-security-button):
10922         Remove Emacs pre-21 compatible code for help-echo.
10923         (gnus-article-next-page-1): No need to adjust the number of lines.
10924         (gnus-article-describe-bindings): Always use help-buffer.
10925
10926         * gnus-audio.el (gnus-audio-inline-sound):
10927         * gnus-cus.el (gnus-custom-mode):
10928         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
10929
10930         * gnus-sum.el (gnus-remove-overlays): Doc fix.
10931
10932         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
10933         compatible code.
10934
10935 2010-09-24  Glenn Morris  <rgm@gnu.org>
10936
10937         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
10938         visiting the fcc file in rmail-mode.
10939
10940         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
10941
10942 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10943
10944         * nnir.el: Silence the byte compiler.
10945
10946         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
10947         alias to browse-url-url-encode-chars if any.
10948         (gnus-html-encode-url): Use it.
10949
10950 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10951
10952         * gnus-start.el (gnus-use-backend-marks): New variable.
10953         (gnus-get-unread-articles-in-group): Use it.
10954
10955         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
10956         makeover.
10957
10958 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10959
10960         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
10961
10962 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10963
10964         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
10965         Remove.
10966         (gnus-setup-news-hook):
10967         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
10968
10969         * gnus-int.el (gnus-request-update-info): Protect against backends not
10970         having the function.
10971
10972         * nnimap.el (nnimap-stream): Mention starttls.
10973         (nnimap-open-connection): Add starttls support.
10974
10975 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10976
10977         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
10978
10979 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10980
10981         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
10982         BODYSTRUCTUREs.
10983         (nnimap-transform-headers): Unfold quoted {42} headers.
10984
10985         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
10986         the info.
10987         (gnus-get-unread-articles): Only call updatep on backends that support
10988         it.
10989
10990         * nnweb.el (nnweb-request-update-info): NOOP.
10991
10992         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
10993
10994         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
10995         since it only deals with marks.
10996
10997         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
10998         gnus-request-marks, and make a new gnus-request-update-info.
10999
11000         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
11001         the active instead of the high number, which is usually too low.
11002
11003 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
11004
11005         * netrc.el (netrc-parse): Remove encrypt.el mentions.
11006         * encrypt.el: Remove.
11007
11008 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11009
11010         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
11011         server in symbolic form.
11012
11013         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
11014
11015 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11016
11017         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
11018         (nnimap-update-info): Fix up code slightly.
11019
11020         * gnus-int.el (gnus-open-server): Add tracing for performance
11021         debugging.
11022
11023         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
11024         (gnus-group-insert-group-line): Pass the real group name so that it
11025         gets the right data.
11026
11027         * gnus-start.el (gnus-get-unread-articles): Don't have
11028         `gnus-get-unread-articles-in-group' update info, since that can be
11029         really slow and doesn't seem to be needed?
11030
11031 2010-09-22  Dan Christensen  <jdc@uwo.ca>
11032
11033         * time-date.el (date-to-time): Try using parse-time-string first before
11034         using the slower timezone-make-date-arpa-standard.
11035
11036 2010-09-22  Julien Danjou  <julien@danjou.info>
11037
11038         * gnus-group.el (gnus-group-insert-group-line):
11039         Call gnus-group-highlight-line.
11040         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
11041         default hook list.
11042         (gnus-group-update-eval-form): Add new function.
11043         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
11044         (gnus-group-get-icon): Use gnus-group-update-eval-form.
11045
11046 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11047
11048         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
11049         immediate, then expire all articles.
11050         (nnimap-update-info): Fix off-by-one errors.
11051         (nnimap-flags-to-marks): Would return no marks lists for group with no
11052         flags.  Instead return the other data.
11053
11054 2010-09-22  Julien Danjou  <julien@danjou.info>
11055
11056         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
11057         Only return an icon.
11058         (gnus-group-insert-group-line): Compute icon to return.
11059
11060         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
11061         (gnus-html-image-fetched): Only cache if
11062         gnus-html-image-automatic-caching is set.
11063         (gnus-html-image-fetched): Check for errors.
11064
11065 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11066
11067         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
11068         once per method on `g'.  This ensures that backends like nnfolder don't
11069         open all their folders.
11070
11071         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
11072         (nnimap-request-list): Nix out group in the correct buffer.
11073         (nnimap-parse-flags): Implement by using `read' instead of
11074         hand-parsing.
11075         (nnimap-flags-to-marks): Pass on permanent-flags.
11076         (nnimap-make-process-buffer): Record the server name.
11077         (nnimap-parse-flags): Fix typo.
11078         (nnimap-request-scan): Run split on the server in general, not just a
11079         single group.
11080
11081         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
11082         parameter, and propagate this downwards.
11083
11084         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
11085         since EXAMINE changes it on the server.
11086
11087         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
11088         this command might take a while.
11089
11090 2010-09-22  Julien Danjou  <julien@danjou.info>
11091
11092         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
11093         harmful if you have 2 images side-by-side, they can't be properly
11094         update on text deletion.  Using text-property is safer here.
11095         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
11096         data.
11097
11098 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11099
11100         * nnimap.el (nnimap-expunge-inbox): Remove.
11101         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
11102         (nnimap-expunge): Flip default to t.
11103
11104         * gnus.el (gnus-method-to-server): Don't push things to the cache
11105         unless it's unique.
11106         (gnus-server-to-method): Ditto.
11107
11108 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11109
11110         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
11111
11112 2010-09-22  Julien Danjou  <julien@danjou.info>
11113
11114         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
11115         get the start of data.
11116         (gnus-html-encode-url): Add this function to encode special chars in
11117         URL.
11118         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
11119         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
11120
11121         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
11122         default.
11123         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
11124
11125         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
11126         images alt-text.
11127         (gnus-html-put-image): Put alt-text as help-echo.
11128
11129 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11130
11131         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
11132         * mm-util.el (mm-decompress-buffer):
11133         * nnir.el (nnir-run-find-grep):
11134         * pop3.el (pop3-list): Use 3rd arg of split-string.
11135
11136         * time-date.el (format-seconds): Comment fix.
11137
11138         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
11139         and byte-optimize-form-code-walker.
11140         (dgnushack-make-auto-load): Don't advise make-autoload.
11141
11142         * lpath.el: Remove Emacs 21 stuff.
11143
11144 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11145
11146         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
11147         outside the active range.  Suggested by Dan Christensen.
11148
11149         * gnus-start.el (gnus-get-unread-articles): Get the extended method
11150         slightly later to avoid double-getting it.
11151
11152         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
11153         previous patch.
11154
11155         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
11156
11157 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
11158
11159         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
11160
11161 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11162
11163         * gnus-int.el (gnus-open-server): Give a better error message in the
11164         "go offline" case.
11165
11166         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
11167         marks for nnimap, which is seldom the right thing to do.
11168
11169         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
11170         (gnus-same-method-different-name): New function.
11171
11172         * nnimap.el (parse-time): Require.
11173
11174         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
11175         method in the presence of many similar methods.
11176
11177         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
11178
11179         * nnimap.el (nnimap-find-expired-articles): Don't refer to
11180         nnml-inhibit-expiry.
11181
11182         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
11183         find out whether methods are equal.
11184
11185         * nnimap.el (nnimap-find-expired-articles): New function.
11186         (nnimap-process-expiry-targets): New function.
11187         (nnimap-request-move-article): Request the article before looking at
11188         what the Message-ID is.  Fix found by Andrew Cohen.
11189         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
11190
11191         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
11192         for oldness in addition to being a predicate.
11193
11194         * nnimap.el (nnimap-request-group): When we have zero articles, return
11195         the right data to Gnus.
11196         (nnimap-request-expire-articles): Only delete articles immediately if
11197         the target is 'delete.
11198
11199         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
11200         method, this would bug out.
11201
11202         * gnus-group.el (gnus-group-expunge-group): Rename from
11203         gnus-group-nnimap-expunge, and implemented as a normal interface
11204         function.
11205
11206         * gnus-int.el (gnus-request-expunge-group): New function.
11207
11208         * nnimap.el (nnimap-request-create-group): Implement.
11209         (nnimap-request-expunge-group): New function.
11210
11211 2010-09-21  Julien Danjou  <julien@danjou.info>
11212
11213         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
11214         (gnus-html-cache-expired): Add new function.
11215         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
11216         wethever we should display image for fetch it.
11217         Compute alt-text earlier to pass it to the fetching function too.
11218         (gnus-html-schedule-image-fetching): Change function argument to only
11219         get one image at a time, not a list.
11220         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
11221         cache.
11222         (gnus-html-get-image-data): New function to retrieve image data from
11223         cache.
11224         (gnus-html-put-image): Change buffer argument to use image data rather
11225         than file, and place image above region rather than inserting a new
11226         one.  Do not take alt-text as argument, since it's useless now: we place
11227         the image above alt-text.
11228         (gnus-html-prune-cache): Remove.
11229         (gnus-html-show-images): Start to fetch image when we find one, do not
11230         push into a temporary list.
11231         (gnus-html-prefetch-images): Only fetch image if they have expired.
11232         (gnus-html-browse-image): Fix, use 'gnus-image-url.
11233         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
11234
11235 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11236
11237         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
11238
11239 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11240
11241         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
11242         spec inser "*" if the group isn't active instead of 0.
11243
11244         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
11245         opening the server.
11246         (nnimap-request-delete-group): Implement group deletion.
11247         (nnimap-transform-headers): Return the size of the entire message in
11248         the Bytes header, not just the size of the first part.
11249         (nnimap-request-move-article): When moving an article from nnimap,
11250         request the article first so the accepting form has an article to
11251         accept.  Reported by Dan Christensen.
11252         (nnimap-command): Make sure that the error message doesn't error out.
11253
11254 2010-09-20  David Edmondson  <dme@dme.org>
11255
11256         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
11257         we haven't requested anything.
11258
11259 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11260
11261         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
11262         "".  Fix found by Andrew Cohen.
11263
11264         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
11265         instead of -encode-string.
11266
11267 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11268
11269         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
11270
11271         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
11272         by mm-subst-char-in-string.
11273
11274 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11275
11276         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
11277         waiting for the connection string.
11278
11279         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
11280         arriving.
11281
11282         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
11283         bogus characters.  This allows selecting certain Gmail groups.
11284
11285         * nnimap.el (nnimap-find-wanted-parts-1): New function.
11286         (nnimap-fetch-partial-articles): New variable.
11287         (nnimap-open-connection): When looking for credentials, also use the
11288         nnimap-server-port.
11289         (nnimap-request-article): Return the group/article number, so that Gnus
11290         `^' works as expected.
11291         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
11292
11293         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
11294         comments.
11295         (gnus-methods-sloppily-equal): New function.
11296         (gnus): When using the development version of Gnus, load the gnus-load
11297         file.
11298
11299         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
11300         `gnus-open-server' on each method before trying to scan them etc.
11301         This ensures that all the backend parameters are set correctly.
11302
11303         * nnimap.el (nnimap-authenticator): New variable.
11304         (nnimap-open-connection): Allow anonymous login.
11305         (nnimap-transform-headers): The chars header is called Chars not Bytes.
11306         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
11307
11308         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
11309         patch, found by Knut Anders Hatlen.
11310
11311 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
11312
11313         * gnus-agent.el (gnus-agent-batch-confirmation)
11314         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
11315         to gnus-message.
11316         * gnus-art.el (gnus-article-describe-briefly): Likewise.
11317         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
11318         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
11319         * gnus-int.el (gnus-open-server): Likewise.
11320         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
11321         (gnus-score-check-syntax): Likewise.
11322         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
11323         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
11324         Likewise.
11325         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
11326
11327 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11328
11329         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
11330         calling conventions so that prefetch doesn't bug out.
11331
11332 2010-09-19  Julien Danjou  <julien@danjou.info>
11333
11334         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
11335         rather than `subst-char-in-region' in order to be able to replace ASCII
11336         char by UTF-8 ones.
11337
11338         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
11339         than curl.
11340         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
11341         the right URL and ALT text on images.
11342         (gnus-html-wash-tags): Fix tag case.
11343         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
11344         (gnus-article-html): Add -o display_ins_del=2 option.
11345         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
11346
11347 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11348
11349         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
11350         the extra mail headers, which sometimes seem to happen for unknown
11351         reasons.
11352
11353         * mail-parse.el (mail-header-encode-parameter): Define as
11354         rfc2045-encode-string instead of as rfc2231-encode-string, since some
11355         (or most, perhaps?) mail readers don't understand the latter, but do
11356         understand the former.
11357
11358         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
11359         to nil, so that no methods are automatically agentized.  I think this
11360         is probably what most users want.
11361
11362         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
11363         from url-retrieve, for instance about invalid URLs.
11364
11365         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
11366         groups that have no articles.
11367         (nnimap-request-article): Check that we really got an article when we
11368         requested one.
11369
11370         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
11371         doesn't exist.
11372
11373         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
11374         nntp buffer so the agent can save it.
11375         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
11376         that CRLF doesn't get translated to \n.
11377         (nnimap-open-connection): Don't make 'shell commands only send \n.
11378
11379 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11380
11381         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
11382         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
11383         Update var name.
11384         (nnml-generate-nov-file): Use dolist.
11385         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
11386         Use with-current-buffer.
11387
11388 2010-09-18  Julien Danjou  <julien@danjou.info>
11389
11390         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
11391         parallel.
11392
11393 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11394
11395         * nnimap.el (nnimap-update-info): When doing partial marks update, get
11396         the range update right.
11397         (nnimap-request-group): Don't make `M-g' bug out on group with no
11398         marks.
11399         (nnoo): Require, so that other packages can require nnimap.
11400         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
11401         command we're looking for.  This helps when the server sends more
11402         responses after we've gotten everything we expected.
11403         (nnimap): Add a `newlinep' field to keep track of end-of-line
11404         conventions.
11405         Don't send CRLF to things that don't want it.
11406         (nnimap-request-accept-article): Ditto.
11407
11408 2010-09-18  Julien Danjou  <julien@danjou.info>
11409
11410         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
11411         than curl to retrieve images.
11412
11413 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11414
11415         * nnimap.el (nnimap-update-info): Extend the info so that we can set
11416         the marks.
11417         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
11418         (nnimap-wait-for-connection): New function.
11419         (nnimap-open-connection): If we have PREAUTH, don't query for login
11420         credentials.
11421         (nnimap-update-info): Fix off-by-one error when concatenating ranges
11422         when doing a partial update.
11423
11424 2010-09-18  Julien Danjou  <julien@danjou.info>
11425
11426         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
11427         tags.
11428
11429 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11430
11431         * nnimap.el (nnimap-credentials): New function.
11432         (nnimap-open-connection): Use the new function to look for credentials
11433         also on the numeric equivalents of "imap" and "imaps".
11434
11435         * gnus-start.el (gnus-activate-group): Send the info to
11436         gnus-request-group.
11437
11438         * nnimap.el (nnimap-request-group): Have the "check" version of the
11439         function parse flags and update the info, so that a `M-g' get a total
11440         resync of all flags from the group.
11441
11442         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
11443         to allow backends to alter the info on group selection.  Also alter all
11444         the backend -request-group functions to take the parameter.
11445
11446         * nnimap.el (nnimap-store-info): New function.
11447         (nnimap-update-info): Store the info for later usage.
11448         (nnimap-request-group): Use the stored info for the dont-check case, so
11449         that we don't retrieve all marks when we enter a group.
11450
11451         * nnimap.el: Use deffoo instead of defun for interface functions.
11452
11453         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
11454         update the group info.  This makes the nndraft groups, for instance, go
11455         back to their old behavior.
11456
11457         * gnus-sum.el (gnus-select-newsgroup): Indent.
11458
11459         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
11460         in.
11461         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
11462         nothing.
11463
11464         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
11465         from methods that are denied.
11466
11467         * gnus-int.el (gnus-method-denied-p): New function.
11468
11469         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
11470         store the password instead of netrc.
11471         (nnimap-open-connection): Don't error out when we can't make a
11472         connections.
11473
11474         * auth-source.el (auth-source-create): In the password prompt, say what
11475         we're querying for.  Also prompt for user name if that hasn't been
11476         given.
11477
11478         * nnimap.el (nnimap-with-process-buffer): Remove.
11479
11480 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11481
11482         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
11483         method when we're reading from the agent.
11484
11485         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
11486
11487         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
11488         that's probably most useful for users.
11489
11490         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
11491         "failed" all the time.
11492
11493         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
11494         ...)) with (with-current-buffer ... ).
11495
11496         * nntp.el (nntp-open-server): Return whether the open was successful or
11497         not.
11498
11499         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
11500         select an unread unseen article first.
11501
11502         * nnimap.el (nnimap-open-connection): If the user doesn't have a
11503         /etc/services, supply some sensible port defaults.
11504
11505         * dgnushack.el: Define netrc-credentials.
11506
11507 2010-09-17  Julien Danjou  <julien@danjou.info>
11508
11509         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
11510
11511 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11512
11513         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
11514         doesn't have any parameters.
11515
11516 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11517
11518         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
11519         only upcased checks.
11520
11521         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
11522
11523         * nnimap.el (nnimap-open-shell-stream): New function.
11524         (nnimap-open-connection): Use it.
11525         (nnimap-transform-headers): Get the number of lines in each message.
11526         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
11527         number of lines.
11528         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
11529         problem.
11530
11531         * utf7.el (utf7-encode): Autoload.
11532
11533         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
11534         to allow the mail splitting to not return a default group.  This is
11535         useful for nnimap, which will leave unmatched mail in the inbox.
11536
11537         * nnimap.el: Rewritten.
11538
11539         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
11540         nnimap usage.
11541
11542         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
11543         if the move is internal, so that nnimap can do fast internal moves.
11544
11545         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
11546         data.
11547         (gnus-read-active-for-groups): Support finishing the early retrieval of
11548         data.
11549
11550         * gnus-range.el (gnus-range-nconcat): New function.
11551
11552         * gnus-int.el (gnus-finish-retrieve-group-infos)
11553         (gnus-retrieve-group-data-early): New functions.
11554
11555 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11556
11557         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
11558         (nnrss-retrieve-groups):
11559         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
11560         (pop3-quit): Use with-current-buffer.
11561
11562 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11563
11564         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
11565         instead of nnheader-accept-process-output.
11566
11567         * dgnushack.el (dgnushack-compile): Add comment.
11568
11569         * lpath.el: No need to fbind propertize for XEmacs 21.4.
11570
11571         * gnus-html.el (gnus-html-schedule-image-fetching)
11572         (gnus-html-prefetch-images): Replace process-kill-without-query by
11573         gnus-set-process-query-on-exit-flag.
11574
11575 2010-09-16  Romain Francoise  <romain@orebokech.com>
11576
11577         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
11578
11579 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11580
11581         * gnus-registry.el (gnus-registry-install-shortcuts): The second
11582         parameter to unintern is mandatory-ish in Emacs 24.
11583
11584         * gnus-html.el (gnus-html-schedule-image-fetching)
11585         (gnus-html-prefetch-images): Check for curl before using it.
11586
11587         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
11588         depend on curl, which isn't essential.
11589
11590         * imap.el: Revert back to version
11591         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
11592         seem problematic.
11593
11594 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11595
11596         * gnus-registry.el (gnus-registry-install-shortcuts):
11597         Explicitly pass `obarray' to `unintern' to avoid a warning.
11598
11599 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11600
11601         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
11602         change.
11603
11604         * nnrss.el (nnrss-request-list): Remove this function and related
11605         functions, including the moreover stuff.
11606
11607 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11608
11609         * nnrss.el (nnrss-retrieve-groups): New function.
11610
11611 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11612
11613         * .dir-locals.el: Add no-byte-compile cookie.
11614
11615 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11616
11617         * time-date.el (format-seconds): Comment fix.
11618
11619         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
11620         for back end that doesn't support request-scan.
11621
11622 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11623
11624         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
11625         then do request scans from the backends.
11626
11627         * netrc.el (netrc-credentials): New conveniency function.
11628
11629         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
11630         avoid running a hook per line, since this takes a lot of time,
11631         profiling shows.
11632         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
11633         directly if gnus-visual-p is true.
11634
11635 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11636
11637         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
11638         groups; replace mapcar with dolist which is a bit faster; pass groups
11639         info to gnus-read-active-file-1.
11640         (gnus-read-active-file-1): Scan only specified groups if the new
11641         optional arg `infos' is given.
11642
11643 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11644
11645         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
11646
11647         * pop3.el (pop3-movemail): Remove.
11648         (pop3-streaming-movemail): Rename to pop3-movemail.
11649
11650         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
11651         don't restrict end-tag searches to the end of the line.
11652
11653 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11654
11655         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
11656         articles of every unchecked group to t, which means unknown since the
11657         server has never been opened.
11658
11659 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11660
11661         * gnus-html.el (gnus-html-show-alt-text): New command.
11662         (gnus-html-browse-image): Ditto.
11663         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
11664         to browse the image directly.
11665         (gnus-html-wash-tags): Search for images first, so that <a><img> works
11666         better.
11667
11668         * gnus-async.el (gnus-async-article-callback):
11669         Call `gnus-html-prefetch-images' unconditionally.
11670
11671         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
11672         before feeding URLs to curl.
11673
11674 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11675
11676         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
11677         internal images as deletable by `W D D'.
11678
11679         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
11680         (gnus-async-article-callback): Fix typo.
11681
11682 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11683
11684         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
11685         current line to work around bugs in the output from w3m.
11686
11687         * gnus-async.el (gnus-async-article-callback): Always prefetch images
11688         for groups that want that.
11689
11690         * nntp.el (nntp-wait-for-string): Supply a timeout for
11691         accept-process-output to ensure progress.
11692
11693         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
11694         level to get unread articles from, then use that for foreign groups,
11695         too.
11696
11697         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
11698         confuses the rest of the function.
11699
11700         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
11701         for the methods that support -retrieve-groups, too.
11702
11703         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
11704
11705 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11706
11707         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
11708         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
11709
11710         * pop3.el: Require cl when compiling.
11711         (pop3-number-of-responses): Search for "+OK", not "+OK ".
11712
11713 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11714
11715         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
11716         that aren't going to be activated.
11717         (gnus-get-unread-articles): Fix up the last commit.
11718
11719         * gnus-html.el (gnus-article-html): Allow calling without specifying
11720         the handle.  In that case, dissect the buffer first.
11721
11722         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
11723
11724         * nnimap.el (nnimap-open-connection): Revert the change that would look
11725         into authinfo for imaps instead of imap.
11726
11727         * gnus-start.el (gnus-activate-group): Take an optional parameter to
11728         say that you don't want to call gnus-request-group with don-check, but
11729         do check the reponse.  This is for virtual groups only.
11730         (gnus-get-unread-articles): Count the archive groups as secondary, so
11731         that they're activated the same way as before.
11732
11733         * imap.el (imap-message-map): Removed optional buffer parameter, since
11734         no callers use it.
11735         (imap-message-get): Ditto.
11736         (imap-message-put): Ditto.
11737         (imap-mailbox-map): Ditto.
11738         (imap-mailbox-put): Ditto.
11739         (imap-mailbox-get): Ditto.
11740         (imap-mailbox-get): Revert last change for this function.
11741
11742         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
11743         case-insensitively.
11744         (nnimap-debug): Remove.
11745
11746         * net/imap.el (imap-fetch-safe): Remove function, and alter all
11747         callers to use `imap-fetch' instead.  According to the comments, this
11748         should be safe, since all other IMAP clients use the 1:* syntax.
11749         (imap-enable-exchange-bug-workaround): Remove.
11750         (imap-debug): Remove -- doesn't seem very useful.
11751
11752         * mail-source.el (mail-source-fetch): Don't message if we're fetching
11753         mail from a file, and the file doesn't exist.
11754
11755         * imap.el (imap-log): New convenience function used throughout instead
11756         of repeating the same code all over the place.
11757
11758         * pop3.el (pop3-streaming-movemail): Return t for success.
11759
11760         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
11761         .authinfo if we're using ssl connection.
11762
11763         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
11764         already have if we're in a main Gnus `g' run.
11765
11766         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
11767
11768 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11769
11770         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
11771
11772         * nnmh.el (nnmh-request-list-1): Bind `file'.
11773
11774         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
11775         alias to set-process-query-on-exit-flag or process-kill-without-query.
11776         (pop3-open-server): Use it.
11777
11778 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11779
11780         * mail-source.el (mail-source-delete-crash-box): Always move the crash
11781         box to the Incoming file.  Fixes mistake in previous checkin.
11782
11783         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
11784         request loop (for debugging purposes) removed.
11785
11786         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
11787         culprit is more visible.
11788         (nnml-save-incremental-nov, nnml-open-incremental-nov)
11789         (nnml-add-incremental-nov): New functions to do "incremental" nov
11790         updates, where we just append to the end of the existing nov files
11791         without reading/writing them in full.
11792
11793         * mail-source.el (mail-source-delete-crash-box): Really only check the
11794         incoming files once in a while.
11795
11796         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
11797
11798         * mail-source.el (mail-source-delete-crash-box): Only check the
11799         incoming files for deletion once per day to save a lot of file
11800         accesses.
11801
11802         * pop3.el (pop3-logon): Fix up unbound variable typo.
11803
11804         * mail-source.el (pop3-streaming-movemail): Autoload.
11805
11806         * pop3.el (pop3-streaming-movemail):
11807         Respect pop3-leave-mail-on-server.
11808
11809         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
11810         retrieval.
11811
11812         * pop3.el (pop3-process-filter): Remove unused function.
11813         (pop3-streaming-movemail, pop3-send-streaming-command)
11814         (pop3-wait-for-messages, pop3-write-to-file)
11815         (pop3-number-of-responses): New functions for streaming pop3
11816         retrieval.
11817
11818         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
11819         come from no known methods.
11820         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
11821         list.
11822
11823         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
11824         message sizes.
11825         (pop3-movemail): Use erase-buffer instead of looping and deleting
11826         regions, which seems rather odd.
11827
11828         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
11829         file once per `g' run.
11830
11831         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
11832         directories.  This makes the draft queue directory work.
11833
11834         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
11835         data from the backends, so that we only request the list of groups from
11836         each method once.  This should speed things up considerably.
11837
11838         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
11839         detect that it's not implemented.
11840
11841         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
11842         we actually do recurse down into the tree, but don't stat all leaf
11843         nodes.
11844
11845         * gnus-html.el (gnus-html-show-images): If there are no images to show,
11846         then say so instead of bugging out.
11847
11848         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
11849         files exist before trying to read them.
11850
11851         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
11852         around <pre_int>.
11853
11854         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
11855
11856         * nnmh.el (nnmh-request-list-1): Optimize for speed.
11857
11858 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11859
11860         * mm-util.el (mm-image-load-path): Just return the image directories,
11861         not all directories in the path in addition to the image directories.
11862         (mm-image-load-path): Maintain a cache of the image directories so that
11863         the `g' command in Gnus doesn't have to stat dozens of directories each
11864         time.
11865
11866         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
11867         (gnus-html-wash-tags): Add a new `i' command to insert images.
11868         (gnus-html-insert-image): New command and keystroke.
11869         (gnus-html-redisplay-with-images): New command and keystroke.
11870         (gnus-html-show-images): Rename command.
11871         (gnus-html-wash-tags): Remove more white space before <pre_int> image
11872         spacers.
11873         (gnus-html-wash-tags): Decode entities at the end, so that entities
11874         inside the tags don't mess up the rest of the "parsing".
11875
11876         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
11877         so that nnimap methods aren't agentized by default.  There's apparently
11878         many problems related to agent/imap behavior.
11879
11880         * gnus-art.el (gnus-article-copy-string): New command and key binding.
11881
11882         * gnus-html.el: Doc fix.
11883
11884 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11885
11886         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
11887         specifier-spec-list for Emacs 21.
11888
11889         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
11890         glyph-width and glyph-height instead of display-graphic-p and
11891         image-size; make avoidance of displaying small images work for XEmacs.
11892
11893         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
11894         for XEmacs.
11895
11896         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
11897         of symbol that holds plist data.
11898         (gnus-process-plist): Remove plist of process after getting it.
11899
11900 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11901
11902         * message.el (message-generate-hashcash): Change default to
11903         'opportunistic if hashcash is installed.
11904
11905         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
11906         (gnus-html-put-image): Only call image-size once, since it's somewhat
11907         time-consuming on remote X servers.
11908
11909 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11910
11911         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
11912         type on data, not a file name.
11913
11914         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
11915         window-pixel-edges for Emacs 21.
11916
11917         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
11918         decoded contents.
11919         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
11920
11921 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11922
11923         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
11924         group line format, since it isn't very interesting.
11925
11926         * gnus-agent.el (gnus-agent-short-article),
11927         (gnus-agent-long-article): Increase values for these two variables,
11928         since most people are likely to have more network connection and
11929         storage than before.
11930
11931         * gnus.el (gnus-refer-article-method): Change default to 'current.
11932         When referring an article, the common behavior is to refer it from the
11933         current select method, not the native select method.  The chances of
11934         the native select method having the message in question is rather slim
11935         these days.
11936
11937         * gnus-sum.el (gnus-auto-select-subject): Change default to
11938         `unseen-or-unread'.  I think it's likely that most people want to
11939         select an unseen article over a previously seen, but unread one.
11940
11941         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
11942         means that in the article buffer none of the minor mode elements will
11943         be shown, usually, and this is not desirable in most cases.
11944
11945         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
11946         that commands like `d' (and the like) go to the next line in the
11947         buffer, instead of the next unread article.  I think this is the
11948         behavior that is most natural for most users.
11949         (gnus-single-article-buffer): Change default to nil, so that people can
11950         have as many article buffers open as they have summary buffer.  I think
11951         this is the most natural way for the groups to behave.
11952
11953         * message.el (message-generate-new-buffers): Change default to
11954         `unsent', so that all new message buffers start their names with the
11955         string "*unsent", and it's easier to find the buffers if you move from
11956         them.
11957
11958 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11959
11960         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
11961         small.  They're probably tracking images.
11962         (gnus-html-wash-tags): Remove all <pre_int> place holders.
11963         (gnus-html-rescale-image): Yet another try at getting the image sizing
11964         right.
11965
11966         * nntp.el (nntp-request-set-mark): Refuse to do marks if
11967         nntp-marks-file-name is nil.
11968
11969 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11970
11971         * gnus-html.el (gnus-html-wash-tags)
11972         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
11973         Better logging.
11974
11975 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11976
11977         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
11978
11979         * gnus-html.el (gnus-html-wash-tags): Check the value of
11980         gnus-blocked-images in the summary buffer.
11981
11982 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11983
11984         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
11985
11986 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11987
11988         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
11989         like "a", it seems like.
11990         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
11991         since it needs to be picked from the correct buffer.
11992
11993         * nnwfm.el: Remove.
11994
11995         * nnlistserv.el: Remove.
11996
11997 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11998
11999         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
12000         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
12001
12002 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12003
12004         * nnkiboze.el: Remove.
12005
12006         * nndb.el: Remove.
12007
12008         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
12009         alt text.
12010         (gnus-html-rescale-image): Try to get the rescaling logic right for
12011         images that are just wide and not tall.
12012
12013         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
12014         overshadow variable bindings.
12015
12016 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12017
12018         * gnus-html.el (gnus-html-wash-tags)
12019         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
12020         Add extra logging.
12021
12022 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12023
12024         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
12025         (gnus-max-image-proportion): New variable.
12026         (gnus-html-rescale-image): New function.
12027         (gnus-html-put-image): Rescale images.
12028
12029 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12030
12031         Fix up some byte-compiler warnings.
12032         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
12033         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
12034         (gnus-article-fill-cited-article, gnus-article-hide-citation)
12035         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
12036         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
12037         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
12038         (gnus-group-update-group): Use save-excursion and with-current-buffer.
12039
12040 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12041
12042         * gnus-html.el (gnus-article-html): Decode contents by charset.
12043
12044 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12045
12046         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
12047         (gnus-html-frame-width, gnus-blocked-images):
12048         * message.el (message-prune-recipient-rules): Add custom version.
12049         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
12050
12051         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
12052         functions.
12053
12054         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
12055         gnus-process-get.
12056
12057 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
12058
12059         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
12060         instead of lsub directly.
12061
12062 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12063
12064         * nnwarchive.el: Remove.
12065
12066         * gnus-soup.el: Remove.
12067
12068         * nnsoup.el: Remove.
12069
12070         * nnultimate.el: Remove.
12071
12072         * gnus-html.el (gnus-blocked-images): New variable.
12073
12074         * message.el (message-prune-recipients): New function.
12075         (message-prune-recipient-rules): New variable.
12076
12077         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
12078         guess whether a long line is natural text or not.
12079
12080         * gnus-html.el (gnus-html-schedule-image-fetching):
12081         Use gnus-process-plist and friends for compatibility.
12082
12083 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12084
12085         * gnus-html.el: Require packages that define macros used in this file.
12086         (gnus-article-mouse-face): Declare to silence byte-compiler.
12087         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
12088         process-get.
12089         (gnus-html-put-image): Use plist-get to avoid getf.
12090         (gnus-html-prefetch-images): Use with-current-buffer.
12091
12092 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12093
12094         * gnus-ems.el: Provide compatibility functions for
12095         gnus-set-process-plist.
12096
12097         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
12098         header-line-format for XEmacs 21.4.
12099
12100         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
12101         * gnus.el (gnus-valid-select-methods):
12102         * message.el (message-send-mail-partially-limit):
12103         * mm-decode.el (mm-text-html-renderer):
12104         * mml.el (mml-insert-mime-headers-always):
12105         * smiley.el (smiley-regexp-alist): Bump custom version.
12106
12107 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12108
12109         * gnus-html.el: Require mm-url.
12110         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
12111         with the url to `url'.
12112         (gnus-html-wash-tags): Support cid: URLs/images.
12113
12114 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12115
12116         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
12117         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
12118         bindings, as they aren't useful at all.  `w' is moved to `W w'.
12119
12120         * gnus-move.el: Remove file, since it doesn't really work.
12121
12122         * gnus-html.el (gnus-article-html): Tell w3m that the input is
12123         UTF-8.  This seems to fix problems with some German web feeds.
12124
12125         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
12126         at the top so that the proper colors are applied.
12127
12128         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
12129         don't have dots in their names.
12130
12131         * gnus-art.el (gnus-article-view-part): Doc fix.
12132
12133         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
12134         XEmacs-compatible.
12135         (gnus-html-put-image): Don't do images on non-graphic displays.
12136
12137         * nnslashdot.el: Remove this unused backend.
12138
12139         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
12140         actions.
12141         (gnus-undo-register-1): Revert last change.
12142
12143         * gnus-group.el (gnus-group-completing-read): Protect against not
12144         having completion-styles bound.
12145
12146         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
12147         make broken recipients happier.
12148
12149         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
12150
12151         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
12152         point parameter.
12153
12154         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
12155
12156         * gnus-group.el (gnus-group-completing-read): Add 'substring to
12157         completion-styles for group selection.
12158
12159 2009-02-04  Andreas Schwab  <schwab@suse.de>
12160
12161         * gnus-score.el (gnus-score-string): Fix regex for matching extra
12162         headers and regexp-quote the match if necessary.
12163
12164 2009-03-24  Miles Bader  <miles@gnu.org>
12165
12166         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
12167         the blinking smiley.
12168
12169 2009-03-24  Simon Josefsson  <simon@josefsson.org>
12170
12171         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
12172         blink smiley.
12173
12174 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12175
12176         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
12177         where the dribbel file lives exists.
12178
12179         * message.el (message-send-mail-partially-limit): Change the default to
12180         nil, since most people don't want this.
12181
12182         * mm-url.el (mm-url-decode-entities): Also decode entities like
12183         &#x3212.
12184
12185 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12186
12187         * gnus-sum.el (gnus-summary-idna-message):
12188         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
12189         Hyperlink urls in docstrings with URL `...'.
12190
12191 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
12192
12193         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
12194         functions.
12195
12196 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12197
12198         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
12199         say what the mouseover text should be.
12200
12201         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
12202         version of the mm-w3m-safe-url-regexp variable to only download images
12203         in the groups where we want that to happen.
12204
12205         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
12206
12207         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
12208         easier debugging.
12209         (gnus-article-beginning-of-window): Add kludge to allow spacing past
12210         big pictures in the article buffer.
12211
12212         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
12213         gnus-article-html.
12214         (mm-text-html-renderer): gnus-article-html needs curl in addition to
12215         w3m.
12216
12217         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
12218
12219 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12220
12221         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
12222         which doesn't exist.
12223
12224         * message.el (message-inhibit-ecomplete): New variable to allow some
12225         function to inhibit ecomplete address storage.
12226         (message-resend): Disable ecomplete message storage when resending
12227         messages.
12228
12229         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
12230
12231 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12232
12233         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
12234         Save excursion while copying, moving, and deleting articles in order to
12235         prevent the cursor from jumping to unforeseen place.
12236
12237 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12238
12239         * lpath.el: No need to bind bookmark-current-buffer,
12240         bookmark-yank-point and bookmark-make-record-function.
12241
12242 2010-08-17  Glenn Morris  <rgm@gnu.org>
12243
12244         * gnus-sync.el: Require gnus components whose functions are used.
12245
12246         * gnus-art.el (bookmark-make-record-function):
12247         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
12248         Declare for compiler.
12249
12250         * mm-url.el (mml-compute-boundary): Autoload.
12251
12252 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12253
12254         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
12255
12256 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
12257
12258         Typo fix "hoo4a" -> "hook".
12259
12260         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
12261
12262 2010-08-14  Glenn Morris  <rgm@gnu.org>
12263
12264         * gnus-sync.el (gnus-sync): Fix defgroup version.
12265
12266 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
12267
12268         Doc fixes and keep unknown groups (ammended for nunion bug fix).
12269
12270         * gnus-sync.el: Fix docs.
12271         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
12272         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
12273
12274 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12275
12276         Optimizations for gnus-sync.el.
12277
12278         * gnus-sync.el: Add docs about gnus-sync-backend
12279         possibilities.
12280         (gnus-sync-save): Remove unnecessary message.
12281         (gnus-sync-read): Optimize and show what groups were skipped.
12282
12283 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12284
12285         Minor bug fixes for gnus-sync.el.
12286
12287         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
12288         Don't read the sync on get-new-news.
12289
12290         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
12291         quiet.
12292
12293         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
12294         (fix typo).
12295
12296 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
12297
12298         Make saving and restoring of hidden threads work with overlays.
12299         Patch applied by Ted Zlatanov.
12300
12301         * gnus-sum.el (gnus-hidden-threads-configuration)
12302         (gnus-restore-hidden-threads-configuration): Update to deal with text
12303         properties, rather than searching for a magic character.
12304
12305 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12306
12307         New gnus-sync.el library for synchronization of marks.
12308
12309         * gnus-sync.el: New library for synchronization of marks.
12310
12311         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
12312         renamed from `gnus-registry-grep-in-list'.
12313
12314         * gnus-registry.el (gnus-registry-follow-group-p):
12315         Use `gnus-grep-in-list'.
12316
12317         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
12318
12319 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12320
12321         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
12322         determining charset of text fails.
12323
12324 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12325
12326         * nnmail.el (nnmail-get-new-mail-1): Revert.
12327
12328         * nnml.el (nnml-active-number): Make sure names of newly created groups
12329         in nnml-group-alist are encoded.
12330
12331 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12332
12333         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
12334         containing non-ASCII characters in active file for nnml back end.
12335
12336 2010-07-24  David Engster  <dengste@eml.cc>
12337
12338         * mml-smime.el (mml-smime-epg-verify): Also accept the older
12339         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
12340
12341 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
12342
12343         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
12344         tag (Bug#6654).
12345
12346 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12347
12348         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
12349         the article buffer, not the summary buffer.
12350
12351 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12352
12353         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
12354         Emacs 23 as well.
12355
12356 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12357
12358         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
12359         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
12360
12361 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12362
12363         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
12364         Patch applied by Karl Fogel.
12365
12366         * gnus-sum.el (gnus-summary-bookmark-make-record):
12367         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
12368
12369 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12370
12371         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
12372         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
12373         C-w still not working correctly from Article buffers; Thierry's
12374         patch to fix that will be applied after this.
12375
12376         * gnus-art.el (bookmark-make-record-function): New local variable.
12377
12378         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
12379         article buffer.
12380         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
12381
12382 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
12383
12384         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
12385         on changes in bookmark.el.
12386
12387 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12388
12389         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
12390         `no-log' instead of message not to log prompt string.
12391
12392 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
12393
12394         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
12395         the *other* type of HTML form submission.
12396
12397 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
12398
12399         * auth-source.el (auth-source-pick): If choice does not contain a
12400         questioned keyword, set the check to t.
12401
12402 2010-06-12  Romain Francoise  <romain@orebokech.com>
12403
12404         * gnus-util.el (gnus-date-get-time): Move up before first use.
12405
12406 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12407
12408         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
12409         (gnus-article-edit-part): Bind it to make last part that is substituted
12410         or deleted visible.
12411         (gnus-mime-display-single): Buttonize part of which id equals to
12412         gnus-mime-buttonized-part-id.
12413
12414 2010-06-10  Dan Christensen  <jdc@uwo.ca>
12415
12416         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
12417         (gnus-dd-mmm): Use gnus-date-get-time.
12418         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
12419         simplify logic.
12420         (gnus-summary-limit-to-age): Use gnus-date-get-time.
12421         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
12422
12423 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
12424
12425         * auth-source.el (top): Autoload `secrets-list-collections',
12426         `secrets-create-item', `secrets-delete-item'.
12427         (auth-sources): Fix tag string.
12428         (auth-get-source, auth-source-retrieve, auth-source-create)
12429         (auth-source-delete): New defuns.
12430         (auth-source-pick): Rewrite in order to avoid 2 passes.
12431         (auth-source-forget-user-or-password): New parameter USERNAME.
12432         (auth-source-user-or-password): New parameters CREATE-MISSING and
12433         DELETE-EXISTING.  Retrieve password interactively, if needed.
12434
12435 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
12436
12437         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
12438         deleting unused directories when gnus-expert-user is t.
12439
12440 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12441
12442         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
12443         for each temp file when gnus-article-browse-delete-temp is ask.
12444
12445 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12446
12447         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
12448         Replace Lisp calls to delete-backward-char by calls to delete-char.
12449
12450 2010-05-20  Kevin Ryde  <user42@zip.com.au>
12451
12452         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
12453
12454 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
12455
12456         * password-cache.el (password-cache-remove): Fix docstring.
12457
12458 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12459
12460         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
12461         article unless decoding article to be saved.
12462
12463 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12464
12465         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
12466         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
12467         generated within the mm-with-unibyte-current-buffer macro.
12468
12469 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12470
12471         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
12472         to nil when we're in a mml-preview buffer and no group is selected.
12473
12474 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
12475
12476         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
12477         when catching the `C-g'.  Reported by "Leo".
12478
12479 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12480
12481         * message.el (message-forward-make-body-plain)
12482         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
12483         multibyte-string-p.
12484
12485         * lpath.el: Revert.
12486
12487 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12488
12489         * message.el (message-forward-make-body-mml): Assume original message
12490         is multibyte string; error on unibyte.
12491         (message-forward-make-body-plain): Ditto; don't add excessive newline
12492         in body end.
12493
12494         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
12495
12496 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
12497
12498         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
12499         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
12500
12501 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12502
12503         * mm-extern.el (mm-extern-url): Don't use
12504         mm-with-unibyte-current-buffer.
12505         (mm-extern-cache-contents): Use with-current-buffer instead of
12506         save-excursion + set-buffer.
12507
12508 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12509
12510         * mm-util.el (mm-emacs-mule): Remove.
12511
12512 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
12513
12514         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
12515         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
12516         change.
12517
12518 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12519
12520         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
12521         bind the default value of enable-multibyte-characters to nil.
12522
12523 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12524
12525         * message.el (message-forward-make-body-plain)
12526         (message-forward-make-body-mml):
12527         Don't use mm-with-unibyte-current-buffer.
12528
12529 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12530
12531         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
12532
12533 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
12534
12535         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
12536         (Bug#5592).
12537
12538 2010-05-07  Julien Danjou  <julien@danjou.info>
12539
12540         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
12541         it to mm-pipe-part.
12542
12543         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
12544         it is given.
12545
12546 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12547
12548         * binhex.el (binhex-decode-region-internal):
12549         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
12550         (dns-query):
12551         * nnweb.el (nnweb-gmane-search):
12552         * pgg-parse.el (pgg-parse-armor):
12553         * pgg.el (pgg-verify-region):
12554         * sha1.el (sha1-string-external):
12555         * uudecode.el (uudecode-decode-region-internal):
12556         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
12557         XEmacs.
12558
12559         * gnus-art.el (gnus-article-browse-html-parts):
12560         * gnus-group.el (gnus-read-ephemeral-gmane-group):
12561         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
12562         make-temp-file.
12563
12564         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
12565         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
12566         compiling.
12567
12568         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
12569         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
12570         XEmacs when compiling.
12571
12572         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
12573         gnus-pick-mode-off-hook for XEmacs when compiling.
12574         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
12575         gnus-binary-mode-off-hook for XEmacs when compiling.
12576
12577         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
12578         Return nil if char-charset is not available.
12579
12580         * imap.el (imap-disable-multibyte)
12581         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
12582         macros.
12583
12584         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
12585         instead of encode-coding-string.
12586
12587         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
12588         'xemacs) instead of mm-emacs-mule to switch function definitions.
12589         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
12590
12591         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
12592         bind temporary-file-directory for XEmacs;
12593         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
12594         timer-set-function for XEmacs 21.4 and SXEmacs;
12595         bind timer-list for XEmacs 21.4 and SXEmacs;
12596         fbind char-charset and find-charset-region for non-Mule XEmacs;
12597         fbind decode-coding-region, decode-coding-string, detect-coding-region,
12598         encode-coding-region and encode-coding-string for XEmacs having no
12599         file-coding feature.
12600
12601 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
12602
12603         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
12604
12605 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12606
12607         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
12608         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
12609
12610 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
12611
12612         * mm-util.el (mm-decompress-buffer): Use `delete-file';
12613         alias `jka-compr-delete-temp-file' no longer exists.
12614
12615 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12616
12617         Use define-minor-mode in Gnus where applicable.
12618         * mml.el (mml-mode): Use define-minor-mode.
12619         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
12620         (gnus-undo-mode): Use define-minor-mode.
12621         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
12622         (gnus-dead-summary-mode): Use define-minor-mode.
12623         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
12624         Initialize in declaration.
12625         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
12626         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
12627         (gnus-mailing-list-mode): Use define-minor-mode.
12628         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
12629         (gnus-draft-mode): Use define-minor-mode.
12630         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
12631         (gnus-dired-mode): Use define-minor-mode.
12632
12633 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
12634
12635         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
12636         handles on recursive mml-to-mime translation and check them for
12637         boundary delimiter collisions.  Reported by Greg Troxel.
12638
12639 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12640
12641         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
12642
12643 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12644
12645         * mm-util.el (mm-find-buffer-file-coding-system):
12646         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
12647
12648 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
12649
12650         * message.el (message-generate-headers): Record insertion of optional
12651         headers as well.  Otherwise the check to prevent repeated insertion of
12652         optional headers is a no-op.
12653
12654 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
12655
12656         * smime.el: Don't mention CVS.
12657
12658         * nnrss.el (nnrss-fetch): Don't mention CVS.
12659
12660         * nnir.el: Don't mention CVS.
12661
12662 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12663
12664         * gnus-sum.el (gnus-summary-bookmark-make-record):
12665         Add `location' field.
12666
12667 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12668
12669         * lpath.el: Fbind bookmark-default-handler,
12670         bookmark-get-bookmark-record, bookmark-make-record-default,
12671         bookmark-prop-get for Emacs <23 and XEmacs.
12672
12673 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12674
12675         * gnus-sum.el: Add bookmark declarations to silence the compiler.
12676         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
12677         Use with-current-buffer to silence the byte-compiler.
12678         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
12679         bother to require `gnus'.
12680         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
12681
12682 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12683
12684         * gnus-sum.el (gnus-summary-bookmark-make-record)
12685         (gnus-summary-bookmark-jump): New functions.
12686         (gnus-summary-mode): Setup bookmark support.
12687
12688 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
12689
12690         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
12691         if set.
12692
12693 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12694
12695         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
12696         gnus-article-browse-html-save-cid-image; make it work recursively for
12697         forwarded messages as well.
12698         (gnus-article-browse-html-parts): Work when prefix arg is given.
12699         (gnus-article-browse-html-article): Doc fix.
12700
12701 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
12702
12703         * message.el (message-default-mail-headers)
12704         (message-default-headers): Carry the value mail-default-headers over
12705         into message-default-mail-headers, rather than message-default-headers.
12706
12707 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
12708
12709         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
12710         charset.
12711
12712         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
12713         charset into the <meta> tag when the article is encoded to utf-8.
12714
12715 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12716
12717         * gnus-art.el (gnus-article-browse-delete-temp-files):
12718         Delete directories as well.
12719         (gnus-article-browse-html-parts): Work for images that do not specify
12720         file names; delete temp directory when quitting; insert header at the
12721         right place; use file: scheme for image files.
12722
12723 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
12724
12725         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
12726         (gnus-article-browse-html-parts): Use it to make temporary cid image
12727         files in addition to html file so that browser may display them.
12728
12729 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12730
12731         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
12732
12733 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12734
12735         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
12736
12737 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
12738
12739         * auth-source.el (auth-sources): Change default to be simpler.
12740         Explain about Secret Service API sources.  Improve Customize options.
12741         (auth-source-pick): Change to accept any number of search parameters.
12742         Implement fallbacks iteratively, not recursively.  Add scoring on the
12743         second pass and sort by score.  Call Secret Service API when needed.
12744         (auth-source-user-or-password): Use it.  Call Secret Service API
12745         directly when needed to get the user name and the password.
12746
12747 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
12748
12749         * message.el (message-interactive): Doc fix.
12750         (message-qmail-inject-args): Reflow.
12751         (message-kill-to-signature): Fix typo in docstring.
12752
12753         * smiley.el (smiley-buffer): Fix typo in docstring.
12754
12755 2010-03-24  Glenn Morris  <rgm@gnu.org>
12756
12757         * mail-source.el (gnus-message): Declare.
12758         (mail-source-delete-old-incoming): Require gnus-util.
12759
12760 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12761
12762         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
12763
12764         * message.el (ecomplete-setup): Autoload it for Emacs <23.
12765
12766         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
12767         password-cache's default if it is not bound.
12768         (mml-secure-passphrase-cache-expiry): Default to 16 that is
12769         password-cache-expiry's default if it is not bound.
12770
12771         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
12772         available in Emacs 21.
12773
12774         * lpath.el: Suppress compiler warnings for:
12775         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
12776         XEmacs;
12777         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
12778         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
12779         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
12780
12781 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
12782
12783         * auth-source.el (auth-sources): Fix up definition so extra parameters
12784         are always inline.
12785
12786 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
12787
12788         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
12789         wasn't updated after mismatch.  Clear cached mailbox info correctly
12790         when uidvalidity changes.
12791         (nnimap-group-prefixed-name): New function to avoid some code
12792         duplication.
12793         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
12794         (nnimap-request-group): Use it.
12795         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
12796         (nnimap-update-unseen): Significantly improved speed of Gnus startup
12797         with many imap folders.  This is done by caching the group status from
12798         the imap server persistently in a group parameter `imap-status'.  (This
12799         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
12800         but not persistently, so every Gnus startup was still very slow.)
12801
12802 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
12803
12804         * assistant.el (assistant-render-text): Run `widget-setup' and don't
12805         delete the extra newline.  Otherwise editing of :string and :number
12806         types don't work.
12807
12808 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12809
12810         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
12811         secrets.el dependency.
12812         (auth-sources): Add optional user name.  Add secrets.el configuration
12813         choice (unused right now).
12814
12815 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12816
12817         * gnus-sum.el (gnus-summary-make-menu-bar):
12818         Let `gnus-registry-install-shortcuts' fill in the functions.
12819
12820         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
12821         warnings.
12822         (gnus-registry-misc-menus): Variable to hold registry mark menus.
12823         (gnus-registry-install-shortcuts): Populate and use it in a
12824         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
12825
12826 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
12827
12828         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
12829         In-place substitutions for the group name encoding/decoding.
12830         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
12831         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
12832         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
12833         (nnimap-update-unseen, nnimap-request-list)
12834         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
12835         (nnimap-request-set-mark, nnimap-split-to-groups)
12836         (nnimap-split-articles, nnimap-request-newgroups)
12837         (nnimap-request-create-group, nnimap-request-accept-article)
12838         (nnimap-request-delete-group, nnimap-request-rename-group)
12839         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
12840         `encoded-mbx' for consistency.
12841         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
12842         variable `imap-current-mailbox'.
12843
12844         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
12845         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
12846
12847 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
12848
12849         * pop3.el (pop3-display-message-size-flag): Display message size byte
12850         counts during POP3 download.
12851         (pop3-movemail): Use it.
12852         (pop3-list): Implement listing of available messages.
12853
12854 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
12855
12856         * nnir.el (nnir-get-article-nov-override-function): New function to
12857         override the normal NOV retrieval.
12858         (nnir-retrieve-headers): Use it.
12859
12860 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
12861
12862         * auth-source.el (netrc-machine-user-or-password): Autoload.
12863
12864 2010-03-19  Glenn Morris  <rgm@gnu.org>
12865
12866         Stop message.el from loading about 40 libraries it doesn't always need.
12867         The general approach is to autoload rather than require, and to
12868         require in the specific functions rather than the file.  (Bug#5642)
12869
12870         * gmm-utils.el: Don't require wid-edit.
12871         (widget-create-child-value, widget-convert, widget-default-get):
12872         Autoload.
12873
12874         * gnus-util.el: Don't require time-date, netrc.
12875         (message-fetch-field, gnus-group-name-decode): Declare rather than
12876         autoloading.
12877         (gnus-fetch-field): Require message.
12878         (gnus-decode-newsgroups): Require gnus-group.
12879
12880         * ietf-drums.el: Don't require time-date.
12881
12882         * message.el: Don't require hashcash, canlock, ecomplete.
12883         Do require mail-utils.  Require nnheader only when compiling.
12884         (smtpmail-default-smtp-server): Remove declaration.
12885         (message-send-mail-function): Check smtpmail-default-smtp-server
12886         is bound rather than requiring smtpmail.
12887         (message-auto-save-directory, message-insert-signature):
12888         Use expand-file-name rather than nnheader-concat.
12889         (nnheader-insert-file-contents): Autoload.
12890         (hashcash-wait-async): Declare.
12891         (message-send-mail): Only call gnus-setup-posting-charset if
12892         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
12893         (message-send-mail-with-sendmail): Require sendmail.
12894         (canlock-password, canlock-password-for-verify): Declare.
12895         (message-canlock-password): Require canlock.
12896         (nnheader-get-report): Autoload.
12897         (gnus-setup-posting-charset): Declare.
12898         (message-send-news): Require gnus-msg.
12899         (message-make-references, message-make-in-reply-to): Use mail-header-id
12900         rather than the alias mail-header-message-id.
12901         (ecomplete-add-item, ecomplete-save): Declare.
12902         (message-put-addresses-in-ecomplete): Require ecomplete.
12903         (ecomplete-display-matches): Autoload.
12904
12905         * mm-decode.el: Don't require mailcap, gnus-util.
12906         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
12907         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
12908         Autoload.
12909         (mailcap-mime-extensions): Declare.
12910
12911         * mm-encode.el: Don't require mailcap.
12912         (mailcap-extension-to-mime): Autoload.
12913
12914         * mml-sec.el: Don't require password-cache.
12915
12916         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
12917         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
12918         (mml-minibuffer-read-type): Require mailcap.
12919         (mml-preview): Require gnus-msg.
12920
12921         * mml1991.el: Require password-cache.
12922         (password-cache-expiry): Remove declaration.
12923
12924         * mml2015.el: Require password-cache.
12925         (password-cache-expiry): Remove declaration.
12926
12927         * nneething.el (mailcap): Require mailcap.
12928
12929         * nnheader.el (declare-function): Add compatibility stub.
12930         (message-remove-header): Declare rather than autoload.
12931         (nnheader-replace-header): Require message.
12932
12933         * nnimap.el (declare-function): Add compatibility stub.
12934         (netrc-parse, netrc-machine-user-or-password): Declare.
12935         (nnimap-open-connection): Require netrc.
12936
12937         * nntp.el (declare-function): Add compatibility stub.
12938         (netrc-parse, netrc-machine, netrc-get): Declare.
12939         (nntp-send-authinfo): Require netrc.
12940
12941         * rfc2047.el: Don't require qp.
12942         (quoted-printable-encode-region, quoted-printable-decode-string):
12943         Autoload.
12944
12945         * sieve-mode.el: Don't require easymenu.
12946         (easy-menu-add-item): Autoload it.
12947
12948         * spam-stat.el (time-to-number-of-days): Autoload it.
12949
12950 2010-03-19  Glenn Morris  <rgm@gnu.org>
12951
12952         * password-cache.el (password-cache, password-cache-expiry): Autoload.
12953
12954 2010-03-18  Glenn Morris  <rgm@gnu.org>
12955
12956         * hashcash.el (declare-function): Remove duplicate definition.
12957
12958 2010-03-17  Kevin Ryde  <user42@zip.com.au>
12959
12960         * mml.el (mml-read-tag): Unquote values with `read' to reverse
12961         prin1 in mml-insert-tag (just stripping the quotes gave wrong
12962         value if any backslash escapes).
12963
12964 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12965
12966         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
12967         if it is available.  (bug#5647)
12968
12969         * lpath.el: Suppress compiler warning for coding-system-from-name for
12970         Emacs 21 and XEmacs.
12971
12972 2010-03-14  Juri Linkov  <juri@jurta.org>
12973
12974         * hmac-def.el:
12975         * hmac-md5.el:
12976         * netrc.el: Fix keywords.
12977
12978 2010-02-26  Glenn Morris  <rgm@gnu.org>
12979
12980         * message.el (message-send-mail-function): Change the default, so that
12981         it inherits from a customized send-mail-function.  (Bug#5643)
12982
12983 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12984
12985         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
12986         shell-command-to-string signals an error (bug#5299).
12987
12988 2010-02-24  Glenn Morris  <rgm@gnu.org>
12989
12990         * message.el (message-smtpmail-send-it)
12991         (message-send-mail-with-mailclient): Doc fixes.
12992
12993 2010-02-16  Glenn Morris  <rgm@gnu.org>
12994
12995         * message.el (message-default-mail-headers): Change the default value
12996         to ease the transition from mail-mode to message-mode.  (Bug#5555)
12997
12998 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12999
13000         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
13001         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
13002
13003 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
13004
13005         * time-date.el (date-to-time): Doc fix (Bug#5408).
13006
13007 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
13008
13009         * message.el (message-mail): Just pass yank-action on to message-setup.
13010         (message-setup): Handle (FUN . ARGS) form of yank-action.
13011         (message-with-reply-buffer, message-widen-reply)
13012         (message-yank-original): Handle non-buffer values of
13013         message-reply-buffer (Bug#4080).
13014         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
13015
13016 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
13017
13018         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
13019         Fix typo in docstring.
13020
13021 2010-01-08  Jason Rumney  <jasonr@gnu.org>
13022
13023         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
13024         response.
13025
13026 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13027
13028         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
13029
13030         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13031
13032         * message.el (message-check-news-header-syntax): Protect against a
13033         string that `rfc822-addresses' returns when parsing fails.
13034
13035 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13036
13037         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
13038         (gnus-previous-char-property-change): New functions.
13039
13040         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
13041
13042 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
13043
13044         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
13045         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
13046
13047 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
13048
13049         * message.el (message-exchange-point-and-mark): Rework last change to
13050         avoid using optional arg of exchange-point-and-mark, for backward
13051         compatibility.
13052
13053 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
13054
13055         * message.el (message-exchange-point-and-mark):
13056         Call exchange-point-and-mark with an argument rather than setting
13057         mark-active by hand (Bug#5175).
13058
13059 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13060
13061         * nntp.el (nntp-service-to-port): Work for service expressed with
13062         numeric string; replace [:digit:] with [0-9] for XEmacs.
13063
13064 2009-12-17  Glenn Morris  <rgm@gnu.org>
13065
13066         * gnus-group.el (gnus-bug-group-download-format-alist):
13067         Change emacs entry to debbugs.gnu.org.  Bump :version.
13068
13069 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13070
13071         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
13072
13073 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13074
13075         * message.el (message-info): Explain why we use `Info-goto-node'.
13076
13077 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13078
13079         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
13080
13081 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13082
13083         * message.el (message-completion-in-region): New compatibility function.
13084         (message-expand-group): Use it.
13085
13086 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13087
13088         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
13089         with no unread article should be listed if the 2nd arg `predicate' is
13090         given.
13091
13092 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13093
13094         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
13095
13096 2009-11-29  Juri Linkov  <juri@jurta.org>
13097
13098         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
13099         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
13100         on `gnus-recenter'.  (Bug#4698, Bug#4981)
13101
13102 2009-11-26  Kevin Ryde  <user42@zip.com.au>
13103
13104         * sha1.el (sha1-string-external): default-directory "/" in case
13105         otherwise non-existent.  process-connection-type pipe for touch of
13106         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
13107
13108 2009-11-25  Kevin Ryde  <user42@zip.com.au>
13109
13110         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
13111         it's comms related and sgml-mode.el has "comm" on that basis too.
13112
13113 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13114
13115         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
13116         containing tspecial characters if they have been already quoted.
13117
13118 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
13119
13120         * dns-mode.el (auto-mode-alist): Purecopy string.
13121
13122 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13123
13124         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
13125
13126 2009-10-24  Glenn Morris  <rgm@gnu.org>
13127
13128         * gnus-art.el (help-xref-stack-item): Define for compiler.
13129
13130 2009-10-21  Kevin Ryde  <user42@zip.com.au>
13131
13132         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
13133
13134 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13135
13136         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
13137
13138 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13139
13140         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
13141         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
13142
13143 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13144
13145         * gnus.el (gnus-overlay-get): New alias to overlay-get.
13146         (gnus-overlays-in): New alias to overlays-in.
13147
13148         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
13149         gnus-overlay-get, and gnus-delete-overlay.
13150         (gnus-summary-show-thread): Make it work as well for systems in which
13151         next-single-char-property-change is not available.
13152         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
13153
13154         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
13155         (gnus-overlay-get): New alias to extent-property.
13156         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
13157
13158         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
13159         SXEmacs.
13160
13161         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
13162         SXEmacs.
13163
13164 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
13165
13166         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
13167
13168 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
13169
13170         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
13171         and XEmacs that don't have `remove-overlays'.
13172
13173 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13174
13175         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
13176         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
13177         selective display.  Use overlays instead.
13178
13179 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
13180
13181         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
13182
13183 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13184
13185         * spam-stat.el (spam-stat-load): Fix typo in message.
13186
13187 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13188
13189         * dig.el (dig-invoke): Fix typo in docstring.
13190         (query-dig): Reflow docstring.
13191
13192 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
13193
13194         * gnus-art.el (gnus-article-encrypt-body):
13195         * message.el (message-check-recipients):
13196         * mm-util.el (mm-codepage-setup):
13197         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
13198         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
13199
13200 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
13201
13202         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
13203         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
13204         keys from the menu if mm-{sign,encrypt}-option is 'guided.
13205         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
13206         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
13207
13208 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13209
13210         * dig.el: Add "Keywords: comm", as per net-utils.el.
13211
13212 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13213
13214         * dig.el (dig-mode): Use define-derived-mode.
13215
13216 2009-09-19  Glenn Morris  <rgm@gnu.org>
13217
13218         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13219
13220 2009-09-18  Glenn Morris  <rgm@gnu.org>
13221
13222         * gnus-diary.el (gnus-diary-check-message):
13223         * message.el (message-insert-formatted-citation-line):
13224         * nnbabyl.el (top-level):
13225         * nndiary.el (nndiary-schedule):
13226         Fix typos in condition-case handlers.
13227
13228 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13229
13230         * gnus-art.el (gnus-article-edit-part): Work for the buffer
13231         configuration that provides the sole article window in a frame;
13232         position point correctly after deleting a part.
13233
13234 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
13235
13236         * spam.el (spam-unregister-on-reregister): Add boolean variable.
13237         (spam-resolve-registrations-routine): Use it to unregister articles
13238         that change status.
13239
13240 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13241
13242         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
13243         with XEmacs.
13244         (parse-time-string-chars): Use it.
13245
13246 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13247
13248         * imap.el (imap-interactive-login): Better messages.
13249         (imap-open): Fix bug with renamed buffer on reconnect.
13250         (imap-authenticate): Add buffer-local imap-last-authenticator variable
13251         for easier debugging and cleaner code.  On successful (guessed based on
13252         server capabilities) secondary authentication, set imap-state
13253         correctly.
13254         (imap-last-authenticator): Define imap-last-authenticator as a variable
13255         to avoid warnings.
13256
13257 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13258
13259         * nnrss.el (nnrss-request-article): Remove binding of
13260         default-enable-multibyte-characters that has gotten needless by
13261         the 2007-07-13 change in rfc2047-encode-message-header.
13262
13263         * mml.el (mml-insert-multipart): Error on the message header.
13264         (mml-insert-part): Error on the message header; position point at
13265         the end of a MIME tag.
13266
13267 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13268
13269         * time-date.el (autoload): Expand define-obsolete-function-alias into
13270         defalias and make-obsolete for old Emacsen that Gnus supports.
13271         (with-no-warnings): Define it for old Emacsen.
13272         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13273         is available.
13274         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13275         float-time is available; suppress compile warning for time-to-seconds.
13276
13277         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
13278         (gnus-float-time): Alias to float-time if it exists.
13279
13280         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
13281         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
13282         float-time is available; suppress compile warning for time-to-seconds.
13283
13284         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
13285         XEmacs.
13286
13287 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
13288
13289         * imap.el (imap-message-map): Docstring fix.
13290
13291 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13292
13293         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
13294         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
13295         Add the optional argument `encoding' that overrides the default.
13296
13297         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
13298         mm-encode-buffer.
13299
13300 2009-09-04  Glenn Morris  <rgm@gnu.org>
13301
13302         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
13303         mm-disable-multibyte, rather than default-enable-multibyte-characters.
13304         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
13305         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
13306         * mm-util.el (mm-with-unibyte-current-buffer)
13307         (mm-find-buffer-file-coding-system):
13308         * yenc.el (yenc-decode-region): Use default-value rather than
13309         default-enable-multibyte-characters.
13310
13311 2009-09-03  Glenn Morris  <rgm@gnu.org>
13312
13313         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
13314         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
13315         than default-enable-multibyte-characters.
13316
13317 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
13318
13319         * gnus-art.el (gnus-article-read-summary-keys):
13320         Fix gnus-buffer-configuration's value temporarily used.
13321
13322 2009-09-02  Glenn Morris  <rgm@gnu.org>
13323
13324         * gnus-util.el (gnus-float-time): New function.
13325         * gnus-delay.el (gnus-delay-article):
13326         * gnus-sum.el (gnus-thread-latest-date):
13327         * gnus-util.el (gnus-user-date): Use gnus-float-time.
13328         * nnspool.el (nnspool-request-newgroups):
13329         Use gnus-float-time rather than time-to-seconds.
13330         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
13331
13332         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
13333         (gnus-header-subject-face, gnus-header-newsgroups-face)
13334         (gnus-header-name-face, gnus-header-content-face):
13335         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
13336         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
13337         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
13338         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
13339         (gnus-cite-face-11):
13340         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
13341         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13342         (gnus-server-closed-face, gnus-server-denied-face)
13343         (gnus-server-offline-face):
13344         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13345         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13346         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13347         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13348         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13349         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13350         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13351         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13352         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13353         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13354         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13355         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13356         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13357         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
13358         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
13359         (gnus-summary-high-undownloaded-face)
13360         (gnus-summary-low-undownloaded-face)
13361         (gnus-summary-normal-undownloaded-face)
13362         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13363         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13364         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13365         (gnus-splash-face):
13366         * message.el (message-header-to-face, message-header-cc-face)
13367         (message-header-subject-face, message-header-newsgroups-face)
13368         (message-header-other-face, message-header-name-face)
13369         (message-header-xheader-face, message-separator-face)
13370         (message-cited-text-face, message-mml-face):
13371         * sieve-mode.el (sieve-control-commands-face)
13372         (sieve-action-commands-face, sieve-test-commands-face)
13373         (sieve-tagged-arguments-face):
13374         * spam.el (spam-face):
13375         Mark face aliases with "-face" in the name as obsolete.
13376
13377 2009-09-01  Glenn Morris  <rgm@gnu.org>
13378
13379         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
13380         than goto-line.
13381
13382 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13383
13384         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13385         Don't move point if the command is invoked inside the message header.
13386
13387 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13388
13389         * imap.el (imap-send-command): Simplify.
13390         (imap-wait-for-tag): point-max -> buffer-size.
13391
13392 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13393
13394         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
13395         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
13396         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
13397         * nnir.el (nnir-swish-e-index-file):
13398         * gnus-sum.el (gnus-summary-delete-marked-as-read)
13399         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
13400         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
13401         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
13402         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
13403         (gnus-treat-display-xface): Add Emacs version of obsolescence.
13404
13405 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13406
13407         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13408         Don't save excursion.
13409
13410 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13411
13412         * nnheader.el (nnheader-find-file-noselect):
13413         * mm-util.el (mm-insert-file-contents):
13414         Use (default-value 'major-mode) instead of default-major-mode.
13415
13416 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13417
13418         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
13419
13420 2009-08-26  Glenn Morris  <rgm@gnu.org>
13421
13422         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
13423         than placing in files.el.
13424
13425 2009-08-25  Glenn Morris  <rgm@gnu.org>
13426
13427         * nnir.el (top-level): Don't require cl at run-time.
13428         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
13429         Replace cl-function substitute with gnus-replace-in-string.
13430         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
13431         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
13432         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
13433         simplified expansions.
13434
13435 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13436
13437         * dig.el (dig): Add autoload cookie.
13438
13439 2009-08-22  Glenn Morris  <rgm@gnu.org>
13440
13441         * gnus-art.el (gnus-button-patch): Use forward-line rather than
13442         goto-line.
13443
13444 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13445
13446         * parse-time.el (parse-time-string-chars): Save match data.
13447
13448 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13449
13450         * parse-time.el (parse-time-string-chars): Compute using character
13451         classes, to handle non-ascii characters (Bug#3190).
13452
13453 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13454
13455         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
13456
13457         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
13458         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
13459         (gnus-mm-display-part, gnus-mime-display-single)
13460         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
13461         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
13462
13463         * gnus-sum.el
13464         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
13465         (gnus-summary-move-article): Add expirable mark to articles copied or
13466         moved to group that has auto-expire turned on if the option is non-nil.
13467
13468 2009-07-24  Glenn Morris  <rgm@gnu.org>
13469
13470         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
13471         Fix typo.  (Bug#3903)
13472
13473 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13474
13475         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
13476         gnus-article-read-summary-keys rather than gnus-summary-edit-article
13477         that should not be used for draft articles.
13478         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
13479         that has no concern in minor mode keys.
13480         (gnus-article-summary-command, gnus-article-summary-command-nosave):
13481         Abolish.
13482
13483 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13484
13485         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
13486         article without making inquiry to a user for unknown encoding.
13487
13488         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
13489         (nnmaildir--scan): Assume i-node and device number that file-attributes
13490         returns might be cons-cell.
13491
13492         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
13493
13494         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
13495
13496 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
13497
13498         * auth-source.el: Remove docs now in auth.texi.  Don't use
13499         `gnus-message' for logging.  Add new variables `auth-source-debug' and
13500         `auth-source-hide-passwords' and use them.
13501
13502 2009-07-15  Glenn Morris  <rgm@gnu.org>
13503
13504         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
13505
13506 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13507
13508         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
13509         excessive whitespace from the default values of title and description.
13510
13511 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13512
13513         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
13514         mail-fetch-field to fetch Content-Description header in order to
13515         exclude newlines.
13516
13517 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
13518
13519         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
13520         format used by GnuPG 2.0.11.
13521
13522 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13523
13524         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
13525         to deleted part.
13526
13527 2009-05-30  David Engster  <dengste@eml.cc>
13528
13529         * nnmairix.el: Remove old documentation in the commentary block.
13530         (nnmairix-request-group): Do not update active file for nnml back ends.
13531         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
13532         end so that overview files are ignored.
13533         (nnmairix-update-groups): Make updating the groups more robust by using
13534         marks.
13535         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
13536         with dollar characters in message-id.
13537
13538 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
13539
13540         * spam.el: Use dns-query instead of query-dns.  Was renamed on
13541         2008-12-25 in dns.el.
13542
13543 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13544
13545         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
13546         could happen if the text is only composed of spaces and/or tabs.
13547
13548 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
13549
13550         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
13551         when sending a queued message to avoid extra mml tags.
13552
13553 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13554
13555         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
13556
13557 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13558
13559         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
13560         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
13561         rmail-toggle-header for XEmacs;
13562         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
13563
13564 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13565
13566         * gnus-dired.el: Remove autoload for gnus-setup-message.
13567         (gnus-dired-attach): Fake this-command value to prevent Gnus from
13568         displaying Gnus logo; always use compose-mail.
13569
13570 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13571
13572         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
13573
13574 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13575
13576         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
13577         (gnus-nocem-issuers): List currently active issuers; fix custom type.
13578         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
13579         available.
13580         (gnus-nocem-epg-verify): New function.
13581
13582 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
13583
13584         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
13585
13586 2009-02-15  Glenn Morris  <rgm@gnu.org>
13587
13588         * gnus-util.el (rmail-insert-rmail-file-header)
13589         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
13590         autoloads.
13591         (rmail-default-rmail-file): Remove unnecessary declaration.
13592         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
13593
13594 2009-02-14  Glenn Morris  <rgm@gnu.org>
13595
13596         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
13597         variable (only used in gnus-util, which declares it anyway).
13598         (rmail-output-to-rmail-file): Remove autoload of deleted function,
13599         which was only needed by gnus-art (changed to not use it any more).
13600         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
13601         only used in gnus-util, which autoloads it itself.
13602         (rmail-update-summary): Fix autoload.
13603
13604         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
13605         rather than rmail-output-to-rmail-file.
13606
13607 2009-02-07  Glenn Morris  <rgm@gnu.org>
13608
13609         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
13610         autoload of function that no longer exists.
13611         (rmail-toggle-header): Declare.
13612         (message-forward-rmail-make-body): Handle mbox Rmail.
13613
13614 2009-01-31  Glenn Morris  <rgm@gnu.org>
13615
13616         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
13617         2009-01-09 change.
13618
13619 2009-01-31  Dave Love  <fx@gnu.org>
13620
13621         * imap.el (imap-fetch-safe): Bind debug-on-error.
13622         (imap-debug): Add imap-fetch-safe.
13623
13624 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
13625
13626         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
13627         (auth-source-forget-all-cached): New convenience function.
13628         (auth-source-user-or-password): Accept list of modes or a single mode.
13629
13630         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
13631         auth-source modes.
13632
13633         * netrc.el (netrc-machine-user-or-password): Use list of
13634         auth-source modes.
13635
13636         * nnimap.el (nnimap-open-connection): Use list of
13637         auth-source modes.
13638
13639         * nntp.el (nntp-send-authinfo): Use list of
13640         auth-source modes.
13641
13642 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13643
13644         * auth-source.el: Update docs to reflect epa-file-enable is to be used
13645         now.
13646
13647 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13648
13649         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
13650         coding system in XEmacs; add a workaround for XEmacs.
13651
13652         * lpath.el: Fbind coding-system-aliasee.
13653
13654 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13655
13656         * mm-util.el (mm-coding-system-priorities): Protect against nil value
13657         of current-language-environment.
13658
13659 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13660
13661         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
13662         available at runtime.
13663
13664 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13665
13666         * gnus-art.el (article-date-ut): Fix end point of narrowing.
13667
13668 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
13669
13670         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
13671         the greatest positive fixnum value doesn't work under an XEmacs with
13672         bignum support; use the most-positive-fixnum constant instead,
13673         available since Emacs 21.1 with cl and XEmacs 21.1.
13674
13675 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13676
13677         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
13678         XEmacs gets not to work.
13679
13680 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13681
13682         * mm-util.el (mm-coding-system-priorities): Allow the value like
13683         "Japanese (UTF-8)" of current-language-environment.
13684
13685 2009-01-09  Glenn Morris  <rgm@gnu.org>
13686
13687         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
13688         with last-command-event.
13689
13690 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13691
13692         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
13693         in the doc string.
13694
13695         * message.el (message-fix-before-sending): Amend comment.
13696
13697 2009-01-08  Dave Love  <fx@gnu.org>
13698
13699         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
13700
13701 2009-01-07  David Engster  <dengste@eml.cc>
13702
13703         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
13704         simplified server definitions by converting it via
13705         gnus-server-to-method.
13706
13707 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13708
13709         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
13710         parameter's operands.
13711
13712 2009-01-06  David Engster  <dengste@eml.cc>
13713
13714         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
13715         primary select method (for gnus-group-mark-article-as-read).
13716
13717 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
13718
13719         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
13720         `(gnus)Face', not `(gnus)X-Face'.
13721
13722 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13723
13724         * mm-util.el (mm-ucs-to-char): New function.
13725
13726         * mm-url.el (mm-url-decode-entities): Use it.
13727
13728         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
13729         unicode-to-char.
13730
13731 2009-01-05  Dave Love  <fx@gnu.org>
13732
13733         * time-date.el: Require cl for `declare'.
13734
13735 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13736
13737         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
13738         Dave Love.
13739
13740 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13741
13742         * message.el (message-fix-before-sending): Add `eight-bit' to
13743         illegible-text check.
13744
13745 2009-01-03  Michael Olson  <mwolson@gnu.org>
13746
13747         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
13748         `headers' is nil.  This can occur if the IMAP server does not have
13749         permissions to read messages from a folder, but can write new messages
13750         to the folder.
13751         (nnimap-request-article-part): Do not insert `data' if it is nil.
13752
13753         * imap.el (imap-parse-fetch): Courier can insert spurious blank
13754         characters which will confuse `read', so skip past them.
13755
13756 2009-01-01  Dave Love  <fx@gnu.org>
13757
13758         * imap.el (imap-string-to-integer): Fix typo.
13759         (imap-fetch-safe): New function.
13760         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
13761
13762         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
13763
13764         * imap.el (imap-process-connection-type, imap-debug, imap-open):
13765         (imap-parse-greeting): Fix doc strings.
13766         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
13767         (imap-parse-flag-list): Make messages unique.
13768         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
13769
13770         * nnimap.el: Fix author email.
13771         (nnimap-split-rule): Add FIXME comment.
13772         (nnimap-debug): Fix doc string.
13773
13774 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13775
13776         * dns.el (dns-set-servers): Check "Address".  Fix typo.
13777
13778 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
13779
13780         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
13781         nslookup if resolv.conf isn't available.
13782         (dns-query): Rename from query-dns.
13783         (dns-query-cached): Rename from query-dns-cached.
13784
13785 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13786
13787         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
13788         overlay-arrow-position and overlay-arrow-string buffer-local; no need
13789         to check if those variables exist (first appeared in Emacs 18.50).
13790
13791 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13792
13793         * mm-util.el (mm-line-number-at-pos): New function.
13794
13795         * spam-report.el (spam-report-process-queue): Use it.
13796
13797 2008-12-24  David Engster  <dengste@eml.cc>
13798
13799         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
13800         parameters that haven't existed as variables as buffer-local variables.
13801
13802 2008-12-23  Dave Love  <fx@gnu.org>
13803
13804         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
13805         cadar.
13806
13807         * sieve-manage.el (sieve-manage-starttls-p): Rename from
13808         imap-starttls-p.
13809         (sieve-manage-starttls-open): Rename from imap-starttls-open.
13810
13811 2008-12-22  Dave Love  <fx@gnu.org>
13812
13813         * imap.el: Fix author email.  Doc fixes.
13814         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
13815         reply.
13816
13817 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
13818
13819         * spam-report.el (spam-report-gmane-max-requests): New constant.
13820         (spam-report-gmane-wait): New variable.
13821         (spam-report-gmane-ham, spam-report-gmane-spam)
13822         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
13823         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
13824         the server.
13825
13826         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
13827         Add explanations.
13828
13829         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
13830         nnheader-accept-process-output and nnheader-read-timeout if available.
13831         (pop3-movemail): Use it.
13832
13833         * message.el (message-check-news-body-syntax): Fix signature check if
13834         there's an attachment.
13835
13836 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13837
13838         * mm-util.el: Add comments to the mm- emulating functions.
13839
13840 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
13841
13842         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
13843         Reported by Stephen Berman <stephen.berman@gmx.net>.
13844
13845 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13846
13847         * mm-util.el (mm-substring-no-properties): New function.
13848         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
13849         (mm-special-display-p): Enable those lambda forms to be byte compiled.
13850         (mm-string-to-multibyte): Doc fix.
13851
13852         * mml.el (mml-attach-file): Use mm-substring-no-properties.
13853
13854 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13855
13856         * mml.el (mml-attach-file): Strip text properties from file name.
13857         (Bug#1574)
13858
13859 2008-12-16  Glenn Morris  <rgm@gnu.org>
13860
13861         * mm-util.el (mm-charset-override-alist): Declare for compiler.
13862
13863 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13864
13865         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
13866         knows since the charset specified might be a bogus alias that
13867         mm-charset-synonym-alist provides.
13868
13869 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13870
13871         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
13872         "ISO_8859-1".
13873
13874         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
13875
13876 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13877
13878         * mm-util.el (mm-charset-eval-alist):
13879         Define it before mm-charset-to-coding-system.
13880         (mm-charset-to-coding-system): Add optional argument `silent';
13881         define it before mm-charset-override-alist.
13882         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
13883         default value if it can be used in Emacs currently running;
13884         silence mm-charset-to-coding-system.
13885
13886 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13887
13888         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
13889         `allow-override' which says whether to use `mm-charset-override-alist'.
13890         (rfc2047-decode-encoded-words): Use it.
13891
13892         * mm-util.el (mm-charset-override-alist): Fix custom type;
13893         add `(gb2312 . gbk)' to choices.
13894
13895 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13896
13897         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
13898         fast.
13899
13900         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13901
13902         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
13903
13904 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
13905
13906         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
13907         on links.
13908
13909         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13910
13911 2008-12-03  Lute Kamstra  <lute@gnu.org>
13912
13913         * sha1.el: Remove leading * from docstrings of defcustoms,
13914         deffaces, defconsts and defuns.
13915
13916 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13917
13918         * message.el (message-idna-to-ascii-rhs-1): Protect against local
13919         users' addresses that don't have domain parts.
13920         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
13921         rather than message-narrow-to-head since there will be the message
13922         header separator.
13923
13924 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13925
13926         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
13927         since the result is inserted in a unibyte buffer anyway.
13928         (nnimap-demule-use-string-to-multibyte): Remove.
13929         (nnimap-demule): Alias it to mm-string-to-multibyte.
13930
13931 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13932
13933         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
13934         variable for debugging bug#464 and bug#1174.
13935         (nnimap-demule): Use it.
13936
13937 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13938
13939         * gnus-score.el (gnus-score-find-trace): Handle default score in total
13940         score calculation correctly.
13941
13942 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13943
13944         * message.el (message-send-mail): Just set the buffer to unibyte
13945         rather than use mm-with-unibyte-current-buffer which does a lot more.
13946         (message-send-mail-partially): Don't bother with
13947         mm-with-unibyte-current-buffer since it's already been made unibyte by
13948         message-send-mail.
13949
13950 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
13951
13952         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
13953
13954 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
13955
13956         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
13957
13958 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13959
13960         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
13961         require itself and to remove `with-no-warnings'.
13962
13963 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
13964
13965         * starttls.el (starttls-any-program-available): Get the name of the
13966         available TLS layer program.
13967         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
13968         well as the host name in the "opening" message.
13969
13970         * auth-source.el (auth-source-cache, auth-source-do-cache)
13971         (auth-source-user-or-password): Cache passwords and logins by default,
13972         allow override with `auth-source-do-cache'.
13973         (auth-source-forget-user-or-password): Allow users to remove cache
13974         entries if needed.
13975
13976 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
13977
13978         * md4.el (md4-buffer): Fix typo in docstring.
13979         (md4, md4-64): Doc fixes.
13980         (md4-pack-int32): Reflow docstring.
13981
13982 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13983
13984         * ietf-drums.el (ietf-drums-remove-comments): Localize second
13985         condition-case to only the forward-sexp call.
13986
13987 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13988
13989         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
13990         quotes contained.  Make it more robust regardless by an extra
13991         condition-case wrapper.
13992
13993 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13994
13995         * lpath.el: No need to fbind codepage-setup for Emacs 23.
13996
13997 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13998
13999         * nnml.el (nnml-request-expire-articles): Check if the function set to
14000         `nnmail-expiry-target' returns the symbol `delete'.
14001
14002         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
14003
14004         * nnmail.el (nnmail-expiry-target): Fix custom type.
14005
14006 2008-10-02  Glenn Morris  <rgm@gnu.org>
14007
14008         * mm-util.el (mm-codepage-setup): Tweak codepage error.
14009         Silence compiler warning.
14010
14011 2008-10-01  Magnus Henoch  <mange@freemail.hu>
14012
14013         * tls.el (open-tls-stream): Show the actual command being
14014         executed, instead of the format string.
14015
14016 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14017
14018         * lpath.el: Fbind codepage-setup for Emacs 23.
14019
14020 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
14021
14022         * mml.el (mml-menu): Don't assume mml2015 is bound.
14023
14024 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14025
14026         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
14027         exists.
14028
14029 2008-09-27  Glenn Morris  <rgm@gnu.org>
14030
14031         * gnus-util.el (mail-header-remove-comments): Autoload it.
14032
14033 2008-09-27  Andreas Schwab  <schwab@suse.de>
14034
14035         * gnus-util.el (gnus-split-references): Strip comments.
14036         (gnus-parent-id): Likewise.
14037
14038 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
14039
14040         * message.el (message-confirm-send): Fix version.
14041
14042 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14043
14044         * message.el (message-idna-to-ascii-rhs-1): Use
14045         mail-extract-address-components rather than mail-header-parse-addresses
14046         that is an alias by default to ietf-drums-parse-addresses that does not
14047         support non-ASCII names in headers' contents.
14048
14049 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14050
14051         * message.el (message-confirm-send): Fix variable documentation to
14052         avoid the "y/n" wording.
14053
14054 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
14055
14056         * message.el (message-set-auto-save-file-name): Save to a different
14057         filename so multiple messages (especially drafts) can be recovered.
14058
14059 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
14060
14061         * message.el (message-confirm-send): Add appropriate version.
14062
14063 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
14064
14065         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
14066         defvar.
14067
14068 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
14069
14070         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
14071         (mm-pkcs7-enveloped-magic): Ditto.
14072
14073 2008-09-17  Simon Josefsson  <simon@josefsson.org>
14074
14075         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
14076         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
14077
14078 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
14079
14080         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
14081         default, it's better.
14082
14083 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
14084
14085         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
14086         summary line gnus-number property and ignore them (with a warning
14087         message).
14088
14089 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14090
14091         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
14092         macro caddr in the interactive form since it won't be expanded.
14093
14094 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14095
14096         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
14097         `charset'; fix name of function called recursively.
14098         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
14099
14100 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14101
14102         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
14103         (gnus-mime-set-charset-parameters): New function.
14104         (gnus-mime-view-part-as-charset): Use it to correctly display part
14105         specifying wrong charset.
14106
14107 2008-09-08  David Engster  <dengste@eml.cc>
14108
14109         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
14110         in completing-read for back end server.
14111
14112 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
14113
14114         * message.el (message-confirm-send): New variable to confirm sending a
14115         message.
14116         (message-send): Use it.
14117
14118 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
14119
14120         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
14121
14122 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14123
14124         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
14125
14126 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
14127
14128         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
14129         prevent tracking too many groups.
14130         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
14131         Use it.
14132
14133 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
14134
14135         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
14136         moving point to the bottom of the window in order to avoid recentering.
14137
14138 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14139
14140         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
14141
14142         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
14143         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
14144         (gnus-article-beginning-of-window): Fix calculation.
14145
14146 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14147
14148         * gnus-msg.el (gnus-summary-supersede-article)
14149         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
14150         value of gnus-newsgroup-charset to decode non-MIME encoded text in
14151         message header.
14152
14153 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
14154
14155         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
14156         pending output coming after the status change.
14157
14158 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
14159
14160         * message.el:
14161         * gnus-start.el:
14162         * gnus-registry.el: Remove VMS support.
14163
14164 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14165
14166         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
14167         macro.
14168         (rfc2104-hash): Use it.
14169
14170 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
14171
14172         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
14173         (gnus-summary-sort-by-most-recent-date): New commands.
14174         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
14175         and menu entries.
14176
14177 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14178
14179         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
14180         don't redisplay article for raw contents; remove plural articles stuff.
14181
14182         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
14183         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
14184         on gnus-summary-save-article; display results properly.
14185
14186 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14187
14188         * lpath.el: No need to fbind ns-focus-frame.
14189
14190 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14191
14192         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
14193
14194 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14195
14196         * gnus-art.el (gnus-summary-save-in-pipe):
14197         Consider gnus-save-all-headers.
14198
14199 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
14200
14201         * gnus-util.el (ns-focus-frame): Remove declaration.
14202         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
14203         like x.
14204
14205 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
14206
14207         * rfc2104.el (rfc2104-zero): Delete defconst.
14208         (rfc2104-hex-alist): Likewise.
14209         (rfc2104-hex-to-int): Delete func.
14210         (rfc2104-hexstring-to-bitstring): Likewise.
14211         (rfc2104-nybbles): New defconst.
14212         (rfc2104-hash): Rewrite for speed.
14213
14214 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14215
14216         * tls.el (open-tls-stream): Make it work with the 2nd argument
14217         BUFFER that is a string but does not exist as a buffer object, as
14218         mentioned in the doc-string.
14219
14220 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14221
14222         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
14223         SXEmacs.
14224
14225 2008-07-16  Glenn Morris  <rgm@gnu.org>
14226
14227         * gnus-util.el (ns-focus-frame): Declare for compiler.
14228
14229 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14230
14231         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
14232         set as a group parameter.
14233         (gnus-summary-save-in-pipe): Work when it is called independently.
14234         (gnus-summary-pipe-to-muttprint): Don't modify
14235         gnus-summary-pipe-output-default-command.
14236
14237 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14238
14239         * message.el (message-send-mail-with-sendmail):
14240         Display the error message.
14241
14242 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14243
14244         * gnus-art.el (gnus-default-article-saver):
14245         Add gnus-summary-save-in-pipe to choices.
14246         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
14247         gnus-summary-pipe-output-default-command as the default command.
14248         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
14249         instead of gnus-last-shell-command.
14250
14251         * gnus-sum.el (gnus-summary-pipe-output-default-command):
14252         New user option.
14253         (gnus-summary-muttprint-program): Mention the value will be changed.
14254         (gnus-summary-save-article): Force showing of all headers.
14255         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
14256
14257 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
14258
14259         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
14260
14261 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
14262
14263         * nnimap.el (nnimap-id):
14264         * sieve-manage.el (sieve-manage-open): Doc fixes.
14265
14266 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
14267
14268         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
14269         if available.
14270
14271 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14272
14273         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
14274
14275         * nnkiboze.el (nnkiboze-generate-group):
14276         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
14277
14278         * nnmairix.el: Require CL.
14279
14280 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14281
14282         * dgnushack.el: Autoload get-display-table and put-display-table for
14283         XEmacs 21.5.
14284
14285         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
14286         21.4 and SXEmacs.
14287
14288 2008-06-15  David Engster  <dengste@eml.cc>
14289
14290         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
14291
14292 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
14293
14294         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
14295         New macros that expand to an `aset'/`aref' call under Emacs, and to a
14296         runtime choice under XEmacs.
14297
14298         * gnus-sum.el (gnus-summary-set-display-table):
14299         Use `gnus-put-display-table', `gnus-get-display-table',
14300         `gnus-set-display-table' for the display table, instead of `aset'.
14301
14302         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
14303         Use `gnus-put-display-table', `gnus-get-display-table',
14304         `gnus-set-display-table' for the display table.
14305
14306 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14307
14308         * nnmairix.el: Add autoloads.
14309
14310 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14311
14312         * nnmairix.el (nnmairix-delete-recreate-group)
14313         (nnmairix-update-and-clear-marks): Fix error messages.
14314
14315 2008-06-14  David Engster  <dengste@eml.cc>
14316
14317         * nnmairix.el: Upgrade to version 0.6.
14318         (nnmairix-group-toggle-propmarks-this-group)
14319         (nnmairix-group-toggle-readmarks-this-group)
14320         (nnmairix-group-delete-recreate-this-group)
14321         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
14322         (nnmairix-remove-tick-mark-original-article): New commands.
14323         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
14324         (nnmairix-propagate-marks-to-nnmairix-groups)
14325         (nnmairix-only-use-registry, nnmairix-allowfast-default)
14326         (nnmairix-marks-cache, nnmairix-version-output): New variables.
14327         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
14328         functions needed for marks propagation and manipulation of read marks.
14329         (nnmairix-update-groups): New function.
14330         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
14331         (nnmairix-determine-original-group-from-registry)
14332         (nnmairix-determine-original-group-from-path)
14333         (nnmairix-get-group-from-file-path, nnmairix-map-range)
14334         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
14335         New helper functions.
14336         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
14337         keystrokes for new commands.
14338         (nnmairix-delete-and-create-on-change): Doc string cleanup.
14339         (nnmairix-request-group): Check allow-fast group parameter.
14340         (nnmairix-request-create-group): Set allow-fast group parameter if
14341         nnmairix-allowfast-default is set.
14342         (nnmairix-close-group): Propagate marks upon closing if needed.
14343         (nnmairix-group-toggle-threads-this-group): Use new.
14344         nnmairix-group-toggle-parameter helper function.
14345         (nnmairix-search): Better check for empty search result.
14346         (nnmairix-goto-original-article): Use new helper functions for
14347         determining original article.
14348         (nnmairix-show-original-article): Make sure message-id is in brackets.
14349         (nnmairix-call-mairix-binary): Change variable name.
14350         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
14351         helper function.
14352         (nnmairix-widget-toggle-activate): Fix doc string.
14353
14354 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14355
14356         * nnir.el: Require edmacro when compiling with XEmacs.
14357         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
14358         available in Emacs 21.
14359
14360 2008-06-11  Glenn Morris  <rgm@gnu.org>
14361
14362         * gnus-util.el (x-focus-frame):
14363         * gnus.el (image-size):
14364         * mm-decode.el (image-size): Declare.
14365
14366         * gnus-picon.el (declare-function): Add compat definition.
14367         (image-size): Declare.
14368
14369         * gnus-group.el (tool-bar-map):
14370         * gnus-sum.el (tool-bar-map): Define for compiler.
14371
14372         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
14373
14374         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
14375
14376         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
14377         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
14378         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
14379         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
14380         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
14381         * sieve-manage.el, spam-report.el, spam.el:
14382         Remove unnecessary eval-and-compile of autoloads.
14383
14384 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
14385
14386         * auth-source.el: Precise Tramp doc.
14387
14388 2008-06-07  Glenn Morris  <rgm@gnu.org>
14389
14390         * nnmairix.el: Remove unnecessary eval-when-compile.
14391
14392 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14393
14394         * lpath.el: Fbind propertize for XEmacs 21.4.
14395
14396 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
14397
14398         * nnir.el: Move here from ../contrib.
14399
14400 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14401
14402         * gnus-util.el (gnus-read-shell-command): New function.
14403         * mm-decode.el (mm-pipe-part):
14404         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
14405
14406 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14407
14408         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
14409
14410 2008-06-03  Glenn Morris  <rgm@gnu.org>
14411
14412         * pop3.el (nnheader-accept-process-output): Autoload it.
14413
14414 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14415
14416         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
14417         are not 2-digit hexadecimal characters that follow `%'s.
14418
14419 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14420
14421         * message.el (message-bogus-recipient-p): Fix type in doc string.
14422         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
14423         (message-bogus-addresses): Rename from message-bogus-address-regexp.
14424         Improve custom options.
14425         (message-bogus-recipient-p): Adjust accordingly.
14426
14427 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
14428
14429         * parse-time.el (parse-time-months, parse-time-weekdays): Add
14430         long-form month and day names.
14431
14432 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14433
14434         * dgnushack.el: Autoload debug, eudc-expand-inline and
14435         pgg-snarf-keys-region for XEmacs.
14436
14437         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
14438
14439         * nnmairix.el: Require edmacro when compiling with XEmacs.
14440
14441 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
14442
14443         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
14444         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
14445
14446 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14447
14448         * auth-source.el: Add more docs.
14449
14450         * netrc.el (netrc-machine): Always match if the port is not given.
14451
14452 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14453
14454         * nnheader.el (nnheader-read-timeout): Change the default timeout from
14455         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
14456         retrieval faster in some cases, but might make CPU usage larger.
14457         If this has any bad side effects, we might revert this change.
14458
14459         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
14460         seems to make mail retrieval much, much faster.
14461         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
14462         unconditionally.
14463
14464         * gnus-draft.el (gnus-group-send-queue):
14465         Bind message-send-mail-partially-limit to nil to avoid being prompted.
14466
14467 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
14468
14469         * mml.el (mml-attach-buffer): Prompt for `disposition'.
14470
14471         * message.el (message-bogus-address-regexp): Fix and improve custom
14472         type.
14473         (message-setup-hook): Add message-check-recipients as custom option.
14474
14475 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
14476
14477         * message.el (message-cite-function): Remove bogus autoload which crept
14478         in during merge from v5-10.
14479
14480 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14481
14482         * nnimap.el (nnimap-open-connection): Fix login/password bug.
14483
14484         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
14485
14486         * auth-source.el: Preliminary Tramp docs.
14487         (auth-sources): Change the default auth-sources to use
14488         EPA .gpg files.
14489
14490 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
14491
14492         * nntp.el: Autoload `auth-source-user-or-password'.
14493         (nntp-send-authinfo): Use it.
14494
14495         * nnimap.el: Autoload `auth-source-user-or-password'.
14496         (nnimap-open-connection): Use it.
14497
14498         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
14499         for the gnus-message function.
14500         (auth-source-user-or-password): Use it.
14501
14502 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14503
14504         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
14505         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
14506         (rfc2104-hash): Use it.
14507
14508 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
14509
14510         * gnus-art.el (gnus-article-toggle-truncate-lines):
14511         Don't use `iff' in docstring.
14512
14513 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
14514
14515         * gnus-registry.el: Adjusted copyright dates and added a keyword.
14516
14517         * gnus-util.el (gnus-extract-address-component-name)
14518         (gnus-extract-address-component-email): Convenience functions around
14519         `gnus-extract-address-components'.
14520
14521         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14522         Use `gnus-extract-address-component-email' to fix bug of comparing full
14523         sender name to `user-mail-address'.
14524
14525 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
14526
14527         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
14528         catch/throw to optimize.
14529         (gnus-registry-find-keywords): Just use member to find a keyword.
14530
14531 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14532
14533         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
14534         is current before calling gnus-server-prepare.
14535         (gnus-server-setup-buffer, gnus-server-update-server)
14536         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
14537
14538 2008-05-04  Juri Linkov  <juri@jurta.org>
14539
14540         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
14541         (mailcap-file-default-commands): Use mailcap-replace-in-string
14542         instead of replace-regexp-in-string, and mailcap-delete-duplicates
14543         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
14544
14545 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
14546
14547         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
14548
14549 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14550
14551         * gnus.el: Bump version to 0.11.
14552
14553 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14554
14555         * gnus.el: No Gnus v0.10 is released.
14556
14557 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14558
14559         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
14560         hooks.
14561         (gnus-update-read-articles): Speed up non-marks-using users.
14562         (gnus-use-marks): Define gnus-use-marks.
14563         (gnus-propagate-marks): Rename variable to something more sensible.
14564
14565 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
14566
14567         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
14568         (gmm-image-load-path-for-library): Fix typos in docstrings.
14569         (gmm-message): Reflow docstring.
14570
14571 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
14572
14573         * mail-source.el (mail-source-set-1, mail-source-bind):
14574         Move auth-source code out of the macro to clean it up and fix bugs.
14575
14576 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
14577
14578         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
14579         by sender if it's equal to user-mail-address, it's likely to be
14580         useless.
14581
14582         * mail-source.el (mail-source-bind): Don't use user or password if they
14583         are not bound.  Unintern them if they are nil.  Don't use server unless
14584         it's bound, and default it to empty string otherwise.
14585
14586 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
14587
14588         * mail-source.el: Load auth-source.el.
14589         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
14590         get user name or password, if auth-sources is set up.
14591
14592         * gnus-registry.el (gnus-registry-split-strategy): New variable for
14593         strategy of splitting with parent.
14594         (gnus-registry-split-fancy-with-parent)
14595         (gnus-registry-post-process-groups): Use it and fix prior
14596         bug (returning a list as the split result).
14597
14598         * auth-source.el (auth-sources): Remove server parameter.
14599         (auth-source-pick, auth-source-user-or-password)
14600         (auth-source-user-or-password-imap)
14601         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14602         (auth-source-user-or-password-sftp)
14603         (auth-source-user-or-password-smtp): Remove server parameter.
14604
14605 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
14606
14607         * smime.el (smime-sign-region, smime-encrypt-region)
14608         (smime-decrypt-region):
14609         Remove redundant calls to `generate-new-buffer-name'.
14610
14611 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
14612
14613         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
14614         Don't use QP for message/rfc822.
14615         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
14616
14617 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14618
14619         * sieve-manage.el (sieve-string-bytes): Remove.
14620         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
14621         correct byte-length only if the process's coding-system is the same as
14622         the one used internally by Emacs to represent strings.
14623
14624 2008-04-22  Juri Linkov  <juri@jurta.org>
14625
14626         * mailcap.el (mailcap-file-default-commands): New function.
14627
14628 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14629
14630         * message.el (message-signature-separator, message-cite-function):
14631         Change custom version.
14632
14633 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
14634
14635         * tls.el (tls-program): Add -ign_eof argument to call the openssl
14636         commands.
14637         (tls-checktrust): Ditto.
14638
14639 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14640
14641         * mm-decode.el (mm-display-external): Make temp file read-only.
14642
14643 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14644
14645         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
14646         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
14647         `C-c C-f d'.
14648
14649 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
14650
14651         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
14652
14653 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14654
14655         * gnus.el: Bump version to 0.9.
14656
14657 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
14658
14659         * gnus.el: No Gnus v0.8 is released.
14660
14661 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14662
14663         * mail-source.el (mail-source-value):
14664         Prefer fboundp to functionp so it works with macros as well.
14665
14666 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14667
14668         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14669         Fix last change in case the element is not even a symbol.
14670
14671 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14672
14673         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14674         Prefer fboundp to functionp so it works with macros as well.
14675
14676 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
14677
14678         * auth-source.el: Add docs.
14679         (auth-sources): Modify format to support server.
14680         (auth-source-pick, auth-source-user-or-password)
14681         (auth-source-user-or-password-imap)
14682         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14683         (auth-source-user-or-password-sftp)
14684         (auth-source-user-or-password-smtp): Add server parameter.
14685
14686 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
14687
14688         * gnus-registry.el: Initialize the registry when gnus-registry-install
14689         is t.
14690
14691 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14692
14693         * compface.el (uncompface): Make buffer unibyte.
14694
14695 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14696
14697         * mail-source.el (mail-source-value):
14698         Prefer fboundp to functionp so it works with macros as well.
14699
14700 2008-04-05  Glenn Morris  <rgm@gnu.org>
14701
14702         * gnus-ems.el (mm-disable-multibyte): Autoload it.
14703
14704 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14705
14706         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
14707         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
14708
14709         * nnheader.el (nnheader-init-server-buffer): Change buffer's
14710         multibyteness after rather than before erasing it.
14711
14712         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
14713         mm-with-multibyte.
14714         (gnus-request-article-this-buffer): Make sure the proper decoding is
14715         used if gnus-original-article-buffer happens to be unibyte.
14716
14717         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
14718         default-enable-multibyte-characters.
14719
14720         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
14721         default-enable-multibyte-characters.
14722
14723         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
14724
14725         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
14726
14727 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14728
14729         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14730         Fix last change in case the element is not even a symbol.
14731
14732 2008-04-02  Simon Josefsson  <simon@josefsson.org>
14733
14734         * imap.el (imap-enable-exchange-bug-workaround): New variable.
14735         (imap-message-copyuid-1): Use it.
14736         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
14737         J. Williams in
14738         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14739
14740         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
14741         imap-enable-exchange-bug-workaround.
14742         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
14743
14744 2008-04-01  Simon Josefsson  <simon@josefsson.org>
14745
14746         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
14747         a 100 byte status-checks into a 2-3MB transfer for each group.
14748         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
14749         to enable bug workaround or not.
14750         (nnimap-find-minmax-uid): Only enable workaround conditionally.
14751
14752 2008-03-31  Glenn Morris  <rgm@gnu.org>
14753
14754         * message.el (mml2015-use): Declare for compiler.
14755         (message-info): Require mml2015 when appropriate.
14756
14757 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14758
14759         * Makefile.in (EMACS_COMP): Quote directory name that might contain
14760         whitespace.
14761
14762 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14763
14764         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
14765         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
14766         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
14767         (nntp-service-to-port): New function.
14768         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
14769         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
14770         (nntp-open-netcat-stream): New function.
14771         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
14772
14773 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
14774
14775         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
14776
14777 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14778
14779         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
14780
14781 2008-03-28  Magnus Henoch  <mange@freemail.hu>
14782
14783         * dns.el (dns-write): Use set-buffer-multibyte.
14784
14785 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
14786
14787         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
14788
14789 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14790
14791         * message.el (message-signature-separator): Change default.
14792         Improve custom type.
14793         (message-cite-function): Change default to
14794         message-cite-original-without-signature.
14795
14796         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
14797         toggle.
14798
14799         * message.el (message-check-news-body-syntax): Fix signature check.
14800         (message-setup-1): Mark buffer as unmodified _after_ running
14801         message-setup-hook and handling message-alternative-emails.
14802         (message-shorten-references): Be more strict when building list of
14803         valid references to comply with GNKSA.
14804
14805         * gnus-group.el (gnus-read-ephemeral-bug-group)
14806         (gnus-read-ephemeral-debian-bug-group)
14807         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
14808
14809         * message.el (message-info): Don't use booleanp which isn't supported
14810         in Emacs 21 and XEmacs.
14811
14812 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
14813
14814         * gnus-group.el (gnus-gmane-group-download-format): Rename from
14815         gnus-group-gmane-group-download-format.
14816         (gnus-group-read-ephemeral-gmane-group): Rename from
14817         gnus-group-read-ephemeral-gmane-group.
14818         (gnus-read-ephemeral-gmane-group-url): Rename from
14819         gnus-group-read-ephemeral-gmane-group-url.
14820         (gnus-bug-group-download-format-alist): New variable.
14821         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
14822         (gnus-read-ephemeral-emacs-bug-group): New commands.
14823
14824 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14825
14826         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
14827         (gnus-visible-headers): Improve custom type.
14828
14829 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14830
14831         * mml.el (mml-menu): Add workarounds for XEmacs.
14832
14833         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
14834         X-Boundary header.
14835
14836         * message.el (message-simplify-recipients): Fix previous commit.
14837
14838 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14839
14840         * mm-util.el (mm-set-buffer-multibyte): New function.
14841         * mm-decode.el (mm-copy-to-buffer): Use it.
14842
14843         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14844         Prefer fboundp to functionp so it works with macros as well.
14845
14846 2008-03-19  Glenn Morris  <rgm@gnu.org>
14847
14848         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
14849         Accidentally removed in the sync process with Emacs.
14850
14851 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
14852
14853         * message.el (message-alter-recipients-discard-bogus-full-name):
14854         New function.
14855         (message-alter-recipients-function): New variable.
14856         (message-get-reply-headers): Use it.
14857         (message-replace-header): New helper function.
14858         (message-recipients-without-full-name): New variable.
14859         (message-simplify-recipients): New command.
14860
14861         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
14862
14863         * message.el (message-info): Handle EasyPG manual.
14864
14865         * mml.el (mml-menu): Add entry for EasyPG.
14866
14867 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
14868
14869         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
14870         parameter.
14871
14872         * message.el (message-disassociate-draft): Specify drafts group name
14873         fully.
14874
14875 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
14876
14877         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14878         Eliminate unnecessary duplicates from the match list.
14879
14880 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14881
14882         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
14883
14884         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
14885
14886         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
14887         args of `how-many' of which the XEmacs version doesn't take; declare
14888         Info-index-next as function.
14889
14890 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14891
14892         * gnus-score.el (gnus-score-headers): Fix handling of
14893         gnus-inhibit-slow-scoring.
14894
14895         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
14896         string.
14897         (gnus-button-url-regexp): Improve handling of parenthesis.
14898         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
14899         (gnus-button-handle-info-keystrokes): Handle index entries.
14900
14901 2008-03-15  Glenn Morris  <rgm@gnu.org>
14902
14903         * parse-time.el (parse-time-string): Simplify.
14904
14905 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14906
14907         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
14908         Incoming* files.
14909
14910 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
14911
14912         * auth-source.el (auth-sources): Rename from auth-source-choices.
14913         (auth-source-pick): Use it.
14914
14915 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14916
14917         * binhex.el (binhex-decode-region-internal):
14918         * uudecode.el (uudecode-decode-region-internal):
14919         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
14920         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
14921         setting default-enable-multibyte-characters.
14922
14923 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
14924
14925         * auth-source.el (auth-source-protocols)
14926         (auth-source-protocols-customize, auth-source-choices): Add and
14927         modified variable customizations and defaults.
14928         (auth-source-pick, auth-source-user-or-password)
14929         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
14930         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14931         (auth-source-user-or-password-sftp)
14932         (auth-source-user-or-password-smtp): Use new variables and provide an
14933         interface to netrc.el.
14934
14935 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14936
14937         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
14938         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
14939         Make sure the nntp port to specify is a string.
14940
14941 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14942
14943         * nntp.el: Use with-current-buffer.
14944         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
14945         dubious mm-with-unibyte-current-buffer.
14946         (nntp-with-open-group-function): New function extracted from
14947         nntp-with-open-group macro.
14948         (nntp-with-open-group): Use the function, so it's easier to debug.
14949         Add indentation and debugging info.
14950         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
14951         Recommend the use of the netcat alternatives.
14952
14953         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
14954         Avoid mm-string-as-multibyte as well.
14955
14956         * nnweb.el (nnweb-insert-html):
14957         Remove use of nnheader-string-as-multibyte.
14958
14959         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
14960         (nnheader-string-as-multibyte): Remove.
14961
14962         * mm-view.el: Use inhibit-read-only.
14963         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
14964         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
14965         or unibyte-string.
14966
14967         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
14968         (mm-uu-yenc-extract): Use with-current-buffer.
14969
14970         * gnus-soup.el (gnus-soup-send-packet): Don't use
14971         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
14972
14973         * nnmh.el: Use with-current-buffer.
14974         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
14975         mm-string-as-multibyte on the output of mm-encode-coding-string.
14976
14977         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
14978         (nnimap-request-move-article): Use with-current-buffer.
14979
14980         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
14981         inserting the handle-buffer's text, so the implicit multibyte->unibyte
14982         conversion uses string-make-unibyte rather than string-as-unibyte.
14983
14984         * gnus-msg.el: Use with-current-buffer.
14985
14986         * message.el (message-ignored-resent-headers): Add "Delivered-To".
14987
14988 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
14989
14990         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
14991         string for caching if it is 'PIN.
14992
14993 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14994
14995         * lpath.el: Consider the case without Emacs/W3.
14996
14997 2008-03-08  Glenn Morris  <rgm@gnu.org>
14998
14999         * time-date.el (date-to-time, time-subtract, time-add)
15000         (safe-date-to-time): Doc fixes.
15001
15002 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15003
15004         * mail-source.el (mail-source-delete-old-incoming-confirm):
15005         Change default to nil.
15006         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
15007
15008 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15009
15010         * lpath.el: Rearrange.
15011
15012         * gnus-art.el (gnus-narrow-to-page): Position point properly.
15013         (gnus-article-goto-prev-page): Work for articles having ^L's.
15014
15015         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
15016
15017         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
15018
15019 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
15020
15021         * gnus-bookmark.el: Adjust for renames in bookmark.el.
15022         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
15023         (gnus-bookmark-jump): Adjust some variable names.
15024
15025 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
15026
15027         * auth-source.el: New package.
15028         (auth-source-choices): Add customization entry point variable.
15029
15030         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
15031         bug.
15032
15033 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
15034
15035         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
15036         (gnus-registry-initialize, gnus-registry-install-p): Use it.
15037         (gnus-registry-install-shortcuts): Rename from
15038         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
15039         the `gnus-registry-mark-map' keymap dynamically from
15040         `gnus-registry-marks'.  The generated functions update the summary line
15041         when a registry mark is added or deleted, and will call
15042         `gnus-registry-install-p' (see the comments in the code).
15043         (gnus-registry-user-format-function-M): Use concat intelligently.
15044
15045         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
15046         the registry mark functions.
15047
15048 2008-03-05  Glenn Morris  <rgm@gnu.org>
15049
15050         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
15051         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
15052         gnus-art.
15053         (top-level): No need to load own source when compiling.
15054
15055 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15056
15057         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
15058         Suggested by <chris.anderton@zetnet.co.uk>.
15059
15060 2008-03-04  Glenn Morris  <rgm@gnu.org>
15061
15062         * gnus-sum.el (top-level): No need to require gnus when compiling,
15063         since unconditionally required near start of file.
15064         (gnus-summary-display-while-building): Move definition before use.
15065
15066 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15067
15068         * gnus-registry.el (gnus-registry-user-format-function-M):
15069         Add formatting function.
15070
15071 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15072
15073         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
15074         with plists.
15075         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
15076         Use new format.
15077
15078 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15079
15080         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
15081         `where-is-internal' that returns a range of key sequences.
15082
15083 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15084
15085         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
15086
15087         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
15088         (gnus-summary-jump-to-group): Consider windows on other displayed
15089         frames as well.  Similar changes might be needed elsewhere, but that's
15090         the one I've bumped into during my use.
15091
15092         * nndoc.el (nndoc-oe-dbx-type-p):
15093         * gnus-msg.el (gnus-debug):
15094         * gnus-group.el (gnus-update-group-mark-positions):
15095         Use mm-string-to-multibyte.
15096
15097 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15098
15099         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
15100         doesn't handle NotDashEscaped.
15101
15102         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
15103         (mml-dnd-attach-options): Fix typo in custom choice.
15104
15105         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
15106         Change nndoc-article-type to mbox.
15107         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
15108
15109         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
15110         to nil, instead of html2text.
15111
15112         * imap.el (imap-debug): Add `imap-ping-server'.
15113
15114         * gnus-bookmark.el: Add FIXMEs.
15115
15116         * message.el (message-form-letter-separator)
15117         (message-send-form-letter-delay): New variables.
15118         (message-send-form-letter): Use them.  New command to send form
15119         letters.  Requested by Uwe Siart.
15120         (message-send-mail-function): Doc fix.  Add "Other" custom option.
15121
15122 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15123
15124         * Update copyright years.
15125
15126 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15127
15128         Sync from EMACS_22_BASE.
15129
15130         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
15131
15132 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
15133
15134         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
15135         empty author.
15136
15137 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
15138
15139         * gnus-registry.el (gnus-registry-marks): Add variable for
15140         customization of marks and their appearance.
15141         (gnus-registry-read-mark): Use it.
15142         (gnus-registry-do-marks): Add utility function to loop through
15143         `gnus-registry-marks'.
15144         (gnus-registry-install-shortcuts-and-menus): Add function to install
15145         shortcuts and menus.
15146         (gnus-registry-initialize): Use it.
15147         (gnus-registry-default-mark): Clarify documentation.
15148
15149 2008-02-29  Glenn Morris  <rgm@gnu.org>
15150
15151         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
15152         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
15153         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
15154         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
15155         Change defcustom :version from 23.0 to 23.1.
15156
15157 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
15158
15159         * gnus-registry.el (gnus-registry-follow-group-p)
15160         (gnus-registry-post-process-groups): Add functions to aid registry
15161         splitting and improve logging.  Clarify behavior in function
15162         documentation.
15163         (gnus-registry-split-fancy-with-parent): Use them.
15164
15165 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15166
15167         * gnus-art.el: Use with-current-buffer.
15168
15169 2008-02-27  David Engster  <dengste@eml.cc>
15170
15171         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
15172         Express real group name in the response.
15173
15174 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15175
15176         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
15177         (nnmairix-last-server, nnmairix-current-server): Defvar them.
15178         (nnmairix-goto-original-article): Defvar gnus-registry-install and
15179         autoload gnus-registry-fetch-group when compiling.
15180         (nnmairix-request-group-with-article-number-correction):
15181         Remove unreferenced argument passed to nnmairix-call-backend.
15182
15183 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15184
15185         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
15186         (mm-uu-extract): Improve face for low color ttys.
15187         Reported by Sascha Wilde.
15188
15189 2008-02-27  Glenn Morris  <rgm@gnu.org>
15190
15191         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
15192         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
15193         variables to defconsts.  Convert comments to doc-strings.
15194         (nnmairix-last-server, nnmairix-current-server): Convert from free
15195         variables to defvars.  Convert comments to doc-strings.
15196         (gnus-registry-fetch-group): Autoload.
15197         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
15198         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
15199         (nnmairix-widget-build-editable-fields): Use car cddr rather than
15200         caddr.
15201         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
15202         nnmairix-request-group-with-article-number-correction call.
15203         (nnmairix-fast, nnmairix-group): New, less general names, for free
15204         variables passed from nnmairix-request-group to
15205         nnmairix-request-group-with-article-number-correction.  Declare.
15206         (nnmairix-request-group-with-article-number-correction):
15207         Use nnmairix-fast, nnmairix-group rather than fast, group.
15208
15209 2008-02-26  David Engster  <dengste@eml.cc>
15210
15211         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
15212         version 0.5.
15213
15214 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15215
15216         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
15217         instead of making an extra function call.  Don't add the current group
15218         to articles only when they have the group.  Use
15219         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
15220         Reported by David <de_bb@arcor.de>.
15221
15222 2008-02-24  Miles Bader  <miles@gnu.org>
15223
15224         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
15225         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
15226         (mm-find-mime-charset-region):
15227         * mm-bodies.el (mm-encode-body):
15228         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
15229
15230 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15231
15232         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
15233         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
15234
15235 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
15236
15237         * mail-source.el (mail-source-delete-incoming): Change default.
15238         Supplement doc string.
15239
15240         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
15241
15242 2008-02-14  Glenn Morris  <rgm@gnu.org>
15243
15244         * time-date.el (format-seconds): New function.
15245
15246 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15247
15248         * nnmail.el (nnmail-message-id-cache-file): Derive from
15249         `gnus-home-directory'.
15250
15251 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
15252
15253         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
15254         Document negative prefix.
15255
15256         * gnus-group.el (gnus-group-read-group): Document negative prefix.
15257
15258 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15259
15260         * message.el (message-unsent-separator): Add the Exim bounce
15261         separator.
15262
15263 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
15264
15265         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
15266         list.
15267         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
15268         recipient/signer list.
15269
15270 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15271
15272         * Makefile.in (datarootdir): Define.
15273         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
15274         name that might contain whitespace.
15275
15276 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15277
15278         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
15279         fbound (Emacs 23 unicode), signal an error.
15280
15281 2008-02-08  Glenn Morris  <rgm@gnu.org>
15282
15283         * gnus-art.el (pgg-display-output-buffer): Declare as function.
15284
15285 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
15286
15287         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
15288         ports to the calls to `netrc-machine-user-or-password' in addition to
15289         "imap" and "imaps".
15290
15291 2008-02-01  Zhang Wei  <id.brep@gmail.com>
15292
15293         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
15294
15295         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
15296
15297 2008-02-01  Kenichi Handa  <handa@m17n.org>
15298
15299         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
15300         rfc2104-hexstring-to-bitstring and changed to return a byte list.
15301         (rfc2104-hash): Convert the result of concat to unibyte string.
15302
15303 2008-02-01  Dave Love  <fx@gnu.org>
15304
15305         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
15306         coding-system-for-read.
15307         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
15308
15309 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15310
15311         * gnus.el (gnus-group-startup-message): Add `find-image' call before
15312         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
15313         <hanche@math.ntnu.no>.
15314
15315 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15316
15317         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
15318
15319         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
15320
15321 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
15322
15323         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
15324         * message.el (message-beginning-of-line): Use featurep instead of bound
15325         tests in order to resolve conditionals at compile time.
15326
15327 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
15328
15329         * mail-source.el (mail-sources): Add `group' choice.
15330
15331         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
15332         parameter `in-group' to control into which group the articles go.
15333         Add treatment of `group' mail-source.
15334
15335 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15336
15337         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
15338
15339         * mm-decode.el (mm-dissect-buffer): Decode description.
15340
15341         * mml.el (mml-to-mime): Encode message header first.
15342
15343 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15344
15345         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
15346         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
15347
15348         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
15349         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
15350
15351 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
15352
15353         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
15354
15355 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15356
15357         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
15358         prefix keys.
15359         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
15360         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
15361         gnus-xmas.el.
15362
15363         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
15364         (gnus-xmas-article-describe-bindings): New function.
15365         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
15366         gnus-xmas-article-describe-bindings.
15367
15368         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
15369
15370 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
15371
15372         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
15373         Add new variables for article mark management.
15374         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
15375         list of extra data entries which, when present, will indicate that the
15376         article ID should not be trimmed from the registry.
15377         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
15378         functions.
15379         (gnus-registry-read-mark): New function to read a mark name from the
15380         user.
15381         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
15382         (gnus-registry-set-article-mark-internal): New functions to add and
15383         remove marks.
15384         (gnus-registry-get-article-marks): New function to show the marks for
15385         an article, or retrieve them for further use.
15386
15387 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15388
15389         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
15390         keys when no argument is given.
15391
15392 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15393
15394         * imap.el (imap-ping-server): New variable.
15395         (imap-opened): On add extra ping if imap-ping-server is non-nil.
15396         (imap-ping-server): Minor doc string fixes.
15397
15398 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
15399
15400         * imap.el (imap-ping-server): New function.
15401         (imap-opened): Call imap-ping-server.
15402
15403 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15404
15405         * gnus-sum.el (gnus-article-sort-by-random)
15406         (gnus-thread-sort-by-random): Fix doc strings.
15407         Reported by jidanni@jidanni.org.
15408
15409 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15410
15411         * gnus-art.el (gnus-article-describe-bindings): New function.
15412         (gnus-article-read-summary-keys): Use it.
15413         (gnus-article-mode-map): Bind `C-h b' to it.
15414
15415 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15416
15417         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
15418         XEmacs.
15419         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15420         Protect against non-character events.
15421
15422         * lpath.el: Fbind map-keymap for Emacs 21.
15423
15424 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
15425
15426         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
15427         New command.
15428         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
15429         instead of END.  Change name of the temp file.
15430         (gnus-group-gmane-group-download-format): Add doc string.  Make it
15431         customizable.
15432
15433 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15434
15435         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
15436         bind `S W' to gnus-article-wide-reply-with-original; set default
15437         binding to gnus-article-read-summary-send-keys.
15438         (gnus-article-read-summary-keys): Fix the order of keys; display
15439         continuation keys correctly in the echo area; describe bindings
15440         correctly when keys end with `C-h'.
15441         (gnus-article-read-summary-send-keys): New function.
15442         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15443         Work for gnus-article-read-summary-send-keys; display continuation keys
15444         correctly in the echo area.
15445         (gnus-article-reply-with-original): Ignore prefix argument.
15446         (gnus-article-wide-reply-with-original): New function.
15447
15448         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
15449         Emacs 21.
15450
15451 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15452
15453         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
15454         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
15455
15456 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15457
15458         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
15459         (gnus-group-read-ephemeral-gmane-group): New command.
15460
15461 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
15462
15463         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
15464
15465 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15466
15467         * message.el (message-send-mail-function): Increase custom version.
15468
15469         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
15470         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
15471
15472 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15473
15474         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
15475         for the cases where imap-authenticate is called with a nil buffer
15476         parameter.
15477
15478 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15479
15480         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
15481         html parts correctly; support forwarded messages.
15482         (gnus-article-browse-html-article): Remove work buffers.
15483
15484         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
15485         compiling.
15486         (netrc-bound-and-true-p): New macro.
15487         (netrc-parse): Use it instead of bound-and-true-p that is not available
15488         in XEmacs 21.4.
15489
15490 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
15491
15492         * gnus-registry.el (gnus-registry-mark-article)
15493         (gnus-registry-article-marks): Add functionality to mark articles
15494         through the Gnus registry.
15495
15496         * encrypt.el: Clarify documentation for the new pgg method.
15497         (encrypt-file-alist): Add PGG option.
15498         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
15499         functionality.  Abstract password key and messaging to external
15500         functions.
15501         (encrypt-password-key, encrypt-get-passphrase-if-needed)
15502         (encrypt-message-method-and-cipher): Add new convenience external
15503         functions.
15504         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
15505         (encrypt-pgg-process-buffer): Add PGG functionality glue.
15506
15507         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
15508         (netrc-parse): Use encrypt-file-alist to determine if
15509         encrypt-find-model or encrypt-insert-file-contents should be used.
15510
15511         * encrypt.el: Clarify documentation.  Load password-cache or
15512         password, whichever one is found first, instead of autoloading.
15513
15514 2007-12-19  Glenn Morris  <rgm@gnu.org>
15515
15516         * mml.el (message-options-set, message-narrow-to-head)
15517         (message-in-body-p, message-mail-p, message-encode-message-body):
15518         Autoload.
15519         (message-remove-header, message-narrow-to-headers-or-head)
15520         (message-subscribed-p, message-make-mail-followup-to)
15521         (message-position-on-field, message-news-p)
15522         (message-options-set-recipient, message-generate-headers)
15523         (message-sort-headers): Declare as functions.
15524
15525 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15526
15527         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
15528         convention in doc string.
15529
15530 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15531
15532         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
15533         title to html parts.
15534         (gnus-article-browse-html-article): Pass message header to it.
15535
15536         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
15537
15538 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
15539
15540         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
15541         or password compatible with XEmacs.
15542
15543 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15544
15545         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
15546         format document.
15547         (gnus-mime-delete-part): Don't write description line if empty.
15548         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
15549
15550 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
15551
15552         * gnus-sum.el (gnus-summary-mark-unread-as-read)
15553         (gnus-summary-mark-read-and-unread-as-read)
15554         (gnus-summary-mark-current-read-and-unread-as-read)
15555         (gnus-summary-mark-unread-as-ticked): Doc fix.
15556         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
15557
15558 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15559
15560         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
15561         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15562
15563 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15564
15565         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
15566         yes-or-no-p.
15567
15568 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15569
15570         * mm-decode.el (mm-add-meta-html-tag): New function.
15571         (mm-save-part-to-file, mm-pipe-part): Use it.
15572
15573         * gnus-art.el (gnus-article-browse-delete-temp-files):
15574         Use gnus-y-or-n-p instead of y-or-n-p.
15575         (gnus-article-browse-html-parts): Work with message/external-body; use
15576         mm-add-meta-html-tag.
15577
15578 2007-12-11  Glenn Morris  <rgm@gnu.org>
15579
15580         * gnus-cache.el: Require gnus-sum not just when compiling.
15581
15582         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
15583
15584         * gnus-int.el (gnus-server-opened, gnus-status-message):
15585         Move definitions before use.
15586
15587         * mm-decode.el: Require gnus-util.
15588         (mm-remove-part): Only call delete-annotation on XEmacs.
15589
15590         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
15591
15592         * nnmail.el: Require gnus-int.
15593
15594         * spam.el: Move `require's before `eval-when-compile's.
15595
15596         * gnus-ems.el (gnus-alive-p):
15597         * gnus-fun.el (message-goto-eoh):
15598         * gnus-util.el (gnus-group-name-decode):
15599         * mail-source.el (gnus-compress-sequence):
15600         * message.el (Info-goto-node, format-spec):
15601         * mm-bodies.el (message-options-get):
15602         * mm-decode.el (mm-view-pkcs7):
15603         * mm-util.el (gmm-write-region):
15604         * mml-smime.el (mml-compute-boundary)
15605         (gnus-completing-read-with-default):
15606         * mml.el (widget-button-press, gnus-make-hashtable):
15607         * mml1991.el (mm-decode-content-transfer-encoding)
15608         (mm-encode-content-transfer-encoding)
15609         (message-options-get, message-options-set):
15610         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
15611         * nnfolder.el (gnus-request-group):
15612         * nnheader.el (ietf-drums-unfold-fws):
15613         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
15614         * smime.el (gnus-run-mode-hooks):
15615         * spam-stat.el (gnus-message): Autoload.
15616
15617         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
15618         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
15619         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
15620         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
15621         Add declare-function compatibility definition.
15622
15623         * gnus-cache.el (nnvirtual-find-group-art):
15624         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
15625         (gnus-add-image, gnus-add-wash-type):
15626         * gnus-group.el (nnkiboze-score-file):
15627         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
15628         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
15629         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
15630         (message-tokenize-header, gnus-get-buffer-create)
15631         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
15632         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
15633         * gnus.el (gnus-group-decoded-name):
15634         * mail-source.el (imap-capability):
15635         * mm-bodies.el (message-options-set):
15636         * mm-decode.el (gnus-configure-windows):
15637         * mm-extern.el (message-goto-body):
15638         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
15639         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
15640         (epg-sub-key-validity, message-options-set):
15641         * mml.el (widget-event-point, gnus-configure-windows):
15642         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
15643         * mml2015.el (epg-check-configuration, epg-configuration)
15644         (message-options-set):
15645         * nndb.el (nndb-request-article):
15646         * nnfolder.el (gnus-request-create-group):
15647         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
15648         * nnmaildir.el (gnus-group-mark-article-read):
15649         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
15650         * rfc1843.el (message-fetch-field):
15651         * spam.el (gnus-extract-address-components):
15652         Declare as functions.
15653
15654 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15655
15656         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
15657
15658         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
15659
15660         * lpath.el: Fbind run-mode-hooks for Emacs 21;
15661         bind show-trailing-whitespace for XEmacs.
15662
15663 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15664
15665         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
15666         new no-op macro for backward compatibility.
15667
15668         * imap.el (imap-string-to-integer): New function.
15669
15670 2007-12-09  Glenn Morris  <rgm@gnu.org>
15671
15672         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
15673
15674         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
15675         * message.el, mm-view.el, sieve-manage.el, smime.el:
15676         Add declare-function compatibility definition.
15677
15678         * gnus-art.el (w3-region, w3m-region, Info-menu):
15679         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
15680         * gnus-sum.el (gnus-get-predicate):
15681         * gnus-util.el (mm-append-to-file, w32-focus-frame):
15682         * message.el (mail-abbrev-in-expansion-header-p):
15683         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
15684         (w3m-detect-meta-charset, w3m-region):
15685         * sieve-manage.el (password-read, password-cache-add)
15686         (password-cache-remove):
15687         * smime.el (password-read-and-add): Declare as functions.
15688
15689 2007-12-08  David Kastrup  <dak@gnu.org>
15690
15691         * gnus-sum.el (gnus-summary-simplify-subject-query):
15692         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
15693         `message'.
15694
15695 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15696
15697         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
15698         it to bind idna-program, installation-directory, defined-colors, and
15699         face-attribute for XEmacs of the version that compiles defcustom forms.
15700
15701 2007-12-07  Glenn Morris  <rgm@gnu.org>
15702
15703         * gnus-art.el (article-make-date-line): Revert previous change.
15704
15705 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15706
15707         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
15708
15709 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
15710
15711         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
15712         Call gnus-add-to-range ranges only once with a prepared article-list.
15713
15714 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
15715
15716         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
15717         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
15718         group names with backslashes.
15719         Reported by Tassilo Horn <tassilo@member.fsf.org>.
15720
15721 2007-12-06  Deepak Goel  <deego3@gmail.com>
15722
15723         * gnus-art.el (article-make-date-line):
15724         * gnus-start.el (gnus-load):
15725         * pop3.el (pop3-read-response): Fix buggy call to `error'.
15726
15727 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15728
15729         * gnus-art.el (gnus-use-idna):
15730         * gnus-start.el (gnus-site-init-file):
15731         * message.el (message-use-idna):
15732         * mm-uu.el (mm-uu-hide-markers):
15733         * smiley.el (smiley-style): Revert changes that suppress warnings.
15734
15735 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15736
15737         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
15738         specify charset to html source.
15739         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15740
15741 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15742
15743         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
15744         idna-program in order to suppress byte compile warning issued by XEmacs
15745         that came to byte compile the default value section of defcustom forms
15746         recently.
15747
15748         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
15749         value of installation-directory.
15750
15751         * message.el (message-use-idna): Don't directly refer to the value of
15752         idna-program.
15753
15754         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
15755
15756         * smiley.el (smiley-style): Don't directly call face-attribute.
15757
15758 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
15759
15760         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
15761
15762         * gnus-dired.el: Reduce Gnus dependencies.
15763         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
15764         Don't require.  Use autoloads instead.
15765         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
15766         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
15767         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
15768         (gnus-dired-mode): Adjust doc string.
15769         (gnus-dired-mail-mode): New variable.
15770         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
15771         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
15772         (gnus-dired-mail-buffers): New function.  Return mail or message
15773         composition buffers.
15774         (gnus-dired-attach): Use it.
15775         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
15776         NO-DECODE.
15777         (gnus-dired-print): Use `gnus-print-buffer' depending on
15778         `gnus-dired-mail-mode'.
15779
15780 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15781
15782         * rfc2047.el (rfc2047-encoded-word-regexp)
15783         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
15784         explaining what regexp patterns are for.
15785
15786 2007-12-04  Glenn Morris  <rgm@gnu.org>
15787
15788         * password.el: Move to password-cache.el.
15789
15790         * mml1991.el (password-read, password-cache-add, password-cache-remove):
15791         * mml2015.el (password-read, password-cache-add, password-cache-remove):
15792         * mml-smime.el (password-read, password-cache-add)
15793         (password-cache-remove):
15794         No need to autoload, since mml-sec requires password.
15795
15796         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
15797         * message.el (gnus-extract-address-components):
15798         * mml-smime.el (gnus-extract-address-components): Define for compiler.
15799
15800         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
15801         password.
15802
15803 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15804
15805         * mailcap.el: Reduce dependencies.
15806         (mail-header-parse-content-type): Autoload.
15807         (mailcap-delete-duplicates): New alias.
15808         (mailcap-mime-info): Add optional argument NO-DECODE.
15809         (mailcap-mime-types): Use mailcap-delete-duplicates.
15810
15811         * message.el (message-ignored-supersedes-headers): Add "X-ID".
15812
15813 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
15814
15815         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
15816         (imap-parse-status): Upcase status-att for servers that sends them
15817         lower-case (e.g., MS Exchange 2007).
15818
15819 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15820
15821         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
15822         function.
15823
15824         * gnus-uu.el (gnus-uu-decode-yenc): New command.
15825         (gnus-uu-yenc-article): New function.
15826
15827         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
15828
15829         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
15830
15831 2007-12-02  Glenn Morris  <rgm@gnu.org>
15832
15833         * binhex.el (binhex): New custom group.
15834         (binhex-decoder-program, binhex-decoder-switches)
15835         (binhex-use-external): Move to the binhex custom group.
15836
15837         * uudecode.el (uudecode): New custom group.
15838         (uudecode-decoder-program, uudecode-decoder-switches)
15839         (uudecode-use-external): Move to the uudecode custom group.
15840
15841         * netrc.el (top-level): Don't load `encrypt' features.
15842         (netrc-parse): Don't use encrypt.
15843         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
15844
15845         * encrypt.el: Remove file.
15846
15847 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
15848
15849         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
15850         matches on patches.
15851
15852         * gnus-art.el (gnus-article-browse-html-article):
15853         Mention `mm-text-html-renderer' in the doc string.
15854
15855         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
15856         string.  Add comments.
15857
15858         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
15859         if rhs is ASCII.
15860
15861 2007-12-01  Glenn Morris  <rgm@gnu.org>
15862
15863         * mail-source.el (top-level): Require format-spec before
15864         eval-when-compile.
15865
15866 2007-11-30  Glenn Morris  <rgm@gnu.org>
15867
15868         * encrypt.el: Require password, rather than autoloading password-read.
15869
15870 2007-11-29  Glenn Morris  <rgm@gnu.org>
15871
15872         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
15873         (sasl-make-client, sasl-next-step, sasl-step-data)
15874         (sasl-step-set-data): Declare as functions.
15875
15876 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
15877
15878         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
15879
15880 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
15881
15882         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
15883         certs should be verified and what is to be done in the event of a
15884         verification failure.
15885
15886         * gnus.el (gnus-method-to-server): Add an optional parameter so the
15887         caller can indicate whether the cache should be disregarded for this
15888         call.  This way the result of the call is reproducible at all times and
15889         can be considered a canonical server name for the supplied method.
15890         (gnus-agent-method-p): Canonicalize server names by pushing their
15891         method through `gnus-method-to-server' using the no-cache argument.
15892
15893         * gnus-srvr.el (gnus-server-insert-server-line):
15894         Call `gnus-method-to-server' with `no-cache' argument.
15895
15896         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
15897         gnus-agent-possibly-synchronize-flags as this should be called when the
15898         server is actually being opened.
15899         (gnus-agent-possibly-synchronize-flags)
15900         (gnus-agent-possibly-synchronize-flags-server): Move check for the
15901         flags file of an agentized server to the latter function.
15902
15903         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
15904         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
15905         after a connection has been established successfully.
15906
15907 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15908
15909         * gnus-art.el (article-display-face): Force to display face if called
15910         interactively; check if gnus-article-x-face-too-ugly matches author.
15911         (article-display-x-face): Display face even if From header is missing
15912         as article-display-face does.
15913
15914 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
15915
15916         * hashcash.el (message-narrow-to-headers-or-head)
15917         (message-fetch-field, message-goto-eoh)
15918         (message-narrow-to-headers): Declare as functions.
15919
15920 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
15921
15922         * mail-source.el (mail-sources): Default to fetch from file for
15923         compatibility with default of nnmail-spool-file.
15924
15925 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15926
15927         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
15928         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
15929         to look for encoded word that should be encoded again.
15930         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
15931         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
15932         encoding pattern.
15933         (rfc2047-decode-region): Switch strict regexp and loose one according
15934         to rfc2047-allow-irregular-q-encoded-words.
15935
15936 2007-11-25  Romain Francoise  <romain@orebokech.com>
15937
15938         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
15939
15940 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15941
15942         * tls.el (tls-program): Provide more custom choices from
15943         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
15944         (tls-process-connection-type, tls-success): Remove "*" in doc string.
15945
15946 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15947
15948         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
15949         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
15950
15951         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
15952         `nnmail-spool-file'.
15953
15954         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
15955         `nnmail-spool-file'.
15956
15957         * gnus-move.el (gnus-change-server): Ditto.
15958
15959         * gnus-kill.el (gnus-batch-score): Ditto.
15960
15961         * gnus-cache.el (gnus-jog-cache): Ditto.
15962
15963         * gnus-msg.el (gnus-summary-reply):
15964         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
15965
15966 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15967
15968         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
15969         version.  Minor improvement to doc strings.
15970         (tls-program): Add comment.
15971
15972 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
15973
15974         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
15975         (tls-checktrust): New variable.  Check if GNU TLS complained about a
15976         mismatch between the hostname provided in the certificate and the name
15977         of the host connnecting to.
15978         (open-tls-stream): Use them.  Check certificates against trusted root
15979         certificates.
15980
15981 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15982
15983         * gnus-cache.el (gnus-cache-generate-nov-databases):
15984         Use nnml-generate-nov-databases-directory instead of
15985         nnml-generate-nov-databases-1.
15986
15987 2007-11-24  Glenn Morris  <rgm@gnu.org>
15988
15989         * message.el (message-tool-bar-retro): Update for rename
15990         mail_send.xpm->mail-send.xpm.
15991
15992 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
15993
15994         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
15995         `smime-ldap-search' for Emacs 22 and up.
15996
15997 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15998
15999         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
16000
16001         * message.el (message-send-mail-function): Fix error convention.
16002         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
16003         (message-widen-reply, message-send-mail, message-talkative-question)
16004         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
16005         (message-clone-locals, message-send-news): Use with-current-buffer.
16006         (message-insert-or-toggle-importance): Remove unused var `valid'.
16007         (message-make-references): Remove unused var `new-references'.
16008         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
16009
16010 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
16011
16012         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
16013         (spam-split-symbolic-return-positive): Reflow docstring.
16014         (spam-backends, spam-summary-exit-behavior)
16015         (spam-mark-ham-unread-before-move-from-spam-group)
16016         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
16017         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16018         (spam-clear-cache, spam-backend-check, spam-install-backend)
16019         (spam-install-statistical-backend, spam-list-of-processors)
16020         (spam-group-processor-p, spam-split, spam-bogofilter-score)
16021         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
16022         (spam-check-crm114, spam-initialize, spam-unload-hook):
16023         Fix typos in docstrings.
16024
16025 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16026
16027         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
16028         been checked if they have never been read and those group levels are
16029         higher than the one that a user specified.
16030
16031 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16032
16033         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
16034         foreign groups unless a group level is specified by a user.
16035         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
16036
16037 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
16038
16039         * message.el (message-send-mail-function): Require sendmail.
16040
16041 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
16042
16043         * message.el (message-send-mail-function): Check for smtpmail too.
16044
16045         * utf7.el (utf7-encode, utf7-decode): Use coding system
16046         `utf-7'/`utf-7-imap' from utf-7.el' if available.
16047
16048         * message.el (message-send-mail-function): New function.
16049         (message-send-mail-function): Set default using
16050         message-send-mail-function.  Adjust doc string.
16051         (message-send-mail-with-mailclient): New function.
16052
16053 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
16054
16055         * smime.el (from):
16056         * rfc2047.el (message-posting-charset):
16057         * qp.el (mm-use-ultra-safe-encoding):
16058         * pop3.el (parse-time-months):
16059         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
16060         * nnml.el (files):
16061         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
16062         (jka-compr-compression-info-list, ange-ftp-path-format)
16063         (efs-path-regexp):
16064         * nndiary.el (files):
16065         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
16066         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
16067         (epg-digest-algorithm-alist, inhibit-redisplay)
16068         (password-cache-expiry):
16069         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
16070         (pgg-output-buffer, password-cache-expiry):
16071         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
16072         (efs-path-regexp):
16073         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
16074         (inhibit-redisplay):
16075         * mm-uu.el (file-name, start-point, end-point, entry)
16076         (gnus-newsgroup-name, gnus-newsgroup-charset):
16077         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
16078         (latin-unity-ucs-list):
16079         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
16080         (mm-uu-binhex-decode-function):
16081         * message.el (gnus-message-group-art, gnus-list-identifiers)
16082         (rmail-enable-mime-composing, gnus-local-organization)
16083         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
16084         (gnus-read-active-file, facemenu-add-face-function)
16085         (facemenu-remove-face-function, gnus-article-decoded-p)
16086         (tool-bar-mode):
16087         * mail-source.el (display-time-mail-function):
16088         * gnus-util.el (nnmail-pathname-coding-system)
16089         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
16090         (gnus-original-article-buffer, gnus-user-agent)
16091         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
16092         (xemacs-codename, sxemacs-codename, emacs-program-version):
16093         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
16094         * gnus-start.el (gnus-agent-covered-methods)
16095         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
16096         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
16097         (gnus-newsgroup-headers, gnus-group-list-mode)
16098         (gnus-group-mark-positions, gnus-newsgroup-data)
16099         (gnus-newsgroup-unreads, nnoo-state-alist)
16100         (gnus-current-select-method, mail-sources)
16101         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
16102         (nnmail-spool-file, gnus-cache-active-hashtb):
16103         * gnus-mh.el (mh-lib-progs):
16104         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
16105         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
16106         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
16107         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
16108         (gnus-group-buffer):
16109         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
16110         (font-lock-set-defaults):
16111         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
16112         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
16113         (gnus-summary-post-menu, total-parts, type, condition, length):
16114         * gnus-agent.el (gnus-agent-read-agentview):
16115         * flow-fill.el (show-trailing-whitespace):
16116         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
16117         eval-and-compile wrappers for byte compiler pacifiers.
16118
16119         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
16120         (mm-display-inline-fontify): Check for featurep 'xemacs not
16121         extent-list.
16122
16123         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
16124         itimer-list.
16125         (mm-create-image-xemacs): Only do something for XEmacs.
16126         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
16127
16128         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
16129
16130         * gnus-registry.el (gnus-adaptive-word-syntax-table):
16131         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
16132
16133 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
16134
16135         * nnimap.el (nnimap-split-download-body):
16136         * gnus-demon.el (gnus-demon):
16137         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
16138
16139 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16140
16141         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
16142         New macros.
16143         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
16144         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
16145         copy data from unibyte buffer to multibyte current buffer.
16146         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
16147         to copy data from unibyte current buffer to multibyte buffer.
16148         (nntp-make-process-buffer): Make process buffer unibyte.
16149
16150         * pop3.el (pop3-open-server): Fix typo in Lisp code.
16151
16152 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
16153
16154         * pop3.el (pop3-open-server): Accept and process data more robustly at
16155         connection start to avoid spurious "POP SSL connection failed" errors.
16156
16157 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16158
16159         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
16160         read group names.
16161
16162 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
16163
16164         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
16165
16166 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16167
16168         * nnmail.el (nnmail-parse-active): Make group names unibyte.
16169         (nnmail-save-active): Use a unibyte buffer when saving active file,
16170         which may contain non-ASCII group names.
16171
16172         * nnml.el (nnml-request-group): Decode group names in messages.
16173
16174 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
16175
16176         * message.el (message-citation-line-function)
16177         (message-insert-formatted-citation-line): Fix spelling of
16178         `message-insert-formated-citation-line'.
16179
16180 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
16181
16182         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
16183
16184 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16185
16186         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
16187         nnmail-pathname-coding-system.
16188
16189         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
16190         that a user enters; decode group names in messages.
16191
16192         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
16193
16194 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16195
16196         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
16197
16198         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
16199
16200         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
16201         risky local variable.
16202
16203         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
16204
16205 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
16206
16207         * encrypt.el: Improve documentation to fix function name typo.
16208         Reported by Daiki Ueno <ueno@unixuser.org>.
16209
16210 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16211
16212         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
16213         even if the point is not in the last page of an article.
16214         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
16215         back to the previous page.
16216
16217 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
16218
16219         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
16220
16221 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16222
16223         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
16224
16225 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16226
16227         * message.el (message-check-news-body-syntax):
16228         Avoid mm-string-as-multibyte.
16229         (message-hide-headers): Don't assume (point-min)==1.
16230
16231 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16232
16233         * message.el (message-remove-blank-cited-lines): Fix if remove is
16234         given.
16235         (message-bogus-address-regexp): New variable.
16236         (message-bogus-recipient-p): New function.
16237         (message-check-recipients): New command.
16238         (message-syntax-checks): Add `bogus-recipient'.
16239         (message-fix-before-sending): Add `bogus-recipient'.
16240
16241         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
16242         (gnus-treat-body-boundary): Don't test window-system.
16243
16244 2007-10-28  Leo Liu  <sdl.web@gmail.com>
16245
16246         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
16247
16248 2007-10-28  Miles Bader  <miles@gnu.org>
16249
16250         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
16251         at compile-time too.
16252
16253 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16254
16255         * gnus-msg.el (gnus-message-setup-hook):
16256         Add `message-remove-blank-cited-lines' to options.
16257
16258 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16259
16260         * message.el (message-remove-blank-cited-lines): New function.
16261         Suggested by Karl Plästerer.
16262
16263 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16264
16265         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
16266         mapc.
16267
16268         * imap.el (imap-open): Replace mapcar called for effect with mapc.
16269         (top-level): Use mapc to set functions to be traced for debugging.
16270
16271         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
16272         called for effect with while loop.
16273
16274         * message.el (message-talkative-question): Replace mapcar called for
16275         effect with mapc.
16276
16277         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
16278         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
16279         called for effect with dolist.
16280
16281         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
16282
16283         * nndiary.el: Use dolist instead of mapcar to add diary headers to
16284         gnus-extra-headers and nnmail-extra-headers.
16285
16286         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
16287         called for effect with dolist.
16288         (top-level): Use mapc to set functions to be traced for debugging.
16289
16290         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
16291         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
16292         dolist.
16293
16294         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
16295         Replace mapcar called for effect with mapc.
16296         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
16297         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
16298         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
16299         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
16300
16301         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
16302         remove-if that's a cl function.
16303
16304         * webmail.el (webmail-debug): Replace mapcar called for effect with
16305         dolist.
16306
16307         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
16308         with mapc.
16309
16310 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16311
16312         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
16313         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
16314         with while loop.
16315
16316         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
16317         functions from article-* functions.
16318         (gnus-multi-decode-header): Replace mapcar called for effect with
16319         dolist.
16320
16321         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
16322         (gnus-bookmark-show-details): Replace mapcar called for effect with
16323         while loop.
16324
16325         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
16326         called for effect with while loop.
16327
16328         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
16329         with dolist.
16330
16331         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16332         Replace mapcar called for effect with dolist.
16333
16334         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
16335
16336         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
16337         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
16338         Replace mapcar called for effect with dolist.
16339         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
16340         mapc.
16341
16342         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
16343         Replace mapcar called for effect with dolist.
16344         (gnus-topic-list): Replace mapcar called for effect with mapc.
16345
16346         * gnus.el: Use mapc instead of mapcar to add autoloads.
16347
16348 2007-10-23  Richard Stallman  <rms@gnu.org>
16349
16350         * gnus-group.el (gnus-group-highlight): Mark as risky.
16351
16352 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16353
16354         * gnus.el (gnus-server-to-method): Return method found first in
16355         gnus-newsrc-alist.
16356
16357         * gnus-art.el (gnus-article-highlight-signature)
16358         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
16359         button overlay without the front stickiness.
16360
16361 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
16362
16363         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
16364         overview buffer needed a catch to receive its throw.
16365         (gnus-agent-flush-cache): Declare as interactive to make this function
16366         easier to use.
16367
16368 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
16369
16370         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
16371         `next-line'.
16372
16373 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16374
16375         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
16376         exclude address matching message-dont-reply-to-names.
16377
16378 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16379
16380         * gnus-util.el (gnus-string<): New function.
16381
16382         * gnus-sum.el (gnus-article-sort-by-author)
16383         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
16384
16385 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16386
16387         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
16388         the frame-focus tag is set in gnus-buffer-configuration.
16389
16390 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16391
16392         * gnus-art.el (gnus-article-add-button): Make a button overlay without
16393         the front stickiness.
16394
16395 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16396
16397         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
16398         url pattern; remove duplicate one.
16399         (gnus-article-extend-url-button): New function.
16400         (gnus-article-add-buttons): Use it.
16401         (gnus-button-push): Use concatenated url that it makes.
16402
16403 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
16404
16405         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
16406
16407 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16408
16409         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
16410         Don't hardcode point-min==1.
16411
16412 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
16413
16414         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
16415         Fix comment about "iso8859-1".
16416
16417 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
16418
16419         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
16420         ones returned from the verify-function.
16421
16422         * mm-uu.el (mm-uu-pgp-signed-extract-1):
16423         Call mml2015-extract-cleartext-signature if extraction failed.
16424
16425 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
16426
16427         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
16428         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
16429         failed.
16430
16431 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16432
16433         * Relicense "GPLv2 or later" files to "GPLv3 or later".
16434
16435 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
16436
16437         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
16438         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
16439         recommends to use EasyPG instead of PGG.
16440
16441         * pgg.el: Revert to revision 6.23.2.16.
16442
16443         * pgg-def.el: Revert to revision 6.6.2.14.
16444
16445         * pgg-gpg.el: Revert to revision 6.23.2.34.
16446
16447 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
16448
16449         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
16450         to mark a thread as expirable.  Add variable `hide' to handle hiding of
16451         thread for both the null and zero (kill/expire thread) universal prefix
16452         cases.
16453         (gnus-summary-expire-thread): Add new function to expire a thread,
16454         using gnus-summary-kill-thread.
16455         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
16456         shortcuts for gnus-summary-expire-thread.
16457         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
16458         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
16459
16460 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
16461
16462         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
16463         extras value, so an extras entry can be deleted.
16464         (gnus-registry-delete-extra-entry): Use it.
16465         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
16466         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
16467         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
16468         storage through the gnus-registry, and provide an appropriate API for
16469         it.
16470
16471 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16472
16473         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
16474         Suggested by Leo <sdl.web@gmail.com>.
16475
16476         * gnus.el: Do.
16477
16478 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16479
16480         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
16481         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
16482
16483         * gnus-agent.el (gnus-agent-fetch-headers): Do.
16484
16485         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16486         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
16487
16488 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16489
16490         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
16491         newline.
16492         (nnmbox-request-accept-article): Don't change article in source buffer;
16493         narrow to header to use message-fetch-field rather than
16494         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
16495         (nnmbox-request-replace-article): Quote lines that'll be misidentified
16496         as delimiters; make sure article ends with newline.
16497         (nnmbox-delete-mail): Correct last position of article to be deleted;
16498         ignore X-Gnus-Newsgroup header in article body.
16499         (nnmbox-save-mail): Quote lines looking like delimiters at the right
16500         positions; make sure article ends with newline.
16501
16502         * message.el (message-display-abbrev): Don't infloop when a user
16503         inserts SPC in the beginning of header.
16504
16505         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
16506         coding-system-for-read and coding-system-for-write for XEmacs having no
16507         file-coding feature.
16508
16509         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
16510
16511 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
16512
16513         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
16514         list of groups not followed by default.  Fix type to be regexp.
16515         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
16516
16517 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
16518
16519         * hmac-def.el (define-hmac-function): Switch from old-style to
16520         new-style backquotes.
16521
16522         * md4.el (md4-make-step): Likewise.
16523
16524 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16525
16526         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
16527         raw-text coding system when saving .newsrc file, which may contain
16528         non-ASCII group names.
16529
16530 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16531
16532         * gnus-cus.el (gnus-score-extra): New widget.
16533         (gnus-score-extra-convert): New function.
16534         (gnus-score-customize): Use it for Extra.
16535
16536 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
16537
16538         * mml2015.el (mml2015-extract-cleartext-signature): New function.
16539         (mml2015-mailcrypt-clear-verify): Use it.
16540         (mml2015-gpg-clear-verify): Use it.
16541         (mml2015-pgg-clear-verify): Use it.
16542         (mml2015-epg-clear-verify): Replace the current part with the output
16543         from GnuPG; don't extract the plaintext by itself.
16544
16545         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
16546         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
16547         mml2015-clear-verify-function; don't touch the armor headers or
16548         dash-escaped text here.
16549
16550 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16551
16552         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
16553         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
16554         parts, or application/octet-stream as a last resort.
16555         (gnus-mime-view-part-as-type): Don't toggle display.
16556         (gnus-mime-view-part-as-charset): Don't turn off display before
16557         querying charset.
16558
16559         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
16560         stuff to undisplayer function in Emacs.
16561         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
16562
16563         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
16564         text/calendar parts.
16565
16566 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16567
16568         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
16569         decoding text/calendar parts.
16570
16571         * message.el (message-forward-make-body-mime): Always mark body as
16572         having no illegible text; remove signed-or-encrypted argument.
16573         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
16574
16575         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
16576         (mml-generate-mime-1): Don't encode body if it is specified to be in
16577         raw form; don't make buffer be unibyte when inserting multibyte string.
16578
16579 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16580
16581         * sha1.el: Fix up comment style.
16582         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
16583         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
16584
16585         * hex-util.el: Fix up comment style.
16586         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
16587
16588         * gnus-salt.el: Use with-current-buffer.
16589         (gnus-pick-setup-message): Fix long-standing typo.
16590
16591 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16592
16593         * imap.el (imap-logout-timeout): New variable.
16594         (imap-logout, imap-logout-wait): New functions.
16595         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
16596
16597         * nnimap.el (nnimap-logout-timeout): New server variable.
16598         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
16599         nnimap-logout-timeout.
16600
16601         * gnus-art.el (gnus-article-summary-command-nosave)
16602         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
16603
16604 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16605
16606         * gnus.el (gnus-maximum-newsgroup): New variable.
16607
16608         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
16609         according to gnus-maximum-newsgroup.
16610
16611         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16612         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
16613         Limit the range of articles according to gnus-maximum-newsgroup.
16614
16615 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
16616
16617         * gnus-art.el (gnus-sticky-article): Fix problems described in
16618         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
16619         Don't perform gnus-configure-windows here; reuse existing sticky
16620         article buffer.
16621
16622         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
16623         it doesn't exist in gnus-article-mode.
16624
16625 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16626
16627         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
16628         (gnus-agent-decoded-group-name): New function.
16629         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
16630         (gnus-agent-expire-group-1): Use it; decode group name in messages.
16631
16632 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
16633
16634         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
16635         Add binding for gnus-sticky-article.
16636         (gnus-summary-exit): Don't kill sticky article buffers.
16637
16638         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
16639         article buffer.
16640         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
16641         (gnus-kill-sticky-article-buffers): New commands.
16642
16643 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16644
16645         * nntp.el (nntp-xref-number-is-evil): New server variable.
16646         (nntp-find-group-and-number): If it is non-nil, don't trust article
16647         numbers in the Xref header.
16648
16649 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16650
16651         * gnus-agent.el (gnus-agent-read-group): New function.
16652         (gnus-agent-flush-group, gnus-agent-expire-group)
16653         (gnus-agent-regenerate-group): Use it.
16654         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
16655         nnmail-pathname-coding-system.
16656
16657 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16658
16659         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
16660
16661         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
16662         that are unread as unread, and also as selected so that information of
16663         marks having been changed by a user may be updated when exiting group.
16664
16665 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16666
16667         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
16668
16669 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16670
16671         * gnus-art.el (gnus-mime-display-single): Pass part number that is
16672         calculated ignoring signature parts to gnus-treat-article.
16673
16674 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16675
16676         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
16677         a point here in order to keep the window start.
16678         (gnus-insert-mime-security-button): Make a button overlay without the
16679         front stickiness.
16680         (gnus-mime-display-security): Goto the end of a button.
16681
16682         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
16683
16684 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16685
16686         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
16687         group-name-at-point.
16688         (gnus-group-completing-read): New function that offers decoded
16689         non-ASCII group names for completion.
16690         (gnus-fetch-group, gnus-group-read-ephemeral-group)
16691         (gnus-group-jump-to-group, gnus-group-make-group-simple)
16692         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
16693         (gnus-group-fetch-control): Use it.
16694         (gnus-fetch-group): Use group-name-at-point for the initial value
16695         rather than the default value; use gnus-alive-p.
16696
16697         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
16698         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
16699         (gnus-summary-post-news): Use gnus-group-completing-read.
16700
16701         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
16702         (gnus-read-move-group-name): Decode group name for completion.
16703
16704 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
16705
16706         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
16707         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
16708         Yamaoka slightly modified the code).
16709
16710 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16711
16712         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
16713         (nnmail-split-incoming): Bind it.
16714
16715         * nnml.el (nnml-group-name-charset): New function.
16716         (nnml-decoded-group-name): Use it; don't decode group name if
16717         nnmail-group-names-not-encoded-p is non-nil.
16718         (nnml-encoded-group-name): New function.
16719         (nnml-group-pathname): Inline nnml-decoded-group-name.
16720         (nnml-request-expire-articles): Decode group name in message.
16721         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
16722         nnmail-pathname-coding-system.
16723         (nnml-save-mail, nnml-active-number): Work with decoded group names and
16724         not decoded ones according to nnmail-group-names-not-encoded-p.
16725         (nnml-generate-active-info): Use nnml-encoded-group-name.
16726
16727 2007-08-08  Glenn Morris  <rgm@gnu.org>
16728
16729         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
16730         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
16731         doc-strings and comments.
16732
16733 2007-07-25  Glenn Morris  <rgm@gnu.org>
16734
16735         * Relicense all FSF files to GPLv3 or later.
16736
16737 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16738
16739         * gnus-sum.el (gnus-summary-move-article):
16740         Make gnus-summary-respool-article work.
16741
16742 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
16743
16744         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
16745         string.
16746
16747 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
16748
16749         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
16750         that should be ignored when comparing distant RSS articles with local
16751         ones.
16752         (nnrss-make-hash-index): New function.  Create a hash index according
16753         to the ignored fields.
16754         (nnrss-check-group): Use it.
16755
16756 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16757
16758         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
16759
16760         * gnus-art.el (article-decode-group-name): Decode Xref header too.
16761
16762         * gnus-group.el (gnus-group-make-group): Encode group name here unless
16763         the new optional argument ENCODED is non-nil.
16764         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
16765         coding system for encoding group name.
16766         (gnus-group-make-rss-group): Pass un-encoded group name to
16767         gnus-group-make-group.
16768         (gnus-group-set-info): Tell gnus-group-make-group that group name is
16769         encoded.
16770
16771         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
16772         Encode group name to which articles are moved or copied.
16773         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
16774         coding system for encoding Newsgroup, Followup-To and Xref headers.
16775
16776         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
16777         marks; use nnheader-file-coding-system to write a file.
16778         (nnagent-retrieve-headers): Bind file-name-coding-system to
16779         nnmail-pathname-coding-system.
16780
16781         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
16782
16783         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
16784         (nnml-request-article, nnml-request-create-group)
16785         (nnml-request-rename-group, nnml-find-id)
16786         (nnml-possibly-change-directory, nnml-possibly-create-directory)
16787         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
16788         (nnml-save-marks): Use nnml-group-pathname instead of
16789         nnmail-group-pathname.
16790
16791         (nnml-request-create-group, nnml-request-expire-articles)
16792         (nnml-request-move-article, nnml-request-delete-group)
16793         (nnml-deletable-article-p, nnml-possibly-create-directory)
16794         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
16795         (nnml-open-marks): Bind file-name-coding-system to
16796         nnmail-pathname-coding-system.
16797
16798         (nnml-request-article): Pass server argument to nnml-find-group-number.
16799         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
16800         Pass server argument to nnml-possibly-create-directory.
16801         (nnml-request-accept-article): Pass server argument to
16802         nnml-active-number and nnml-save-mail.
16803         (nnml-find-group-number): Pass server argument to nnml-find-id.
16804         (nnml-request-update-info): Pass server argument to
16805         nnml-marks-changed-p.
16806
16807         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
16808         (nnml-save-mail, nnml-active-number): Add server argument.
16809
16810         (nnml-request-delete-group): Warn if group is missing.
16811         (nnml-get-nov-buffer): Decode group name.
16812         (nnml-generate-active-info): Encode group name.
16813         (nnml-open-marks): Decode group name in messages.
16814
16815 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16816
16817         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
16818         if it is not specified.
16819         (gnus-article-pipe-part, gnus-article-save-part)
16820         (gnus-article-interactively-view-part, gnus-article-copy-part)
16821         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
16822         (gnus-article-inline-part, gnus-article-save-part-and-strip)
16823         (gnus-article-replace-part, gnus-article-delete-part)
16824         (gnus-article-view-part-as-type): Pass raw prefix argument to
16825         gnus-article-part-wrapper.
16826
16827 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16828
16829         * gnus-agent.el (gnus-agent-save-active):
16830         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
16831
16832         * gnus-cache.el (gnus-cache-save-buffers)
16833         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
16834         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
16835         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
16836         (gnus-cache-braid-nov, gnus-cache-braid-heads)
16837         (gnus-cache-generate-active, gnus-cache-rename-group)
16838         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
16839         (gnus-cache-update-overview-total-fetched-for):
16840         Bind file-name-coding-system to nnmail-pathname-coding-system.
16841         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
16842         New variables.
16843         (gnus-cache-decoded-group-name): New function.
16844         (gnus-cache-file-name): Use it.
16845         (gnus-cache-generate-active): Use non-decoded group name for active.
16846
16847         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
16848         right place.
16849         (gnus-write-active-file): Don't break non-ASCII group names.
16850
16851         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
16852         nnmail-pathname-coding-system.
16853
16854         * lpath.el: Bind default-file-name-coding-system,
16855         file-name-coding-system and language-info-alist for XEmacs.
16856
16857         * gnus-uu.el (gnus-uu-decode-save): Typo.
16858
16859 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16860
16861         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
16862
16863 2007-07-14  David Kastrup  <dak@gnu.org>
16864
16865         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
16866         finishing actions if we did not edit the article.
16867
16868 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16869
16870         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
16871         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
16872         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
16873         (gnus-agent-flush-group, gnus-agent-flush-cache)
16874         (gnus-agent-fetch-headers, gnus-agent-load-alist)
16875         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
16876         (gnus-agent-retrieve-headers, gnus-agent-request-article)
16877         (gnus-agent-regenerate-group)
16878         (gnus-agent-update-files-total-fetched-for)
16879         (gnus-agent-update-view-total-fetched-for):
16880         Bind file-name-coding-system to nnmail-pathname-coding-system.
16881         (gnus-agent-group-pathname): Don't encode file names by
16882         nnmail-pathname-coding-system.
16883         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
16884         coding-system-for-write instead of buffer-file-coding-system to
16885         gnus-agent-file-coding-system.
16886
16887         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
16888         Decode group name.
16889
16890         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
16891
16892         * gnus-start.el (gnus-update-active-hashtb-from-killed)
16893         (gnus-read-newsrc-el-file): Make group names unibyte.
16894
16895         * nnmail.el (nnmail-group-pathname): Don't encode file names by
16896         nnmail-pathname-coding-system.
16897
16898         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
16899         (nnrss-request-delete-group): Bind file-name-coding-system to
16900         nnmail-pathname-coding-system.
16901         (nnrss-read-server-data, nnrss-read-group-data):
16902         Bind file-name-coding-system correctly.
16903         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
16904
16905         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
16906         (nntp-server-to-method-cache): New variable.
16907         (nntp-group-pathname): New function that decodes non-ASCII group names.
16908         (nntp-possibly-create-directory, nntp-marks-changed-p)
16909         (nntp-save-marks, nntp-open-marks): Use it.
16910         (nntp-possibly-create-directory, nntp-open-marks):
16911         Bind file-name-coding-system to nnmail-pathname-coding-system.
16912         (nntp-open-marks): Decode group names when bootstrapping marks.
16913
16914         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
16915         Newsgroups and Followup-To headers.
16916
16917 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16918
16919         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16920         (gnus-server-closed-face, gnus-server-denied-face)
16921         (gnus-server-offline-face): Remove variable.
16922         (gnus-server-font-lock-keywords): Use faces that are not aliases.
16923
16924         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
16925         of modifying message-stack directly for XEmacs.
16926
16927         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
16928         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
16929         if the coding-system argument is nil for XEmacs.
16930
16931         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
16932         mm-charset-override-alist.
16933
16934         * rfc2047.el: Don't require base64; require rfc2045 for the function
16935         rfc2045-encode-string.
16936         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
16937         to quote the parameter value.
16938
16939 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16940
16941         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
16942         form in gnus-group-name-charset-method-alist.
16943
16944         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
16945         overrides the default layout edit-form.
16946
16947         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
16948
16949         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
16950
16951 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16952
16953         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
16954         as unfetched articles.
16955
16956 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
16957
16958         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
16959
16960 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16961
16962         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
16963         original back end that keeps marks in the local system.
16964
16965 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16966
16967         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
16968         arg of pop-to-buffer for XEmacs.
16969         (gnus-article-read-summary-keys): Ditto; don't restore window
16970         configuration if summary command ends up with neither article buffer
16971         nor summary buffer; describe bindings if summary keys end with C-h.
16972
16973 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16974
16975         * message.el (message-fix-before-sending): Skip raw message part to be
16976         forwarded while checking illegible text.
16977         (message-forward-make-body-mime, message-forward-make-body):
16978         Mark signed or encrypted raw message as having no illegible text.
16979
16980 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16981
16982         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
16983         (gnus-message-with-timestamp-1): New macro.
16984         (gnus-message-with-timestamp): New function.
16985         (gnus-message): Use them.
16986
16987         * nnheader.el (nnheader-message): Use them.
16988
16989 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
16990
16991         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
16992         .newsrc.eld file.
16993
16994 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16995
16996         * gnus-agent.el (gnus-agent-fetch-headers)
16997         (gnus-agent-retrieve-headers):
16998         Bind gnus-decode-encoded-address-function to identity.
16999
17000         * nntp.el (nntp-send-xover-command): Recognize an xover command is
17001         available also when the server returns simply a dot.
17002
17003         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
17004
17005 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17006
17007         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
17008
17009 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17010
17011         * gnus-ems.el (gnus-x-splash): Make it work.
17012
17013         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
17014         from being used.
17015
17016         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
17017
17018 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17019
17020         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
17021         4th and the 5th arguments.
17022
17023         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
17024         the front stickiness.
17025         (gnus-article-summary-command-nosave): Correct the order of the
17026         arguments passed to pop-to-buffer.
17027         (gnus-article-read-summary-keys): Ditto; make it work properly when the
17028         summary command ends up with the article buffer.
17029
17030         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
17031         the same faces.
17032
17033 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
17034
17035         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
17036
17037 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
17038
17039         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
17040         * gnus-sum.el (gnus-summary-highlight):
17041         * pgg.el (pgg-sign-region, pgg-sign):
17042         * mail-source.el (mail-source-delete-old-incoming-confirm):
17043         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
17044
17045 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17046
17047         * gnus-art.el (gnus-mime-view-part-externally)
17048         (gnus-mime-view-part-internally): Fix predicate function passed to
17049         completing-read.
17050
17051         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
17052
17053         * gnus.el (gnus-update-message-archive-method): Add :version.
17054
17055 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17056
17057         * gnus.el (gnus-update-message-archive-method): New variable.
17058
17059         * gnus-start.el (gnus-setup-news): Update saved "archive" method
17060         according to gnus-message-archive-method if
17061         gnus-update-message-archive-method is non-nil.
17062
17063 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17064
17065         * gnus-sum.el (gnus-summary-limit-to-address): New function.
17066         Suggested by Loic Dachary <loic@dachary.org>.
17067         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17068
17069 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17070
17071         * message.el (message-pop-to-buffer): Add switch-function argument.
17072         (message-mail): Pass switch-function argument to it.
17073
17074 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
17075
17076         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
17077         Improve doc string.
17078
17079 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17080
17081         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
17082         (gnus-header-content):
17083         * gnus-cite.el (gnus-cite-10):
17084         * gnus-srvr.el (gnus-server-closed):
17085         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
17086         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
17087         (gnus-group-mail-3-empty, gnus-group-mail-low)
17088         (gnus-group-mail-low-empty, gnus-splash):
17089         * message.el (message-header-to, message-header-cc)
17090         (message-header-subject, message-header-other, message-header-name)
17091         (message-header-xheader, message-separator, message-cited-text)
17092         (message-mml): Lighten colors of faces used for dark background.
17093
17094 2007-05-24  Simon Josefsson  <simon@josefsson.org>
17095
17096         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
17097         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
17098
17099 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17100
17101         * message.el (message-narrow-to-headers-or-head):
17102         Ignore mail-header-separator in the body.
17103
17104 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17105
17106         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
17107         same as window size.
17108
17109 2007-05-22  Kevin Ryde  <user42@zip.com.au>
17110
17111         * message.el (message-font-lock-keywords): Use message-header-xheader
17112         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
17113         ahead of the anything pattern, to get it recognized.
17114
17115 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17116
17117         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
17118         spam.el loads uses it in the compiled defadvice form.
17119
17120 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
17121
17122         * gnus-sum.el (gnus-articles-to-read)
17123         (gnus-summary-insert-old-articles): Don't truncate group name for
17124         `read-string'.
17125
17126         * gnus-util.el (gnus-limit-string): Delete this function.
17127
17128         * gnus-sum.el (gnus-simplify-subject-fully):
17129         Use `truncate-string-to-width' instead.
17130
17131 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
17132
17133         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
17134         Tell if, on summary exit, the next group has to be selected.
17135         (gnus-summary-exit): Use it.
17136
17137 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
17138
17139         * gnus-art.el (gnus-article-mode): Fix comment about displaying
17140         non-break space.
17141
17142 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17143
17144         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
17145         Check if group is not a directory.
17146         (nnfolder-request-expire-articles): Don't delete articles if the target
17147         group is not available.
17148
17149         * nnml.el (nnml-request-create-group): Properly check if group is not a
17150         file.
17151         (nnml-request-expire-articles): Don't delete articles if the target
17152         group is not available.
17153
17154         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17155         Don't quote characters that are within parentheses.
17156
17157 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17158
17159         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
17160         (gnus-handle-ephemeral-exit): Select article according to it.
17161
17162 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17163
17164         * message.el (message-insert-formated-citation-line): Remove newline.
17165         (message-citation-line-format): Add final \n here so that the user can
17166         avoid a blank line.
17167
17168 2007-05-03  Dan Christensen  <jdc@uwo.ca>
17169
17170         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
17171         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
17172         Update lanl/arXiv support.
17173
17174 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17175
17176         * gnus.el: Bump version number.
17177
17178 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17179
17180         * gnus.el (gnus-version-number): Bump version.
17181
17182 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17183
17184         * gnus.el: No Gnus v0.6 is released.
17185
17186 2007-04-27  Didier Verna  <didier@xemacs.org>
17187
17188         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
17189         * gmm-utils.el (gmm-regexp-concat): ... here.
17190         * message.el: Don't require 'gnus-util.
17191         (message-dont-reply-to-names): Handle name change above.
17192         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
17193
17194 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17195
17196         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
17197         since the initial value varies according to the system.
17198
17199 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17200
17201         * mm-util.el (mm-charset-synonym-alist): Defcustom.
17202
17203 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
17204
17205         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
17206
17207 2007-04-24  Didier Verna  <didier@xemacs.org>
17208
17209         Improve the type of gnus-ignored-from-addresses.
17210         * gnus-util.el (gnus-orify-regexp): New function.
17211         * message.el (gnus-util): Require it.
17212         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
17213         * gnus-sum.el (gnus-ignored-from-addresses): New function.
17214         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
17215
17216 2007-04-24  Didier Verna  <didier@xemacs.org>
17217
17218         * gnus-sum.el:
17219         * gnus-utils.el: Fix some trailing whitespaces.
17220
17221 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17222
17223         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
17224         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
17225         article's Message-ID; refer parent article in summary buffer.
17226
17227         * message.el (message-bounce): Call mime-to-mml.
17228
17229         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
17230         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
17231         optimize and/or forms properly.
17232
17233 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
17234
17235         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
17236         URL.
17237
17238 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17239
17240         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
17241
17242 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17243
17244         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
17245         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
17246         displayed of multipart/alternative part if it is invoked from summary
17247         buffer.
17248
17249         * mm-view.el (mm-inline-text-html-render-with-w3m)
17250         (mm-inline-text-html-render-with-w3m-standalone)
17251         (mm-inline-render-with-function): Use mail-parse-charset by default.
17252
17253 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
17254
17255         * parse-time.el (parse-time-string-chars): Check if CHAR
17256         is less than the length of parse-time-syntax.
17257
17258 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17259
17260         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
17261         from gnus-newsgroup-processable.
17262
17263 2007-04-16  Didier Verna  <didier@xemacs.org>
17264
17265         * gnus-msg.el (gnus-configure-posting-styles):
17266         Handle message-signature-directory properly with :file syntax.
17267         Reported by "Leo".
17268
17269 2007-04-11  Didier Verna  <didier@xemacs.org>
17270
17271         New user option: message-signature-directory.
17272         * gnus-msg.el (gnus-configure-posting-styles): Support it.
17273         * message.el (message-insert-signature): Ditto.
17274         * message.el (message-signature-file): Doc update.
17275         * message.el (message-signature-directory): New.
17276
17277 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17278
17279         * gnus-msg.el (gnus-inews-yank-articles):
17280         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
17281
17282 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17283
17284         * message.el (message-yank-original): Make sure cited text ends with
17285         newline; don't exchange point and mark.
17286
17287 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
17288
17289         * tls.el (open-tls-stream): Properly handle case where there
17290         is no associated buffer.
17291
17292 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
17293
17294         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
17295         message-yank-original, make sure (< mark TEXT point).
17296
17297 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17298
17299         * message.el (message-fill-column): New variable.
17300         (message-mode): Use it.  Add comment on a possible new hook.
17301
17302         * nnmail.el (nnmail-spool-file): Mark as obsolete.
17303         (nnmail-get-new-mail): Reformat.
17304
17305         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
17306
17307         * gmm-utils.el: Fix Commentary.
17308         (gmm-tool-bar-from-list): Fix typo in doc string.
17309
17310 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
17311
17312         * message.el (message-yank-original): Don't switch point and mark
17313         unnecessarily to put point and mark as documented.
17314
17315 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17316
17317         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
17318         from the message heads.
17319
17320 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
17321
17322         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
17323         article buffer does not have a window.  This may not be the best
17324         solution but is certainly better than setting the start of the null,
17325         that is the current, window.
17326
17327 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
17328
17329         * gnus-draft.el (gnus-draft-setup-hook): New hook.
17330         (gnus-draft-setup): Run it.
17331
17332         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
17333         gnus-score-fast-scoring.  Allow regexp.
17334         (gnus-score-headers): Use it.
17335
17336         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
17337         XEmacs.
17338
17339         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
17340         string.
17341         (gnus-button-alist): Also catch `<f1> k ...'.
17342         (gnus-treat-display-x-face): Fix doc string.
17343
17344 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17345
17346         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
17347         evaluation of gnus-extended-version to ensure correct generation of the
17348         User-Agent header when message-generate-headers-first is used.
17349
17350 2007-03-24  Simon Josefsson  <simon@josefsson.org>
17351
17352         * hashcash.el (hashcash-generate-payment-async): Don't crash if
17353         hashcash-path is nil.  Don't call callback with incorrect number of
17354         parameters if val is 0.
17355
17356 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17357
17358         * message.el (message-required-news-headers):
17359         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
17360
17361 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
17362
17363         * tls.el (open-tls-stream): In handshake-waiting loop,
17364         don't wait more if there is output available to process.
17365
17366 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
17367
17368         * tls.el (tls-program): Doc fix.
17369
17370 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17371
17372         * message.el (message-generate-new-buffers): Change the meaning of the
17373         nil value; add `standard' to the choices; treat t as `unique'; improve
17374         doc string.
17375         (gnus-select-frame-set-input-focus): Autoload.
17376         (message-buffer-name): Search for the existing message buffer if
17377         message-generate-new-buffers is nil or `standard'; treat the value t of
17378         message-generate-new-buffers as `unique'.
17379         (message-pop-to-buffer): Raise the frame already displaying the message
17380         buffer; clear the echo area after querying.
17381         (message-setup): Pass the `continue' argument to compose-mail.
17382         (message-mail): Prefer `switch-function' if it is given; search for the
17383         existing message buffer if the `continue' argument is non-nil; pass
17384         continue and switch-function arguments to compose-mail by way of
17385         message-setup.
17386         (message-mail-other-window): Adjust argument of message-setup.
17387         (message-mail-other-frame): Ditto.
17388
17389 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17390
17391         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
17392         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
17393         to turn font-lock on when turning gnus-message-citation-mode on.
17394
17395 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
17396
17397         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
17398         (mml-smime-function-alist): New variable; add epg as the backend.
17399         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
17400         mml-smime- functions instead.
17401         * mm-view.el: Require smime.
17402
17403 2007-03-05  Didier Verna  <didier@xemacs.org>
17404
17405         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
17406         instead of just inheritance for posting styles.
17407         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
17408
17409 2007-02-24  Chris Moore  <dooglus@gmail.com>
17410
17411         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
17412         * pgg-pgp.el (pgg-pgp-encrypt-region):
17413         * pgg-gpg.el (pgg-gpg-encrypt-region):
17414         Check pgg-encrypt-for-me if no other recipients.
17415
17416 2007-02-24  John Paul Wallington  <jpw@pobox.com>
17417
17418         * tls.el (tls-certtool-program): Fix custom type.
17419
17420 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17421
17422         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
17423         and point-at-eol instead of line-(beginning|end)-position.
17424
17425         * assistant.el (assistant-parse-buffer): Ditto.
17426
17427         * netrc.el (netrc-parse-services): Ditto.
17428
17429 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
17430
17431         * mml2015.el (mml2015-epg-find-usable-key): New function.
17432         (mml2015-epg-sign): Use it.
17433         (mml2015-epg-encrypt): Use it.
17434
17435 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17436
17437         * message.el (message-make-in-reply-to): Quote name containing
17438         non-ASCII characters.  It will make the RFC2047 encoder cause an error
17439         if there are special characters.  Reported by NAKAJI Hiroyuki
17440         <nakaji@jp.freebsd.org>.
17441
17442 2007-02-27  Didier Verna  <didier@xemacs.org>
17443
17444         Include the group parameters as well as the topic ones in the
17445         inheritance filter process.
17446         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
17447         argument GROUP-PARAMS-LIST.
17448         * gnus-topic.el (gnus-group-topic-parameters): Use it.
17449
17450 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17451
17452         * nntp.el (nntp-never-echoes-commands)
17453         (nntp-open-connection-functions-never-echo-commands): New variables.
17454         (nntp-send-command): Use them.
17455
17456 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
17457
17458         * mml2015.el (mml2015-epg-verify): Simplify.
17459
17460 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17461
17462         * mml.el (mml-content-disposition-alist): New user option.
17463         (mml-content-disposition): New function.
17464         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
17465         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
17466
17467 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
17468
17469         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
17470         verification.
17471
17472 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17473
17474         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
17475         articles posted in the last 24 hours.
17476
17477 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
17478
17479         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
17480
17481 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
17482
17483         * nntp.el (nntp-send-command): Don't wait for echoes when
17484         nntp-open-ssl-stream is used.
17485
17486 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17487
17488         * gnus-cite.el (gnus-test-font-lock-add-keywords)
17489         (gnus-message-add-citation-keywords)
17490         (gnus-message-remove-citation-keywords): Remove.
17491         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
17492         directly, make the variables in font-lock-defaults buffer-local, add
17493         gnus-message-citation-keywords to them and then update the value of
17494         font-lock-keywords.
17495
17496 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17497
17498         * message.el (message-cite-original-1): Don't call
17499         gnus-article-highlight-citation.
17500
17501         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
17502         citations; fix line count.
17503
17504 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17505
17506         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
17507         (gnus-message-add-citation-keywords)
17508         (gnus-message-remove-citation-keywords): Use it; fix the emulating
17509         versions of font-lock-add-keywords and font-lock-remove-keywords to
17510         work with XEmacs correctly.
17511
17512 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17513
17514         * gnus-cite.el (gnus-cite-face-list): Set the values of
17515         gnus-message-max-citation-depth and gnus-message-citation-keywords.
17516         (gnus-message-max-citation-depth): Use defvar rather than defconst.
17517         (gnus-message-cite-prefix-regexp): New variable.
17518         (gnus-message-search-citation-line): Use it; protect against long
17519         citation prefix; fill match data with nil rather than 0 for XEmacs; set
17520         the 0th match data for Emacs.
17521         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
17522         (gnus-message-add-citation-keywords): Append keywords rather than
17523         prepending; emulate font-lock-add-keywords if it is not available.
17524         (gnus-message-remove-citation-keywords):
17525         Emulate font-lock-remove-keywords if it is not available.
17526
17527         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
17528
17529         * message.el (message-cite-prefix-regexp): Set the value of
17530         gnus-message-cite-prefix-regexp.
17531
17532 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17533
17534         * nnweb.el (nnweb-google-parse-1): Update parser.
17535
17536 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
17537
17538         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
17539
17540 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17541
17542         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17543         regexp.
17544
17545 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17546
17547         * uudecode.el (uudecode-string-to-multibyte): New function emulating
17548         string-to-multibyte.
17549         (uudecode-decode-region-internal): Use it.
17550
17551         * lpath.el: Fbind string-as-multibyte for XEmacs.
17552
17553 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17554
17555         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
17556         Fix custom choice.
17557
17558         * gnus-art.el (gnus-signature-limit): Fix custom choice.
17559
17560 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
17561
17562         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
17563
17564         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
17565         `write-region' to respect `mm-inhibit-file-name-handlers'.
17566
17567 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
17568
17569         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
17570         Use gnus-home-directory instead of "~/" or "$HOME".
17571
17572 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
17573
17574         * encrypt.el (encrypt-insert-file-contents): Add better prompt
17575         to mention filename.
17576         Add comments at beginning regarding usage.
17577         (encrypt-write-file-contents): Change interactive so a string is
17578         acceptable.  If the file has no associated model, show an error instead
17579         of a nonsense prompt.
17580
17581 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17582
17583         * spam.el (spam-bsfilter-ham-switch): Fix typo.
17584         Thanks to Yoshihiko Yamada for kind notification of this typo.
17585
17586 2007-01-12  Kenichi Handa  <handa@m17n.org>
17587
17588         * uudecode.el (uudecode-decode-region-internal): Make it work in a
17589         multibyte buffer.
17590
17591 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
17592
17593         * gnus-score.el (gnus-score-fast-scoring): New variable.
17594         (gnus-score-headers): Use it.
17595
17596         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
17597
17598         * message.el (message-cite-original-1):
17599         Call gnus-article-highlight-citation if requested.
17600         (message-make-from): Allow name and address as optional arguments.
17601
17602         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
17603
17604         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
17605         bugs to doc string.
17606         (gnus-button-alist): Add mid\\|message-id.
17607         (gnus-button-fetch-group): Extend for use in
17608         `browse-url-browser-function'.
17609         (gnus-button-url-regexp): Try to catch paired parentheses like in
17610         Wikipedia URLs.
17611
17612         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
17613         Suggested by Simon Krahnke <overlord@gmx.li>.
17614
17615 2007-01-13  Romain Francoise  <romain@orebokech.com>
17616
17617         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
17618         Update copyright.
17619
17620 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
17621
17622         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
17623
17624 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17625
17626         * gnus-registry.el (gnus-registry-unfollowed-groups)
17627         (gnus-registry-split-fancy-with-parent): Fix documentation.
17628
17629 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17630
17631         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
17632         from nnweb groups.
17633
17634 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17635
17636         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
17637         Xref urls.  Erase buffer before requesting head.
17638
17639         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17640
17641 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17642
17643         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
17644         customizable.
17645
17646 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
17647
17648         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
17649         no signing key is found.
17650         (mml2015-epg-encrypt): Ask user whether to skip or abort if
17651         no encrypting and/or signing key is found.
17652
17653 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17654
17655         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
17656
17657 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17658
17659         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
17660         headers read from disk with the ones newly found in the current search.
17661         This should no longer cause problems, because the article numbers in
17662         Gmane's `nov.php' output are ignored since the previous change.
17663
17664 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17665
17666         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
17667
17668 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17669
17670         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
17671         replace-regexp-in-string; bind url-version; fbind display-images-p and
17672         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
17673         find-face and set-itimer-function for Emacs; bind itimer-list for
17674         Emacs.
17675
17676         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17677
17678 2007-01-01  Romain Francoise  <romain@orebokech.com>
17679
17680         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
17681
17682 2006-12-31  Steve Youngs  <steve@sxemacs.org>
17683
17684         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
17685         `define-minor-mode' macro definition expanded properly.
17686         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
17687         exclude it there.
17688
17689         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
17690         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
17691         `fboundp' test.
17692         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
17693         This is OK to autoload in (S)XEmacs now.
17694
17695 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17696
17697         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
17698         keystroke.
17699         (gnus-summary-limit-to-singletons): Fix typo.
17700
17701         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
17702         else fails.
17703
17704 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17705
17706         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
17707         docstring.
17708
17709         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
17710         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
17711         (gnus-summary-insert-dormant-articles): Fix typo in message.
17712
17713 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
17714
17715         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
17716         nil for XEmacs.
17717         (gnus-message-citation-mode): Don't autoload in XEmacs.
17718
17719         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
17720
17721 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
17722
17723         * nnimap.el (nnimap-expunge-search-string):
17724         Mention nnimap-search-uids-not-since-is-evil in docstring.
17725
17726 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
17727
17728         * spam.el: Revert to make-obsolete-variable because
17729         define-obsolete-variable-alias is not supported in Emacs 21.
17730
17731         * spam.el (spam-ifile-path, spam-ifile-database-path)
17732         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
17733         make-obsolete-variable.
17734         (spam-bsfilter-path, spam-bsfilter-program)
17735         (spam-spamassassin-path, spam-spamassassin-program)
17736         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
17737         Don't use "path" inappropriately.
17738         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
17739         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
17740         variable names.
17741
17742 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
17743
17744         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
17745         summary buffer.
17746
17747         * password.el (password-cache-remove): Use clear-string to burn
17748         password, if available.
17749
17750 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17751
17752         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
17753
17754         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
17755
17756         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
17757         (gnus-message-highlight-citation): Move defcustom here from
17758         gnus-cite.el.
17759         (gnus-message-citation-mode): Autoload.
17760
17761         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
17762         checks to make it compile with XEmacs.
17763         (gnus-message-citation-mode): New minor mode.
17764         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
17765         (gnus-message-highlight-citation): New variables.
17766         (gnus-message-search-citation-line)
17767         (gnus-message-add-citation-keywords)
17768         (gnus-message-remove-citation-keywords)
17769         (turn-on-gnus-message-citation-mode)
17770         (turn-off-gnus-message-citation-mode): New functions.
17771
17772 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
17773
17774         * gnus-cite.el: Enable highlighting of different citation levels in
17775         message-mode.
17776
17777 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17778
17779         * message.el (message-make-fqdn): Fix comment.
17780         (message-bogus-system-names): Add ".local".
17781
17782         * spam.el (spam-ifile-path, spam-ifile-program)
17783         (spam-ifile-database-path, spam-ifile-database)
17784         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
17785         Don't use "path" inappropriately.
17786         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
17787         strings.
17788         (spam-check-ifile, spam-ifile-register-with-ifile)
17789         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
17790         Use new variable names.
17791
17792         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
17793         (gnus-treat-display-smileys): Simplify using
17794         gnus-image-type-available-p.
17795
17796         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
17797         available.
17798
17799         * gnus-xmas.el (gnus-xmas-image-type-available-p):
17800         Use `display-images-p' if available.
17801
17802 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17803
17804         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
17805         one after turning on the buffer's multibyteness instead of decoding
17806         them directly in the unibyte buffer that causes unexpected conversion
17807         in Emacs 23 (unicode).
17808
17809 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17810
17811         * message.el (message-generate-hashcash): Fix custom type.
17812
17813 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17814
17815         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
17816
17817 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17818
17819         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
17820         disconnect icons.  Add help text.
17821
17822 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
17823
17824         * spam.el (spam-extra-header-to-number): CRM114 spam score is
17825         negated to be consistent with the others we handle.
17826
17827 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17828
17829         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
17830         version of gnus-summary-buffer to something, so that we can use two
17831         article buffers at the same time.
17832
17833 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
17834
17835         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
17836         trigger all the extra headers.
17837         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
17838         sorting.
17839
17840 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17841
17842         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
17843         solid groups.
17844
17845 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
17846
17847         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
17848
17849 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
17850
17851         * legacy-gnus-agent.el: Add Copyright notice.
17852
17853 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
17854
17855         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
17856
17857 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17858
17859         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
17860
17861         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
17862         to make it work reliably in CVS Emacs.
17863         (gnus-summary-limit-strange-charsets-predicate)
17864         (gnus-summary-limit-to-predicate): New functions.
17865
17866 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
17867
17868         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
17869         specifying array size.
17870         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
17871         array if it is too small.
17872         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
17873         (gnus-sort-threads-loop): New function.
17874
17875 2006-12-06  Chris Moore  <dooglus@gmail.com>
17876
17877         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
17878         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
17879
17880 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
17881
17882         * mm-url.el (mm-url-predefined-programs): Call curl with correct
17883         options.
17884
17885 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17886
17887         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
17888         DOS-ing the recipient.
17889
17890         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
17891         the headers when creating the mapping to avoid mismappings.
17892         (nnweb-gmane-create-mapping): Always nix out old mapping.
17893
17894 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17895
17896         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
17897         and mm-verify-option to never.
17898
17899 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17900
17901         * message.el (message-signed-or-encrypted-p): New function.
17902         (message-forward-make-body): Use it.
17903
17904         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
17905         Replace encode-coding-string with mm-encode-coding-string.
17906
17907 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17908
17909         * nneething.el (nneething-decode-file-name):
17910         Replace decode-coding-string with mm-decode-coding-string.
17911
17912         * gnus-int.el (gnus-open-server): Say failed server's name.
17913
17914 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17915
17916         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
17917         strings to a single string.  Quote `errors-file-name'.
17918         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
17919         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
17920         Adjust calls.  Use `shell-quote-argument'.
17921
17922 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
17923
17924         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
17925         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
17926
17927         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
17928         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
17929         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
17930         (gnus-group-make-directory-group, gnus-group-transpose-groups):
17931         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
17932         (gnus-subscribe-newsgroup, gnus-1):
17933         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
17934         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
17935         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
17936         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
17937
17938 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17939
17940         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
17941         keystroke.
17942         (gnus-summary-limit-to-bodies): Implement headersp.
17943
17944 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17945
17946         * dns.el (query-dns): Protect against "Process dns deleted" strings.
17947
17948 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17949
17950         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
17951
17952 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17953
17954         * message.el (message-generate-hashcash): Expand range of values to
17955         include `opportunistic'.
17956         (message-send-mail): Use it.
17957
17958 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17959
17960         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
17961         and comment it.
17962
17963         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
17964
17965 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
17966
17967         * gnus-util.el (gnus-extract-address-components): Improve comment.
17968
17969 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17970
17971         * gnus-util.el (gnus-extract-address-components): Work with address in
17972         which the name portion contains @.
17973
17974         * lpath.el: Fbind custom-autoload.
17975
17976 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17977
17978         * gnus.el (gnus-start): Move custom group up.
17979         (gnus-select-method): Don't autoload, but make it available for
17980         `customize-variable'.
17981         (gnus-getenv-nntpserver): Don't autoload.
17982
17983 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
17984
17985         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
17986
17987 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17988
17989         * message.el (message-sendmail-extra-arguments): New variable.
17990         (message-send-mail-with-sendmail): Use it.
17991
17992 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17993
17994         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
17995         mm-with-unibyte-current-buffer to make string unibyte.
17996
17997         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
17998         mm-string-as-multibyte.
17999
18000 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
18001
18002         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
18003         Reported by Werner Koch <wk@gnupg.org>.
18004
18005 2006-11-14  Daiki Ueno  <ueno@p360>
18006
18007         * mml2015.el: Autoload epa-select-keys when compiling.
18008
18009 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18010
18011         * mml2015.el (mml2015-epg-sign): Save the signing keys in
18012         message-options.
18013         (mml2015-epg-encrypt): Save the recipient keys in message-options.
18014
18015 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18016
18017         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
18018         EasyPG (< 0.0.6).
18019         (mml2015-always-trust): New user option.
18020         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
18021         prompt.
18022
18023 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18024
18025         * nntp.el (nntp-authinfo-force): New variable.
18026         (nntp-send-authinfo): Use it.
18027
18028 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
18029
18030         * message.el (message-strip-subject-encoded-words): Allow _not_ to
18031         decode encoded words.  Improve prompt.  Add comment about forwarding.
18032         (message-replacement-char): Move up.
18033
18034 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
18035
18036         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
18037         instead of gnus-intersection because arguments of gnus-sorted-nunion
18038         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
18039
18040 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
18041
18042         * message.el (message-strip-subject-encoded-words): Reformat prompt.
18043         (message-simplify-subject-functions):
18044         Enable message-strip-subject-encoded-words by default.
18045
18046 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
18047
18048         * message.el (message-strip-subject-encoded-words): New function.
18049         (message-simplify-subject-functions): New variable.
18050         (message-simplify-subject): Use it.  Fix typo in doc string.
18051         Support message-strip-subject-encoded-words.
18052
18053 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
18054
18055         * gnus-diary.el (gnus-diary-delay-format-function):
18056         * nndiary.el (nndiary-reminders):
18057         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
18058
18059 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18060
18061         * gnus-art.el (article-hide-boring-headers): Fetch date from
18062         gnus-original-article-buffer to avoid problems with localized date
18063         strings.
18064
18065 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18066
18067         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
18068
18069 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
18070
18071         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18072         New variables.
18073         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18074         (mm-charset-synonym-alist): Move some entries to
18075         mm-codepage-iso-8859-list.
18076         (mm-charset-synonym-alist, mm-charset-override-alist):
18077         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18078
18079 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18080
18081         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
18082
18083 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18084
18085         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
18086         with Emacs 21 and XEmacs.
18087
18088 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
18089
18090         * spam.el (spam-parse-address): New function for better parsing,
18091         catching errors, etc.
18092         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
18093
18094 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18095
18096         * mm-view.el: Add interactive arg to html2text autoload.
18097
18098 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18099
18100         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
18101
18102 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
18103
18104         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18105         New variables.
18106         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18107         (mm-charset-synonym-alist): Move some entries to
18108         mm-codepage-iso-8859-list.
18109
18110         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
18111
18112 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
18113
18114         * message.el (message-citation-line-format)
18115         (message-insert-formated-citation-line): Fix implementation of %E, %N
18116         and %n according to the doc string.
18117
18118 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
18119
18120         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18121         Use car-safe to avoid bad parses.
18122
18123 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18124
18125         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
18126         names.
18127
18128         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
18129
18130 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18131
18132         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
18133         header.
18134
18135         * message.el (message-draft-headers): Add Date.
18136         (message-headers-to-generate): Fix typo in docstring.
18137
18138         * nndraft.el (nndraft-required-headers): New variable.
18139         (nndraft-generate-headers): Use it.
18140
18141         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
18142
18143 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18144
18145         * gnus-registry.el (gnus-registry-wash-for-keywords)
18146         (gnus-registry-find-keywords): New functions to allow easy searching of
18147         articles that are in the registry.
18148
18149 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18150
18151         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18152         Use ietf-drums-parse-address instead of gnus-extract-address-components.
18153         Reported by Damien Elmes <damien@repose.cx>.
18154
18155 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18156
18157         * gnus.el (gnus-mime): Remove unused custom group.
18158
18159 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18160
18161         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
18162         "blank line" when searching for end of armor headers.
18163
18164 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18165
18166         * gmm-utils.el (gmm-write-region): Fix variable name.
18167
18168 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18169
18170         * gmm-utils.el (gmm-write-region): New function based on compatibility
18171         code from `mm-make-temp-file'.
18172
18173         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
18174
18175         * nnmaildir.el (nnmaildir--update-nov)
18176         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
18177         Use `gmm-write-region'.
18178
18179 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18180
18181         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
18182         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18183
18184         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
18185
18186         * message.el (message-replacement-char): New variable.
18187         (message-fix-before-sending): Use it.
18188         (message-simplify-subject): New function to remove duplicate code.
18189         (message-reply, message-followup): Use it.
18190
18191         * gnus-sum.el (gnus-summary-make-menu-bar):
18192         Clarify gnus-summary-limit-to-articles.
18193
18194 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18195
18196         * gnus-util.el (gnus-with-local-quit): New macro.
18197
18198         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
18199
18200 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
18201
18202         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
18203         ignore non-string data.
18204
18205 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18206
18207         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
18208         non-string data (needs to be done in the registry too).
18209
18210 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18211
18212         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
18213         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
18214         (gnus-registry-split-fancy-with-parent)
18215         (gnus-registry-fetch-simplified-message-subject-fast)
18216         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
18217         Remove text properties on ingress into the registry and when it's saved.
18218         (gnus-registry-clean-empty-function): Fix bug with cleaning the
18219         registry from entries with no groups.
18220
18221 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18222
18223         * gnus-util.el (gnus-string-remove-all-properties): Add utility
18224         function to remove string properties.
18225
18226 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18227
18228         * gmm-utils.el (gmm): Adjust custom version.
18229
18230         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
18231         Adjust custom version.
18232
18233         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
18234
18235 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18236
18237         * gnus-art.el (gnus-insert-prev-page-button)
18238         (gnus-insert-next-page-button): Simplify.  Reformat.
18239
18240 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18241
18242         * gnus-art.el (gnus-insert-prev-page-button)
18243         (gnus-insert-next-page-button): Apply gnus-article-button-face.
18244
18245 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
18246
18247         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
18248
18249 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18250
18251         * gnus-art.el (gnus-insert-mime-button)
18252         (gnus-insert-mime-security-button):
18253         Apply gnus-article-button-face to MIME and security buttons.
18254
18255 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
18256
18257         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
18258         readable.
18259
18260 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18261
18262         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
18263
18264 2006-09-20  Steve Youngs  <steve@sxemacs.org>
18265
18266         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
18267         `browse-url-of-file' instead of `browse-url'.
18268
18269 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18270
18271         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18272         regexp.  Articles containing quotation were cut prematurely.
18273
18274 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18275
18276         * message.el (message-cite-original-1): Use nobody by default for the
18277         value of From header.
18278         (message-reply): Ditto.
18279
18280 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
18281
18282         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
18283         to the gnus-info.  This fixes a bug of inline-PGP message verification.
18284         Reported by Michael Piotrowski <mxp@dynalabs.de>.
18285
18286 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
18287
18288         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
18289         mails in the doc string.  Add some URLs in comment.
18290         (pop3-movemail): Warn about pop3-leave-mail-on-server.
18291
18292 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18293
18294         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
18295         backslashes handling and the way to find boundaries of quoted strings.
18296
18297 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
18298
18299         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
18300         mml1991-encrypt-to-self is set and mml1991-signers is not set.
18301         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
18302         mml2015-encrypt-to-self is set and mml2015-signers is not set.
18303
18304 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18305
18306         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
18307         doc string.
18308         (gnus-button-regexp, gnus-button-last): Remove unused variables.
18309
18310 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18311
18312         * lpath.el: Fbind epg-check-configuration.
18313
18314 2006-09-06  Simon Josefsson  <jas@extundo.com>
18315
18316         * mml2015.el (mml2015-use): Doc fix, mention epg.
18317
18318 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18319
18320         * mml2015.el (mml2015-use): Default to epg, if available.
18321
18322 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18323
18324         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
18325         message-sender.
18326         (mml1991-epg-encrypt): Ditto.
18327         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
18328         message-sender.
18329         (mml2015-epg-encrypt): Ditto.
18330
18331 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
18332
18333         * message.el (message-send-mail-with-sendmail): Look for sendmail in
18334         several common directories.
18335
18336 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
18337
18338         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
18339         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
18340
18341 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18342
18343         * gnus-art.el (article-decode-encoded-words): Make it fast.
18344
18345 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18346
18347         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
18348
18349         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
18350         in quoted string into `\'.
18351
18352 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18353
18354         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18355         Use standard-syntax-table.
18356
18357 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18358
18359         * gnus-art.el (gnus-decode-address-function): New variable.
18360         (article-decode-encoded-words): Use it to decode headers which are
18361         assumed to contain addresses.
18362         (gnus-mime-delete-part): Remove useless `or'.
18363
18364         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
18365         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
18366         (gnus-nov-parse-line): Use it to decode From header.
18367         (gnus-get-newsgroup-headers): Ditto.
18368         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
18369
18370         * mail-parse.el (mail-decode-encoded-address-region): New alias.
18371         (mail-decode-encoded-address-string): New alias.
18372
18373         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18374         New function.
18375         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
18376         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
18377         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
18378         (rfc2047-decode-string): Ditto.
18379         (rfc2047-decode-address-region): New function.
18380         (rfc2047-decode-address-string): New function.
18381
18382 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
18383
18384         * message.el (message-caesar-buffer-body): Allow rotating headers.
18385
18386         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
18387
18388         * message.el (message-insert-formated-citation-line): Fix %f.
18389         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
18390
18391 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18392
18393         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
18394         (gnus-bookmark-mouse-available-p): New macro.
18395         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
18396         (gnus-bookmark-bmenu-show-infos): Use it.
18397         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
18398         (gnus-bookmark-bmenu-hide-infos): Ditto.
18399         (gnus-bookmark-remove-properties): New function.
18400         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
18401         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
18402         (gnus-bookmark-write-file): Bind coding-system-for-write.
18403         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
18404         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
18405         group before selecting it.
18406         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
18407         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
18408         quit-window if it is not available; use gnus-mouse-2 and bind it to
18409         gnus-bookmark-bmenu-select-by-mouse.
18410         (gnus-bookmark-show-details): Remove unused variable `details-list'.
18411         (gnus-bookmark-bmenu-select-by-mouse): New function.
18412
18413 2006-08-13  Romain Francoise  <romain@orebokech.com>
18414
18415         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
18416         space.
18417
18418 2006-08-10  Romain Francoise  <romain@orebokech.com>
18419
18420         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
18421         (dns-mode-soa-auto-increment-serial): New user option.
18422         (dns-mode-soa-maybe-increment-serial): New function.
18423         (dns-mode): Add the latter to `write-contents-functions'.
18424
18425 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18426
18427         * compface.el (uncompface): Use binary rather than raw-text-unix.
18428
18429 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18430
18431         * compface.el (uncompface): Make sure the eol conversion doesn't take
18432         place when communicating with the external programs.
18433         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18434
18435 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18436
18437         * nnheader.el (nnheader-insert-head): Fix typo in comment.
18438
18439 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18440
18441         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18442         Make it more robust by parsing author and date independently.
18443
18444 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18445
18446         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
18447
18448 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
18449
18450         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
18451         first matching secret key.
18452         (mml2015-epg-encrypt): Ditto.
18453
18454         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
18455         first matching secret key.
18456         (mml1991-epg-encrypt): Ditto.
18457
18458         * mml2015.el (mml2015-encrypt-to-self): New user option.
18459         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
18460         mml2015-epg-encrypt-to-self is set.
18461
18462         * mml1991.el (mml1991-encrypt-to-self): New variable.
18463         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
18464         mml1991-epg-encrypt-to-self is set.
18465
18466         * mml2015.el (mml2015-signers): New user option.
18467         (mml2015-epg-sign): Reflect the value of mml2015-signers.
18468         (mml2015-epg-encrypt): Allow to select signing keys.
18469
18470         * mml1991.el (mml1991-signers): New variable.
18471         (mml1991-epg-sign): Reflect the value of mml1991-signers.
18472         (mml1991-epg-encrypt): Allow to select signing keys.
18473
18474 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18475
18476         * nnheader.el (nnheader-insert-head): Make it work even if the file
18477         uses CRLF for the line-break code.
18478
18479 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
18480
18481         * mml2015.el: Require mml-sec instead of password.
18482         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
18483         (mml2015-cache-passphrase): Inherit the default value from
18484         mml-secure-cache-passphrase.
18485         (mml2015-passphrase-cache-expiry): Inherit the default value from
18486         mml-secure-passphrase-cache-expiry.
18487
18488         * mml1991.el: Require mml-sec instead of password.
18489         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
18490         (mml1991-cache-passphrase): Inherit the default value from
18491         mml-secure-cache-passphrase.
18492         (mml1991-passphrase-cache-expiry): Inherit the default value from
18493         mml-secure-passphrase-cache-expiry.
18494
18495         * mml-sec.el: Require password.
18496         (mml-secure-verbose): New user option.
18497         (mml-secure-cache-passphrase): New user option.
18498         (mml-secure-passphrase-cache-expiry): New user option.
18499
18500 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
18501             Andreas Vögele  <andreas@altroot.de>   (tiny change)
18502
18503         * pgg-def.el (pgg-truncate-key-identifier):
18504         Truncate the key ID to 8 letters from the end.
18505
18506 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18507
18508         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
18509         workaround for the url package included with Emacs.
18510
18511         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18512
18513 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18514
18515         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
18516         correctly.  This fixes a bug caused by the 2006-05-12 change.
18517
18518 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
18519
18520         * nnmail.el (nnmail-article-group): If splitting raises an error, give
18521         some information about the error when saying that the `bogus' mail
18522         group will be used.
18523
18524 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
18525
18526         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
18527         string.
18528
18529 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
18530
18531         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
18532
18533 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18534
18535         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
18536
18537 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18538
18539         * mml1991.el (mml1991-function-alist): Add epg.
18540         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
18541         (mml1991-epg-encrypt): New functions.
18542
18543 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18544
18545         * mml2015.el (mml2015-verbose): New variable.
18546         (mml2015-cache-passphrase): Ditto.
18547         (mml2015-passphrase-cache-expiry): Ditto.
18548         (mml2015-function-alist): Add epg.
18549         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
18550         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
18551         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
18552         New functions.
18553
18554 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18555
18556         * message.el (message-cite-original-1): Preserve region when removing
18557         quoted text due to X-No-Archive in order to avoid bogus attribution
18558         when citing multiple messages.
18559
18560 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18561
18562         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
18563         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
18564
18565 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
18566
18567         * gnus-diary.el (gnus-user-format-function-d)
18568         (gnus-user-format-function-D): Autoload.
18569
18570         * imap.el (Commentary): Fix typo.
18571
18572         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
18573         2006-04-22 contribution.
18574
18575 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18576
18577         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
18578         It didn't really fix the bogosity I'm seeing with solid web groups.
18579
18580 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18581
18582         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
18583         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
18584         created using server names.  If we use the feature without declaring
18585         it, Gnus does not properly manage server and group state.
18586
18587         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
18588         bound.
18589
18590 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18591
18592         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
18593         looking up the method using GROUP's prefix before inventing a new one.
18594         It is used on killed/unknown groups in various places where returning
18595         an all-new method isn't expected by the caller.
18596
18597         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
18598         and match semantics of gnus-group-real-prefix.
18599
18600 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
18601
18602         * nnmail.el (nnmail-broken-references-mailers): New variable.
18603         (nnmail-ignore-broken-references): New function generalizing
18604         nnmail-fix-eudora-headers.
18605         (nnmail-fix-eudora-headers): Now obsolete.
18606
18607         * gnus-art.el (gnus-button-handle-custom):
18608         Support `customize-apropos*'.
18609
18610 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18611
18612         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
18613
18614         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
18615         articles.
18616
18617 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
18618
18619         * message.el (message-cite-reply-above): New variable.
18620         (message-yank-original): Use it.
18621
18622 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18623
18624         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
18625
18626 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
18627
18628         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
18629         as read.
18630
18631         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
18632
18633 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
18634
18635         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
18636         (gnus-bookmark-default-file): Use gnus-directory.
18637         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
18638         Remove "*" in doc string.
18639         (gnus-bookmark-write-file): Simplify.
18640         (gnus-bookmark-maybe-sort-alist): Use `when'.
18641         (gnus-bookmark-get-bookmark): Fix typo in doc string.
18642         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
18643         Add FIXME about Emacs 21 and XEmacs compatibility.
18644         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
18645         compatibility.
18646         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
18647         compatibility.
18648         (gnus-bookmark-menu-heading): Fix version.
18649
18650 2006-06-19  Bastien Guerry  <bzg@altern.org>
18651
18652         * gnus-bookmark.el: New file.
18653
18654 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18655
18656         * message.el (message-syntax-checks): Doc fix.
18657
18658 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18659
18660         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
18661         unsubscribed groups as if they were killed ones.  It causes duplicate
18662         entries in gnus-newsrc-alist.
18663
18664 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18665
18666         * message.el (message-syntax-checks): Doc fix.
18667         (message-send-mail): Add check for continuation headers.
18668         (message-check-news-header-syntax): Fix regexp used to check for
18669         continuation headers.
18670
18671 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18672
18673         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
18674
18675 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
18676
18677         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
18678
18679 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18680
18681         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
18682         default-truncate-lines.
18683
18684 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18685
18686         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
18687         to fill the utf-8 entry.
18688
18689         * lpath.el: Fbind unicode-precedence-list.
18690
18691 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18692
18693         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18694
18695 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
18696
18697         * gnus-agent.el (directory-files-and-attributes): Move all the way
18698         forward (the third and final move).
18699         (gnus-agent-read-agentview): Trap reconstruction errors due to
18700         nonexistent directory.  Handle by returning nil.
18701
18702 2006-05-30  Didier Verna  <didier@xemacs.org>
18703
18704         * message.el (message-dont-reply-to-names): Update the custom type.
18705         * message.el (message-dont-reply-to-names): New defsubst: potentially
18706         convert a list of regexps into a single one.
18707         * message.el (message-get-reply-headers): Use it.
18708         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
18709
18710 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18711
18712         * gnus-agent.el (directory-files-and-attributes): Move forward.
18713
18714 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18715
18716         * gnus-ml.el (gnus-mailing-list-subscribe)
18717         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
18718         (gnus-mailing-list-message): Fix doc strings.
18719
18720 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18721
18722         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
18723         of doing it manually.
18724
18725 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18726
18727         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
18728         comment.
18729
18730 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
18731
18732         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
18733         (gnus-agent-read-agentview): Fix handling of end-of-file error.
18734         (gnus-agent-read-local): All symbols allocated in my-obarray.
18735         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
18736         (gnus-agent-regenerate-group): Check numeric names to see if they are
18737         messages or groups.
18738         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
18739         better way of do this...)
18740
18741         * gnus-cache.el (gnus-agent-total-fetched-for):
18742         Ignore 'dummy.group' (there should be a better way of do this...)
18743
18744 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18745
18746         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
18747         (gnus-saved-headers): Ditto.
18748         (gnus-default-article-saver): Mention functions may have properties.
18749         (gnus-article-save): Override gnus-save-all-headers and
18750         gnus-saved-headers by :headers property which saver function may have.
18751         (gnus-summary-save-in-file): Add :headers property.
18752         (gnus-summary-write-to-file): Ditto.
18753
18754         * gnus-sum.el (gnus-summary-save-article): Bind
18755         gnus-prompt-before-saving to t when saving many articles in a file;
18756         always show all headers.
18757
18758         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
18759
18760 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
18761
18762         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
18763         marks.
18764
18765         * message.el (message-indent-citation): Add optional arguments to allow
18766         using it outside of message buffers.
18767
18768         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
18769         (gnus-article-treat-unfold-headers): Use it.
18770         (gnus-article-truncate-lines): New variable.
18771         (gnus-article-mode): Use it.
18772         (gnus-article-toggle-truncate-lines): New function.
18773
18774         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18775         Add gnus-article-toggle-truncate-lines.
18776
18777         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
18778         coding system in XEmacs, use binary.
18779
18780 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18781
18782         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
18783         after-load-alist.
18784
18785         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
18786         this function should save decoded articles.
18787         (gnus-summary-write-to-file): Use property to specify this function
18788         should save decoded articles and specify gnus-summary-save-in-file
18789         should be used to save articles other than the first one when saving
18790         many articles.
18791         (gnus-summary-save-body-in-file): Use property to specify this
18792         function should save decoded articles.
18793         (gnus-summary-write-body-to-file): Use property to specify this
18794         function should save decoded articles and specify
18795         gnus-summary-save-body-in-file should be used to save articles other
18796         than the first one when saving many articles.
18797
18798         * gnus-sum.el (gnus-summary-save-article): Simplify.
18799
18800 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18801
18802         * gnus-art.el (gnus-default-article-saver):
18803         Add gnus-summary-write-body-to-file.
18804         (gnus-article-save-coding-system): Don't use coding system object
18805         in XEmacs.
18806         (gnus-read-save-file-name): Add optional `dir-var' argument which
18807         specifies directory in which files are saved; work even if optional
18808         `variable' argument is not specified.
18809         (gnus-summary-write-to-file): Read file name.
18810         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
18811         (gnus-summary-write-body-to-file): New function.
18812
18813         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
18814         (gnus-summary-local-variables): Add it.
18815         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
18816         (gnus-summary-save-article): Remove optional `decode' argument;
18817         determine whether to decode articles by the value of
18818         gnus-default-article-saver; when saving many files using
18819         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
18820         it first and use gnus-summary-save-in-file or
18821         gnus-summary-save-body-in-file thereafter unless
18822         gnus-prompt-before-saving is always; move point to article which
18823         will be saved.
18824         (gnus-summary-save-article-file): Revert.
18825         (gnus-summary-write-article-file): Revert.
18826         (gnus-summary-save-article-body-file): Revert.
18827         (gnus-summary-write-article-body-file): New function.
18828
18829 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18830
18831         * gnus-art.el (gnus-default-article-saver): Doc fix.
18832         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
18833         from gnus-summary-save-article-coding-system, and default to a
18834         certain coding system.
18835         (gnus-output-to-file): Add coding cookie and encode text according
18836         to gnus-article-save-coding-system; don't use mm-append-to-file.
18837
18838         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
18839         gnus-art.el and rename to gnus-article-save-coding-system.
18840         (gnus-summary-save-article): Require gnus-art; don't show all
18841         headers if it decodes articles; don't add coding cookie here;
18842         don't bind mm-text-coding-system-for-write.
18843         (gnus-summary-save-article-file): Save decoded articles.
18844         (gnus-summary-write-article-file): When saving many files, use
18845         gnus-summary-write-to-file first and gnus-summary-save-in-file
18846         thereafter unless gnus-prompt-before-saving is always.
18847         (gnus-summary-save-article-body-file): Save decoded articles.
18848
18849         * lpath.el: Fbind select-safe-coding-system for XEmacs.
18850
18851 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18852
18853         * nnrss.el (nnrss-check-group): Bind hash-index.
18854
18855 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
18856
18857         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
18858         its hash index.  Store this hash in `nnrss-group-data'.
18859         (nnrss-read-group-data): Update accordingly.
18860
18861 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18862
18863         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
18864         entry.
18865
18866         * gnus-sum.el (gnus-summary-make-menu-bar):
18867         Add gnus-article-browse-html-article.
18868
18869 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
18870
18871         * gnus-sum.el (gnus-summary-mime-map):
18872         Add gnus-article-browse-html-article.
18873
18874         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
18875
18876 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18877
18878         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
18879         suitable coding systems in customize.
18880
18881 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
18882
18883         * mail-source.el (mail-sources): Fix custom type.
18884
18885 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18886
18887         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
18888         (gnus-summary-expire-articles-now): Shorten prompt.
18889
18890         * gmm-utils.el (wid-edit): Require.
18891         (defun-gmm): Rename from `gmm-defun-compat'.
18892         (gmm-image-search-load-path): Use it.
18893         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
18894
18895 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18896
18897         * gnus-sum.el (gnus-summary-save-article-coding-system):
18898         New variable.
18899         (gnus-summary-save-article): Add optional `decode' argument.
18900         If it is set and gnus-summary-save-article-coding-system is non-nil,
18901         save decoded article.
18902         (gnus-summary-write-article-file): Save decoded article if
18903         gnus-summary-save-article-coding-system is non-nil.
18904
18905         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
18906         type.
18907
18908 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18909
18910         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
18911
18912 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18913
18914         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
18915         first to test gnus-single-article-buffer which may be buffer-local.
18916
18917         * gnus-sum.el (gnus-summary-setup-buffer):
18918         Make gnus-single-article-buffer buffer-local and nil in ephemeral
18919         group; make gnus-article-buffer, gnus-article-current, and
18920         gnus-original-article-buffer always buffer-local.
18921         (gnus-summary-exit): Kill article buffer belonging to ephemeral
18922         group.
18923         (gnus-handle-ephemeral-exit): Don't move to next summary line.
18924
18925 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18926
18927         * nnml.el (nnml-request-compact-group): Compressed files might not
18928         have .gz extension.
18929
18930 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18931
18932         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
18933         (mm-copy-to-buffer): Use with-current-buffer.
18934         (mm-display-part): Simplify.
18935         (mm-inlinable-p): Add optional arg `type'.
18936
18937 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18938
18939         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
18940         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
18941         Try harder to show the attachment internally or externally using
18942         gnus-mime-view-part-as-type.
18943
18944 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18945
18946         * message.el (message-from-style, message-signature-separator)
18947         (message-user-organization-file, message-send-mail-function)
18948         (message-citation-line-function, message-yank-prefix)
18949         (message-indent-citation-function, message-signature)
18950         (message-signature-file, message-signature-insert-empty-line):
18951         Remove autoloads.
18952
18953         * gnus-art.el (gnus-buttonized-mime-types):
18954         Remove "multipart/signed".  Revert 2006-04-26 change.
18955
18956 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18957
18958         * gnus.el (gnus-version-number): Bump version.
18959
18960 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18961
18962         * gnus.el: No Gnus v0.5 is released.
18963
18964 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18965
18966         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
18967         fetching articles by message-id.
18968
18969 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18970
18971         * message.el (hashcash): Require hashcash as normal.
18972
18973         * ecomplete.el (ecomplete-highlight-match-line):
18974         Use point-at-eol.
18975         (ecomplete-highlight-match-line): Use `highlight', because that
18976         face exists in both Emacs and XEmacs.
18977
18978         * message.el (message-display-abbrev): Use point-at-bol.
18979
18980         * mail-source.el: Don't require timer/timer-funcs.
18981
18982         * gnus-async.el: Ditto.
18983
18984         * password.el: Ditto.
18985
18986         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
18987
18988         * mm-url.el: Ditto.
18989
18990         * gnus-xmas.el: Don't require timer-funcs.
18991
18992         * mm-util.el: Require timer/timer-funcs.
18993
18994 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18995
18996         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
18997         Close.
18998
18999 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19000
19001         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
19002         unibyte after clear-decrypt function runs.
19003
19004         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
19005         returns as a unibyte string.
19006
19007 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19008
19009         * lpath.el: Revert.
19010
19011         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
19012         (pgg-gpg-process-sentinel): Revert.
19013
19014         * pgg-pgp.el (pgg-pgp-process-region): Revert.
19015         (pgg-pgp-lookup-key): Revert.
19016
19017         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
19018         (pgg-pgp5-lookup-key): Revert.
19019
19020         * pgg.el (pgg-fetch-key): Revert.
19021
19022 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19023
19024         * lpath.el: Fbind string-as-multibyte for XEmacs.
19025
19026         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
19027         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
19028         (mml1991-pgg-encrypt): Ditto.
19029
19030         * pgg-gpg.el (pgg-string-to-multibyte): New function.
19031         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
19032         a multibyte buffer.
19033
19034         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
19035         (pgg-pgp-lookup-key): Ditto.
19036
19037         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
19038         (pgg-pgp5-lookup-key): Ditto.
19039
19040         * pgg.el (pgg-fetch-key): Ditto.
19041
19042 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
19043
19044         * message.el (message-user-organization-file): Check several
19045         locations of the organization file.
19046
19047         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
19048         Add gnus-article-view-part-as-type.
19049
19050         * gnus-art.el (gnus-article-view-part-as-type): New function.
19051
19052         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
19053         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
19054
19055         * mml.el: Simplify autoload.
19056         (mml-mode): defvar dnd-protocol-alist instead of using
19057         symbol-value.
19058         (mml-default-directory): New variable.
19059         (mml-minibuffer-read-file): Use it.
19060         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
19061
19062         * message.el (message-citation-line-format): New variable.
19063         (message-insert-formated-citation-line): New function.
19064         (message-citation-line-function):
19065         Add `message-insert-formated-citation-line' to custom type.
19066
19067         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
19068         to doc string.
19069
19070         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
19071         depending on mm-verify-option.
19072
19073 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19074
19075         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
19076         binding pgg-* variables; reimplement the section which prevents
19077         MIME header from being signed.
19078         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
19079         pgg-text-mode; remove a blank line at the top of body.
19080
19081         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
19082         lines at the top of body; use gnus-newsgroup-charset if there's no
19083         Charset header.
19084
19085 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19086
19087         * message.el (message-self-insert-commands): Doc fix.
19088
19089         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
19090         (mm-uu-pgp-encrypted-test): Ditto.
19091         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
19092         between header and body; return application/pgp-encrypted handle
19093         if decryption failed; decode decrypted body by charset.
19094
19095         * mm-decode.el (mm-automatic-display): Don't make application/pgp
19096         element match to application/pgp-*.
19097
19098 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19099
19100         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
19101         HTML.
19102
19103 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19104
19105         * mail-source.el (mail-source-call-script): Message the error
19106         string.
19107
19108 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19109
19110         * gnus-util.el (gnus-byte-compile): Use it.
19111
19112 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
19113
19114         * gnus-util.el (kill-empty-logs): New function.
19115
19116 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19117
19118         * message.el (message-mail-alias-type): Doc fix.
19119         (message-mail-alias-type-p): New function.
19120         (message-send): Use it.
19121         (message-mode): Ditto.
19122         (message-strip-forbidden-properties): Ditto.
19123
19124         * ecomplete.el (ecomplete-database-file-coding-system):
19125         New variable.
19126         (ecomplete-save): Use it.
19127         (ecomplete-setup): Use it.
19128
19129 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19130
19131         * message.el (message-self-insert-commands): New variable.
19132         (message-strip-forbidden-properties): Use it.
19133
19134 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19135
19136         * message.el (message-put-addresses-in-ecomplete): Use a regexp
19137         that doesn't make XEmacs choke.
19138
19139 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
19140
19141         * gnus-util.el (gnus-replace-in-string):
19142         Prefer replace-regexp-in-string over of replace-in-string.
19143
19144 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19145
19146         * gnus-util.el (gnus-select-frame-set-input-focus):
19147         Use select-frame-set-input-focus if it is available in XEmacs; use
19148         definition defined in Emacs 22 for old Emacsen.
19149
19150         * dgnushack.el: Autoload unmorse-region for XEmacs.
19151
19152         * lpath.el: Bind cursor-in-non-selected-windows and
19153         select-frame-set-input-focus for XEmacs.
19154
19155 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19156
19157         * mm-view.el (mm-inline-text): Use equal instead of equalp.
19158
19159 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
19160
19161         * gnus-registry.el (gnus-registry-cache-save): Remove text
19162         properties when saving via the temp buffer.
19163
19164 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19165
19166         * message.el (message-generate-hashcash): Honor custom type.
19167
19168 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19169
19170         * message.el (message-generate-hashcash): Default to non-nil when
19171         hashcash is found.
19172
19173         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
19174         (gnus-refer-thread-limit): Increase default to 500.
19175
19176         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
19177
19178         * flow-fill.el (fill-flowed): Allow delete-space.
19179
19180 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19181
19182         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19183         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
19184         Remove autoloads.
19185
19186 2006-04-18  Simon Josefsson  <jas@extundo.com>
19187
19188         * message.el (message-generate-hashcash): Default to.
19189
19190 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19191
19192         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19193         concatenating segments rather than before concatenating them.
19194
19195 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19196
19197         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
19198
19199 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19200
19201         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
19202
19203         * message.el (message-forward-make-body-plain):
19204         Allow message-forward-ignored-headers to be a list.
19205         (message-remove-ignored-headers): Factor out into function.
19206         (message-forward-make-body-mml): Use it.
19207
19208         * imap.el (imap-quote-specials): New function.
19209         (imap-login-auth): Quote specials.
19210
19211         * rfc2231.el (rfc2231-parse-string): Remove dead code.
19212         (rfc2231-parse-string): Allow concatanation of parameters that
19213         aren't contiguous.  The test case is
19214           (mail-header-parse-content-type "message/external-body;
19215             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
19216             access-type=LOCAL-FILE;
19217             name*1*=plugh%2fhello-sailor%2fbing.pdf")
19218
19219 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19220
19221         * nntp.el (nntp-accept-process-output): Return the value of
19222         `nnheader-accept-process-output'.
19223
19224 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19225
19226         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
19227         (gnus-button-alist): Recognize more diff formats.
19228         (gnus-button-patch): Strip directory.
19229
19230 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19231
19232         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
19233         Emacs 22 when setting focus.
19234
19235 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19236
19237         * gnus-art.el (gnus-article-treat-types): Do treatment of
19238         text/x-verbatim parts.
19239         (gnus-button-patch): New command.
19240
19241         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
19242         addresses that contain invalid characters.
19243
19244 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19245
19246         * message.el (message-put-addresses-in-ecomplete):
19247         Use gnus-replace-in-string.
19248         (message-is-yours-p): Use the more correct
19249         mail-header-parse-address instead of
19250         mail-extract-address-components.
19251         (message-put-addresses-in-ecomplete): Fix typo.
19252
19253         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
19254         keystroke.
19255
19256         * gnus-art.el (gnus-treatment-function-alist): Change order of
19257         newsgroups/generic header folding to avoid double-folding.
19258
19259         * message.el (message-hidden-headers): Add X-Draft-From.
19260
19261         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
19262         New command.
19263         (gnus-summary-repeat-search-article-backward): New command.
19264
19265         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
19266         groups in the parent topic.
19267
19268 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
19269
19270         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
19271         (spam-extra-header-to-number): Return the CRM114 number as a
19272         number instead of a string.
19273
19274 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19275
19276         * gnus-art.el (gnus-face-properties-alist): Move here from
19277         gnus-fun.
19278
19279         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
19280
19281 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19282
19283         * message.el (message-strip-forbidden-properties): Only display on
19284         self-insert-command.
19285
19286         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
19287         reindent.
19288         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
19289
19290 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
19291
19292         * smiley.el (smiley-style): Fix typo.
19293
19294 2006-03-23  Kenichi Handa  <handa@m17n.org>
19295
19296         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
19297         instead of set-buffer-multibyte.
19298
19299 2006-03-23  Kenichi Handa  <handa@m17n.org>
19300
19301         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19302         buffer and then decode the buffer text if necessary.
19303         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19304         first, and after mm-encode-body, change the buffer to unibyte.
19305
19306 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19307
19308         * hashcash.el (hashcash-insert-payment-async-2):
19309         Use message-goto-eoh instead of doing it manually.
19310         (mail-add-payment): Use message-narrow-to-header instead of trying
19311         to do the same itself.
19312
19313         * message.el (message-hidden-headers): Add Face.
19314
19315         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
19316         reparenting code.
19317         (gnus-summary-reparent-children): Refactored out code.
19318         (gnus-summary-thread-map): New keystroke.
19319         (gnus-summary-reparent-children): Make into command.
19320
19321         * smiley.el (smiley-style): Default to `medium' if using a large
19322         font.
19323
19324         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
19325         does it itself.
19326
19327         * message.el (message-point-in-header-p): Simplify definition.
19328
19329 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19330
19331         * nnagent.el (nnagent-request-set-mark): Silence log file
19332         writing.
19333         (nnagent-request-set-mark): Use write-region instead of
19334         append-to-file.
19335
19336         * gnus-sum.el (gnus-read-header): Fudge article number if using a
19337         strange select method.
19338
19339         * ecomplete.el (ecomplete-display-matches): Get highlightling
19340         right.
19341         (ecomplete-display-matches): Use literals.
19342         (ecomplete-display-matches): Disable message logging.
19343
19344         * message.el (message-display-abbrev): Small optimization.
19345
19346         * ecomplete.el (ecomplete-display-matches): Allow automatic
19347         display.
19348
19349         * message.el (message-strip-forbidden-properties):
19350         Display abbrevs.
19351         (message-display-abbrev): Get automatic display right.
19352
19353         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
19354         keystrokes.
19355
19356 2006-04-13  Romain Francoise  <romain@orebokech.com>
19357
19358         TODO: Backport to v5-10!
19359
19360         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
19361         Move here (and rename) from gnus-registry.el.
19362
19363         * gnus-registry.el: Require gnus-util.
19364         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
19365
19366 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19367
19368         * gnus-group.el (gnus-group-catchup-current):
19369         Change if-then-else-if-then-else into cond.
19370         (gnus-group-catchup): Indent.
19371         (group-name-at-point): New function.
19372         (gnus-fetch-group): Provide default from thing at point.
19373
19374 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19375
19376         * message.el (message-display-abbrev): Fix regexp.
19377
19378         * ecomplete.el (ecomplete-highlight-match-line):
19379         Reimplement choosing.
19380         (ecomplete-highlight-match-line): Fix up code rewrite, remove
19381         dead variables.
19382
19383         * message.el (message-newline-and-indent): Remove debugging.
19384         (message-display-abbrev): Use new implementation.
19385
19386 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
19387
19388         * gnus-art.el (gnus-article-mode):
19389         Set cursor-in-non-selected-windows to nil.
19390
19391         * smiley.el: Revert previous change.
19392         (smiley-data-directory): defvar it before using it in the
19393         defcustom of `smiley-style'.
19394
19395 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19396
19397         * message.el (message-newline-and-indent): New function.
19398
19399         * ecomplete.el: Implement more bits.
19400
19401         * message.el (message-put-addresses-in-ecomplete): Clean up the
19402         string.
19403
19404         * ecomplete.el (ecomplete-add-item): Chop off decimals.
19405
19406         * gnus-sum.el (gnus-summary-save-parts):
19407         Bind gnus-summary-save-parts-counter and use it to make unique file
19408         names.
19409
19410         * gnus-art.el (gnus-ignored-headers): Add some more headers.
19411
19412         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
19413         parameter to say whether to actually parse the individual
19414         addresses.
19415
19416         * message.el (message-put-addresses-in-ecomplete): New function.
19417         (ecomplete): Require.
19418         (message-mail-alias-type): Add ecomplete as an option.
19419
19420 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
19421
19422         * flow-fill.el (fill-flowed): Remove trailing space from blank
19423         quoted lines.
19424
19425 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19426
19427         * smiley.el (smiley-style): Move definition later to avoid a
19428         compilation warning.
19429
19430 2006-04-12  Kenichi Handa  <handa@m17n.org>
19431
19432         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19433         buffer and then decode the buffer text if necessary.
19434         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19435         first, and after mm-encode-body, change the buffer to unibyte.
19436         Use mm-disable-multibyte instead of set-buffer-multibyte.
19437
19438 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19439
19440         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
19441         Content-Type header instead of Content-Disposition header.
19442         (gnus-mime-inline-part): Ditto.
19443         (gnus-mime-view-part-as-charset): Ignore charset that the part
19444         specifies.
19445
19446         * mm-decode.el (mm-display-part): Work with external parts and
19447         usual parts similarly.
19448
19449         * mm-extern.el (mm-inline-external-body): Use mm-display-part
19450         instead of gnus-display-mime.
19451
19452         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
19453         instead of with-temp-buffer.
19454
19455         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
19456         tag to summarized topics part in order to encode non-ASCII text.
19457
19458 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19459
19460         * smiley.el (smiley-style): New variable.
19461         (smiley-directory): New function.
19462         (smiley-data-directory): Derive from `smiley-style' using
19463         `smiley-directory'.
19464         (smiley-regexp-alist): Add new entries.
19465
19466         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
19467         (gnus-article-browse-delete-temp): Add :version.
19468
19469 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
19470
19471         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
19472         the sieve region.
19473
19474 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19475
19476         * gnus.el (gnus-version-number): Bump version.
19477
19478 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19479
19480         * gnus.el: No Gnus v0.4 is released.
19481
19482 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19483
19484         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
19485         layout.
19486
19487         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
19488         unknown charset.
19489
19490         * message.el (message-header-synonyms): Add Original-To to the
19491         default.
19492
19493         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
19494         optional parameter.
19495
19496 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
19497
19498         * gnus-fun.el (gnus): Require it for gnus-directory.
19499
19500 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19501
19502         * gnus-fun.el (gnus-face-properties-alist): Add :version.
19503
19504 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19505
19506         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
19507
19508 2006-04-05  Simon Josefsson  <jas@extundo.com>
19509
19510         * password.el (password-reset): New function.
19511
19512 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19513
19514         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
19515         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
19516
19517 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19518
19519         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19520         Some whitespace was matched into the url, which broke browsing hits
19521         > 100 when mm-url-use-external was nil.
19522
19523 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19524
19525         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19526         Check gnus-extra-headers for 'Newsgroups.
19527
19528         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
19529         bound.
19530
19531 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
19532
19533         * pgg-gpg.el: Clean up process buffers every time gpg processes
19534         complete.
19535
19536 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
19537
19538         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19539         doc string.
19540
19541 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
19542
19543         * pgg-gpg.el (pgg-gpg-process-filter)
19544         (pgg-gpg-wait-for-completion): Check if buffer is alive.
19545
19546         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
19547         lines, temporary fix.
19548
19549 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19550
19551         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
19552
19553 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
19554
19555         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
19556         default-enable-multibyte-characters.  This reverts the change from
19557         revision 6.17 which is no longer necessary because the passphrase
19558         is sent separately now.  GnuPG messages are unreadable under
19559         multibyte locales with default-enable-multibyte-characters set to
19560         nil.
19561
19562 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
19563
19564         * message.el (message-tool-bar-gnome): Move "spell".
19565
19566 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
19567
19568         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
19569         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
19570         instead.
19571
19572 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
19573
19574         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19575         Improve newsgroups handling for NNTP overviews which don't include
19576         Newsgroups.
19577
19578 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19579
19580         * message.el (message-resend): Bind message-generate-hashcash to nil.
19581
19582 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19583
19584         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
19585         when searching for already-paid recipients.
19586
19587 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
19588
19589         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
19590         passphrases when it is not needed.
19591         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
19592         passphrase stuff from gpg, should only be necessary when you use
19593         gpg with a smartcard.
19594
19595 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19596
19597         * mml.el (mml-insert-mime): Ignore cached contents of
19598         message/external-body part.
19599
19600         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
19601         (mm-insert-part): Ditto.
19602
19603 2006-03-23  Simon Josefsson  <jas@extundo.com>
19604
19605         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
19606         Reiner.
19607         (pgg-gpg-use-agent-p): Use it again.
19608
19609 2006-03-23  Simon Josefsson  <jas@extundo.com>
19610
19611         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
19612         older emacsen.
19613         (pgg-gpg-use-agent-p): Don't use it.
19614
19615 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
19616
19617         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
19618         if we can.
19619
19620 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
19621
19622         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
19623         (pgg-gpg-update-agent): New function.
19624         (pgg-gpg-use-agent-p): New function.
19625         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
19626         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19627         (pgg-gpg-sign-region): Use it.
19628
19629 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19630
19631         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
19632         Reported by Ralf Wachinger <rwachinger@gmx.de>.
19633
19634 2006-03-21  Simon Josefsson  <jas@extundo.com>
19635
19636         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
19637         <wilde@sha-bang.de>.
19638         (pgg-gpg-use-agent): New variable.
19639         (pgg-gpg-process-region): Use it.
19640         (pgg-gpg-encrypt-region): Likewise.
19641         (pgg-gpg-encrypt-symmetric-region): Likewise.
19642         (pgg-gpg-decrypt-region): Likewise.
19643         (pgg-gpg-sign-region): Likewise.
19644         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
19645
19646 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19647
19648         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
19649
19650         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19651         Add comment on version.
19652
19653 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
19654
19655         * smiley.el: Add missing test smiley.
19656
19657 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19658
19659         * mm-decode.el (mm-with-part): New macro.
19660         (mm-get-part): Use it; work with message/external-body as well.
19661         (mm-save-part): Treat name and filename equally.
19662
19663         * mm-extern.el (mm-extern-cache-contents): New function.
19664         (mm-inline-external-body): Use it; force the part to be displayed;
19665         move undisplayer added to the cached handle to the parent.
19666
19667         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
19668         (gnus-mime-view-part-as-type): Work with message/external-body.
19669
19670         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
19671
19672 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19673
19674         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
19675         images in image-load-path.  [Sync with image.el, revision 1.60, in
19676         Emacs.]
19677
19678 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19679
19680         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
19681         path rather than symbol.  Always return list of directories.
19682         Guarantee that image directory comes first.  [Sync with image.el,
19683         revision 1.59, in Emacs.]
19684
19685         * message.el (message-make-tool-bar): Adjust to new API of
19686         `gmm-image-load-path-for-library'.
19687
19688         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19689
19690         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19691
19692 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19693
19694         * gnus-art.el (gnus-article-only-boring-p):
19695         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
19696         intangible text.
19697         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
19698
19699 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
19700
19701         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
19702         Use `defun' instead of `gmm-defun-compat'.
19703
19704 2006-03-14  Simon Josefsson  <jas@extundo.com>
19705
19706         * message.el (message-unique-id): Don't use message-number-base36
19707         if (user-uid) is a float.
19708         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
19709
19710 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19711
19712         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
19713
19714         * gnus-art.el (gnus-mime-display-single): Make sure there is an
19715         empty line between a part and a message part.
19716
19717 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
19718
19719         * smiley.el: Add more test smileys.
19720         (smiley-data-directory, smiley-regexp-alist)
19721         (gnus-smiley-file-types): Fix doc strings.
19722         (smiley-update-cache): Clear smiley-cached-regexp-alist before
19723         adding new elements.
19724         (smiley-mouse-map): Unused code.  Make it a comment.
19725
19726 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19727
19728         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
19729         scan latest NoCeM messages instead of old ones.
19730         (gnus-nocem-check-article): Fix regexps so as to match to PGP
19731         delimiters that are recently used.
19732         (gnus-nocem-load-cache): Add autoload cookie.
19733
19734         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
19735
19736         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
19737         level which is larger than gnus-use-nocem is specified.
19738
19739         * gnus-group.el (gnus-group-get-new-news): Ditto.
19740
19741 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
19742
19743         * gnus-util.el (gnus-tool-bar-update): New function.
19744
19745         * gnus-group.el (gnus-group-update-tool-bar): New variable.
19746         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
19747
19748         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
19749
19750         * gnus-group.el (gnus-group-redraw-when-idle)
19751         (gnus-group-redraw-check): Remove.
19752         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
19753
19754 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19755
19756         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
19757         if optional last element is specified in splits (FIELD VALUE...).
19758
19759 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
19760
19761         * message.el (message-make-tool-bar): Rename gmm-image-load-path
19762         to gmm-image-load-path-for-library.  Call with no-error argument.
19763         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
19764
19765         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19766
19767         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19768
19769         * gmm-utils.el (gmm-image-load-path): Remove alias.
19770
19771 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
19772
19773         * gmm-utils.el (gmm-image-load-path): Add alias.
19774
19775         * nnml.el (nnml-generate-nov-databases-directory): Rename from
19776         nnml-generate-nov-databases-1.
19777         (nnml-generate-nov-databases): Use it.
19778         (nnml-generate-nov-databases-directory): Document no-active
19779         argument.
19780
19781         * gmm-utils.el (gmm-image-load-path-for-library): Return single
19782         directory if path is t.  Add no-error.
19783
19784         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
19785         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19786
19787         * gnus-art.el (gnus-article-browse-delete-temp-files):
19788         Simplify resetting gnus-article-browse-html-temp-list.
19789
19790         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
19791         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
19792         Add example to docstring.  Rename local variables.  Move error
19793         checks to default case in cond and simplify.
19794
19795 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19796
19797         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
19798         handle is multipart when calling it recursively.
19799         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
19800
19801 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
19802
19803         * nnimap.el (nnimap-request-update-info-internal): Optimize.
19804         Don't `gnus-uncompress-range' to avoid excessive memory usage.
19805
19806 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19807
19808         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
19809         is loaded.
19810
19811         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
19812         loaded.
19813
19814 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19815
19816         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
19817         to "Emacs 23 (unicode)" in doc string.
19818
19819         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
19820         "Emacs 23 (unicode)" in comment.
19821
19822 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19823
19824         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
19825
19826         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
19827         characters 160 through 255 in Emacs 23.
19828
19829 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19830
19831         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
19832         gnus-article-browse-html-temp.
19833         (gnus-article-browse-delete-temp): Make it customizable.
19834         Add `file'.  Adjust doc string.
19835         (gnus-article-browse-delete-temp-files): Add argument.
19836         Allow query for each file.  Adjust doc string.
19837         (gnus-article-browse-html-parts):
19838         Add `gnus-article-browse-delete-temp-files' to
19839         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
19840
19841 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
19842
19843         * gnus-art.el (gnus-article-browse-html-temp)
19844         (gnus-article-browse-delete-temp): New variables.
19845         (gnus-article-browse-delete-temp-files): New function.
19846         (gnus-article-browse-html-parts): Use it.
19847
19848 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19849
19850         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
19851
19852         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
19853         string.
19854
19855         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
19856         gnus-summary-insert-new-articles when unplugged.
19857         Remove gnus-summary-search-article-forward.
19858
19859         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
19860         display-visual-class instead of display-color-cells.
19861
19862 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19863
19864         * dgnushack.el: Autoload customize-group for XEmacs.
19865
19866         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
19867         message/* containing non-ASCII text properly.
19868
19869 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
19870
19871         * message.el: Require gmm-utils, remove autoloads.
19872         (message-tool-bar): Set default based on
19873         gmm-tool-bar-style.
19874         (message-tool-bar-gnome): Add gmm-customize-mode.
19875
19876         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
19877         gmm-tool-bar-style.
19878         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
19879
19880         * gnus-group.el (gnus-group-tool-bar): Set default based on
19881         gmm-tool-bar-style.
19882         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
19883
19884         * gmm-utils.el (gmm-image-directory): Rename variable from
19885         gmm-image-load-path.
19886         (gmm-image-load-path): Use gmm-image-directory.
19887         (gmm-customize-mode): New function.
19888         (gmm-tool-bar-style): New variable.
19889
19890         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
19891         gnus-group-redraw-line-number.
19892         (gnus-group-redraw-check): Simplify.
19893         (gnus-group-tool-bar-update): Remove redraw check.
19894         (gnus-group-make-tool-bar): Add redraw check.
19895
19896 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
19897
19898         * gnus-art.el (gnus-button): Add missing parentheses.
19899
19900 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19901
19902         * lpath.el: Fbind line-number-at-pos.
19903
19904 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19905
19906         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
19907
19908 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19909
19910         * gnus-art.el (gnus-button): New face.
19911         (gnus-article-button-face): Use it.
19912
19913         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19914         Add gnus-summary-next-page.  Re-order.
19915
19916         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
19917         next-node are now included.
19918         (gnus-group-redraw-line-number): New internal variable.
19919         (gnus-group-redraw-check): Helper function for updating the tool
19920         bar.
19921         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
19922
19923         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
19924
19925         * spam.el (spam-spamassassin-score-regexp): New internal variable.
19926         (spam-extra-header-to-number, spam-check-spamassassin-headers):
19927         Use it to match format of Spamassassin 3.0 and later.
19928         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
19929         (spam-check-bogofilter)
19930         (spam-bogofilter-register-with-bogofilter): Fix args of
19931         `gnus-error' calls.
19932
19933 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19934
19935         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
19936         unnecessary interaction when sending queued mails.
19937         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
19938
19939 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
19940
19941         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
19942         first or last are nil.
19943
19944 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19945
19946         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
19947
19948 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19949
19950         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
19951
19952 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19953
19954         * dns.el (query-dns): Protect more against buggy tcp output.
19955
19956 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19957
19958         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
19959         nov.php.
19960
19961 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19962
19963         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
19964         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
19965         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
19966         output on the server side.
19967         (nnweb-google-create-mapping): Update regexps and add some
19968         progress indication.
19969
19970 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
19971
19972         * gnus-group.el (gnus-group-tool-bar-gnome):
19973         Fix gnus-agent-toggle-plugged.  Re-order icons.
19974         (gnus-group-tool-bar-gnome):
19975         Add gnus-group-{prev,next}-unread-group.
19976         (gnus-group-tool-bar-gnome): Re-order icons.
19977
19978         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19979         Move gnus-summary-insert-new-articles.
19980
19981         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
19982         Fix comments.
19983
19984         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
19985         also available in Emacs 21.3.
19986
19987         * message.el (message-fix-before-sending): Change "Emacs 22" to
19988         "Emacs 23 (unicode)" in comment.
19989
19990         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
19991         "Emacs 23 (unicode)" in comment.
19992
19993         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
19994         comment.
19995         (mm-coding-system-p): Add comment about no-MULE XEmacs.
19996
19997         * mm-view.el (mm-fill-flowed): Add :version.
19998
19999 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20000
20001         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
20002         and load-path.
20003
20004 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
20005
20006         * message.el: Autoload gmm-image-load-path.
20007         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
20008         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
20009         consitency.
20010
20011         * gmm-utils.el (gmm-image-load-path): Also search in
20012         "../etc/images".  Don't set gmm-image-load-path if we don't find
20013         the image.
20014
20015 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20016
20017         * gmm-utils.el (gmm-image-load-path): Don't make
20018         `gmm-image-load-path' include subdirectories which the second arg
20019         `image' might specify.
20020
20021         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
20022         subdirectory to icon file names.
20023
20024         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
20025
20026 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20027
20028         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
20029         gmm-image-load-path calls.
20030
20031         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20032
20033         * message.el (message-make-tool-bar): Ditto.
20034
20035         * mml.el (mml-preview): Add comment concerning tool bar icons.
20036
20037         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
20038         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
20039
20040         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
20041         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
20042
20043         * message.el (message-tool-bar-gnome): Use new icon names.
20044         (message-make-tool-bar): Use `gmm-image-load-path'.
20045
20046         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
20047         New functions from MH-E.
20048         (gmm-image-load-path): New variable from MH-E.
20049         (gmm-image-load-path): New function from MH-E.  Add arguments
20050         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
20051         *-image-load-path-called-flag.
20052
20053 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
20054
20055         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
20056
20057 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
20058
20059         * nnimap.el (nnimap-request-move-article): Change folder back to
20060         source group before deleting.
20061
20062 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
20063
20064         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
20065
20066         * gnus-art.el (mm-url-insert-file-contents-external):
20067         Autoload mm-url.
20068
20069         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
20070
20071 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20072
20073         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
20074         coding system which mm-charset-to-coding-system returns for a
20075         given charset is valid.
20076
20077 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
20078
20079         * html2text.el (html2text-remove-tag-list):
20080         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
20081
20082 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
20083
20084         * gnus-cus.el: Revert 2005-10-17 change.
20085
20086 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20087
20088         * gnus-art.el (article-strip-banner):
20089         Call article-really-strip-banner only when the regexp match is made.
20090
20091 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20092
20093         * gnus-art.el (article-strip-banner):
20094         Use gnus-extract-address-components instead of
20095         mail-header-parse-addresses to make it work with non-ASCII text;
20096         remove mail-encode-encoded-word-string.
20097
20098         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
20099         values which are surrounded with \"...\"; make it never cause a
20100         Lisp error; give up parsing of parameters if it failed in
20101         extracting type.
20102
20103 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
20104
20105         * smime.el (smime-cert-by-ldap-1): Fix bug where
20106         `smime-ldap-search' returns results without userCertificates.
20107
20108 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20109
20110         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
20111
20112 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20113
20114         * spam.el (spam-check-spamassassin-headers): Adapt format for
20115         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
20116         <ari@mbf.ocn.ne.jp>.
20117         (spam-list-of-processors): Add spam-use-gmane.
20118
20119 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20120
20121         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
20122         make-temp-file; make it work with XEmacs as well.
20123
20124         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
20125         mm-make-temp-file.
20126
20127         * mm-decode.el (mm-display-external): Use the 3rd arg of
20128         mm-make-temp-file.
20129         (mm-create-image-xemacs): Ditto.
20130
20131 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20132
20133         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
20134         with message-narrow-to-headers.
20135         (gnus-draft-setup): Narrow to header to run message-fetch-field.
20136         (gnus-draft-check-draft-articles): New function.
20137         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
20138
20139 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20140
20141         * gnus-art.el (gnus-article-browse-html-parts):
20142         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
20143         Don't use suffix argument for mm-make-temp-file for Emacs 21
20144         compatibility.  Remove useless `format'.
20145
20146 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20147
20148         * nnweb.el (nnweb-google-wash-article): Update regexps.
20149         (nnweb-group-alist): Use defvoo instead of defvar.
20150
20151 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20152
20153         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
20154         re-loading nn* modules.
20155
20156 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
20157
20158         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
20159         for `tool-bar-mode' and don't check it's default-value.
20160
20161         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20162
20163         * message.el (message-make-tool-bar): Ditto.
20164
20165         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
20166         `substring'.  Shorten tmp-file name.
20167
20168         * gnus.el: Remove bogus comment.
20169
20170 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
20171
20172         * gnus-art.el (gnus-article-browse-html-parts): New function.
20173         (gnus-article-browse-html-article): New function for viewing html
20174         articles with a browser.
20175
20176 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
20177
20178         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
20179         in elisp.
20180         (pgg-gpg-encrypt-symmetric-region): Ditto.
20181         (pgg-gpg-sign-region): Ditto.
20182
20183         * pgg-def.el (pgg-text-mode): New variable.
20184
20185         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
20186         (mml2015-pgg-encrypt): Ditto.
20187
20188         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
20189         (mml1991-pgg-encrypt): Ditto.
20190
20191 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20192
20193         * nnfolder.el (nnfolder-insert-newsgroup-line):
20194         Use message-make-date instead of current-time-string.
20195
20196         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
20197         to gnus-decoded which mm-uu might set.
20198
20199 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20200
20201         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
20202         don't decode quoted parameters; remove misimported Emacs code.
20203         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20204         (rfc2231-decode-encoded-string): Don't use split-string which
20205         behaves differently according to Emacs version; use
20206         mm-decode-coding-region to convert charset to coding-system.
20207         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20208         (rfc2231-encode-string): Remove misimported Emacs code.
20209
20210 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20211
20212         * gnus-art.el (article-decode-charset): Don't use ignore-errors
20213         when calling mail-header-parse-content-type.
20214         (article-de-quoted-unreadable): Ditto.
20215         (article-de-base64-unreadable): Ditto.
20216         (article-wash-html): Ditto.
20217
20218         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
20219         calling mail-header-parse-content-type and
20220         mail-header-parse-content-disposition.
20221         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
20222         mail-header-parse-content-type.
20223
20224         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
20225         insert charset and format parameters; encode description after
20226         inserting it to buffer.
20227         (mml-insert-parameter): Fold lines properly even if a parameter is
20228         segmented into two or more lines; change the max column to 76.
20229
20230         * rfc1843.el (rfc1843-decode-article-body): Don't use
20231         ignore-errors when calling mail-header-parse-content-type.
20232
20233         * rfc2231.el (rfc2231-parse-string): Return at least type if
20234         possible; don't cause an error even if it fails in parsing of
20235         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20236         (rfc2231-encode-string): Don't break lines at the beginning, leave
20237         it to mml-insert-parameter.
20238
20239         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
20240         calling mail-header-parse-content-type.
20241
20242 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
20243
20244         * spam-report.el (spam-report-gmane-use-article-number):
20245         Improve doc string.
20246         (spam-report-gmane-internal): Check if a suitable header was found
20247         in the article.
20248
20249 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20250
20251         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
20252         (rfc2231-encode-string): Make param*=value always begin with LWSP.
20253
20254 2006-02-05  Romain Francoise  <romain@orebokech.com>
20255
20256         Update copyright notices of all files in the gnus directory.
20257
20258 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20259
20260         * nnweb.el (nnweb-request-group): Avoid growing overview files.
20261
20262 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20263
20264         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
20265         segmented lines of parameter value to cope with Thunderbird 1.5
20266         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
20267         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20268         (rfc2231-encode-string): Don't make lines exceeding 76 column.
20269
20270 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
20271
20272         * mml.el (mml-generate-mime-1): Correct the order of inline signed
20273         parts.
20274
20275 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20276
20277         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
20278         there's only one active file for all servers.
20279         (nnweb-request-scan): Make sure nnweb-articles is initialized on
20280         solid groups.  Gnus might have used a FAST request to select the group.
20281         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
20282         and nnweb-search redundantly in the active file.
20283         (nnweb-request-list): Don't list bogus groups.  There can only be one.
20284         (nnweb-request-create-group): Don't use ARGS.
20285         (nnweb-possibly-change-server, nnweb-request-group): Remove some
20286         initializations.  Let nnoo do the work.
20287
20288 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20289
20290         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
20291         Say the part has been decoded.
20292
20293         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
20294
20295 2006-01-31  Kevin Ryde  <user42@zip.com.au>
20296
20297         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
20298         mailcap-viewer-test-cache when there's no 'test clause, since that
20299         will invert the meaning of a "nil" test previously determined by
20300         mailcap-mailcap-entry-passes-test.
20301
20302 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20303
20304         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
20305         compiling.
20306
20307         * gnus-sum.el: Ditto.
20308
20309         * message.el: Don't bind tool-bar-map when compiling.
20310
20311 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
20312
20313         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
20314
20315 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20316
20317         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
20318         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
20319         current Google Groups.
20320
20321 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
20322
20323         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
20324         and tool-bar-mode.
20325
20326         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
20327         and tool-bar-mode.
20328
20329         * message.el (message-tool-bar-update): Simplify.
20330         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
20331
20332         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
20333         gnus-summary-buffer.
20334         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
20335         gnus-summary-reply.
20336
20337         * gmm-utils.el (gmm): Add :version.
20338
20339 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20340
20341         * Makefile.in (clean): New rule.
20342         (distclean): Use it.
20343
20344 2006-01-26  Steve Youngs  <steve@sxemacs.org>
20345
20346         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
20347         Don't autoload.
20348
20349 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20350
20351         * gmm-utils.el (gmm-verbose): Add :group.
20352
20353 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
20354
20355         * message.el: Change some comments WRT tool-bars.
20356
20357         * gnus-sum.el (gnus-summary-tool-bar)
20358         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
20359         (gnus-summary-tool-bar-zap-list): New variables.
20360         (gnus-summary-make-tool-bar): Complete rewrite using
20361         `gmm-tool-bar-from-list'.
20362
20363         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
20364         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
20365         New variables.
20366         (gnus-group-make-tool-bar): Complete rewrite using
20367         `gmm-tool-bar-from-list'.
20368         (gnus-group-tool-bar-update): New function.
20369
20370         * message.el (message-mode-field-menu): Add "Show hidden Headers".
20371
20372 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20373
20374         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
20375         is dissected into a single part of which the type is the same as
20376         the given one; decode charset.
20377
20378 2006-01-21  Kevin Ryde  <user42@zip.com.au>
20379
20380         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
20381         into alists as symbol not string, since that's what
20382         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
20383         look for.
20384
20385 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
20386
20387         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
20388         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
20389
20390         * message.el (message-tool-bar-gnome): Use gmm-ignore.
20391
20392 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20393
20394         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
20395         (gnus-xmas-mime-security-button-menu): New function.
20396
20397         * gnus-art.el (gnus-mime-security-button-commands): New variable.
20398         (gnus-mime-security-button-menu): New definition.
20399         (gnus-mime-security-button-map): Use them.
20400         (gnus-mime-security-button-menu): New function.
20401         (gnus-insert-mime-security-button): Addition to help echo.
20402         (gnus-mime-security-run-function, gnus-mime-security-save-part)
20403         (gnus-mime-security-pipe-part): New functions.
20404
20405         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
20406         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
20407
20408         * mm-decode.el (mm-handle-set-disposition): Remove.
20409         (mm-handle-set-description): Remove.
20410
20411 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20412
20413         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
20414         (mm-w3m-standalone-supports-m17n-p): New function.
20415         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
20416         w3m usage.
20417
20418         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
20419         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
20420
20421 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
20422
20423         * message.el (message-tool-bar-zap-list):
20424         Use gmm-tool-bar-zap-list as custom type.
20425         (message-tool-bar-update): New function.
20426         (message-tool-bar, message-tool-bar-gnome)
20427         (message-tool-bar-retro): Add message-tool-bar-update.
20428         (message-tool-bar-gnome): Add flyspell-buffer.
20429
20430         * gnus-util.el (gnus-error): Describe `args'.
20431
20432         * gmm-utils.el (gmm-error): Describe `args'.
20433         (gmm-tool-bar-zap-list): New widget.
20434         (gmm-tool-bar-from-list): Improve description of `zap-list'.
20435
20436 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20437
20438         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
20439         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
20440         the number of recursive calls.
20441
20442         * mm-decode.el (mm-handle-set-disposition): New macro.
20443         (mm-handle-set-description): New macro.
20444
20445 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20446
20447         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
20448         encoding.
20449
20450 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20451
20452         * message.el (message-tool-bar-zap-list, message-tool-bar)
20453         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
20454         (message-tool-bar-local-item-from-menu): Remove.
20455         (message-tool-bar-map): Replace by `message-make-tool-bar'.
20456         (message-make-tool-bar): New function.
20457         (message-mode): Use `message-make-tool-bar'.
20458
20459         * gmm-utils.el: New file.
20460         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
20461         (gmm-lazy): New widget copied from `nnmail.el'.
20462         (gmm-tool-bar-from-list): New function for creating customizable
20463         tool bars.
20464         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
20465         output.
20466         (gmm): Add :prefix to defgroup.
20467
20468 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
20469
20470         * gmm-utils.el (gmm-widget-p): New function.
20471
20472 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20473
20474         * mml.el (mml-attach-file): Describe `description' in doc string.
20475         (mml-menu): Add Emacs MIME manual and PGG manual.
20476
20477 2006-01-20  Richard M. Stallman  <rms@gnu.org>
20478
20479         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
20480
20481 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
20482
20483         * nntp.el (nntp-end-of-line): Doc fix.
20484
20485 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
20486
20487         * imap.el (imap-open): Handle case where buffer is a buffer
20488         object.
20489
20490 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20491
20492         * gnus-delay.el (gnus-delay): Don't autoload.
20493         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20494         to be re-loaded when customizing the `gnus-delay' group.
20495
20496 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
20497
20498         * message.el (message-insert-citation-line): Use newlines.
20499
20500 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20501
20502         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20503         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
20504         these routines, so the passphrase can be managed externally and
20505         passed in to the system.
20506         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20507         pgg-add-passphrase-to-cache function.
20508
20509         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20510         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
20511         these routines, so the passphrase can be managed externally and
20512         passed in to the system.
20513         (pgg-pgp5-sign-region): Use new name of
20514         pgg-add-passphrase-to-cache function.
20515
20516 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20517
20518         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20519         part of the decoded armor to find the key-identifier.
20520         (pgg-gpg-lookup-key-owner): New function to return the
20521         human-readable identifier of a key owner.
20522         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
20523         itself.
20524         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20525         the key value) if we have a key and can match it against a secret
20526         key.  Also, added a note pointing out fact that the prompt only
20527         indicates the first matching key.
20528
20529         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
20530         pgg-decrypt-region.
20531         (pgg-add-passphrase-to-cache): Rename from
20532         `pgg-add-passphrase-cache' to reduce confusion (all callers
20533         changed).
20534         (pgg-remove-passphrase-from-cache): Rename from
20535         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20536         changed).
20537         (pgg-read-passphrase, pgg-add-passphrase-cache)
20538         (pgg-remove-passphrase-cache): Add informative docstrings.
20539         (pgg-decrypt): Convey provided passphrase in subordinate call to
20540         pgg-decrypt-region.
20541
20542 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20543
20544         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20545         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20546         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20547         'passphrase' argument, so the passphrase can be managed externally
20548         and then passed in to the system.
20549
20550         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20551         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
20552         so the passphrase cache can be used reliably with identifiers
20553         besides a pgp packet's key id.
20554
20555         * pgg-gpg.el (pgg-gpg-encrypt-region)
20556         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20557         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
20558         these routines, so the passphrase can be managed externally and
20559         passed in to the system.
20560
20561         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20562         'notruncate' argument, so the passphrase cache can be used
20563         reliably with identifiers besides a pgp packet's key id.
20564
20565 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
20566
20567         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20568         symmetric encryption.
20569         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20570         encrypted session key.
20571         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20572         message ask for the passphrase in a proper way.
20573
20574         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20575         New user commands for symmetric encryption.
20576
20577 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20578
20579         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
20580
20581         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
20582
20583 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
20584
20585         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
20586
20587 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20588
20589         * mm-decode.el (mm-inlined-types): Add application/pgp.
20590         (mm-automatic-display): Ditto.
20591
20592         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
20593         part as text.
20594
20595 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20596
20597         * nnrss.el: Update copyright.
20598         (nnrss-opml-import): Query whether to subscribe to each entry.
20599
20600         * gnus-art.el:
20601         * gnus-sum.el:
20602         * gnus-xmas.el:
20603         * messagexmas.el:
20604         * mm-uu.el:
20605         * mm-view.el: Update copyright.
20606
20607 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
20608
20609         * message.el (message-info): New function.
20610         (message-mode-menu): Add it.
20611         Update copyright.
20612
20613         * ChangeLog: Fix and update copyright.
20614
20615 2006-01-13  Romain Francoise  <romain@orebokech.com>
20616
20617         * message.el (message-forward-subject-name-subject): Prefer the
20618         address to 'nowhere' if the sender has no name.
20619         Fix typo.  Update copyright year.
20620
20621 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20622
20623         * gnus-art.el (article-wash-html):
20624         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
20625         (gnus-article-wash-html-with-w3m-standalone): New function.
20626
20627         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
20628         mm-inline-text-html-render-with-w3m-standalone.
20629         (mm-text-html-washer-alist): Map w3m-standalone to
20630         gnus-article-wash-html-with-w3m-standalone.
20631         (mm-inline-text-html-render-with-w3m-standalone): New function.
20632
20633 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
20634
20635         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
20636         Improve LaTeX.
20637
20638 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20639
20640         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
20641         (nnrss-request-article): Render text/plain parts as HTML.
20642
20643         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
20644         the buffer.
20645
20646 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
20647
20648         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
20649         custom definition of `gnus-posting-styles'.
20650
20651         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
20652         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
20653
20654 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20655
20656         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
20657         Use nntp for bug archive.
20658
20659 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20660
20661         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
20662         parts.
20663         (nnrss-normalize-date): New function converts ISO 8601 date into
20664         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20665         (nnrss-check-group): Use it.
20666
20667 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20668
20669         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
20670
20671         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
20672         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20673         (nnrss-insert-w3): Ditto.
20674
20675 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20676
20677         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
20678         the articles to be forwarded including the case where neither a
20679         number of articles nor a region is specified.
20680
20681 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20682
20683         * nnrss.el (nnrss-request-article): Fix last change; fill
20684         text/plain parts.
20685
20686 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20687
20688         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
20689         in text/plain part.
20690         (nnrss-check-group): Don't add excessive newline to dc:subject.
20691
20692 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
20693
20694         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
20695         article.
20696
20697 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
20698
20699         * nnml.el: Don't require gnus-bcklg.  Autoload it.
20700         (nnml-use-compressed-files, nnml-save-mail): Support other
20701         comression programs such as bzip2.
20702
20703 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20704
20705         * dns.el (query-dns): Make sure we check the buffer size before
20706         removing tcp headers.
20707
20708 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20709
20710         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
20711         remove MIME buttons associated with multipart/alternative parts.
20712         (gnus-mime-display-alternative): Tag buttons using `article-type'
20713         text property.
20714
20715         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
20716         associated with multipart/alternative parts.
20717
20718         * gnus-art.el (gnus-signature-separator): Fix custom type.
20719
20720         * mm-decode.el (mm-inlined-types): Fix custom type.
20721         (mm-keep-viewer-alive-types): Ditto.
20722         (mm-automatic-display): Ditto.
20723         (mm-attachment-override-types): Ditto.
20724         (mm-inline-override-types): Ditto.
20725         (mm-automatic-external-display): Ditto.
20726
20727 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
20728
20729         * spam-report.el (spam-report-user-mail-address)
20730         (spam-report-user-agent): New variables.
20731         (spam-report-url-ping-plain): Use spam-report-user-agent.
20732
20733 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
20734
20735         * gnus-art.el (gnus-button-handle-custom): Do not just use
20736         `customize-apropos' for any "M-x customize-*" button but the
20737         function called for.  Accept both the function name and its
20738         argument in order to achieve this.
20739         (gnus-button-alist): Remove support for "custom:" URL's.
20740         Pass function name to `gnus-button-handle-custom' in case of "M-x
20741         customize-*" buttons.
20742
20743 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20744
20745         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
20746         multipart/alternative and add xref to mm-discouraged-alternatives
20747         in doc string.
20748
20749         * mm-decode.el (mm-discouraged-alternatives): Add xref to
20750         gnus-buttonized-mime-types in doc string.
20751
20752 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
20753
20754         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
20755         Suggest image/.* in the doc string.
20756
20757 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
20758
20759         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
20760         message-marks (Debian bug#342521).
20761
20762 2005-12-12  Simon Josefsson  <jas@extundo.com>
20763
20764         * password.el (password-read-from-cache): Add.
20765         (password-read): Use it.
20766
20767 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20768
20769         * rfc2047.el (rfc2047-charset-to-coding-system):
20770         Recognize us-ascii as a MIME charset.
20771
20772         * mm-bodies.el (mm-decode-content-transfer-encoding):
20773         Protect against the case where the 2nd arg TYPE is nil.
20774
20775 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20776
20777         * pop3.el (pop3-stream-type): Fix custom version.
20778
20779         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
20780
20781 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20782
20783         * mm-decode.el (mm-display-external): Add missing cdr.
20784
20785 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20786
20787         * mm-decode.el (mm-display-external): Use nametemplate (defined in
20788         RFC1524) if it is in mailcap or add a suffix according to
20789         mailcap-mime-extensions when generating a temp filename; postpone
20790         deleting a temp file for 2 seconds for some wrappers, shell
20791         scripts, and so on, which might exit right after having started a
20792         viewer command as a background job.
20793
20794 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20795
20796         * nntp.el (nntp-marks-directory): Fix custom group.
20797
20798         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
20799         steps when < 10.
20800
20801         * gnus-start.el (gnus-no-server-1):
20802         Mention `gnus-level-default-subscribed' in doc string.
20803
20804 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20805
20806         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
20807         parens.
20808
20809 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20810
20811         * gnus-xmas.el (gnus-use-toolbar): Revert.
20812         (gnus-xmas-setup-toolbar): Use global default-toolbar if
20813         gnus-use-toolbar is default.
20814
20815         * messagexmas.el (message-use-toolbar): Revert.
20816         (message-setup-toolbar): Use global default-toolbar if
20817         message-use-toolbar is default.
20818
20819 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20820
20821         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
20822         according to default-toolbar-visible-p.
20823
20824         * messagexmas.el (message-use-toolbar): Ditto.
20825
20826 2005-11-26  Dave Love  <fx@gnu.org>
20827
20828         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
20829         (tls-program, tls-success): Provide openssl alternative.
20830
20831         * starttls.el: Doc fixes.
20832         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
20833         SERVICE to PORT.
20834
20835         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
20836         port null or service name.
20837         (starttls-negotiate): Autoload.
20838
20839 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20840
20841         * message.el (message-kill-to-signature): Fix interactive spec.
20842
20843 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20844
20845         * pop3.el (pop3-open-server): Recognize a string as a service name.
20846
20847 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
20848
20849         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
20850
20851 2005-11-23  Dave Love  <fx@gnu.org>
20852
20853         Add pop3s, pop3/starttls.
20854
20855         * pop3.el (pop3-authentication-scheme): Clarify doc.
20856         (open-tls-stream, starttls-open-stream): Autoload.
20857         (pop3-stream-type): New.
20858         (pop3-open-server): Use it.
20859
20860         * mail-source.el (mail-sources): Fix some :types.  Add stream type
20861         for POP.
20862         (mail-source-keyword-map): Add :stream for POP.
20863         (mail-source-fetch-pop): Use pop3-stream-type.
20864
20865 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20866
20867         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
20868         of current-time-string.
20869
20870 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
20871
20872         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
20873         date header.
20874
20875 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20876
20877         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
20878         it can seriously impact performance as it bypasses the agent's
20879         local caches.
20880
20881 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20882
20883         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
20884         must be explicitly online rather than "not explicitly offline" for
20885         its flags to be synchronized.
20886
20887         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
20888         that gnus-uu-unmark-thread will function correctly.
20889
20890         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
20891         1024K is instead displayed as 1M.
20892
20893 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20894
20895         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
20896
20897 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
20898
20899         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
20900
20901 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
20902
20903         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
20904         error message to display actual error condition.
20905         (gnus-agent-save-local): Avoid saving symbols that are bound to
20906         nil as they simply result in a warning message in
20907         gnus-agent-read-local.
20908
20909 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20910
20911         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
20912         rather than make-variable-buffer-local for file-precious-flag.
20913
20914 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20915
20916         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
20917         for duplicates which are removed.  The invalid sort check then
20918         triggers a rescan after the sort as sorting may have moved
20919         duplicate entries such that they can be cheaply detected.
20920
20921 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20922
20923         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
20924
20925 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20926
20927         * gnus-agent.el (gnus-agent-article-alist-save-format):
20928         Change internal variable to a custom variable.  Change default value
20929         from compressed(2) to uncompressed(1).
20930         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
20931         support for uncompressed agentview files.  Taken together, reading
20932         the agentview file should now be 6-7 times faster.
20933
20934 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
20935
20936         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
20937         as a buffer-local variable.  This avoids creating truncated
20938         dribble files as a result of a hang up, eg.
20939
20940 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
20941
20942         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
20943         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
20944         XEmacs.
20945
20946 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20947
20948         * gnus-start.el (gnus-start-draft-setup):
20949         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
20950
20951         * gnus.el (gnus-splash): Change custom group.
20952         (gnus-group-get-parameter, gnus-group-parameter-value):
20953         Describe allow-list argument.
20954
20955         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
20956         string.
20957
20958 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20959
20960         * gnus-art.el (gnus-default-article-saver): Add user-defined
20961         `function' to custom type.
20962
20963 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20964
20965         * imap.el (imap-open): Handle case where buffer is a buffer
20966         object.
20967
20968 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
20969
20970         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
20971         long lines.
20972         (gnus-cache-delete-group): Wrap doc strings.
20973
20974         * gnus-agent.el (gnus-agent-rename-group)
20975         (gnus-agent-delete-group): Wrap doc strings.
20976
20977 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20978
20979         * messagexmas.el (message-use-toolbar): Change the valid values
20980         into default, top, bottom, left, and right.
20981         (message-toolbar-thickness): New variable.
20982         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
20983         well.
20984         (message-setup-toolbar): Make it work.
20985
20986         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
20987         (gnus-use-toolbar): Change the valid values into default, top,
20988         bottom, left, and right.
20989         (gnus-toolbar-thickness): New variable.
20990         (gnus-xmas-setup-toolbar): New function.
20991         (gnus-xmas-setup-group-toolbar): Use it.
20992         (gnus-xmas-setup-summary-toolbar): Use it.
20993
20994 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20995
20996         * gnus-start.el (gnus-1): Add "native" to
20997         gnus-predefined-server-alist.
20998
20999         * gnus.el (gnus-method-to-server): Don't add "native" to the
21000         lists here, because that leads to problems when
21001         gnus-select-method is bound.
21002
21003 2005-11-09  Simon Josefsson  <jas@extundo.com>
21004
21005         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
21006         use (not sort-by-date) instead.
21007
21008 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21009
21010         * gnus-delay.el (gnus-delay-group): Don't autoload.
21011         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21012         to be re-loaded when customizing the `gnus-delay' group.
21013
21014 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
21015
21016         * message.el: Revert last changes.
21017         (message-insert-citation-line): Use newlines.
21018
21019 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
21020
21021         * message.el (message-courtesy-message)
21022         (message-mark-insert-begin, message-mark-insert-end)
21023         (message-elide-ellipsis, message-cancel-message)
21024         (message-add-header, message-change-subject)
21025         (message-cross-post-followup-to-header)
21026         (message-cross-post-insert-note, message-reduce-to-to-cc)
21027         (message-widen-reply, message-delete-not-region)
21028         (message-kill-to-signature, message-insert-signature)
21029         (message-insert-importance-high, message-insert-importance-low)
21030         (message-insert-or-toggle-importance)
21031         (message-insert-disposition-notification-to)
21032         (message-indent-citation, message-yank-original)
21033         (message-cite-original-without-signature, message-cite-original)
21034         (message-insert-citation-line, message-position-on-field)
21035         (message-fix-before-sending, message-send-mail-partially)
21036         (message-send-mail, message-send-mail-with-sendmail)
21037         (message-send-mail-with-qmail, message-send-news)
21038         (message-check-news-header-syntax, message-generate-headers)
21039         (message-insert-courtesy-copy, message-fill-address)
21040         (message-fill-header, message-shorten-references)
21041         (message-setup-1, message-cancel-news)
21042         (message-forward-make-body-plain, message-forward-make-body-mime)
21043         (message-forward-make-body-mml, message-encode-message-body)
21044         (message-forward-make-body-digest-plain)
21045         (message-forward-make-body-digest-mime)
21046         (message-use-alternative-email-as-from): Insert `hard-newline'
21047         instead of ordinary newlines.
21048
21049 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21050
21051         * message.el (message-generate-headers): Downcase the argument
21052         given to message-check-element.
21053
21054 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
21055
21056         * nntp.el (nntp-authinfo-rejected): New error condition.
21057         (nntp-wait-for): Use new error condition to signal authentication
21058         error.
21059         (nntp-retrieve-data): Rethrow new error condition to break out of
21060         recursive call to nntp-send-authinfo.
21061
21062 2005-11-08  Romain Francoise  <romain@orebokech.com>
21063
21064         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
21065         (gnus-summary-exit-map): Bind to `Z p'.
21066         (gnus-summary-make-menu-bar): Add menu item.
21067
21068 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
21069
21070         * gnus-art.el (gnus-article-treat-custom): Add `first'.
21071         (gnus-treat-*): Add `first' in all doc strings.
21072
21073         * gnus-group.el (gnus-group-compact-group): Fix typo.
21074
21075 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21076
21077         * gnus.el (gnus-parameters-case-fold-search): New variable.
21078         (gnus-parameters-get-parameter): Use it.
21079
21080         * gnus-score.el (gnus-home-score-file): Doc fix.
21081
21082 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
21083
21084         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
21085
21086 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21087
21088         * mm-util.el (mm-special-display-p): New function.
21089
21090         * mml.el (mml-preview): Use it; doc fix.
21091
21092 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21093
21094         * imap.el (imap-open): Handle case where buffer is a buffer object.
21095
21096 2005-10-29  Romain Francoise  <romain@orebokech.com>
21097
21098         * message.el (message-fix-before-sending): Fix comment.
21099
21100 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21101
21102         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
21103
21104 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21105
21106         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
21107         Used in gnus-score.el.
21108
21109 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
21110
21111         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
21112
21113 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
21114
21115         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
21116         whitespace removed in revision 7.8.  Use concatenated string to
21117         protect trailing whitespace.
21118
21119 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
21120
21121         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
21122         (nnimap-request-expire-articles): Use it to avoid sending 'UID
21123         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
21124         Courier IMAP ("some version from 2004").  Mostly based on similar
21125         code in the same function.
21126
21127 2005-10-26  Didier Verna  <didier@xemacs.org>
21128
21129         * gnus-group.el (gnus-group-compact-group): Invalidate original
21130         article buffer.
21131         * gnus-srvr.el (gnus-server-compact-server): Ditto.
21132         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
21133         NOV database and in article itself.
21134         Invalidate article backlog.
21135
21136 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21137
21138         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
21139
21140 2005-10-26  Simon Josefsson  <jas@extundo.com>
21141
21142         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
21143         part of 2004-07-25 change.
21144
21145 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21146
21147         * message.el (message-display-completion-list): New function.
21148         (message-expand-group): Use it; make sure the Completions buffer
21149         is modifiable.
21150 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21151
21152         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
21153         user-mail-name is an empty string.
21154
21155 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21156
21157         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
21158         depending on gnus-score-decay-constant.
21159
21160         * encrypt.el (encrypt-insert-file-contents)
21161         (encrypt-write-file-contents): Don't use `gnus-message'.
21162
21163         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
21164         arguments.
21165         (mm-uu-type-alist): Add message-marks and insert-marks.
21166         Pass arguments to mm-uu-verbatim-marks-extract.
21167         (mm-uu-hide-markers): New variable.
21168         (mm-uu-extract): Use face similar to `gnus-cite-3'.
21169
21170         * gnus-fun.el (gnus-convert-image-to-x-face-command)
21171         (gnus-convert-image-to-face-command): Use "convert" by default to
21172         allow other input image formats.
21173         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
21174         accordingly.
21175
21176 2005-10-23  Simon Josefsson  <jas@extundo.com>
21177
21178         * imap.el (imap-gssapi-program): Align command line parameters
21179         with latest GNU SASL.
21180         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
21181
21182 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21183
21184         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
21185         HTML.
21186         (nnslashdot-request-article): Ditto.
21187
21188         * lpath.el (featurep): Add nobreak-char-display.
21189
21190 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21191
21192         * mail-source.el (mail-source-fetch-pop): Require pop3.
21193         (mail-source-check-pop): Ditto.
21194
21195 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21196
21197         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
21198         errors.
21199
21200 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
21201
21202         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
21203         (gnus-treat-strip-leading-blank-lines): Improve doc string.
21204
21205         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
21206
21207         * mm-bodies.el (mm-decode-string):
21208         Call `mm-charset-to-coding-system' with allow-override argument.
21209
21210 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21211
21212         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
21213         (rfc2047-charset-to-coding-system): New function.
21214         (rfc2047-decode-encoded-words): New function.
21215         (rfc2047-decode-region): Use them.
21216         (rfc2047-decode-cte): Remove.
21217         (rfc2047-parse-and-decode): Remove.
21218         (rfc2047-decode): Remove.
21219
21220 2005-10-15  Kenichi Handa  <handa@m17n.org>
21221
21222         * rfc2047.el (rfc2047-decode-cte): New function.
21223         (rfc2047-decode-region): Change the way to decode successive
21224         encoded-words: decode B- or Q-encoding in each encoded-word,
21225         concatenate them, and decode it as charset.
21226
21227 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21228
21229         * lpath.el: Fbind codepage-setup for XEmacs.
21230
21231 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
21232
21233         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
21234         widget-move-and-invoke.
21235         (gnus-custom-mode): Use gnus-custom-map.
21236
21237 2005-10-15  Bill Wohler  <wohler@newt.com>
21238
21239         * message.el (message-tool-bar-map): Rename image file from
21240         mail_send to mail/send.
21241
21242 2005-10-16  Masatake YAMATO  <jet@gyve.org>
21243
21244         * message.el (message-expand-group): Pass the common
21245         prefix substring of completion to `display-completion-list'.
21246
21247 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
21248
21249         * mml-sec.el (mml-secure-method): New internal variable.
21250         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
21251         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
21252         New functions using mml-secure-method.
21253
21254         * mml.el (mml-mode-map): Add key bindings for those functions.
21255         (mml-menu): Simplify security menu entries.  Suggested by Jesper
21256         Harder <harder@myrealbox.com>.
21257         (mml-attach-file, mml-attach-buffer, mml-attach-external):
21258         Goto end of message if point is the headers of the message.
21259
21260         * message.el (message-in-body-p): New function.
21261
21262         * assistant.el: Autoload gnus-util and netrc.
21263
21264         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
21265         Use `mm-charset-override-alist' only when decoding.
21266
21267         * mm-bodies.el (mm-decode-body):
21268         Call `mm-charset-to-coding-system' with allow-override argument.
21269
21270         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
21271         `filename' from Content-Disposition if Content-Type doesn't
21272         provide `name'.
21273         (gnus-mime-view-part-as-type): Set default instead of
21274         initial-input.
21275
21276 2005-10-09  Daniel Brockman  <daniel@brockman.se>
21277
21278         * format-spec.el (format-spec): Propagate text properties of % spec.
21279
21280 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21281
21282         * gnus-art.el (gnus-treat-predicate): Add `first'.
21283
21284 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21285
21286         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
21287         (mm-charset-override-alist): New variable.
21288         (mm-charset-to-coding-system): Use it.
21289         (mm-codepage-setup): New helper function.
21290         (mm-charset-eval-alist): New variable.
21291         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
21292         Warn about unknown charsets.
21293
21294         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
21295
21296 2005-10-04  David Hansen  <david.hansen@gmx.net>
21297
21298         * nnrss.el (nnrss-request-article): Add support for the comments tag.
21299         (nnrss-check-group): Ditto.
21300
21301 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
21302
21303         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
21304         Rename x-gnus-verbatim to x-verbatim.
21305         (mm-uu-type-alist): Fix regexp for verbatim-marks.
21306
21307         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
21308         x-verbatim.
21309
21310         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
21311
21312         * gnus-util.el (gnus-remove-duplicates): Remove.
21313
21314         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
21315         instead of gnus-remove-duplicates.
21316
21317         * message.el (message-remove-duplicates): Remove.
21318         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
21319         message-remove-duplicates.
21320
21321         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
21322         available, else use implementation from `delete-dups'.
21323
21324         * message.el (message-insert-expires): New function.
21325         (message-mode-map): Add key binding.
21326         (message-mode-field-menu): Add menu entry.
21327         (message-mode): Document it.
21328         (message-make-expires-date): Use `message-make-date'.
21329
21330 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
21331
21332         * message.el (message-make-expires-date): New function.
21333
21334 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21335
21336         * Makefile.in (list-installed-shadows): New entry.
21337         (install): Use it.
21338         (remove-installed-shadows): New entry.
21339
21340         * dgnushack.el (dgnushack-default-load-path): New variable.
21341         (dgnushack-find-lisp-shadows): New function.
21342         (dgnushack-remove-lisp-shadows): New function.
21343
21344 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21345
21346         * Makefile.in (install-el-elc): New entry.
21347         (install): Use it so that .el files are necessarily installed.
21348
21349 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21350
21351         * time-date.el: Autoload parse-time-string, XEmacs needs it.
21352
21353 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21354
21355         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
21356         function rather than the diff-mode.el package.
21357         (mm-display-external): Use with-current-buffer.
21358         (mm-viewer-completion-map, mm-viewer-completion-map):
21359         Move initialization inside declaration.
21360
21361 2005-09-29  Simon Josefsson  <jas@extundo.com>
21362
21363         * spam.el: Load hashcash when compiling, to avoid warnings.
21364         Don't autoload mail-check-payment.
21365         (spam-check-hashcash): Define unconditionally, since hashcash.el
21366         is part of Gnus now.  Ignore errors from payment checking.
21367
21368 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
21369
21370         * message.el (message-bold-region, message-unbold-region):
21371         Rename from `bold-region' and `unbold-region'.
21372
21373         * message.el: Remove useless autoloads.
21374
21375 2005-09-28  Simon Josefsson  <jas@extundo.com>
21376
21377         * message.el (message-use-idna): Default to t.
21378         (message-use-idna): Test whether encoding works too.  Doc fix.
21379
21380 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21381
21382         * nntp.el (nntp-warn-about-losing-connection): Remove.
21383
21384 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
21385
21386         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
21387         customizable.  Change default value.
21388         (mm-uu-diff-groups-regexp): Change default value.
21389         (mm-uu-type-alist): Add doc string.
21390         (mm-uu-configure): Add doc string.  Make it interactive.
21391         (mm-uu-tex-groups-regexp): New variable.
21392         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
21393         (mm-uu-type-alist): Add LaTeX documents.
21394         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
21395         of "text/verbatim".
21396         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
21397
21398         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
21399         instead of "text/verbatim".
21400
21401         * message.el (message-mark-inserted-region)
21402         (message-mark-insert-file): Use slrn style marks when called with
21403         prefix argument.
21404
21405 2005-09-27  Simon Josefsson  <jas@extundo.com>
21406
21407         * message.el (message-idna-to-ascii-rhs-1): Reformat.
21408
21409 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
21410
21411         * message.el (message-remove-duplicates): New function.
21412         Implementation borrowed from `gnus-remove-duplicates'.
21413         (message-idna-to-ascii-rhs): Also encode idna addresses in
21414         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21415         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
21416         only ask about the same idna domain once per header and also tell
21417         in what header to replace the idna domain.
21418
21419         * gnus-art.el (article-decode-idna-rhs): Also decode idna
21420         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21421         (article-decode-idna-rhs): Fix regexp so that all idna-address in
21422         a header is decoded and not just the last one.
21423
21424 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21425
21426         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
21427         has been decoded.
21428
21429         * mm-decode.el (mm-automatic-display): Add text/verbatim.
21430         (mm-insert-part): Don't modify text if it has been decoded.
21431
21432         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
21433         decoded.
21434
21435         * mm-view.el (mm-inline-text): Don't strip text props unless
21436         decoding enriched or richtext parts.
21437
21438 2005-09-25  Romain Francoise  <romain@orebokech.com>
21439
21440         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
21441         * gnus-start.el (gnus-subscribe-interactively):
21442         * gnus-uu.el (gnus-uu-grab-articles):
21443         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
21444         space.
21445
21446 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21447
21448         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
21449         * mm-view.el (mm-view-pkcs7-decrypt):
21450         * gnus-sum.el (gnus-summary-limit-to-extra)
21451         (gnus-summary-respool-article, gnus-read-move-group-name):
21452         * gnus-score.el (gnus-summary-increase-score):
21453         * gnus-util.el (gnus-completing-read-with-default):
21454         * gnus-art.el (gnus-read-save-file-name)
21455         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
21456         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
21457         * message.el (message-check-news-header-syntax):
21458         Follow convention for reading with the minibuffer.
21459
21460 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
21461
21462         * spam-report.el (spam-report-url-ping-plain):
21463         Use gnus-extended-version as User-Agent.
21464
21465         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
21466         default value is nil.
21467
21468         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
21469         (mm-uu-verbatim-marks-extract): New function.
21470         (mm-uu-extract): New face.
21471         (mm-uu-copy-to-buffer): Use it.
21472
21473         * spam-report.el (spam-report-gmane-ham): Rename from
21474         `spam-report-gmane-unspam'.
21475         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
21476         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
21477
21478         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
21479         Autoload.
21480         (spam-report-gmane-unregister-routine):
21481         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
21482
21483 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
21484
21485         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
21486         (spam-report-gmane-unregister-routine): Add support for gmane
21487         unregistration.
21488
21489         * spam-report.el (spam-report-gmane-unspam)
21490         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
21491         (spam-report-gmane): Change to take a single article and do unspam
21492         registration.
21493
21494 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21495
21496         * mm-url.el (mm-url-decode-entities): Fix regexp.
21497
21498 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21499
21500         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
21501         default to nil, to be able to use Gnus at all.  If the default
21502         switches to something else, then the function should be fixed not
21503         be exceedingly slow.
21504
21505 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
21506
21507         * gnus-start.el (gnus-activate-group): If the server is nil, don't
21508         fail hard.
21509
21510         * spam-report.el: Add better Keywords line.
21511
21512         * spam.el: Add Maintainer and better Keywords line.
21513
21514 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21515
21516         * gnus-art.el (gnus-article-replace-part)
21517         (gnus-mime-replace-part): New functions.
21518         (gnus-mime-action-alist, gnus-mime-button-commands)
21519         (gnus-mime-save-part-and-strip): Add file argument.
21520         (gnus-article-part-wrapper): Add interactive argument.
21521
21522         * gnus-sum.el (gnus-summary-mime-map):
21523         Add `gnus-article-replace-part'.
21524
21525 2005-09-19  Didier Verna  <didier@xemacs.org>
21526
21527         The nnml compaction feature:
21528         * nnml.el (nnml-request-compact-group): New function.
21529         * nnml.el (nnml-request-compact): New function.
21530         * gnus-int.el (gnus-request-compact-group): New function.
21531         * gnus-int.el (gnus-request-compact): New function.
21532         * gnus-group.el (gnus-group-compact-group): New function.
21533         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
21534         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
21535         * gnus-srvr.el (gnus-server-compact-server): New function.
21536         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
21537         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
21538
21539 2005-09-18  Deepak Goel  <deego@gnufans.org>
21540
21541         * sieve.el (sieve-help): Fix `message' call: first arg should be a
21542         format spec.
21543
21544 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21545
21546         * gnus.el (gnus-group-startup-message): Bind image-load-path.
21547
21548 2005-09-15  Romain Francoise  <romain@orebokech.com>
21549
21550         * message.el (message-fill-paragraph): Clarify docstring.
21551
21552 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21553
21554         * gnus-art.el (gnus-mime-display-part): Protect against broken
21555         MIME messages.
21556
21557 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21558
21559         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
21560         before parsing header.
21561
21562 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
21563
21564         * html2text.el (html2text-replace-list): Add new entities.
21565
21566 2005-09-11  Romain Francoise  <romain@orebokech.com>
21567
21568         * message.el (message-alternative-emails): Improve docstring.
21569         (message-setup-1): Call `message-use-alternative-email-as-from'
21570         after `message-setup-hook' to give it precedence over posting
21571         styles, etc.
21572         (message-use-alternative-email-as-from): Add docstring.
21573         Remove the original From header if present.
21574
21575         * nnml.el (nnml-compressed-files-size-threshold): New variable.
21576         (nnml-save-mail): Use it.
21577
21578         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
21579         articles.  Add new argument `silent'.
21580         (gnus-uu-mark-all): Report the total number of marked articles.
21581
21582 2005-09-10  Romain Francoise  <romain@orebokech.com>
21583
21584         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
21585         (gnus-uu-mark-series): Likewise.
21586
21587 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
21588
21589         * spam-report.el (spam-report-gmane): Fix generation of spam
21590         report URL.
21591
21592 2005-09-10  Simon Josefsson  <jas@extundo.com>
21593
21594         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
21595         t, based on discussion on the ding list with Robert Epprecht
21596         <epprecht@solnet.ch>.
21597
21598 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
21599
21600         * spam-report.el (spam-report-gmane): Make it work without
21601         X-Report-Spam header.  Gmane now only provides Archived-At.
21602         This is only used if `spam-report-gmane-use-article-number' is nil.
21603         (spam-report-gmane-spam-header): Remove.  Not used anymore.
21604
21605         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
21606         make `gnus-summary-sort-by-recipient' work with threading.
21607
21608         * nnweb.el (nnweb-google-wash-article): Print a message if article
21609         is not available.
21610
21611 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21612
21613         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
21614         change.  Decode text/* parts content before displaying.
21615
21616 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
21617
21618         * mml-smime.el: Remove defvar of gnus-extract-address-components.
21619
21620 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21621
21622         * mm-view.el (mm-display-inline-fontify): Disable support modes.
21623
21624         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
21625         url-package-name, url-package-version,
21626         w3m-cid-retrieve-function-alist, w3m-current-buffer,
21627         w3m-display-inline-images, and w3m-minor-mode-map.
21628
21629 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
21630
21631         * message.el (message-tab-body-function): Fix mismatched custom type.
21632
21633         * gnus.el (gnus-group-change-level-function): Ditto.
21634
21635         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
21636
21637         * gnus-art.el (gnus-signature-limit)
21638         (gnus-article-mime-part-function): Ditto.
21639
21640 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21641
21642         * mml.el (mml-mode): Silence the byte compiler.
21643
21644         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
21645         using `(sit-for 0)' before moving the point to the specified part;
21646         skip unbuttonized parts.
21647         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
21648         return to the summary window if gnus-auto-select-part is non-nil.
21649
21650 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
21651
21652         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
21653         New variables.
21654         (mml-dnd-attach-file, mml-mode): Use them.
21655
21656         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
21657         Make fetching article by MID work again for Google Groups.
21658         Add FIXME concerning gnus-group-make-web-group.
21659
21660         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
21661         Don't depend on Gnus by using mail-extract-address-components if
21662         gnus-extract-address-components is not bound.
21663
21664 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21665
21666         * gnus-art.el (gnus-mime-display-security): Don't display the
21667         signature, but only the signed part.
21668
21669 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21670
21671         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
21672
21673         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
21674         list, not listp.
21675
21676 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
21677
21678         * mm-encode.el (mm-encode-content-transfer-encoding):
21679         Likewise when encoding.
21680
21681         * mm-bodies.el (mm-decode-content-transfer-encoding):
21682         De-canonicalize CRLF for all text content types, not just
21683         text/plain.
21684
21685 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21686
21687         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
21688         valid article; point arrow and cursor at the MIME button.
21689
21690 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21691
21692         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
21693         Suggested by Dan Christensen <jdc@uwo.ca>.
21694
21695         * mm-decode.el (mm-save-part): Enable change of prompt.
21696
21697 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
21698
21699         * gnus-msg.el (gnus-inews-add-send-actions):
21700         Make `message-post-method' lambda parameter ARG `&optional'.
21701
21702 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21703
21704         * gnus-sum.el (gnus-summary-mime-map):
21705         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
21706         gnus-article-jump-to-part.
21707
21708         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
21709         (gnus-article-edit-part): Use it.
21710         (gnus-article-part-wrapper): Add no-handle argument.
21711         (gnus-article-save-part-and-strip, gnus-article-delete-part):
21712         New functions.
21713
21714 2005-08-29  Romain Francoise  <romain@orebokech.com>
21715
21716         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
21717         docstring.
21718         (gnus-face-from-file): Likewise.
21719
21720 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21721
21722         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
21723         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
21724         non-nil.
21725         (gnus-auto-select-part): New variable.
21726         (gnus-article-jump-to-part): New function.
21727         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
21728         (gnus-mime-delete-part): Allow selecting specified part after
21729         deleting or stripping parts.
21730         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
21731         part if argument is bogus.
21732
21733 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
21734
21735         * gnus-art.el (w3m-minor-mode-map):
21736         * gnus-spec.el (gnus-newsrc-file-version):
21737         * gnus-util.el (nnmail-active-file-coding-system)
21738         (gnus-original-article-buffer, gnus-user-agent):
21739         * gnus.el (gnus-ham-process-destinations)
21740         (gnus-parameter-ham-marks-alist)
21741         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
21742         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
21743         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
21744         * mm-decode.el (gnus-current-window-configuration):
21745         * mm-extern.el (gnus-article-mime-handles):
21746         * mm-url.el (url-current-object, url-package-name)
21747         (url-package-version):
21748         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
21749         (smime-keys, w3m-cid-retrieve-function-alist)
21750         (w3m-current-buffer, w3m-display-inline-images)
21751         (w3m-minor-mode-map):
21752         * mml-smime.el (gnus-extract-address-components):
21753         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
21754         (gnus-newsrc-hashtb, message-default-charset)
21755         (message-deletable-headers, message-options)
21756         (message-posting-charset, message-required-mail-headers)
21757         (message-required-news-headers):
21758         * mml1991.el (mc-pgp-always-sign):
21759         * mml2015.el (mc-pgp-always-sign):
21760         * nnheader.el (nnmail-extra-headers):
21761         * rfc1843.el (gnus-decode-encoded-word-function)
21762         (gnus-decode-header-function, gnus-newsgroup-name):
21763         * spam-stat.el (gnus-original-article-buffer): Add defvars.
21764
21765 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
21766
21767         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
21768         the end of the date treatments.
21769
21770 2005-08-15  Simon Josefsson  <jas@extundo.com>
21771
21772         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
21773         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
21774         Capello and Romain Francoise.
21775         (pgg-fetch-key-function): Remove, not used?
21776         (pgg-insert-url-with-w3): Require url, to get
21777         url-insert-file-contents regardless of where it is defined.
21778
21779 2005-08-13  Romain Francoise  <romain@orebokech.com>
21780
21781         * message.el (message-cite-original-1): New function.
21782         (message-cite-original): Use it.
21783         (message-cite-original-without-signature): Ditto.
21784
21785 2005-08-08  Romain Francoise  <romain@orebokech.com>
21786
21787         * message.el (message-yank-empty-prefix): New variable.
21788         (message-indent-citation): Use it.
21789         (message-cite-original-without-signature): Respect X-No-Archive.
21790
21791 2005-08-08  Simon Josefsson  <jas@extundo.com>
21792
21793         * pgg.el: Autoload url-insert-file-contents instead of loading
21794         w3/url.
21795         (pgg-insert-url-with-w3): Don't load url here.
21796
21797 2005-08-07  Jesper Harder  <harder@phys.au.dk>
21798
21799         * message.el (message-kill-to-signature): Don't insert newline at
21800         bol.
21801         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
21802
21803 2005-08-06  Romain Francoise  <romain@orebokech.com>
21804
21805         * message.el (message-user-fqdn): Fix typo in docstring.
21806
21807 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
21808
21809         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
21810
21811         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
21812
21813 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21814
21815         * mm-bodies.el (mm-encode-body): Use coding system rather than
21816         charset to encode text.
21817
21818         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
21819         number of charsets if utf-8 is available (XEmacs).
21820
21821 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
21822
21823         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
21824         taken from `gnus-button-mid-or-mail-regexp'.
21825         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
21826         (gnus-button-alist): Improve regexp for domain part of the MIDs
21827         for news:localpart@domain buttons.
21828         (gnus-button-ctan-directory-regexp): Update.
21829
21830 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21831
21832         * sieve-manage.el (sieve-manage-interactive-login):
21833         Use make-local-variable rather than make-variable-buffer-local.
21834         (sieve-manage-open): Ditto.
21835         (sieve-manage-authenticate): Ditto.
21836
21837         * mml.el (mml-generate-mime-1): Make the content type default to
21838         text/plain if the filename is not specified.
21839
21840 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21841
21842         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
21843         instead of insert-buffer.
21844
21845         * message.el (message-yank-original): Ditto; set the mark at the
21846         end of the yanked message.
21847
21848 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21849
21850         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
21851         lines to scroll rather than to stop it.
21852
21853         * mml.el (mml-generate-default-type): Add doc string.
21854         (mml-generate-mime-1): Use mm-default-file-encoding or make it
21855         default to application/octet-stream when determining the content
21856         type if it is not specified for the part or the mml contents; add
21857         a comment about mml-generate-default-type.
21858
21859 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
21860
21861         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
21862         make it default to application/octet-stream when determining the
21863         content type if it is not specified for the external contents.
21864
21865 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21866
21867         * rfc2231.el (rfc2231-parse-string): Take care that not only a
21868         segmented parameter but also other parameters might be there.
21869
21870 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21871
21872         * mm-decode.el (mm-display-external): Delete temp file, directory
21873         and buffer immediately if the external process is exited.
21874
21875 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21876
21877         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
21878         fewer lines than that of scroll-margin.
21879         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
21880
21881 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21882
21883         * gnus-art.el (gnus-article-next-page): Revert.
21884         (gnus-article-beginning-of-window): New macro.
21885         (gnus-article-next-page-1): Use it.
21886         (gnus-article-prev-page): Ditto.
21887         (gnus-article-edit-part): Use insert-buffer-substring instead of
21888         insert-buffer.
21889         (gnus-article-edit-exit): Ditto.
21890
21891         * gnus-util.el (gnus-beginning-of-window): Remove.
21892         (gnus-end-of-window): Remove.
21893
21894         * lpath.el: Don't bind header-line-format and scroll-margin.
21895
21896 2005-07-25  Simon Josefsson  <jas@extundo.com>
21897
21898         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
21899         to have the url package without w3.  Reported by Daiki Ueno
21900         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
21901
21902 2005-07-20  Didier Verna  <didier@xemacs.org>
21903
21904         * gnus-diary.el: Remove the description comment (nndiary is now
21905         properly documented in the Gnus manual).
21906         Fix the spelling of "Back End".
21907         * nndiary.el: Ditto.
21908         Fix the copyright notice.
21909
21910 2005-07-18  Romain Francoise  <romain@orebokech.com>
21911
21912         * gnus-sum.el (gnus-summary-to-prefix)
21913         (gnus-summary-newsgroup-prefix): New variables.
21914         (gnus-summary-from-or-to-or-newsgroups): Use them.
21915
21916 2005-07-17  Romain Francoise  <romain@orebokech.com>
21917
21918         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
21919         space as it's generally not especially interesting to the user.
21920
21921 2005-07-16  Romain Francoise  <romain@orebokech.com>
21922
21923         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
21924         nil to avoid prompting and file modification if one of the
21925         messages at the top of the nnfolder file contains a copyright
21926         notice.
21927         Update copyright notice.
21928
21929         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
21930         instead of `current-time-string' as the latter creates a time
21931         string that is not RFC 2822 compliant (it lacks the zone).
21932         Update copyright notice.
21933
21934 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21935
21936         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
21937         for text/rtf.  Display default in prompt.  Pass default for M-n.
21938
21939         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
21940
21941 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21942
21943         * gnus-msg.el (gnus-button-mailto):
21944         Remove save-selected-window-window hackery because it relies on
21945         save-selected-window internals.
21946
21947 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21948
21949         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
21950         (gnus-article-next-page-1): Use gnus-beginning-of-window.
21951         (gnus-article-prev-page): Ditto.
21952
21953         * gnus-util.el (gnus-beginning-of-window): New function.
21954         (gnus-end-of-window): New function.
21955
21956         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
21957
21958 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21959
21960         * gnus-score.el (gnus-score-edit-all-score):
21961         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
21962         gnus-message.
21963
21964 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21965
21966         * gnus-msg.el (gnus-button-mailto):
21967         Remove save-selected-window-window hackery because it relies on
21968         save-selected-window internals.
21969
21970 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21971
21972         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
21973         add-minor-mode.
21974         (gnus-binary-mode): Ditto.
21975
21976         * gnus-topic.el (gnus-topic-mode): Ditto.
21977
21978 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
21979
21980         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
21981         (gnus-article-prev-page): Take scroll-margin into consideration.
21982
21983 2005-07-04  Lute Kamstra  <lute@gnu.org>
21984
21985         Update FSF's address in GPL notices.
21986
21987 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
21988
21989         * gnus.el (gnus-exit):
21990         * gnus-group.el (gnus-group-icons):
21991         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
21992
21993         * gnus-nocem.el (gnus-nocem):
21994         * message.el (message-various, message-buffers, message-sending)
21995         (message-interface, message-forwarding, message-insertion)
21996         (message-headers, message-news, message-mail):
21997         * pgg-gpg.el (pgg-gpg):
21998         * pgg-parse.el (pgg-parse):
21999         * pgg-pgp.el (pgg-pgp):
22000         * pgg-pgp5.el (pgg-pgp5):
22001         * pop3.el (pop3): Finish `defgroup' description with period.
22002
22003 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22004
22005         * gnus-art.el (article-display-face): Improve the efficiency.
22006         (article-display-x-face): Ditto; remove gray x-face stuff.
22007
22008 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22009
22010         * gnus-art.el (article-display-face): Correct the position in
22011         which Faces are inserted.
22012
22013 2005-06-29  Didier Verna  <didier@xemacs.org>
22014
22015         * gnus-art.el (article-display-face): Display faces in correct
22016         order.
22017
22018 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22019
22020         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
22021         (gnus-fill-real-hashtb): Use hash table instead of obarray.
22022         (gnus-nocem-check-article): Fetch the Type header.
22023         (gnus-nocem-message-wanted-p): Fix the way to examine types.
22024         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
22025         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
22026         make sure gnus-nocem-hashtb is initialized.
22027         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
22028         (gnus-nocem-unwanted-article-p): Ditto.
22029
22030         * pgg.el (pgg-verify): Return the verification result.
22031
22032 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22033
22034         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
22035         is ascii.
22036
22037 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
22038
22039         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
22040         `show-nonbreak-escape'.
22041
22042 2005-06-23  Lute Kamstra  <lute@gnu.org>
22043
22044         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
22045
22046         * dig.el (dig-mode):
22047         * smime.el (smime-mode): Use gnus-run-mode-hooks.
22048
22049 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
22050
22051         * nnimap.el (nnimap-split-download-body): Fix spellings.
22052
22053 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
22054
22055         * gnus-art.el (gnus-article-encrypt-body):
22056         * gnus-cus.el (gnus-score-customize):
22057         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
22058         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
22059
22060 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
22061
22062         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
22063         header by looking for magic "MII" at the beginning.
22064
22065 2005-06-16  Miles Bader  <miles@gnu.org>
22066
22067         * gnus-xmas.el (gnus-xmas-group-startup-message):
22068         Use renamed gnus-splash face.
22069
22070         * assistant.el (assistant-field): Remove "-face" suffix from face name.
22071         (assistant-field-face): New backward-compatibility alias for renamed
22072         face.
22073         (assistant-render-text): Use renamed assistant-field face.
22074
22075         * spam.el (spam): Remove "-face" suffix from face name.
22076         (spam-face): New backward-compatibility alias for renamed face.
22077         (spam-face, spam-initialize): Use renamed spam face.
22078
22079         * message.el (message-header-to, message-header-cc)
22080         (message-header-subject, message-header-newsgroups)
22081         (message-header-other, message-header-name)
22082         (message-header-xheader, message-separator, message-cited-text)
22083         (message-mml): Remove "-face" suffix from face names.
22084         (message-header-to-face, message-header-cc-face)
22085         (message-header-subject-face, message-header-newsgroups-face)
22086         (message-header-other-face, message-header-name-face)
22087         (message-header-xheader-face, message-separator-face)
22088         (message-cited-text-face, message-mml-face):
22089         New backward-compatibility aliases for renamed faces.
22090         (message-font-lock-keywords): Use renamed message faces.
22091
22092         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
22093         (sieve-test-commands, sieve-tagged-arguments):
22094         Remove "-face" suffix from face names.
22095         (sieve-control-commands-face, sieve-action-commands-face)
22096         (sieve-test-commands-face, sieve-tagged-arguments-face):
22097         New backward-compatibility aliases for renamed faces.
22098         (sieve-control-commands-face, sieve-action-commands-face)
22099         (sieve-test-commands-face, sieve-tagged-arguments-face):
22100         Use renamed sieve faces.
22101
22102         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
22103         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
22104         (gnus-group-news-3-empty, gnus-group-news-4)
22105         (gnus-group-news-4-empty, gnus-group-news-5)
22106         (gnus-group-news-5-empty, gnus-group-news-6)
22107         (gnus-group-news-6-empty, gnus-group-news-low)
22108         (gnus-group-news-low-empty, gnus-group-mail-1)
22109         (gnus-group-mail-1-empty, gnus-group-mail-2)
22110         (gnus-group-mail-2-empty, gnus-group-mail-3)
22111         (gnus-group-mail-3-empty, gnus-group-mail-low)
22112         (gnus-group-mail-low-empty, gnus-summary-selected)
22113         (gnus-summary-cancelled, gnus-summary-high-ticked)
22114         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
22115         (gnus-summary-high-ancient, gnus-summary-low-ancient)
22116         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
22117         (gnus-summary-low-undownloaded)
22118         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
22119         (gnus-summary-low-unread, gnus-summary-normal-unread)
22120         (gnus-summary-high-read, gnus-summary-low-read)
22121         (gnus-summary-normal-read, gnus-splash):
22122         Remove "-face" suffix from face names.
22123         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
22124         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
22125         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
22126         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
22127         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
22128         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
22129         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
22130         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
22131         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
22132         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
22133         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
22134         (gnus-summary-selected-face, gnus-summary-cancelled-face)
22135         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
22136         (gnus-summary-normal-ticked-face)
22137         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
22138         (gnus-summary-normal-ancient-face)
22139         (gnus-summary-high-undownloaded-face)
22140         (gnus-summary-low-undownloaded-face)
22141         (gnus-summary-normal-undownloaded-face)
22142         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
22143         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
22144         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
22145         (gnus-splash-face):
22146         New backward-compatibility aliases for renamed faces.
22147         (gnus-group-startup-message): Use renamed gnus faces.
22148
22149         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
22150         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
22151         (gnus-server-agent): Remove "-face" suffix from face names.
22152         (gnus-server-agent-face, gnus-server-opened-face)
22153         (gnus-server-closed-face, gnus-server-denied-face)
22154         (gnus-server-offline-face):
22155         New backward-compatibility aliases for renamed faces.
22156         (gnus-server-agent-face, gnus-server-opened-face)
22157         (gnus-server-closed-face, gnus-server-denied-face)
22158         (gnus-server-offline-face): Use renamed gnus faces.
22159
22160         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
22161         Remove "-face" suffix from face names.
22162         (gnus-picon-xbm-face, gnus-picon-face):
22163         New backward-compatibility aliases for renamed faces.
22164
22165         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
22166         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
22167         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
22168         (gnus-cite-11): Remove "-face" suffix from face names.
22169         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
22170         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
22171         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
22172         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
22173         New backward-compatibility aliases for renamed faces.
22174         (gnus-cite-attribution-face, gnus-cite-face-list)
22175         (gnus-article-boring-faces): Use renamed gnus faces.
22176
22177         * gnus-art.el (gnus-signature, gnus-header-from)
22178         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
22179         (gnus-header-content): Remove "-face" suffix from face names.
22180         (gnus-signature-face, gnus-header-from-face)
22181         (gnus-header-subject-face, gnus-header-newsgroups-face)
22182         (gnus-header-name-face, gnus-header-content-face):
22183         New backward-compatibility aliases for renamed faces.
22184         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
22185
22186         * gnus-sum.el (gnus-summary-selected-face)
22187         (gnus-summary-highlight): Use renamed gnus faces.
22188         * gnus-group.el (gnus-group-highlight): Likewise.
22189
22190 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
22191
22192         * gnus-sieve.el (gnus-sieve-article-add-rule):
22193         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
22194         * spam-stat.el (spam-stat-buffer-change-to-spam)
22195         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
22196
22197         * message.el (message-is-yours-p):
22198         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
22199
22200 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22201
22202         * mm-view.el (mm-inline-text): Withdraw the last change.
22203
22204 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22205
22206         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
22207         executing enriched-decode.
22208
22209 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22210
22211         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
22212         charset of tar files.
22213
22214 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
22215
22216         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
22217
22218 2005-06-04  Lute Kamstra  <lute@gnu.org>
22219
22220         * nnfolder.el (nnfolder-read-folder): Make sure that undo
22221         information is never recorded.
22222
22223 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22224
22225         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
22226
22227 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22228
22229         * pop3.el (pop3-apop): Run md5 in the binary mode.
22230
22231         * starttls.el (starttls-set-process-query-on-exit-flag):
22232         Use eval-and-compile.
22233
22234 2005-05-31  Simon Josefsson  <jas@extundo.com>
22235
22236         * smime.el (smime-replace-in-string): Define.
22237         (smime-cert-by-ldap-1): Use it.
22238
22239 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22240
22241         * gnus-art.el (article-display-x-face): Replace
22242         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22243
22244         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
22245         set-process-query-on-exit-flag or process-kill-without-query.
22246
22247         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
22248         loop instead of replace-regexp.
22249
22250         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
22251         instead of process-kill-without-query if it is available.
22252
22253         * lpath.el: Fbind ldap-search-entries.
22254
22255         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
22256         instead of find-file-hooks if it is available.
22257
22258         * mml1991.el: Bind pgg-default-user-id when compiling.
22259
22260         * mml2015.el: Bind pgg-default-user-id when compiling.
22261
22262         * nndraft.el (nndraft-request-associate-buffer):
22263         Use write-contents-functions instead of write-contents-hooks if it is
22264         available.
22265
22266         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
22267         instead of find-file-hooks if it is available.
22268
22269         * nntp.el (nntp-open-connection): Replace
22270         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22271         (nntp-open-ssl-stream): Ditto.
22272         (nntp-open-tls-stream): Ditto.
22273
22274         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
22275         set-process-query-on-exit-flag or process-kill-without-query.
22276         (starttls-open-stream-gnutls): Use it instead of
22277         process-kill-without-query.
22278         (starttls-open-stream): Ditto.
22279
22280 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
22281
22282         * smime.el (smime-cert-by-ldap-1): Don't use
22283         replace-regexp-in-string.
22284
22285 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
22286
22287         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
22288
22289         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
22290         in PEM format.  Adjust to the XEmacs compatibility.
22291
22292 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
22293
22294         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
22295         by `string-to-number'.
22296         * gnus-agent.el (gnus-agent-regenerate-group)
22297         (gnus-agent-fetch-articles): Ditto.
22298         * gnus-art.el (gnus-button-fetch-group): Ditto.
22299         * gnus-cache.el (gnus-cache-generate-active)
22300         (gnus-cache-articles-in-group): Ditto.
22301         * gnus-group.el (gnus-group-set-current-level)
22302         (gnus-group-insert-group-line): Ditto.
22303         * gnus-score.el (gnus-score-set-expunge-below)
22304         (gnus-score-set-mark-below, gnus-summary-score-effect)
22305         (gnus-summary-score-entry): Ditto.
22306         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
22307         (gnus-soup-pack): Ditto.
22308         * gnus-spec.el (gnus-xmas-format): Ditto.
22309         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
22310         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
22311         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
22312         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
22313         * nndb.el (nndb-get-remote-expire-response): Ditto.
22314         * nndiary.el (nndiary-parse-schedule-value)
22315         (nndiary-string-to-number, nndiary-request-replace-article)
22316         (nndiary-request-article): Ditto.
22317         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
22318         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
22319         * nneething.el (nneething-make-head): Ditto.
22320         * nnfolder.el (nnfolder-request-article)
22321         (nnfolder-retrieve-headers): Ditto.
22322         * nnheader.el (nnheader-file-to-number): Ditto.
22323         * nnkiboze.el (nnkiboze-request-article): Ditto.
22324         * nnmail.el (nnmail-process-unix-mail-format)
22325         (nnmail-process-babyl-mail-format): Ditto.
22326         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
22327         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
22328         (nnmh-request-create-group, nnmh-request-list-1)
22329         (nnmh-request-group, nnmh-request-article): Ditto.
22330         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
22331         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
22332         * nnsoup.el (nnsoup-make-active): Ditto.
22333         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
22334         * nntp.el (nntp-find-group-and-number)
22335         (nntp-retrieve-headers-with-xover): Ditto.
22336         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
22337         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
22338         (pgg-format-key-identifier): Ditto.
22339         * pop3.el (pop3-last, pop3-stat): Ditto.
22340         * qp.el (quoted-printable-decode-region): Ditto.
22341
22342         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
22343         of concat.
22344
22345 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22346
22347         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
22348
22349         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
22350
22351         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
22352
22353         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
22354
22355         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
22356
22357         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
22358
22359         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
22360         (gnus-carpal-mode): Ditto.
22361
22362         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
22363         (gnus-browse-mode): Ditto.
22364
22365         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
22366
22367         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
22368
22369 2005-05-29  Richard M. Stallman  <rms@gnu.org>
22370
22371         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
22372
22373 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22374
22375         * gnus-util.el (gnus-run-mode-hooks): New function.
22376
22377         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
22378
22379         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
22380         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
22381
22382 2005-05-27  Lute Kamstra  <lute@gnu.org>
22383
22384         * dns-mode.el (dns-mode): Specify customization group.
22385
22386 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
22387
22388         * gnus-agent.el (gnus-agent-make-mode-line-string):
22389         Use mode-line-highlight as mouse-face.
22390
22391 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22392
22393         * canlock.el (canlock): Change the parent group to news.
22394
22395         * deuglify.el (gnus-outlook-deuglify): Add :group.
22396
22397         * dig.el (dig): Add :group.
22398
22399         * dns-mode.el (dns-mode): Add :group.
22400
22401         * encrypt.el (encrypt): Add :group.
22402
22403         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
22404         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
22405         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
22406         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
22407         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
22408
22409         * gnus-diary.el (gnus-diary): Add :group.
22410
22411         * gnus.el (gnus-group-news-1-face): Add :group.
22412         (gnus-group-news-1-empty-face): Ditto.
22413         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
22414         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
22415         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
22416         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
22417         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
22418         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
22419         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
22420         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
22421         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
22422         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
22423         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
22424         (gnus-summary-high-ticked-face): Ditto.
22425         (gnus-summary-low-ticked-face): Ditto.
22426         (gnus-summary-normal-ticked-face): Ditto.
22427         (gnus-summary-high-ancient-face): Ditto.
22428         (gnus-summary-low-ancient-face): Ditto.
22429         (gnus-summary-normal-ancient-face): Ditto.
22430         (gnus-summary-high-undownloaded-face): Ditto.
22431         (gnus-summary-low-undownloaded-face): Ditto.
22432         (gnus-summary-normal-undownloaded-face): Ditto.
22433         (gnus-summary-high-unread-face): Ditto.
22434         (gnus-summary-low-unread-face): Ditto.
22435         (gnus-summary-normal-unread-face): Ditto.
22436         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
22437         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
22438
22439         * hashcash.el (hashcash): New custom group.
22440         (hashcash-default-payment): Add :group.
22441         (hashcash-payment-alist): Ditto.
22442         (hashcash-default-accept-payment): Ditto.
22443         (hashcash-accept-resources): Ditto.
22444         (hashcash-path): Ditto.
22445         (hashcash-extra-generate-parameters): Ditto.
22446         (hashcash-double-spend-database): Ditto.
22447         (hashcash-in-news): Ditto.
22448
22449         * message.el (message-minibuffer-local-map): Add :group.
22450
22451         * netrc.el (netrc): Add :group.
22452
22453         * sieve-manage.el (sieve-manage-log): Add :group.
22454         (sieve-manage-default-user): Diito.
22455         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
22456         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
22457         (sieve-manage-authenticators): Ditto.
22458         (sieve-manage-authenticator-alist): Ditto.
22459         (sieve-manage-default-port): Ditto.
22460
22461         * sieve-mode.el (sieve-control-commands-face): Add :group.
22462         (sieve-action-commands-face): Ditto.
22463         (sieve-test-commands-face): Ditto.
22464         (sieve-tagged-arguments-face): Ditto.
22465
22466         * smime.el (smime): Add :group.
22467
22468         * spam-report.el (spam-report): Add :group.
22469
22470         * spam.el (spam, spam-face): Add :group.
22471
22472 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22473
22474         * nntp.el (nntp-next-result-arrived-p): Some news servers may
22475         return \n.\n.\n at the end of articles.  Protect against that.
22476         (nntp-with-open-group): Allow debugging.
22477
22478         * nnheader.el (mail-header-set-extra): Make into a function
22479         because I just could't understand how to quote the list properly.
22480
22481         * dns.el (query-dns-cached): New function.
22482
22483 2005-05-26  Lute Kamstra  <lute@gnu.org>
22484
22485         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
22486
22487 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22488
22489         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
22490
22491         * gnus-art.el: Don't autoload mail-extract-address-components.
22492
22493         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
22494         eval-and-compile to evaluate it.
22495
22496         * hashcash.el: Don't autoload executable-find.
22497
22498         * nndb.el: Don't declare the nndb back end two or more times; don't
22499         autoload news-reply-mode, news-setup, cancel-timer and telnet.
22500
22501         * nntp.el: Autoload format-spec instead of format; use
22502         eval-and-compile to evaluate autoload forms.
22503
22504 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
22505
22506         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
22507
22508 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22509
22510         * gnus.el (gnus-version-number): Bump version.
22511
22512 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22513
22514         * gnus.el: No Gnus v0.3 is released.
22515
22516 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22517
22518         * lpath.el (featurep): Bind show-nonbreak-escape.
22519
22520 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22521
22522         * gnus-art.el (gnus-article-edit-part): Disable undo.
22523
22524 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22525
22526         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
22527         gnus-article-date-lapsed-new-header is t if date timer is active;
22528         skip headers in which the original date value is empty.
22529         (gnus-article-save-original-date): Redefine it as a macro.
22530         (gnus-display-mime): Use it.
22531
22532 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22533
22534         * gnus-art.el (article-date-ut): Support converting date in
22535         forwarded parts as well.
22536         (gnus-article-save-original-date): New function.
22537         (gnus-display-mime): Use it.
22538
22539 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
22540
22541         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
22542         enclosure element of <item>.
22543
22544 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
22545
22546         * message.el (message-kill-buffer-query): Rename from
22547         `message-kill-buffer-query-if-modified'.  Add :version.
22548
22549 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22550
22551         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
22552         window layout.
22553
22554 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22555
22556         * mml.el: Autoload dnd when compiling.
22557
22558 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
22559
22560         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
22561         x-dnd-*.
22562
22563 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22564
22565         * qp.el (quoted-printable-encode-region): Save excursion.
22566
22567 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
22568
22569         * message.el (message-kill-buffer-query-if-modified): Add new variable
22570         so the user can kill a modified message buffer quickly.
22571         (message-kill-buffer): Use it.
22572
22573 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22574
22575         * lpath.el: Fbind display-time-event-handler; don't fbind
22576         string-to-multibyte.
22577
22578         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
22579
22580 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22581
22582         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
22583         contained in text because xml.el decodes entities) with LFs.
22584
22585 2005-04-11  Lute Kamstra  <lute@gnu.org>
22586
22587         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
22588         differently.
22589
22590 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22591
22592         * mm-util.el (mm-detect-coding-region): Typo.
22593
22594 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22595
22596         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
22597
22598 2005-04-06  Deepak Goel  <deego@gnufans.org>
22599
22600         * spam-stat.el (spam-stat-score-buffer): Add a call to a
22601         user-function allow user modifications of the scores.
22602         (spam-stat-score-buffer-user): New function, to allow
22603         user-computed modifications to the score.
22604         (spam-stat-score-buffer-user-functions): List of additional
22605         scoring functions.
22606         (spam-stat-error-holder): Global temporary error holder.
22607         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
22608         variable.
22609
22610 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
22611
22612         * gnus-registry.el (gnus-registry-clean-empty-function)
22613         (gnus-registry-trim, gnus-registry-fetch-groups)
22614         (gnus-registry-delete-group): Groups that match
22615         `gnus-registry-ignored-groups' are removed from the registry
22616         entries, not just ignored for splitting.  This helps clean up the
22617         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
22618         to get all the groups a message ID is in.
22619
22620         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
22621         (spam-stat-split-fancy): Change "threshhold" to "threshold".
22622         (spam-stat-score-buffer-user-functions): Add :number custom type.
22623
22624 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22625
22626         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
22627         argument in XEmacs.
22628
22629         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
22630         (nnrss-request-group): Decode group name first.
22631         (nnrss-request-article): Make a text/plain article if mml-to-mime
22632         failed.
22633         (nnrss-get-encoding): Return a compatible encoding according to
22634         nnrss-compatible-encoding-alist.
22635         (nnrss-find-el): Use consp instead of listp.
22636         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
22637
22638 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22639
22640         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
22641         which Emacs 20 doesn't support.
22642         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
22643
22644 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
22645
22646         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
22647         silence the byte compiler inside the defun.
22648
22649         * gnus-demon.el (parse-time-string): Add autoload.
22650
22651         * gnus-delay.el (parse-time-string): Add autoload.
22652
22653         * gnus-art.el (parse-time-string): Add autoload.
22654
22655         * nnultimate.el (parse-time): Require for `parse-time-string'.
22656
22657 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
22658
22659         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
22660
22661         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
22662
22663         * smime.el (smime-ldap-host-list): Add :version.
22664
22665 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
22666
22667         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
22668         pass it to `gnus-browse-read-group'.
22669         (gnus-browse-read-group): Add NUMBER argument and pass it to
22670         `gnus-group-read-ephemeral-group'.
22671
22672         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
22673         argument and pass it to `gnus-group-read-group'.
22674
22675 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
22676
22677         * mm-util.el (mm-xemacs-find-mime-charset): Only call
22678         mm-xemacs-find-mime-charset-1 if we have the mule feature
22679         available at runtime.
22680
22681 2005-03-25  Werner Lemberg  <wl@gnu.org>
22682
22683         * nnmaildir.el: Replace `illegal' with `invalid'.
22684
22685 2005-03-23  Lute Kamstra  <lute@gnu.org>
22686
22687         * time-date.el: Add comment on time value formats.
22688         Don't require parse-time.
22689         (with-decoded-time-value): New macro.
22690         (encode-time-value): New function.
22691         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22692         (days-to-time): Return a valid time value when arg is huge.
22693         (time-since): Use time-subtract.
22694         (time-to-number-of-days): Use time-to-seconds.
22695
22696 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22697
22698         * gnus-start.el (gnus-display-time-event-handler):
22699         Check display-time-timer at runtime rather than only at load time
22700         in case display-time-mode is turned off in the mean time.
22701
22702 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
22703
22704         * nnimap.el (nnimap-open-connection): Print which authinfo file is
22705         used.
22706
22707         * nneething.el (nneething-map-file-directory): Derive from
22708         `gnus-directory'.
22709
22710         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
22711         the To/Cc button.
22712
22713 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
22714
22715         * nnmaildir.el (nnmaildir-request-accept-article):
22716         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
22717
22718 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22719
22720         * gnus-async.el: Require timer-funcs at compile time when in
22721         XEmacs for `run-with-idle-timer'.
22722
22723 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22724
22725         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
22726         autoloaded function.
22727
22728 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22729
22730         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
22731
22732 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
22733
22734         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
22735
22736 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22737
22738         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
22739         Add gnus-expert-user to default.
22740
22741 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
22742
22743         * nnimap.el (nnimap-open-server): Ditto.
22744
22745         * imap.el (imap-authenticate): Fix typo.
22746
22747 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
22748
22749         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
22750         buffer (since IMAP server might return FETCH response out of
22751         order, and the nntp buffer must be sorted).
22752
22753 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
22754
22755         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
22756         comparison on string.
22757
22758         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
22759         (gnus-agent-score): Rename category keywords to match gnus-cus.
22760         (gnus-agent-summary-fetch-series): Modify to protect against
22761         gnus-agent-summary-fetch-group clearing processable flags.
22762         (gnus-agent-synchronize-group-flags): Update live group buffer as
22763         synchronization may occur due to the user toggle the plugged
22764         status.
22765         (gnus-agent-fetch-group-1): Clear downloadable flag when article
22766         successfully downloaded.
22767         (gnus-agent-expire-group-1): Avoid using markers when the overview
22768         is in ascending order; greatly improves performance.
22769         (gnus-agent-regenerate-group):
22770         Use gnus-agent-synchronize-group-flags to reset read status in both
22771         gnus and server.
22772         (gnus-agent-update-files-total-fetched-for): Fix initial size.
22773
22774 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
22775
22776         * message.el: Don't autoload former message-utils variables.
22777         (message-strip-subject-trailing-was): Change doc string.
22778
22779         * nnweb.el: Fixes for `gnus-group-make-web-group'.
22780         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
22781         (nnweb-google-search): Add "hl=en" here.
22782         (nnweb-google-parse-1, nnweb-google-create-mapping):
22783         Don't hardcode URL.
22784
22785 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
22786
22787         * message.el (message-get-reply-headers, message-followup):
22788         Mention related variables `message-use-followup-to' and
22789         `message-use-mail-followup-to', in the information buffer.
22790
22791         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
22792         of broken groups(-beta).google.com.
22793
22794 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
22795
22796         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
22797         parameter to invoked gnus-request-move-article; remove the
22798         redundant gnus-sum-hint-move-is-internal variable; apply the marks
22799         all at once instead of once per article.
22800         (gnus-summary-remove-process-mark): Accept a list of articles as
22801         well as a single article for processing.
22802
22803         * gnus-int.el (gnus-request-move-article): Add move-is-internal
22804         parameter.
22805
22806         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
22807
22808         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
22809
22810         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
22811         parameter.
22812
22813         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
22814         parameter.
22815
22816         * nnimap.el (nnimap-request-move-article): Add move-is-internal
22817         parameter and remove the gnus-sum-hint-move-is-internal variable.
22818
22819         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
22820         parameter.
22821
22822         * nndraft.el (nndraft-request-move-article): Add move-is-internal
22823         parameter.
22824
22825         * nndiary.el (nndiary-request-move-article): Add move-is-internal
22826         parameter.
22827
22828         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
22829
22830         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
22831         parameter.
22832
22833         * nnagent.el (nnagent-request-move-article): Add move-is-internal
22834         parameter.
22835
22836 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22837
22838         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
22839         a more conservative way.
22840
22841 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22842
22843         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
22844         buffer, so it moves the window's cursor.
22845
22846 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
22847
22848         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
22849         `mm-dissect-multipart' and receive the from field as an (optional)
22850         argument from `mm-dissect-multipart'.
22851         (mm-dissect-multipart): Receive the from field as an argument and
22852         pass it on when we call `mm-dissect-buffer' on MIME parts.
22853         Fixes verification/decryption of signed/encrypted MIME parts.
22854
22855 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
22856
22857         * gnus-sum.el (gnus-summary-move-article):
22858         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
22859         whatever it calls (right now, only nnimap-request-move article
22860         respects it).
22861
22862         * nnimap.el (nnimap-request-move-article):
22863         When gnus-sum-hint-move-is-internal is set, don't do the extra
22864         nnimap-request-article.
22865
22866 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
22867
22868         * nnheader.el (nnheader-find-file-noselect): Add doc string.
22869
22870         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
22871         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
22872
22873         * gnus-sum.el (gnus-summary-caesar-message):
22874         Apply `gnus-treat-article' after rotation.
22875
22876         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
22877         doc string.
22878
22879 2005-02-22  Simon Josefsson  <jas@extundo.com>
22880
22881         * encrypt.el (encrypt-password-cache-expiry): Remove (use
22882         `password-cache-expiry' instead).  Reported by Arne Jørgensen
22883         <arne@arnested.dk>.
22884         (encrypt): Add password-cache and password-cache-expiry as group
22885         members.
22886
22887 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
22888
22889         * smime.el (smime-ldap-host-list): Doc fix.
22890         (smime-ask-passphrase): Use `password-read-and-add' to read (and
22891         cache) password.
22892         (smime-sign-region): Use it.
22893         (smime-decrypt-region): Use it.
22894         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
22895         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
22896         fails.
22897         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
22898         certificate from DER to PEM format rather than calling openssl.
22899
22900         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
22901
22902         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
22903         for signing/encryption.
22904
22905         * mml.el (mml-parse-1): Use them.
22906
22907 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
22908
22909         * nnrss.el (nnrss-verbose): Remove.
22910         (nnrss-request-group): Use `nnheader-message' instead.
22911
22912 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
22913
22914         * nnrss.el (nnrss-verbose): New variable.
22915         (nnrss-request-group): Make it say nnrss is requesting a group.
22916
22917 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
22918
22919         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
22920         Handle news URL with given port correctly.
22921
22922 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22923
22924         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
22925         containing special characters.
22926
22927         * gnus-sum.el (gnus-summary-edit-article): Ditto.
22928
22929         * mml.el (mime-to-mml): Ditto.
22930
22931         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
22932         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
22933         (rfc2047-decode-region): Quote decoded words containing special
22934         characters when rfc2047-quote-decoded-words-containing-tspecials
22935         is non-nil.
22936
22937 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
22938
22939         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
22940
22941         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
22942
22943 2005-02-15  Simon Josefsson  <jas@extundo.com>
22944
22945         * nnimap.el (nnimap-debug): Doc fix.
22946
22947         * imap.el (imap-debug): Doc fix.
22948
22949 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22950
22951         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
22952
22953 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
22954
22955         * gnus.el (spam-contents): Improve docs for spam-contents
22956         parameter in its variable incarnation.
22957
22958 2005-02-14  Simon Josefsson  <jas@extundo.com>
22959
22960         * smime-ldap.el: Use require instead of load-library for ldap.
22961         (smime-ldap-search): Indent.
22962         (smime-ldap-search-internal): Shorten line.
22963
22964         * smime.el (smime-cert-by-dns): Add doc-string.
22965         (smime-cert-by-ldap-1): Indent.
22966
22967         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
22968         mml-smime-get-dns-ldap.
22969         (mml-smime-encrypt-query): Use new function.  Default to ldap.
22970
22971 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
22972
22973         * smime.el: Require smime-ldap.
22974         (smime-ldap-host-list): New variable.
22975         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
22976
22977         * mml-smime.el (mml-smime-encrypt-query): New function.
22978         (mml-smime-encrypt-query): Use it.
22979
22980         * smime-ldap.el: New file.
22981
22982 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22983
22984         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
22985
22986 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
22987
22988         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
22989         argument in doc string.  Make query for type more clear.
22990
22991 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
22992
22993         * gnus.el (gnus-group-startup-message): Search for gnus images in
22994         etc/images/gnus.
22995         * mm-util.el (mm-image-load-path): Likewise.
22996         * smiley.el (smiley-data-directory): Search for smilies in
22997         etc/images/smilies.
22998
22999 2005-02-09  Kim F. Storm  <storm@cua.dk>
23000
23001         Change Emacs release version from 21.4 to 22.1 throughout.
23002         Change Emacs development version from 21.3.50 to 22.0.50.
23003
23004 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23005
23006         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
23007
23008         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
23009         non-Mule XEmacs as well.
23010         (mm-decompress-buffer): Signal an error intentionally if it does
23011         not decompress compressed data because auto-compression-mode is
23012         disabled.
23013
23014 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
23015
23016         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
23017         an ID in the registry even if it has no groups.
23018
23019 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23020
23021         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
23022         merge it into mm-decompress-buffer.
23023         (gnus-mime-copy-part): Use the MIME part charset, the value which
23024         a user specified or gnus-newsgroup-charset for decoding, like
23025         gnus-mime-inline-part does; set buffer-file-coding-system to tell
23026         save-buffer what was used.  Suggested by Kevin Ryde
23027         <user42@zip.com.au>.
23028         (gnus-mime-inline-part): Allow the name parameter as well as the
23029         filename parameter; force decompressing of compressed data; always
23030         display contents being not decoded as unibyte.
23031
23032         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
23033         as well as the filename parameter.
23034
23035         * mm-util.el (mm-decompress-buffer):
23036         Merge gnus-mime-jka-compr-maybe-uncompress.
23037         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
23038         of compressed data.
23039
23040 2005-02-08  Simon Josefsson  <jas@extundo.com>
23041
23042         * imap.el (imap-log): Doc fix.
23043
23044 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23045
23046         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
23047         the coding cookies; decompress compressed parts.
23048
23049         * mml.el (mml-generate-mime-1): Add the charset parameter according
23050         to the value which a user specified manually or the coding cookie.
23051
23052         * mm-util.el (mm-string-to-multibyte): New function.
23053         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
23054         (mm-coding-system-to-mime-charset): New function.
23055         (mm-decompress-buffer): New function.
23056         (mm-find-buffer-file-coding-system): New function.
23057
23058         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
23059         (mm-display-inline-fontify): Rewrite for decoding and decompressing
23060         parts.
23061
23062 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23063
23064         * mm-view.el (mm-display-inline-fontify): Decode a part according
23065         to the charset parameter.
23066
23067 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23068
23069         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
23070         prefix arg is neither nil nor a number, as info specifies.
23071
23072 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23073
23074         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
23075         timestamps.
23076
23077 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
23078
23079         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
23080         groups error checking and notify user.
23081
23082 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
23083
23084         * message.el (message-send-mail-function): Check existence of
23085         sendmail-program first before using default value
23086         `message-send-mail-with-sendmail'.  Otherwise use more generic
23087         `smtpmail-send-it'.
23088
23089 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23090
23091         * nntp.el (nntp-request-update-info): Always return nil.
23092
23093 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23094
23095         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
23096
23097 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23098
23099         * message.el (message-beginning-of-line): Change the behavior when
23100         invoked between BOL and : so that it first moves backward.
23101
23102 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23103
23104         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
23105         article buffer when editing of the article is discarded.
23106         (gnus-article-prepare): Revert.
23107
23108 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23109
23110         * gnus-art.el (gnus-article-prepare):
23111         Remove message-strip-forbidden-properties from the local hook.
23112
23113 2005-01-27  Simon Josefsson  <jas@extundo.com>
23114
23115         * password.el (password-cache-add): Only start one timer per key.
23116         Reported by Derek Atkins <warlord@MIT.EDU>.
23117
23118 2005-01-26  Steve Youngs  <steve@sxemacs.org>
23119
23120         * run-at-time.el: Remove.  It is no longer needed as
23121         timer-funcs.el in the xemacs-base package has a working version of
23122         `run-at-time'.
23123
23124         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
23125
23126         * password.el: Require timer-funcs instead of run-at-time in
23127         XEmacs.
23128         Remove `password-run-at-time' macro.
23129         (password-cache-add): Use `run-at-time' instead of
23130         `password-run-at-time'.
23131
23132         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
23133         Remove `nnheader-cancel-function-timers' alias,
23134         `cancel-function-timers' exists in XEmacs in timer-funcs.
23135
23136         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
23137         for `run-with-idle-timer'.
23138
23139         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
23140         for `run-at-time'.
23141
23142         * mm-url.el: Require timer-funcs at compile time when in XEmacs
23143         for `with-timeout'.
23144
23145         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
23146         the same as for XEmacs 21.4.
23147         No need to ignore `run-with-idle-timer', this function exists in
23148         XEmacs now in timer-funcs.el in the xemacs-base package.
23149         (dgnushack-compile): No need to delete
23150         run-at-time.el from the list of files to compile because it
23151         doesn't exist anymore.
23152
23153 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23154
23155         * mml.el (mml-generate-mime-1): Convert string into unibyte when
23156         inserting " *mml*" buffer's contents into a unibyte temp buffer.
23157
23158 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
23159
23160         * mail-source.el (mail-source-fetch-imap): Search for ^From case
23161         sensitively.
23162
23163 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
23164
23165         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
23166
23167 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23168
23169         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
23170         which will be inserted according to the multibyteness of a buffer
23171         rather than the type of contents.  Suggested by ARISAWA Akihiro
23172         <ari@mbf.ocn.ne.jp>.
23173
23174         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
23175         of string which old xml.el may return rather than a string.
23176
23177 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23178
23179         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
23180
23181 2005-01-16  Simon Josefsson  <jas@extundo.com>
23182
23183         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
23184         idn/idna.el isn't available.
23185         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
23186         <michael@waxrat.com>.
23187
23188         * hashcash.el: Remove non-FSF copyright header.
23189
23190         * hashcash.el (hashcash-extra-generate-parameters): New variable.
23191         (hashcash-generate-payment): Use it.
23192         (hashcash-generate-payment-async): Use it.
23193
23194 2005-01-15  Simon Josefsson  <jas@extundo.com>
23195
23196         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
23197         Suggested by Raymond Scholz <ray-2005@zonix.de>.
23198
23199         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
23200         gnus-summary-idna-message.
23201         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
23202         (gnus-summary-idna-message): New function.
23203
23204 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
23205
23206         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
23207         gnus-novice-user.
23208
23209 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23210
23211         * nnrss.el (nnrss-request-delete-group): Delete entries in
23212         nnrss-group-alist as well.
23213         (nnrss-save-server-data): Insert newline.
23214
23215 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
23216
23217         * gnus.el (gnus-user-agent): Use list of symbols instead of
23218         symbols.  Display full version number for (S)XEmacs.
23219         Optionally display (S)XEmacs codename.
23220
23221         * gnus-util.el (gnus-emacs-version): Update for new
23222         `gnus-user-agent'.
23223
23224         * gnus-msg.el (gnus-extended-version): Make it possible to omit
23225         Gnus version.
23226
23227 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23228
23229         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
23230         which is unreadable in some setups.
23231
23232 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23233
23234         * gnus-spec.el (gnus-update-format-specifications): Flush the
23235         group format spec cache if it doesn't support decoded group names.
23236
23237 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
23238
23239         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
23240         Allow to apply decay on score files matching a regexp.
23241
23242 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23243
23244         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
23245         compatibility in %g and %c.
23246
23247 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23248
23249         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
23250         name for only %g and %c.
23251         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
23252         of gnus-tmp-group to decoded group name.
23253         (gnus-group-make-rss-group): Exclude `/'s from group names.
23254
23255 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23256
23257         * nnrss.el (nnrss-get-encoding): Fix regexp.
23258
23259 2004-12-27  Simon Josefsson  <jas@extundo.com>
23260
23261         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
23262         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
23263         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
23264
23265 2004-12-17  Kim F. Storm  <storm@cua.dk>
23266
23267         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
23268
23269         * gnus-sum.el (gnus-summary-mode-map): Likewise.
23270
23271 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23272
23273         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
23274
23275 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23276
23277         * nnrss.el: Require rfc2047 and mml.
23278         (nnrss-file-coding-system): New variable.
23279         (nnrss-format-string): Redefine it as an inline function.
23280         (nnrss-decode-group-name): New function.
23281         (nnrss-string-as-multibyte): Remove.
23282         (nnrss-retrieve-headers): Decode group name; don't use
23283         nnrss-format-string.
23284         (nnrss-request-group): Decode group name.
23285         (nnrss-request-article): Decode group name; allow a Message-ID as
23286         well as an article number; don't use nnrss-format-string; encode a
23287         Message-ID string which may contain non-ASCII characters; use
23288         mml-to-mime to compose a MIME article.
23289         (nnrss-request-expire-articles): Decode group name.
23290         (nnrss-request-delete-group): Decode group name.
23291         (nnrss-fetch): Clarify error message.
23292         (nnrss-read-server-data): Use insert-file-contents instead of load;
23293         bind file-name-coding-system; use multibyte buffer.
23294         (nnrss-save-server-data): Bind coding-system-for-write to the
23295         value of nnrss-file-coding-system; bind file-name-coding-system;
23296         add coding cookie.
23297         (nnrss-read-group-data): Use insert-file-contents instead of load;
23298         bind file-name-coding-system; use multibyte buffer.
23299         (nnrss-save-group-data): Bind coding-system-for-write to the
23300         value of nnrss-file-coding-system; bind file-name-coding-system.
23301         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
23302         make it work with non-ASCII text.
23303         (nnrss-find-el): Make it work with old xml.el as well.
23304
23305 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23306
23307         * nnrss.el (nnrss-get-encoding): New function.
23308         (nnrss-fetch): Use unibyte buffer initially; bind
23309         coding-system-for-read while performing mm-url-insert; remove ^Ms;
23310         decode contents according to the encoding attribute.
23311         (nnrss-save-group-data): Add coding cookie.
23312         (nnrss-mime-encode-string): New function.
23313         (nnrss-check-group): Use it to encode subject and author.
23314
23315 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
23316
23317         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
23318         imaginary variable.
23319
23320 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23321
23322         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
23323         correctly even if there are wide characters.
23324
23325 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
23326
23327         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
23328         downcased symbol names; make a new cache instead of reusing
23329         bbdb-hashtable.
23330
23331 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23332
23333         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
23334         concatenating segments rather than before concatenating them.
23335         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23336
23337         * message.el (message-get-reply-headers): Bind `extra'.
23338
23339 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23340
23341         * message.el (message-extra-wide-headers): New variable.
23342         (message-get-reply-headers): Use it.
23343
23344 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23345
23346         * gnus-agent.el (gnus-agent-group-path): Decode group name.
23347         (gnus-agent-group-pathname): Ditto.
23348
23349         * gnus-cache.el (gnus-cache-file-name): Decode group name.
23350
23351         * gnus-group.el (gnus-group-make-group): Decode group name.
23352         (gnus-group-make-rss-group): Register the group data after opening
23353         the nnrss group.
23354
23355 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
23356
23357         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
23358         by expiry now get marked as read.
23359
23360 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23361
23362         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
23363
23364 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
23365
23366         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
23367         unify Latin characters in XEmacs.
23368         (mm-find-mime-charset-region): Use it.
23369
23370 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23371
23372         * gnus-util.el (gnus-delete-directory): New function.
23373
23374         * gnus-agent.el (gnus-agent-delete-group): Use it.
23375
23376         * gnus-cache.el (gnus-cache-delete-group): Use it.
23377
23378 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23379
23380         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
23381         names.
23382
23383 2004-12-16  Simon Josefsson  <jas@extundo.com>
23384
23385         * hashcash.el (hashcash-payment-alist): Fix custom :type.
23386
23387 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23388
23389         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
23390
23391         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
23392         (gnus-group-set-current-level): Decode group name.
23393
23394 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
23395
23396         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
23397         failed.
23398
23399 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23400
23401         * gnus-group.el (gnus-group-delete-group): Decode group name.
23402         (gnus-group-make-rss-group): Encode group name.
23403         (gnus-group-catchup-current): Decode group name.
23404         (gnus-group-kill-group): Decode group name.
23405
23406 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23407
23408         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
23409
23410 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23411
23412         * gnus-group.el (gnus-group-make-rss-group):
23413         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
23414
23415         * gnus-start.el (gnus-setup-news): Honor user's setting to
23416         gnus-message-archive-method.  Suggested by Lute Kamstra
23417         <lute@gnu.org>.
23418
23419 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
23420
23421         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
23422         global counterparts of the buffer-local variables.
23423
23424 2004-11-16  Romain Francoise  <romain@orebokech.com>
23425
23426         * gnus-sum.el (gnus-summary-exit): Don't clear the global
23427         counterparts of the buffer-local variables.
23428
23429 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23430
23431         * message.el (message-forbidden-properties): Fix typo in doc
23432         string.
23433
23434 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23435
23436         * gnus-util.el (gnus-replace-in-string): Add doc string.
23437
23438         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
23439         to avoid problems when splitting mails with many recipients.
23440
23441 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23442
23443         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
23444         pop-to-buffer, covered by the subsequent gnus-configure-windows.
23445
23446 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
23447
23448         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
23449         if there is no hashtable in memory or file modification time is
23450         newer than cached timestamp.
23451
23452 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
23453
23454         * gnus-sum.el (gnus-summary-limit-to-recipient):
23455         Implement not-matching option.
23456
23457 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
23458
23459         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
23460         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
23461         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
23462         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
23463         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
23464         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
23465
23466 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23467
23468         * message.el (message-forward-make-body-mml): Remove headers
23469         according to message-forward-ignored-headers if a message is decoded.
23470
23471 2004-12-02  Romain Francoise  <romain@orebokech.com>
23472
23473         * message.el (message-forward-make-body-plain): Always remove
23474         headers according to message-forward-ignored-headers.
23475
23476 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
23477
23478         * spam.el (spam-summary-prepare-exit): Remove the
23479         gnus-summary-limit pop for now, it has problems with ham marks for
23480         me.
23481
23482 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
23483
23484         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
23485         correctly.
23486
23487 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
23488
23489         * format-spec.el (format-spec): Message the char.
23490
23491 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
23492
23493         * gnus-art.el (gnus-split-methods): Reformat comments.
23494
23495         * spam.el (spam-summary-prepare-exit): Remove article limits
23496         before exiting the summary buffer.
23497
23498 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23499
23500         * lpath.el: Remove bbdb-create-internal, bbdb-records,
23501         spam-BBDB-register-routine and spam-enter-ham-BBDB.
23502
23503         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
23504         order to silence the byte compiler.
23505
23506         * spam.el: Fix the way to silence the byte compiler, which
23507         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
23508         bbdb-search-simple, spam-BBDB-register-routine,
23509         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
23510         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
23511         spam-stat-buffer-is-spam, spam-stat-load,
23512         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
23513         spam-stat-save and spam-stat-split-fancy.
23514
23515 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23516
23517         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
23518         which may confuse users.
23519         (canlock-password-for-verify): Ditto.
23520
23521         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
23522
23523         * gnus-art.el (gnus-emphasis-alist): Ditto.
23524
23525         * gnus-registry.el (gnus-registry-max-entries): Ditto.
23526
23527         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
23528
23529         * gnus-start.el (gnus-save-killed-list): Ditto.
23530
23531         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
23532         (gnus-sum-thread-tree-root): Ditto.
23533         (gnus-sum-thread-tree-false-root): Ditto.
23534         (gnus-sum-thread-tree-single-indent): Ditto.
23535
23536         * message.el (message-courtesy-message): Ditto.
23537         (message-archive-note): Ditto.
23538         (message-subscribed-address-file): Ditto.
23539         (message-user-fqdn): Ditto.
23540
23541         * spam-report.el (spam-report-gmane-regex): Ditto.
23542
23543         * spam.el (spam-blackhole-good-server-regex): Ditto.
23544
23545 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23546
23547         * mml.el (mml-preview): Widen the message buffer before copying
23548         the contents to the preview buffer; sort headers before previewing.
23549
23550         * message.el (message-hidden-headers): Fix the way to avoid a bug
23551         in the `repeat' widget in Emacs 21.3 or earlier.
23552
23553 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23554
23555         * message.el (message-hidden-headers): Default to "^References:".
23556         Improve customization type.  Suggested by Reiner Steib
23557         <Reiner.Steib@gmx.de>.
23558
23559 2004-11-25  Romain Francoise  <romain@orebokech.com>
23560
23561         * message.el (message-strip-forbidden-properties): Remove check for
23562         obsolete `message-hidden' text property, hidden headers are not
23563         accessible in the buffer anymore.
23564
23565 2004-11-22  Romain Francoise  <romain@orebokech.com>
23566
23567         * message.el (message-header-format-alist): Add `From' in list
23568         so that it can be sorted.
23569         (message-fix-before-sending): Widen and sort headers before
23570         sending.
23571         (message-hide-headers): Use narrowing to hide headers by moving
23572         them to the top of the buffer and narrowing to the region
23573         underneath.
23574
23575 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23576
23577         * message.el (message-strip-forbidden-properties):
23578         Bind buffer-read-only (etc) to nil.
23579
23580 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23581
23582         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
23583         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23584
23585 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
23586
23587         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
23588
23589 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23590
23591         * dns.el (query-dns): Use sit-for to time instead of
23592         accept-process-output, since that doesn't seem to work on udp
23593         sockets.
23594
23595 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23596
23597         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
23598
23599 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
23600
23601         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
23602         doc string.  Improve doc string.
23603
23604 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23605
23606         * nntp.el (nntp-request-update-info): Return nil if
23607         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
23608         may not call gnus-activate-group which uselessly issues the GROUP
23609         commands for all nntp groups and wastes time.  Reported by Romain
23610         Francoise <romain@orebokech.com>.
23611
23612         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
23613
23614 2004-11-15  Simon Josefsson  <jas@extundo.com>
23615
23616         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
23617         headers separately.
23618         (gnus-button-openpgp): New function, inspired by Jochen Küpper
23619         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
23620
23621 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
23622
23623         * gnus-start.el (gnus-convert-old-newsrc):
23624         Assign legacy-gnus-agent to 5.10.7.
23625
23626 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23627
23628         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
23629         start of the lines.
23630
23631 2004-11-14  Magnus Henoch  <mange@freemail.hu>
23632
23633         * hashcash.el (hashcash-default-payment): Change default to 20.
23634         (hashcash-default-accept-payment): Change default to 20.
23635         (hashcash-process-alist): New variable.
23636         (hashcash-generate-payment-async): Add.
23637         (hashcash-already-paid-p): Add.
23638         (hashcash-insert-payment): Don't generate payments twice.
23639         (hashcash-insert-payment-async): Add.
23640         (hashcash-insert-payment-async-2): Add.
23641         (hashcash-cancel-async): Add.
23642         (hashcash-wait-async): Add.
23643         (hashcash-processes-running-p): Add.
23644         (hashcash-wait-or-cancel): Add.
23645         (mail-add-payment): New optional argument.  Conditionally start
23646         asynchronous calculation.
23647         (mail-add-payment-async): Add.
23648
23649         * message.el (message-send-mail): Wait for asynchronous hashcash
23650         results.  Don't clobber existing X-Hashcash headers.
23651         (message-setup-1): Call mail-add-payment-async when
23652         message-generate-hashcash is non-nil.
23653
23654 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
23655
23656         * message.el (message-use-alternative-email-as-from): Examine the
23657         From header as well; use message-make-from in order to include a
23658         user's full name.
23659
23660 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23661
23662         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
23663         default; improve customization type.
23664         (gnus-emphasis-custom-with-format): New macro.
23665         (gnus-emphasis-custom-value-to-external): New function.
23666         (gnus-emphasis-custom-value-to-internal): New function.
23667
23668 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23669
23670         * dns.el (query-dns): Resolve reverse addresses.
23671
23672 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23673
23674         * gnus-group.el (gnus-group-get-new-news): Use it.
23675
23676         * gnus-start.el (gnus-check-reasonable-setup): New function.
23677
23678 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23679
23680         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
23681         "Args out of range" error.  Reported by Arnaud Giersch
23682         <arnaud.giersch@free.fr>.
23683
23684 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23685
23686         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
23687
23688 2004-11-04  Richard M. Stallman  <rms@gnu.org>
23689
23690         * spam.el (spam group): Add :version.
23691
23692         * pgg-def.el (pgg group): Add :version.
23693
23694 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23695
23696         * gnus-art.el (gnus-article-edit-article): Don't associate the
23697         article buffer with a draft file.  This is a temporary measure
23698         against the 2004-08-22 change to gnus-article-edit-mode.
23699
23700 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23701
23702         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
23703         (html2text-format-tags): Remove unused variable `attr'.
23704
23705 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
23706
23707         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
23708
23709         * tls.el (tls-process-connection-type, tls-success)
23710         (tls-certtool-program): Add :version.
23711
23712         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
23713         (starttls-extra-arguments, starttls-process-connection-type)
23714         (starttls-connect, starttls-failure, starttls-success): Add :version.
23715
23716         * spam-stat.el (spam-stat): Add :version.
23717
23718         * sieve.el (sieve): Add :version.
23719
23720         * sha1.el (sha1): Add :version.
23721         (sha1-use-external): Remove redundant version.
23722
23723         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
23724         (nnmail-cache-ignore-groups, nnmail-spool-hook)
23725         (nnmail-split-fancy-match-partial-words)
23726         (nnmail-split-lowercase-expanded): Add :version.
23727
23728         * nndiary.el (nndiary): Add :version.
23729
23730         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
23731
23732         * mml-sec.el (mml-default-sign-method)
23733         (mml-default-encrypt-method, mml-signencrypt-style-alist):
23734         Add :version.
23735
23736         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
23737
23738         * mm-url.el (mm-url-use-external, mm-url-program)
23739         (mm-url-arguments): Add :version.
23740
23741         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
23742         (mm-attachment-file-modes, mm-decrypt-option)
23743         (mm-w3m-safe-url-regexp): Add :version.
23744
23745         * message.el (message-cite-prefix-regexp)
23746         (message-sendmail-envelope-from, message-minibuffer-local-map)
23747         (message-user-fqdn, message-completion-alist): Add :version.
23748
23749         * gnus-win.el (gnus-configure-windows-hook)
23750         (gnus-use-frames-on-any-display): Add :version.
23751
23752         * gnus-art.el (gnus-article-address-banner-alist)
23753         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
23754         (gnus-treat-from-picon, gnus-treat-mail-picon)
23755         (gnus-treat-x-pgp-sig): Add :version.
23756
23757         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
23758         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
23759         (gnus-summary-article-delete-hook)
23760         (gnus-summary-display-while-building): Add :version.
23761
23762         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
23763         (gnus-get-top-new-news-hook): Add :version.
23764
23765         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
23766         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
23767
23768         * gnus-registry.el (gnus-registry): Add :version.
23769
23770         * gnus-spec.el (gnus-use-correct-string-widths)
23771         (gnus-make-format-preserve-properties): Add :version.
23772
23773         * gnus.el (gnus-group-charter-alist)
23774         (gnus-group-fetch-control-use-browse-url)
23775         (gnus-install-group-spam-parameters): Add :version.
23776
23777         * gnus-diary.el (gnus-diary): Add :version.
23778
23779         * gnus-delay.el (gnus-delay): Add :version.
23780
23781         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
23782         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
23783         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
23784         Add :version.
23785
23786         * gnus-agent.el (gnus-agent-max-fetch-size)
23787         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
23788         (gnus-agent-prompt-send-queue): Add :version.
23789
23790         * deuglify.el (gnus-outlook-deuglify): Add :version.
23791
23792         * html2text.el: Beautify code.  Improve doc strings.
23793         Some checkdoc cleanup.
23794         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
23795
23796 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
23797
23798         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
23799
23800 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
23801
23802         * gnus-registry.el (gnus-registry-hashtb): Create the registry
23803         when package is loaded.
23804
23805         * spam.el (spam-summary-score-preferred-header): Add global preference
23806         for people who want to override the default SpamAssassin over
23807         Bogofilter preference (when both are set).
23808         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
23809         (spam-user-format-function-S):
23810         Check spam-summary-score-preferred-header.
23811         (spam-extra-header-to-number): Add X-Bogosity header parsing.
23812         (spam-user-format-function-S): Format the score correctly.
23813
23814 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23815
23816         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
23817         signature file.  Suggested by Manoj Srivastava
23818         <srivasta@golden-gryphon.com>.
23819
23820         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
23821         iso-2022-jp even in the Japanese language environment.
23822         Suggested by Jason Rumney <jasonr@gnu.org>.
23823
23824 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23825
23826         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
23827         use the same characters as the dummy marks; make it free from
23828         getting affected by the language environment.
23829         (gnus-summary-read-group-1): Update mark positions only when the
23830         format spec is updated.
23831
23832         * gnus-spec.el (gnus-update-format-specifications): Return a list
23833         of updated types.
23834
23835 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23836
23837         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
23838         of boundp to check if display-warning is available.
23839
23840 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
23841
23842         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
23843
23844 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23845
23846         * nnspool.el (nnspool-spool-directory): Use news-path if the
23847         news-directory variable is not bound.
23848
23849         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
23850         function instead of display-warning if it is not available.
23851
23852 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
23853
23854         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
23855         v5-10: Use `point-at-bol'.
23856
23857 2004-10-26  Simon Josefsson  <jas@extundo.com>
23858
23859         * hashcash.el: Fix URL in comment, reported by Cheng Gao
23860         <chenggao@gmail.com>.
23861
23862 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
23863
23864         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
23865         instead.
23866
23867 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
23868
23869         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
23870         to remove a server from the nnimap-server-buffer-alist.
23871         (nnimap-open-connection, nnimap-close-server): Use it.
23872
23873         * gnus-encrypt.el: Remove file in favor of encrypt.el.
23874
23875 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23876
23877         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
23878         running the major-mode function.
23879
23880 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23881
23882         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
23883         dummy marks in the right way.
23884
23885 2004-10-18  David Edmondson  <dme@dme.org>
23886
23887         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
23888         excessively.
23889
23890 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
23891
23892         * gnus-util.el (gnus-split-references): Accept a nil references
23893         string and go on blissfully.
23894
23895         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
23896         cases where the references string is non-nil but has no references.
23897
23898         * encrypt.el: Add autoload tags.
23899
23900         * spam.el (spam-resolve-registrations-routine): Remove article
23901         from unregistration list too.  Reported by David Hanak
23902         <dhanak@isis.vanderbilt.edu>
23903
23904 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
23905
23906         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
23907         nil.  Change custom type.
23908
23909 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
23910
23911         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
23912
23913         * gnus-sum.el (gnus-summary-move-article): Use it.
23914
23915 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
23916
23917         * encrypt.el: Add autoload cookies.
23918
23919         * spam.el (spam-backend-article-list-property)
23920         (spam-backend-get-article-todo-list)
23921         (spam-backend-put-article-todo-list)
23922         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
23923         Resolve registrations separately.
23924         (spam-register-routine): Format comments.
23925         (spam-unregister-routine, spam-register-routine): Always call with
23926         specific-articles, no default list.
23927         (spam-summary-prepare-exit): Use the spam-classifications function.
23928
23929         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
23930         gnus-encrypt.el.
23931
23932         * encrypt.el: Copied from gnus-encrypt.el.
23933
23934         * gnus-encrypt.el: Commented that it's obsolete.
23935
23936 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23937
23938         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
23939         (gnus-score-save): Use it.
23940
23941         * message.el (message-bury): Use `window-dedicated-p'.
23942
23943 2004-10-15  Simon Josefsson  <jas@extundo.com>
23944
23945         * pop3.el (top-level): Don't require nnheader.
23946         (pop3-read-timeout): Add.
23947         (pop3-accept-process-output): Add.
23948         (pop3-read-response, pop3-retr): Use it.
23949
23950 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
23951
23952         * spam.el (spam-register-routine): Move comment.
23953         (spam-verify-bogofilter): Use 'unknown for the initial
23954         spam-bogofilter-valid state, not 'never.
23955
23956         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
23957         for netrc-machine.
23958
23959         * nnimap.el (nnimap-open-connection):
23960         Use netrc-machine-user-or-password.
23961
23962 2004-10-17  Richard M. Stallman  <rms@gnu.org>
23963
23964         * gnus-registry.el (gnus-registry-unload-hook):
23965         Set as a variable with add-hook.
23966
23967         * nnspool.el (nnspool-spool-directory): Use news-directory instead
23968         of news-path.
23969
23970         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
23971
23972         * spam.el: Delete duplicate `provide'.
23973         (spam-unload-hook): Set as a variable with add-hook.
23974
23975 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23976
23977         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
23978         in the doc string.
23979
23980         * message.el (message-ignored-news-headers)
23981         (message-ignored-supersedes-headers)
23982         (message-ignored-resent-headers)
23983         (message-forward-ignored-headers): Improve custom type.
23984
23985 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23986
23987         * message.el (message-tokenize-header): Fix 2004-09-06 change
23988         which used point-min in the wrong place.
23989
23990 2004-10-12  Simon Josefsson  <jas@extundo.com>
23991
23992         * tls.el (tls-certtool-program): New variable.
23993         (tls-certificate-information): New function, based on
23994         ssl-certificate-information.
23995
23996 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23997
23998         * compface.el: Move the version of ELisp-based uncompface program
23999         to the contrib directory because of the copyright problem.
24000
24001 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
24002
24003         * message.el (message-kill-buffer): Raise the current frame.
24004
24005 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
24006
24007         * gnus-sum.el: Mention that multibyte characters don't work as marks.
24008
24009         * gnus.el (message-y-or-n-p): Autoload.
24010
24011         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
24012         (pop3-password-required, pop3-authentication-scheme)
24013         (pop3-leave-mail-on-server): Make customizable.
24014         (pop3): New custom group.
24015         (pop3-retr): Remove `sleep-for' statements.
24016         Suggested by Dave Love <fx@gnu.org>.
24017
24018         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
24019         Windows/DOS.
24020
24021         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24022         (imap-parse-body): Fix incorrect use of `assert'.
24023         Suggested by Dave Love <fx@gnu.org>.
24024
24025         * mml.el (mml-minibuffer-read-disposition): Require match.
24026         Suggested by Dave Love <fx@gnu.org>.
24027
24028 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
24029
24030         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
24031         doc string.
24032
24033 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24034
24035         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
24036
24037 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24038
24039         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
24040         instead of calling `mm-insert-inline', to decode text/* parts
24041         before displaying them.
24042
24043 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24044
24045         * mm-uu.el (mm-uu-text-plain-type): New variable.
24046         (mm-uu-pgp-signed-extract-1): Use it.
24047         (mm-uu-pgp-encrypted-extract-1): Use it.
24048         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
24049         bind mm-uu-text-plain-type with that value.
24050         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
24051         mm-uu-dissect.
24052
24053 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24054
24055         * gnus-group.el (gnus-update-group-mark-positions):
24056         * gnus-sum.el (gnus-update-summary-mark-positions):
24057         * message.el (message-check-news-body-syntax):
24058         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
24059         of string-as-multibyte.
24060
24061 2004-10-05  Juri Linkov  <juri@jurta.org>
24062
24063         * gnus-group.el (gnus-update-group-mark-positions):
24064         * gnus-sum.el (gnus-update-summary-mark-positions):
24065         * message.el (message-check-news-body-syntax):
24066         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
24067         8-bit unibyte values to a multibyte string for search functions.
24068
24069 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24070
24071         * mm-uu.el (mm-uu-dissect): Allow optional arg.
24072         (mm-uu-dissect-text-parts): New function.
24073
24074         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
24075         dissect text parts.
24076
24077         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
24078         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
24079
24080         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
24081
24082         * gnus-topic.el (gnus-topic-hierarchical-parameters):
24083         Use gnus-current-topics instead of gnus-current-topic.
24084
24085 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
24086
24087         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
24088
24089 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
24090
24091         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
24092         where appropriate.
24093
24094         * nnml.el (nnml-generate-active-info): do.
24095
24096         * nndiary.el (nndiary-generate-active-info): do.
24097
24098         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
24099         (gnus-topic-move): do.
24100
24101         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
24102         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
24103
24104         * gnus-srvr.el (gnus-server-prepare)
24105         (gnus-server-open-all-servers): do.
24106
24107         * gnus-msg.el (gnus-summary-cancel-article)
24108         (gnus-summary-resend-message)
24109         (gnus-summary-mail-crosspost-complaint): do.
24110
24111         * gnus-move.el (gnus-change-server): do.
24112
24113         * gnus-group.el (gnus-group-unmark-all-groups)
24114         (gnus-group-set-current-level): do.
24115
24116 2004-10-04  Simon Josefsson  <jas@extundo.com>
24117
24118         * message.el (message-generate-hashcash): Doc fix.
24119
24120 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
24121
24122         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
24123         avoid infinite recursion via gnus-get-function.
24124
24125 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
24126
24127         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
24128
24129         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
24130
24131         * nnmail.el (nnmail-split-history): do.
24132
24133         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
24134         (nnml-request-delete-group): do.
24135
24136         * nnslashdot.el (nnslashdot-read-groups): do.
24137
24138         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
24139         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
24140
24141         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
24142         (nnspool-sift-nov-with-sed): Use last.
24143         (nnspool-retrieve-headers-with-nov): Use mapc.
24144         (nnspool-request-newgroups): Use dolist.
24145         (nnspool-request-group): Use last.
24146
24147         * nntp.el (nntp-read-server-type): Use dolist.
24148
24149         * nnvirtual.el (nnvirtual-create-mapping)
24150         (nnvirtual-update-read-and-marked): Use dolist.
24151         (nnvirtual-convert-headers): Simplify.
24152
24153 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24154
24155         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24156         Add support for sync'ing tick marks.
24157
24158 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24159
24160         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
24161         there's no visible header.
24162
24163 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24164
24165         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24166         When necessary, pass full group name to gnus-request-set-marks.
24167
24168 2004-10-01  Simon Josefsson  <jas@extundo.com>
24169
24170         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
24171         acroread.
24172
24173 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24174
24175         * spam-report.el (spam-report-gmane): Fix interactive.
24176
24177         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
24178
24179         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
24180         when writing file.
24181         (gnus-agent-synchronize-flags): Don't default to being
24182         interactive.
24183
24184 2004-09-30  Simon Josefsson  <jas@extundo.com>
24185
24186         * message.el (message-generate-hashcash): Add.
24187         (message-send-mail): Use it, call mail-add-payment.
24188
24189 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
24190
24191         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
24192
24193 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
24194
24195         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
24196         gnus-requst-update-info with explicit code to sync the in-memory
24197         info read flags with the marks being sync'd to the backend.
24198
24199         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
24200
24201 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24202
24203         * spam.el (spam-verify-bogofilter): Add new function.
24204         (spam-check-bogofilter)
24205         (spam-bogofilter-register-with-bogofilter): Use it.
24206         (spam-verify-bogofilter): Add small fixes.
24207
24208 2004-09-28  Simon Josefsson  <jas@extundo.com>
24209
24210         * hashcash.el (hashcash-generate-payment): Revert.
24211
24212 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24213
24214         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24215         Use gnus-extract-references instead of gnus-split-references.
24216
24217         * gnus-util.el (gnus-extract-references): Add new function, analogous
24218         to gnus-split-references but extracts only the message-ID without
24219         anything extra.
24220
24221         * hashcash.el (hashcash-generate-payment)
24222         (hashcash-check-payment): Do the right thing if hashcash-path is
24223         nil (because the hashcash program could not be found).
24224
24225         * spam.el (spam-use-hashcash): Remove comment.
24226
24227 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
24228
24229         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
24230         (gnus-cache-enter-article, gnus-cache-remove-article)
24231         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
24232
24233         * gnus-async.el (gnus-async-prefetch-remove-group): do.
24234
24235         * gnus-art.el (article-hide-boring-headers)
24236         (article-translate-strings, article-display-face)
24237         (gnus-article-mime-match-handle-first)
24238         (gnus-article-highlight-headers)
24239         (gnus-article-add-buttons-to-head): do.
24240
24241 2004-09-27  Simon Josefsson  <jas@extundo.com>
24242
24243         * hashcash.el: New version, from
24244         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
24245         ../contrib/.
24246
24247 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24248
24249         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
24250
24251 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
24252
24253         * gnus-dup.el (gnus-dup-open): Use mapc.
24254         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
24255
24256         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
24257         Reported by Stefan Wiens <s.wi@gmx.net>.
24258
24259         * gnus.el (gnus-shutdown): Use dolist.
24260
24261         * gnus-undo.el (gnus-undo): Use mapc.
24262
24263         * nnrss.el (nnrss-generate-active): do.
24264
24265         * message.el (message-cite-original-without-signature)
24266         (message-cite-original): Use mapc.
24267         (message-do-actions, message-make-forward-subject): Use dolist.
24268
24269 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24270
24271         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
24272         deletion to remove entire duplicate line.  Fixes merged article
24273         number bug.
24274
24275 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24276
24277         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
24278         servers that are offline.  Avoids having gnus-agent-toggle-plugged
24279         first ask if you want to open a server and then, even when you
24280         responded with no, asking if you want to synchronize the server's
24281         flags.
24282         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
24283         multi-line expressions.
24284         (gnus-agent-synchronize-group-flags): New internal function.
24285         Updates marks in memory (in the info structure) AND in the
24286         backend.
24287
24288         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
24289
24290         * nnagent.el (nnagent-request-set-mark):
24291         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
24292         method, to ensure that synchronization updates marks in the
24293         backend and in the info (in memory) structure.
24294
24295 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24296
24297         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
24298         convention fully; don't miss the root article of a thread; make
24299         the X-Draft-From header with correct article numbers.
24300
24301 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
24302
24303         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
24304         unless plugged.  Disable the agent so that an open failure causes
24305         an error.
24306
24307         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
24308         Revert 2004-09-21 change.  The backend must be opened while
24309         synchronizing flags even when the backend stores the flags
24310         locally.
24311
24312 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
24313
24314         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
24315         in `header' match.  Reported by Svend Tollak Munkejord.
24316
24317         * message.el (message-cite-original): Fix use of
24318         `message-cite-articles-with-x-no-archive'.
24319
24320 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24321
24322         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
24323         (gnus-window-to-buffer): Ditto.
24324
24325         * mml.el (mml-preview-buffer): New variable.
24326         (mml-preview): Manage window layout with gnus-buffer-configuration.
24327
24328         * gnus-msg.el (gnus-setup-message): Put article numbers into the
24329         X-Draft-From header even if those articles aren't quoted.
24330
24331 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
24332
24333         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
24334         (gnus-request-set-mark, gnus-request-update-mark): Use new
24335         g-s-t-u-l-m to decide to use backend even when unplugged.
24336
24337 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24338
24339         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
24340         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
24341
24342 2004-09-20  Simon Josefsson  <jas@extundo.com>
24343
24344         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
24345         "utf-16-le".
24346
24347 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24348
24349         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
24350
24351 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
24352
24353         * uudecode.el (uudecode-use-external): Add :version.
24354
24355         * smime.el (smime-CA-file, smime-encrypt-cipher)
24356         (smime-dns-server): Add :version.
24357
24358         * smiley.el (gnus-smiley-file-types): Add :version.
24359
24360         * sha1.el (sha1-use-external): Add :version.
24361
24362         * pgg-def.el (pgg-query-keyserver): Add :version.
24363
24364         * nnmail.el (nnmail-fancy-expiry-targets)
24365         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
24366         Add :version.
24367
24368         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
24369         (nnimap-retrieve-groups-asynchronous): Add :version.
24370         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
24371
24372         * mml.el (mml-content-disposition-parameters)
24373         (mml-insert-mime-headers-always): Add :version.
24374
24375         * mm-util.el (mm-coding-system-priorities): Add :version.
24376
24377         * mm-decode.el (mm-inline-text-html-with-images)
24378         (mm-keep-viewer-alive-types, mm-external-terminal-program)
24379         (mm-verify-option): Add :version.
24380         (mm-text-html-renderer): Change :version.
24381
24382         * message.el (message-fcc-externalize-attachments)
24383         (message-required-headers, message-draft-headers)
24384         (message-subject-trailing-was-query)
24385         (message-subject-trailing-was-ask-regexp)
24386         (message-subject-trailing-was-regexp, message-mark-insert-begin)
24387         (message-mark-insert-end, message-archive-header)
24388         (message-archive-note, message-cross-post-default)
24389         (message-cross-post-note, message-followup-to-note)
24390         (message-cross-post-note-function, message-use-mail-followup-to)
24391         (message-subscribed-address-functions)
24392         (message-subscribed-address-file, message-subscribed-addresses)
24393         (message-subscribed-regexps, message-allow-no-recipients)
24394         (message-yank-cited-prefix, message-signature-insert-empty-line)
24395         (message-hidden-headers, message-hierarchical-addresses)
24396         (message-mail-user-agent, message-use-idna)
24397         (message-valid-fqdn-regexp)
24398         (message-strip-special-text-properties, message-header-synonyms)
24399         (message-beginning-of-line, message-tab-body-function): Add :version.
24400         (message-insert-canlock, message-wide-reply-confirm-recipients):
24401         Change :version.
24402
24403         * mail-source.el (mail-source-ignore-errors): Add :group, :type
24404         and :version.
24405         (mail-source-delete-old-incoming-confirm)
24406         (mail-source-movemail-program): Add :version.
24407
24408         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
24409         (gnus-agent-cache, gnus-agent): Change :version.
24410
24411         * gnus-util.el (gnus-use-byte-compile): Change :version.
24412
24413         * gnus-sum.el (gnus-summary-make-false-root-always)
24414         (gnus-summary-default-high-score)
24415         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
24416         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
24417         (gnus-read-all-available-headers, gnus-article-emulate-mime)
24418         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
24419         (gnus-sum-thread-tree-single-indent)
24420         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
24421         (gnus-sum-thread-tree-leaf-with-other)
24422         (gnus-sum-thread-tree-single-leaf): Add :version.
24423         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
24424         (gnus-article-loose-mime): Change :version.
24425
24426         * gnus-start.el (gnus-backup-startup-file)
24427         (gnus-save-startup-file-via-temp-buffer): Add :version.
24428
24429         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
24430         (gnus-server-offline-face): Add :version.
24431
24432         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
24433
24434         * gnus-msg.el (gnus-gcc-externalize-attachments)
24435         (gnus-debug-files, gnus-debug-exclude-variables)
24436         (gnus-discouraged-post-methods): Change :version.
24437         (gnus-confirm-mail-reply-to-news)
24438         (gnus-confirm-treat-mail-like-news): Add :version.
24439
24440         * gnus-int.el (gnus-server-unopen-status): Add :version.
24441
24442         * gnus-group.el (gnus-group-jump-to-group-prompt)
24443         (gnus-large-ephemeral-newsgroup)
24444         (gnus-fetch-old-ephemeral-headers): Add :version.
24445
24446         * gnus-fun.el (gnus-x-face-directory)
24447         (gnus-convert-pbm-to-x-face-command)
24448         (gnus-convert-image-to-x-face-command)
24449         (gnus-convert-image-to-face-command): Add :version.
24450
24451         * gnus-delay.el (gnus-delay-default-hour): Add :version.
24452
24453         * gnus-cite.el (gnus-cite-blank-line-after-header)
24454         (gnus-article-boring-faces): Add :version.
24455
24456         * gnus-art.el (gnus-buttonized-mime-types)
24457         (gnus-inhibit-mime-unbuttonizing)
24458         (gnus-treat-display-face)
24459         (gnus-treat-body-boundary): Change :version.
24460         (gnus-body-boundary-delimiter, gnus-picon-databases)
24461         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
24462         (gnus-treat-date-english, gnus-treat-fold-headers)
24463         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
24464         (gnus-treat-mail-picon, gnus-treat-wash-html)
24465         (gnus-article-encrypt-protocol)
24466         (gnus-use-idna, gnus-article-over-scroll)
24467         (gnus-mime-display-multipart-alternative-as-mixed)
24468         (gnus-mime-display-multipart-related-as-mixed)
24469         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
24470         (gnus-ctan-url, gnus-button-ctan-handler)
24471         (gnus-button-handle-ctan-bogus-regexp)
24472         (gnus-button-ctan-directory-regexp)
24473         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
24474         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
24475         (gnus-button-man-level, gnus-button-emacs-level)
24476         (gnus-button-message-level, gnus-button-browse-level): Add :version.
24477
24478         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
24479         (gnus-agent-go-online): Change :version.
24480         (gnus-agent-expire-unagentized-dirs)
24481         (gnus-agent-auto-agentize-methods): Add :version.
24482
24483         * flow-fill.el (fill-flowed-display-column)
24484         (fill-flowed-encode-column): Add :version.
24485
24486         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
24487         (gnus-outlook-deuglify-unwrap-max)
24488         (gnus-outlook-deuglify-cite-marks)
24489         (gnus-outlook-deuglify-unwrap-stop-chars)
24490         (gnus-outlook-deuglify-no-wrap-chars)
24491         (gnus-outlook-deuglify-attrib-cut-regexp)
24492         (gnus-outlook-deuglify-attrib-verb-regexp)
24493         (gnus-outlook-deuglify-attrib-end-regexp)
24494         (gnus-outlook-display-hook): Add :version.
24495
24496         * binhex.el (binhex-use-external): Add :version.
24497
24498 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
24499
24500         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
24501         and `invisible'.
24502
24503 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
24504
24505         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
24506         in gnus-registry-trim.
24507
24508 2004-09-13  Simon Josefsson  <jas@extundo.com>
24509
24510         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
24511
24512         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
24513
24514         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
24515         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24516         <yamaoka@jpl.org>.
24517         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
24518         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24519         <yamaoka@jpl.org>.
24520
24521         * sieve.el (sieve-manage-mode): Ditto.
24522
24523 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
24524
24525         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
24526
24527 2004-09-11  Simon Josefsson  <jas@extundo.com>
24528
24529         * dns-mode.el: Add.
24530
24531         * mm-view.el (mm-display-dns-inline): Add.
24532
24533         * mm-decode.el (mm-inline-media-tests): Add text/dns.
24534         (mm-automatic-display): Ditto.
24535
24536         * mailcap.el (mailcap-mime-data): Add text/dns.
24537         (mailcap-mime-extensions): Map .soa to text/dns.
24538
24539 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
24540
24541         * gnus-art.el (article-decode-mime-words, article-babel)
24542         (gnus-article-highlight-signature, gnus-article-add-buttons)
24543         (gnus-signature-toggle): Remove unnecessary bindings of
24544         `inhibit-read-only' inherited from v5.10 merge.
24545
24546 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24547
24548         * nntp.el (nntp): New customization group.
24549         (nntp-authinfo-file): Add customization group.
24550
24551         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
24552
24553         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
24554
24555         * gnus.el (to-address, to-list, subscribed)
24556         (large-newsgroup-initial): Ditto.
24557
24558         * flow-fill.el (fill-flowed-display-column)
24559         (fill-flowed-encode-column): Ditto.
24560
24561 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24562
24563         * message.el (message-tokenize-header, message-send-mail-with-qmail):
24564         Use point-min rather than 1.
24565         (message-send-mail): Use buffer-size rather than point-max.
24566
24567         * gnus-sum.el (gnus-summary-search-article-forward):
24568         Signal a specific `search-failed' rather than a generic `error'.
24569
24570         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
24571         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
24572         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
24573
24574 2004-09-10  Simon Josefsson  <jas@extundo.com>
24575
24576         * nndb.el (require): Remove tcp and duplicate cl.
24577
24578 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24579
24580         * gnus-agent.el (directory-files-and-attributes): Move forward.
24581
24582 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24583
24584         * gnus-agent.el (directory-files-and-attributes):
24585         Optionally defined to support XEmacs.
24586
24587 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24588
24589         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
24590         to avoid run-time CL dependencies.
24591         (gnus-agent-unfetch-articles): New function.
24592         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
24593         article numbers even when local .overview file is missing.
24594         (gnus-agent-read-article-number): New function.  Only accepts
24595         27-bit article numbers.
24596         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
24597         Use gnus-agent-read-article-number.
24598         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
24599         from backend while recognizing that article numbers in .overview
24600         must be valid.
24601         (gnus-agent-update-files-total-fetched-for):
24602         Use directory-files-and-attributes to improve performance.
24603         * gnus-int.el (gnus-request-move-article):
24604         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
24605         improve performance.
24606
24607         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
24608         some users confused by references to .newsrc when they only have a
24609         .newsrc.eld file.
24610         (gnus-convert-mark-converter-prompt)
24611         (gnus-convert-converter-needs-prompt): Fix use of property list.
24612         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
24613         New function.  Used internally to only display 'gnus converting
24614         files' message when actually necessary.
24615
24616         * gnus-sum.el (): Remove (require 'gnus-agent) as required
24617         methods now autoloaded.
24618
24619 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24620
24621         * gnus-sum.el (gnus-summary-insert-subject): Remove list
24622         identifiers.
24623
24624 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
24625
24626         * gnus-picon.el: Fix indentation and closing parenthesis.
24627
24628 2004-09-01  Simon Josefsson  <jas@extundo.com>
24629
24630         * message.el (message-canlock-generate): Require sha1, not
24631         sha1-el.  (Can we get rid of this require altogether?  It is ugly
24632         to require within a function.  Sadly, if sha1.el isn't loaded, the
24633         let binding in m-c-g will hide the defcustom definition, which is
24634         bad.)
24635
24636         * canlock.el: Require sha1, not sha1-el.
24637
24638         * message.el: Don't autoload sha1 (there is a autoload cookie in
24639         sha1.el).
24640
24641         * sha1-el.el: Rename to sha1.el.
24642
24643 2004-08-30  Juanma Barranquero  <lektu@terra.es>
24644
24645         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
24646
24647 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24648
24649         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
24650
24651 2004-08-30  Kim F. Storm  <storm@cua.dk>
24652
24653         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
24654
24655         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
24656         Add :group 'nnimap.
24657
24658 2004-08-30  Andreas Schwab  <schwab@suse.de>
24659
24660         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
24661         ?* and ?\;.
24662
24663         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
24664         and ?\' to symbol instead of whitespace.
24665
24666 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24667
24668         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
24669
24670         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
24671         instead of re-search-forward.
24672
24673         * gnus-uu.el (gnus-uu-save-article): Ditto.
24674         (gnus-uu-post-encode-uuencode): Ditto.
24675
24676         * html2text.el (html2text-clean-list-items): Ditto.
24677         (html2text-clean-dtdd): Ditto.
24678         (html2text-format-tags): Ditto.
24679
24680         * message.el (message-send-mail-with-sendmail): Fix regexp.
24681         (message-fill-field-general): Use search-forward instead of
24682         re-search-forward.
24683         (unbold-region): Ditto.
24684
24685         * nnrss.el (nnrss-request-article): Ditto.
24686
24687         * nnslashdot.el (nnslashdot-request-article): Ditto.
24688
24689         * nnweb.el (nnweb-gmane-wash-article): Ditto.
24690
24691         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
24692         "Unrecognized menu descriptor" error in XEmacs.
24693
24694 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24695
24696         * gnus-sum.el (gnus-read-header): Don't remove a header for the
24697         parent article of a sparse article in the thread hashtb.
24698
24699 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
24700
24701         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
24702         (nnmail-expand-newtext): Lowercase expanded entries if
24703         nnmail-split-lowercase-expanded is non-nil.
24704
24705 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24706
24707         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
24708
24709         * gnus-group.el (gnus-group-line-format-alist): Convert the value
24710         of gnus-tmp-news-method into string under XEmacs.  It will be
24711         passed to gnus-correct-length which takes only a string argument.
24712
24713 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24714
24715         * gnus-util.el (gnus-bind-print-variables): New macro.
24716         (gnus-prin1): Use it.
24717         (gnus-prin1-to-string): Use it.
24718         (gnus-pp): New function.
24719         (gnus-pp-to-string): New function.
24720
24721         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
24722         Replace pp-to-string with gnus-pp-to-string.
24723         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
24724         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
24725         * gnus-msg.el (gnus-debug): Ditto.
24726         * gnus-score.el (gnus-score-save): Ditto.
24727         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
24728         gnus-pp-to-string.
24729         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
24730         with gnus-pp.
24731         * score-mode.el (gnus-score-pretty-print): Ditto.
24732         * webmail.el (webmail-debug): Ditto.
24733
24734 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24735
24736         * gnus-art.el (article-display-face, article-display-x-face):
24737         Use buffer-read-only.
24738
24739 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24740
24741         * gnus-art.el (article-hide-list-identifiers):
24742         Bind inhibit-read-only as t.
24743
24744 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
24745
24746         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
24747
24748 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24749
24750         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
24751         (gnus-narrow-to-page): Don't assume point-min == 1.
24752         (gnus-article-edit-mode): Derive from message-mode.
24753
24754         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
24755         point-min == 1.
24756
24757         * imap.el (imap-parse-address-list, imap-parse-body-ext):
24758         Disable incorrect use of `assert'.
24759
24760         * message.el (message-mode): Set comment-start-skip.
24761
24762
24763 2004-08-22  Sam Steingold  <sds@gnu.org>
24764
24765         * pop3.el (pop3-leave-mail-on-server): New user variable.
24766         (pop3-movemail): Delete mail only when it is nil.
24767
24768 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
24769
24770         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
24771
24772         * mml.el (mml-preview): Use `pop-to-buffer'.
24773
24774         * message.el (message-goto-mail-followup-to): Insert after "To".
24775         (message-carefully-insert-headers): Add comment.
24776
24777         * gnus.el: Remove unused variable `gnus-article-check-size'.
24778
24779         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
24780
24781         * gnus-art.el (gnus-button-alist):
24782         Improve `gnus-button-handle-library' entry.
24783
24784 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
24785
24786         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
24787         Use downcase, since XEmacs capitalizes error messages differently.
24788
24789 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
24790
24791         * nntp.el: Add (require 'gnus) due to reference to
24792         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
24793
24794 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
24795
24796         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
24797         Bind `mm-fill-flowed'.
24798
24799         * mm-decode.el (mm-dissect-singlepart): Check it.
24800
24801 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
24802
24803         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
24804         'imap' for netrc parsing.
24805
24806 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
24807
24808         * mailcap.el (mailcap-mime-data): Mark as risky.
24809
24810 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24811
24812         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
24813         may be included in the encoded word.
24814         (rfc2047-encode): Don't append a space if the encoded word
24815         includes close parenthesis.
24816
24817 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24818
24819         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
24820         of text within parentheses.
24821
24822 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
24823
24824         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
24825         (gnus-encrypt-write-file-contents): Make the password key the file
24826         name PLUS the cipher, not just the cipher.  Also remove failed
24827         passwords from the cache.
24828
24829 2004-08-06  Simon Josefsson  <jas@extundo.com>
24830
24831         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
24832         Doc fix.
24833
24834 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24835
24836         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
24837         LWSP.
24838
24839 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
24840
24841         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24842         Try to append in-reply-to: data to the references: header.
24843
24844         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
24845         (netrc-parse): Use gnus-encrypt.el functions.
24846
24847         * gnus-encrypt.el: Add new file for encryption support; currently
24848         does only a few GPG ciphers and an internal XOR cipher.
24849
24850         * password.el: Add comments on using password-read-and-add.
24851         (password-read-and-add): Add function to read and add the
24852         password to the cache at once.
24853
24854 2004-07-28  Simon Josefsson  <jas@extundo.com>
24855
24856         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
24857         parameter (but don't use it, for now).
24858
24859         * imap.el (imap-ssl-open): Use imap-process-connection-type,
24860         instead of hard coding to nil.
24861
24862 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24863
24864         * mm-view.el (mm-inline-image-emacs): Open lines under an image
24865         as mm-inline-image-xemacs does.
24866
24867 2004-07-26  Simon Josefsson  <jas@extundo.com>
24868
24869         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
24870         Revert part of 2004-07-17 change below.
24871
24872 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24873
24874         * rfc2047.el (rfc2047-encode-region): Don't infloop.
24875         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24876
24877 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24878
24879         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
24880         quotes that actually start with ">" at the beginning of the
24881         lines.
24882
24883 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24884
24885         * rfc2047.el (rfc2047-encode-region): Fix last change.
24886         (rfc2047-encode-parameter): Remove useless concat.
24887
24888 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24889
24890         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
24891         encode special characters; fix some kind of misconfigured headers;
24892         signal a real error if debug-on-quit or debug-on-error is non-nil.
24893         (rfc2047-encode-max-chars): New variable.
24894         (rfc2047-encode-1): Use it.
24895         (rfc2047-encode-parameter): New function.
24896
24897         * mml.el (mml-insert-parameter): Remove an excessive space.
24898
24899 2004-07-17  Simon Josefsson  <jas@extundo.com>
24900
24901         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
24902         Kai Grossjohann <kai@emptydomain.de>.
24903         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
24904         (gnus-group-make-menu-bar): Ditto.
24905
24906         * gnus-util.el (gnus-group-server): Add.
24907
24908 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
24909
24910         * message.el (message-clone-locals): Clone sendmail and smtp
24911         variables.
24912
24913 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24914
24915         * rfc2047.el (rfc2047-encode-region): Fix last change.
24916
24917 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24918
24919         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
24920         characters as non-special.
24921
24922 2004-07-09  Simon Josefsson  <jas@extundo.com>
24923
24924         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
24925         Users will lose all flag changes made while unplugged with
24926         e.g. nntp unless flag synchronization happens, thus `nil' is not a
24927         good default.  See numerous reports on ding mailing list.
24928
24929 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24930
24931         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
24932         add generate-head-function and generate-article-function to the
24933         rfc822-forward entry.
24934         (nndoc-rfc822-forward-generate-article): New function.
24935         (nndoc-rfc822-forward-generate-head): New function.
24936
24937         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
24938
24939 2004-07-06  Dan Christensen  <jdc@uwo.ca>
24940
24941         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
24942         respect display group parameter and gnus-summary-expunge-below.
24943         (gnus-articles-to-read): Remove unused reference to display group
24944         parameter.
24945
24946 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24947
24948         * nnheader.el (nnheader-uniquify-message-id): New experimental
24949         variable.
24950         (nnheader-nov-read-message-id): Use it.
24951
24952         * spam-report.el (spam-report-gmane): Add interactive.
24953
24954 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24955
24956         * mm-encode.el (mm-content-transfer-encoding-defaults):
24957         Use qp-or-base64 for the application/* types.
24958
24959 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
24960
24961         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
24962
24963 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
24964
24965         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
24966         trim value.
24967
24968 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24969
24970         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
24971         New macro and function.
24972         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
24973
24974 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24975
24976         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
24977         after-load-alist.
24978
24979 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24980
24981         * gnus-group.el (gnus-group-get-new-news-this-group):
24982         Don't update info that isn't there.
24983
24984 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
24985
24986         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
24987         entry.
24988
24989 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24990
24991         * mm-view.el (mm-inline-render-with-function): Use multibyte
24992         buffer; decode html source by charset.
24993
24994         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
24995
24996         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
24997         Mule-UCS is loaded under XEmacs.
24998         (mm-mime-mule-charset-alist): Avoid duplicated entries.
24999
25000 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
25001
25002         * nnheader.el (nnheader-max-head-length): Increase to 8192.
25003
25004 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25005
25006         * mm-util.el (mm-coding-system-p): Return a coding-system.
25007         (mm-mime-mule-charset-alist): Use shift_jis instead of
25008         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
25009         entries for the mime charsets iso-2022-jp-3 and shift_jis.
25010         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
25011         instead of japanese-shift-jis and iso-latin-1 respectively in
25012         order to share the default value with both Emacs and XEmacs-mule.
25013         (mm-mule-charset-to-mime-charset):
25014         Make mm-coding-system-priorities effective.
25015         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
25016         while predicating of candidates upon the priorities.
25017
25018 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
25019
25020         * gnus-sum.el (gnus-summary-make-menu-bar):
25021         Add gnus-uu-invert-processable.
25022
25023         * gnus.el: Autoload gnus-uu-invert-processable.
25024
25025 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25026
25027         * mm-util.el (mm-with-multibyte-buffer): New macro.
25028
25029         * rfc2047.el (rfc2047-encode-string): Use it.
25030         (rfc2047-encode-region): Move point to the end of the region after
25031         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
25032
25033 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25034
25035         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
25036         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
25037
25038 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25039
25040         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
25041         (gnus-cite-parse): Ignore quoted envelope From_.
25042         Suggested by Karl Chen <quarl@nospam.quarl.org>.
25043
25044 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
25045
25046         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
25047         invalid addresses.
25048
25049 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
25050
25051         * spam.el: Change section markers, revise TODO list.
25052         (spam-backends): Make new master list of all installed backends.
25053         (spam-summary-exit-behavior): Add new variable to determine how
25054         messages moves are done at summary exit.
25055         (spam-move-spam-nonspam-groups-only)
25056         (spam-process-ham-in-nonham-groups)
25057         (spam-process-ham-in-spam-groups): Remove variables, the
25058         spam-summary-exit-behavior variable should be used to manage this
25059         behavior.
25060         (spam-old-ham-articles, spam-old-spam-articles): Remove.
25061         (spam-old-articles): Add variable, replacing spam-old-ham-articles
25062         and spam-old-spam-articles.
25063         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
25064         Add empty variables, placeholders for the backends they represent.
25065         (spam-set-difference): Move, unchanged.
25066         (spam-list-of-processors): Declare OBSOLETE, not used anymore
25067         unless the user has a processor variable.
25068         (spam-classifications, spam-classification-valid-p)
25069         (spam-backend-properties, spam-backend-property-valid-p)
25070         (spam-backend-function-type-valid-p)
25071         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
25072         (spam-report-articles-gmane, spam-report-articles-resend):
25073         Remove functions, they are not needed.
25074         (spam-install-backend-super, spam-backend-list)
25075         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
25076         (spam-backend-function, spam-backend-ham-registration-function)
25077         (spam-backend-spam-registration-function)
25078         (spam-backend-ham-unregistration-function)
25079         (spam-backend-spam-unregistration-function)
25080         (spam-backend-statistical-p, spam-backend-mover-p)
25081         (spam-install-backend-alias, spam-install-checkonly-backend)
25082         (spam-install-mover-backend, spam-install-nocheck-backend)
25083         (spam-install-backend, spam-install-statistical-backend)
25084         (spam-install-statistical-checkonly-backend): Add backend installation
25085         support.
25086         (spam-summary-prepare-exit): Rewrite to use the new backend code.
25087         (spam-group-processor-p): Use the new backend code and respect the
25088         summary exit behavior.
25089         (spam-mark-spam-as-expired-and-move-routine): Remove.
25090         (spam-summary-prepare): Change to use the new spam-old-articles
25091         variable.
25092         (spam-copy-or-move-routine, spam-copy-spam-routine)
25093         (spam-move-spam-routine, spam-copy-ham-routine)
25094         (spam-move-ham-routine): Add code to copy/move ham or spam.
25095         (spam-fetch-field-fast): Improve doc and code, plus allow the
25096         'number request.
25097         (spam-list-of-checks, spam-list-of-statistical-checks):
25098         Remove variables.
25099         (spam-split, spam-find-spam): Use the new backend code.
25100         (spam-registration-functions): Remove variable.
25101         (spam-unregister-routine): Add convenience wrapper.
25102         (spam-log-undo-registration, spam-register-routine)
25103         (spam-log-processing-to-registry)
25104         (spam-log-unregistration-needed-p): Rename "check" to "backend"
25105         where possible.
25106         (spam-check-gmane-xref, spam-check-regex-headers)
25107         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
25108         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
25109         (spam-check-bogofilter-headers, spam-check-spamoracle)
25110         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
25111         (spam-check-crm114-headers): Use the spam-split-group that
25112         spam-split prepares, no need to determine it every time.
25113
25114         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
25115         to the nnheader-parse-naked-head call.
25116
25117         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
25118
25119         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
25120         the nnheader-nov-read-message-id call.
25121
25122 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25123
25124         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
25125         gnus-activate-group twice.  Suggested by Markus Peter
25126         <warp@spin.de>.
25127
25128 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
25129
25130         * gnus-art.el (gnus-article-time-format): Exchange the order of
25131         day and month in the default value; fix customization type.
25132         (article-date-ut): Use add-text-properties.
25133         (article-make-date-line): Use message-make-date instead of
25134         current-time-string.
25135
25136         * message.el (message-fetch-field): Don't use set-text-properties.
25137         (message-make-date): Simplify.
25138
25139         * messagexmas.el (message-xmas-make-date): New function.
25140         (message-xmas-redefine): Defalias message-make-date to it.
25141
25142 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25143
25144         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
25145         (rfc2047-encode-region): Treat text within parentheses as special;
25146         show the original text when error has occurred.
25147
25148         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
25149         already-computed method to gnus-activate-group.
25150
25151         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
25152         same select-methods identical Lisp objects.
25153
25154         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
25155         object when modifying the info.
25156
25157 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25158
25159         * gnus-srvr.el (gnus-server-set-info): Remove the server from
25160         gnus-opened-servers since it has never been opened with the new
25161         configuration yet.
25162
25163 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25164
25165         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
25166         arg to nnheader-generate-fake-message-id.
25167
25168 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
25169
25170         * nnheader.el (nnheader-generate-fake-message-id): Accept a
25171         number and build a fake message ID localized to a group and
25172         article number (so it's repeatable from that point on).
25173         (nnheader-fake-message-id-p): Change regex to accomodate new fake
25174         ID format.
25175
25176         * gnus-sum.el (gnus-get-newsgroup-headers):
25177         Call nnheader-generate-fake-message-id with the article number.
25178
25179 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
25180
25181         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
25182         end-of-buffer.
25183
25184 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25185
25186         * message.el (message-ignored-supersedes-headers): Add Approved.
25187
25188 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
25189
25190         * rfc2047.el (rfc2047-encode-message-header): Remove useless
25191         goto-char.
25192         (rfc2047-encode): Fold the line before encoding.
25193
25194 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25195
25196         * rfc2047.el (rfc2047-encode-message-header): Disabled header
25197         folding -- not all headers can be folded, and this should be done
25198         by the message composition mode.  Probably.  I think.
25199
25200 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25201
25202         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
25203         fast.
25204
25205         * gnus-ems.el (gnus-remove-image): Don't use
25206         message-text-with-property; remove only the image found first.
25207
25208         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
25209         found first.
25210
25211 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
25212
25213         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
25214
25215 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25216
25217         * message.el (message-text-with-property): Make it fast and accept
25218         optional arguments.
25219         (message-strip-forbidden-properties): Use it.
25220         (message-fix-before-sending): Follow the m-t-w-p change.
25221
25222         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
25223
25224 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25225
25226         * gnus-art.el (article-hide-headers): Don't change the buffer
25227         mistakenly when performing mml-preview even if
25228         gnus-single-article-buffer is nil.
25229
25230 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
25231
25232         * message.el (message-expand-name-databases): New user option.
25233         (message-expand-name): Use it.
25234
25235 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
25236
25237         * spam.el (spam-report-articles-resend)
25238         (spam-report-resend-register-routine): Allow ham reporting.
25239         (spam-report-resend-register-ham-routine): Add wrapper.
25240         (spam-registration-functions): Add ham resending functions.
25241         (spam-list-of-processors): Add ham resend processor.
25242
25243         * gnus.el (ham-resend-to): Add new group parameter.
25244         (spam-process): Add ham resend option.
25245
25246         * spam-report.el (spam-report-resend): Allow reporting ham.
25247         (spam-report-resend-ham): Add wrapper.
25248
25249 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25250
25251         * message.el (message-cite-articles-with-x-no-archive):
25252         New variable.
25253         (message-cite-original): Use it.
25254
25255 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25256
25257         * message.el (message-cite-original): Respect X-No-Archive.
25258
25259 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25260
25261         * gnus-art.el (article-hide-headers): Refer to the values for
25262         gnus-ignored-headers and gnus-visible-headers in the summary
25263         buffer since a user may have set them as group parameters.
25264
25265 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
25266
25267         * assistant.el (assistant-node-name): Add convenience function.
25268         (assistant-render-text, assistant-render-node): Add error handling,
25269         plus handle multiple next nodes.
25270         (assistant-find-next-node): Comment out for now.
25271         (assistant-find-next-nodes): Add function, returns list of next
25272         nodes.
25273
25274 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
25275
25276         * mail-source.el (mail-source-directory): Fix doc-string.
25277
25278 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
25279
25280         * assistant.el (assistant-render-text, assistant-eval): Add :set
25281         widget type, which is different because it takes and returns a
25282         list.  Much hilarity ensues.
25283
25284 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
25285
25286         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
25287
25288         * gnus-group.el (gnus-group-get-new-news-this-group):
25289         Add doc-string.
25290
25291         * gnus-start.el (gnus-activate-group): Add doc-string.
25292
25293 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25294
25295         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
25296
25297 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
25298
25299         * assistant.el (assistant-render-text): Try to add a :set
25300         widget, more to come.
25301
25302         * spam.el (spam-group-spam-contents-p): Handle empty groupname
25303         strings.
25304         (spam-report-articles-resend)
25305         (spam-register-routine): Do registration iff any articles warrant
25306         it.
25307         (spam-summary-prepare-exit): Change log message for nil group
25308         destinations.
25309
25310 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
25311
25312         * spam.el (spam-report-resend-register-routine):
25313         Allow spam-report-resend-to to be a group parameter or a global value.
25314
25315 2004-05-26  Simon Josefsson  <jas@extundo.com>
25316
25317         * starttls.el: Merge with my GNUTLS based starttls.el.
25318         (starttls-gnutls-program, starttls-use-gnutls)
25319         (starttls-extra-arguments, starttls-process-connection-type)
25320         (starttls-connect, starttls-failure, starttls-success):
25321         New variables.
25322         (starttls-program, starttls-extra-args): Doc fix.
25323         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
25324         New functions.
25325         (starttls-negotiate, starttls-open-stream):
25326         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
25327         function if it is set.
25328
25329 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25330
25331         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
25332         structured fields.
25333
25334 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25335
25336         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
25337
25338 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
25339
25340         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
25341         Add variable.
25342         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
25343         assigning the spam-mark to new messages.
25344
25345 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
25346
25347         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
25348
25349 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25350
25351         * dgnushack.el: Autoload customize-set-variable for XEmacs.
25352
25353         * rfc2047.el (rfc2047-encodable-p): Don't move point.
25354         (rfc2047-decode): Treat the ascii coding-system as raw-text by
25355         default.
25356
25357 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
25358
25359         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
25360         correct data.
25361
25362 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
25363
25364         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
25365         (spam-group-processor-p): Fix function.
25366         (spam-group-processor-multiple-p)
25367         (spam-group-spam-processor-report-gmane-p)
25368         (spam-group-spam-processor-report-resend-p)
25369         (spam-group-spam-processor-bogofilter-p)
25370         (spam-group-spam-processor-blacklist-p)
25371         (spam-group-spam-processor-ifile-p)
25372         (spam-group-ham-processor-ifile-p)
25373         (spam-group-spam-processor-spamoracle-p)
25374         (spam-group-spam-processor-crm114-p)
25375         (spam-group-ham-processor-bogofilter-p)
25376         (spam-group-spam-processor-stat-p)
25377         (spam-group-ham-processor-stat-p)
25378         (spam-group-ham-processor-whitelist-p)
25379         (spam-group-ham-processor-BBDB-p)
25380         (spam-group-ham-processor-spamoracle-p)
25381         (spam-group-ham-processor-copy-p): Remove functions with some
25382         prejudice against unneeded code.
25383         (spam-report-articles-resend)
25384         (spam-report-resend-register-routine): Allow the group/topic
25385         spam-resend-to value to override spam-report-resend-to.
25386         (spam-summary-prepare-exit): Invoke spam-group-processor-p
25387         properly now.
25388
25389         * gnus.el (spam-resend-to): Add group/topic parameter.
25390         (spam-process): Move the OBSOLETE processors to the end of the
25391         choices.
25392
25393 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
25394
25395         * spam-report.el (spam-report-resend-to, spam-report-resend):
25396         Start with resend-to set to nil, and then ask the user if necessary.
25397         (spam-report-resend): spam-report-resend takes a list of articles, not
25398         separate article numbers.
25399
25400 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25401
25402         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
25403         addition to emacs-w3m.
25404
25405 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25406
25407         * assistant.el (assistant-authinfo-data): New function.
25408         (assistant-eval): Eval for entire assistant.
25409
25410         * netrc.el (netrc-services-file): New variable.
25411         (netrc-parse-services): New function.
25412         (netrc-find-service-name): New function.
25413         (netrc-find-service-number): New function.
25414         (netrc-port-equal): New function.
25415         (netrc-machine): Use it.
25416
25417         * nnimap.el (nnimap-open-connection): Use netrc.
25418
25419         * gnus-util.el (gnus-netrc-get): Remove aliases.
25420
25421         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
25422
25423         * assistant.el (wid-edit): Fix compilation.
25424
25425         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
25426
25427 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
25428
25429         * gnus-util.el (gnus-set-file-modes): New function.  (small
25430         patch).
25431
25432 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25433
25434         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
25435
25436         * assistant.el (assistant-render-node): Fix up rendering and
25437         read-only text.
25438         (assistant-render-node): Reset.
25439         (assistant-make-read-only): Not sticky.
25440
25441 2004-05-20  Danny Siu  <dsiu@adobe.com>
25442
25443         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
25444         centered even when gnus-auto-center-summary is t.
25445
25446 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25447
25448         * dns.el (dns-get-txt-answer): New function.
25449         (dns-read-txt): Ditto.
25450         (query-dns): Use it.
25451
25452 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25453
25454         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
25455         active for foreign groups even if the group level is higher than
25456         the specified value.
25457
25458 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25459
25460         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
25461         non-active groups.
25462
25463         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
25464
25465 2004-05-20  Magnus Henoch  <mange@freemail.hu>
25466
25467         * dns.el (dns-read-type): Add support for SVR.  (small patch)
25468
25469 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
25470
25471         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
25472         (spam-crm114-header, spam-crm114-spam-switch)
25473         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
25474         (spam-crm114-positive-spam-header)
25475         (spam-crm114-database-directory, spam-list-of-processors)
25476         (spam-group-spam-processor-crm114-p)
25477         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
25478         (spam-generic-score, spam-list-of-checks)
25479         (spam-list-of-statistical-checks, spam-registration-functions)
25480         (spam-check-crm114-headers, spam-crm114-score)
25481         (spam-check-crm114, spam-crm114-register-with-crm114)
25482         (spam-crm114-register-spam-routine)
25483         (spam-crm114-unregister-spam-routine)
25484         (spam-crm114-register-ham-routine)
25485         (spam-crm114-unregister-ham-routine): Add CRM114 support.
25486
25487 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
25488
25489         * gnus.el: Add spam-use-crm114.
25490
25491         * spam.el (spam-list-of-processors, spam-registration-functions):
25492         Add spam-use-resend.
25493         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
25494         (spam-report-articles-gmane): Add doc fix.
25495         (spam-report-articles-resend, spam-report-resend-register-routine):
25496         Add wrappers around spam-report-resend-to.
25497
25498         * spam-report.el (spam-report-resend-to, spam-report-resend):
25499         Add support for resending spam.
25500         (spam-report-gmane): Fix line length >80.
25501
25502         * gnus.el (spam-process): Add spam-use-resend.
25503
25504 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25505
25506         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
25507         number of processed spam messages.
25508         (spam-ham-copy-or-move-routine): Return the number of processed
25509         ham messages.
25510         (spam-summary-prepare-exit): Use the above values to decide
25511         whether status messages shouled be displayed.
25512
25513 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
25514
25515         * rfc2047.el (rfc2047-encode-function-alist): Rename from
25516         `rfc2047-encoding-function-alist' in order to avoid conflicting
25517         with the old version.
25518         (rfc2047-encode-region): Concatenate words containing non-ASCII
25519         characters in structured fields; don't encode space-delimited
25520         ASCII words even in unstructured fields; don't break words at
25521         char-category boundaries.
25522         (rfc2047-encode-1): New function.
25523         (rfc2047-encode): Use it; encode text so that it occupies the
25524         maximum width within 76-column; work correctly on Q encoding for
25525         iso-2022-* charsets.
25526         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
25527         sure not to break a line just after the header name.
25528         (rfc2047-b-encode-region): Remove.
25529         (rfc2047-b-encode-string): New function.
25530         (rfc2047-q-encode-region): Remove.
25531         (rfc2047-q-encode-string): New function.
25532
25533         * mm-util.el (mm-replace-in-string): New function.
25534
25535 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25536
25537         * gnus-msg.el (gnus-inews-make-draft-meta-information):
25538         Really get it right.
25539         (gnus-inews-make-draft): Really.
25540
25541 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
25542
25543         * nnmh.el (nnmh-request-list-1): Don't check the link count
25544         before descending.  (small patch)
25545
25546 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25547
25548         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
25549         stuff.
25550
25551         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
25552         Match on real group name.
25553
25554         * gnus-art.el (gnus-signature-limit): Doc fix.
25555
25556         * gnus-msg.el (gnus-inews-make-draft): Quote list.
25557
25558         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
25559
25560 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
25561
25562         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
25563         isn't a string.
25564
25565 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25566
25567         * gnus-draft.el (gnus-draft-send):
25568         Bind rfc2047-encode-encoded-words.
25569
25570         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
25571         (rfc2047-encodable-p): Say that =? needs encoding.
25572         (rfc2047-encode-encoded-words): New variable.
25573
25574         * gnus-group.el (gnus-group-select-group): Doc fix.
25575
25576         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
25577
25578         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
25579         to nil.
25580
25581         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
25582
25583         * nnheader.el (nnheader-get-lines-and-char): New function.
25584
25585 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
25586
25587         * gnus-msg.el (gnus-summary-followup-with-original):
25588         Document yanking of region when active.
25589
25590 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25591
25592         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
25593         groups if the group level is higher than the specified value.
25594
25595 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25596
25597         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
25598         (gnus-group-jump-to-group): Add prefix argument using
25599         `gnus-group-jump-to-group-prompt'.  Query before jumping to
25600         non-active group.
25601
25602         * compface.el (uncompface): Be verbose when changing
25603         `uncompface-use-external'.
25604
25605         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
25606         handle manual section.
25607
25608 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25609
25610         * gnus-art.el (gnus-button-alist): Revert previous change.
25611
25612 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25613
25614         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
25615
25616 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25617
25618         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
25619         whether backend can accept message.
25620
25621         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
25622
25623 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
25624
25625         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25626         Avoid creating directory when nntp-marks-is-evil is true.
25627         Reported by Reiner Steib.
25628
25629 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25630
25631         * gnus-picon.el (gnus-picon-insert-glyph):
25632         Add optional `nostring' argument.
25633
25634 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25635
25636         * gnus-picon.el (gnus-picon-style): New variable.
25637         (gnus-picon-transform-address): Support `gnus-picon-style'.
25638
25639 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25640
25641         * message.el (message-fill-field): Return point.
25642         (message-generate-headers): Go to end of field.
25643
25644         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
25645         stuff for non-living groups.
25646
25647 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25648
25649         * gnus-art.el (gnus-article-followup-with-original)
25650         (gnus-article-reply-with-original): gnus-mark-active-p ->
25651         gnus-region-active-p.
25652
25653 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
25654
25655         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
25656         only when there is spam or ham to be processed.
25657
25658 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25659
25660         * mail-source.el (mail-source-delete-crash-box): Refactor.
25661         (mail-source-fetch): Use it.
25662         (mail-source-fetch-file): Ditto.
25663         (mail-source-fetch-directory): Run postscript in loop.
25664         (mail-source-fetch-pop): Delete.
25665         (mail-source-fetch-maildir): Ditto.
25666         (mail-source-fetch-imap): Ditto.
25667
25668         * imap.el (imap-authenticators): Comment out sasl.
25669
25670         * message.el (message-skip-to-next-address): New function.
25671         (message-fill-header-address): Refactor.
25672         (message-fill-address): Use it.
25673         (message-delete-address): Use it.
25674         (message-fill-header-general): Refactor.
25675         (message-fill-field-address): Rename.
25676         (message-narrow-to-field): Find the start of the header.
25677         (message-header-format-alist): Don't pre-fill.
25678         (message-fill-header): Remove.
25679         (message-insert-header): New function.
25680         (message-shorten-references): Use it.
25681
25682         * rfc2047.el (rfc2047-field-value): Strip props.
25683
25684         * mail-parse.el (mail-header-make-address): New alias.
25685
25686         * ietf-drums.el (ietf-drums-make-address): New function.
25687
25688         * imap.el: Add compiler directives.
25689
25690         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
25691
25692         * gnus-art.el (article-decode-idna-rhs): Don't use
25693         message-idna-inside-rhs-p.
25694
25695 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25696
25697         * message.el (message-idna-inside-rhs-p): Remove.
25698         (message-idna-to-ascii-rhs-1): Use proper address parsing.
25699
25700         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
25701         false positives.
25702
25703 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
25704
25705         * imap.el (imap-sasl-make-mechanisms): Use sasl.
25706
25707 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25708
25709         * nneething.el (nneething-file-name): Don't create spurious
25710         files.
25711
25712         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
25713         (gnus-inews-do-gcc): Remove sleep.
25714
25715         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
25716         part under point.
25717
25718         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
25719         (gnus-agent-regenerate-group): Using nil messages aren't valid.
25720
25721 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
25722
25723         * spam.el (spam-summary-prepare-exit): Fix (length).
25724
25725 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
25726
25727         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
25728         as expired without moving it" message when there are spam
25729         messages left.
25730
25731 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
25732
25733         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
25734         header is not nil.
25735
25736 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
25737
25738         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25739         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
25740         (nntp-marks-changed-p): New arg SERVER.
25741         (nntp-request-update-info): Adjust caller.
25742
25743 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
25744
25745         * nntp.el (nntp-save-marks): Pass missing arg.
25746
25747 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
25748
25749         * nntp.el: Support marks.
25750         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
25751         (nntp-marks-modtime, nntp-marks-directory): New variables.
25752         (nntp-request-set-mark, nntp-request-update-info)
25753         (nntp-possibly-create-directory, nntp-marks-changed-p)
25754         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
25755         New functions.
25756
25757 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
25758
25759         * gnus-xmas.el (gnus-xmas-select-lowest-window)
25760         (gnus-xmas-redefine): Rename.
25761
25762         * gnus-score.el (gnus-score-insert-help):
25763         Use gnus-select-lowest-window.
25764
25765         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
25766         appt-select-lowest-window and rename to gnus-select-lowest-window.
25767
25768         * gnus.el: do.
25769
25770 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25771
25772         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
25773         encodings of MIME-encoded words, in order to improve
25774         interoperability with several broken MUAs.
25775
25776 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25777
25778         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
25779         tags, only when charsets are not specified in headers.
25780         (mm-inline-text-html-render-with-w3m): Ditto.
25781
25782         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
25783         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
25784
25785 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25786
25787         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
25788         instead of MIME-decoded from fields when checking
25789         `gnus-article-address-banner-alist'.
25790
25791 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
25792
25793         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
25794         description rather than subject.
25795
25796 2004-05-02  Steve Youngs  <steve@youngs.au.com>
25797
25798         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
25799
25800 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25801
25802         * gnus.el (gnus-version-number): Bump.
25803
25804 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25805
25806         * gnus.el: No Gnus v0.2 is released.
25807
25808 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25809
25810         * gnus-agent.el (gnus-agent-read-agentview):
25811         Inline gnus-uncompress-range.
25812
25813 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25814
25815         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
25816         `exec-installed-p'.
25817
25818 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25819
25820         * gnus.el (spam-process, spam-autodetect-methods):
25821         Add bsfilter and bsfilter-headers.
25822
25823         * spam.el (spam-bsfilter): New customize group.
25824         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
25825         (spam-bsfilter-header, spam-bsfilter-probability-header)
25826         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
25827         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
25828         (spam-bsfilter-database-directory): New options.
25829         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
25830         (spam-list-of-statistical-checks, spam-registration-functions):
25831         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
25832         (spam-bsfilter-score): New command.
25833         (spam-check-bsfilter-headers, spam-check-bsfilter)
25834         (spam-bsfilter-register-with-bsfilter)
25835         (spam-bsfilter-register-spam-routine)
25836         (spam-bsfilter-unregister-spam-routine)
25837         (spam-bsfilter-register-ham-routine)
25838         (spam-bsfilter-unregister-ham-routine): New functions.
25839         (spam-generic-score): Support bsfilter; Accept an optional argument
25840         to recalcurate spam score even if scoring header has already been
25841         added.
25842         (spam-bogofilter-score, spam-spamassassin-score): Accept an
25843         optional argument to recalcurate spam score even if scoring header
25844         has already been added.
25845
25846 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
25847
25848         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
25849         strings!  Reported by David D. Smith <davidsmith@acm.org>.
25850         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
25851         link is missing.
25852
25853 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
25854
25855         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
25856         (html2text-get-attr): Rewrite.
25857
25858         * message.el (message-setup-1): Remove redundant put-text-property
25859         on mail-header-separator.
25860
25861 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
25862
25863         * gnus-registry.el (gnus-registry-cache-whitespace)
25864         (gnus-registry-action, gnus-registry-spool-action)
25865         (gnus-registry-split-fancy-with-parent): Change message levels
25866         from 5 to 3 or 7, as needed.
25867
25868         * spam.el (spam-summary-prepare-exit)
25869         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
25870         (spam-split, spam-find-spam, spam-log-undo-registration)
25871         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
25872         level from 5 to 6.
25873
25874 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25875
25876         * gnus-ems.el: Autoload appt-select-lowest-window (revert
25877         2004-03-04 change).
25878
25879 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
25880
25881         * sieve-manage.el (sieve-manage-open):
25882         * nnweb.el (nnweb-insert-html):
25883         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
25884         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
25885         * nnspool.el (nnspool-request-group):
25886         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
25887         * nnml.el (nnml-request-update-info):
25888         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
25889         (nnmh-request-create-group, nnmh-update-gnus-unreads):
25890         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
25891         (nnimap-request-set-mark):
25892         * nnfolder.el (nnfolder-request-update-info):
25893         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
25894         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
25895         * gnus-uu.el (gnus-uu-find-articles-matching):
25896         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
25897         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
25898         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
25899         * gnus-nocem.el (gnus-nocem-scan-groups):
25900         * gnus-int.el (gnus-start-news-server):
25901         * gnus-group.el (gnus-group-make-kiboze-group)
25902         (gnus-group-browse-foreign-server):
25903         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
25904         Use mapc when appropriate.
25905
25906 2004-04-22  Dan Christensen  <jdc@uwo.ca>
25907             Adam Sjøgren  <asjo@koldfront.dk>
25908             Wes Hardaker  <wes@hardakers.net>
25909             Michael Shields  <shields@msrl.com>
25910
25911         * spam.el (spam-necessary-extra-headers): Get the extra headers we
25912         may need for spam sorting and scoring.
25913         (spam-user-format-function-S): Add user format function suitable for
25914         general use.
25915         (spam-article-sort-by-spam-status): Add sorting function for summary
25916         sorting.
25917         (spam-extra-header-to-number): Add function to get a score from a
25918         header.
25919         (spam-summary-score): Add function to get a numeric score from the
25920         headers.
25921         (spam-generic-score): Fix function doc, was in wrong place.
25922         (spam-initialize): Take symbols when it's run, and install the
25923         extra headers that spam-necessary-extra-headers thinks we need.
25924
25925 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
25926
25927         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
25928         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25929
25930 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
25931
25932         * gnus-sum.el (gnus-set-global-variables)
25933         (gnus-build-all-threads, gnus-get-newsgroup-headers)
25934         (gnus-article-get-xrefs, gnus-summary-best-group)
25935         (gnus-summary-next-article, gnus-summary-enter-digest-group)
25936         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
25937         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
25938         Use with-current-buffer.
25939
25940 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
25941
25942         * spam.el (spam-summary-prepare-exit): Simplify logic.
25943         (spam-fetch-article-header): Read the article header if it's not
25944         available.
25945         (spam-list-articles): Simplify logic.
25946         (spam-filelist-register-routine): Fix bug with unregister-list.
25947
25948         * gnus-registry.el: Fix comments at beginning.
25949
25950 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
25951
25952         * message.el (message-cater-to-broken-inn): Remove.
25953         (message-shorten-references): Make sure the total folded length of
25954         References is shorter than 998 characters to cater to a bug in INN
25955         2.3.  Also, don't pretend that references aren't folded -- this
25956         hasn't worked for a while.
25957
25958 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25959
25960         * gnus-agent.el (gnus-agentize):
25961         gnus-agent-send-mail-real-function no longer set to current value
25962         of message-send-mail-function but rather a lambda that calls
25963         message-send-mail-function.  The change makes the agent real-time
25964         responsive to user changes to message-send-mail-function.
25965
25966 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25967
25968         * legacy-gnus-agent.el
25969         (gnus-agent-convert-to-compressed-agentview): Fix typos with
25970         help from Florian Weimer <fw@deneb.enyo.de>
25971
25972 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25973
25974         * nnmail.el (nnmail-cache-insert): Revert last change.
25975
25976 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25977
25978         * nnmail.el (nnmail-cache-insert): Always check whether
25979         nnmail-cache-ignore-groups matches a group name.
25980
25981 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
25982
25983         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
25984         (spam-find-spam, spam-log-processing-to-registry)
25985         (spam-log-registered-p, spam-log-unregistration-needed-p)
25986         (spam-log-undo-registration): Use gnus-message instead of
25987         gnus-error, none of these errors are fatal.
25988
25989         * gnus-registry.el (gnus-registry-clean-empty-function)
25990         (gnus-registry-clean-empty): Remove only empty entries without
25991         extra data.
25992
25993 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
25994
25995         * spam-stat.el (spam-stat-buffer-change-to-spam)
25996         (spam-stat-buffer-change-to-non-spam): Change (error) to
25997         (gnus-message 8) invocation.
25998
25999 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26000
26001         * nntp.el (nntp-via-netcat-command): New variable.
26002         (nntp-via-netcat-switches): New variable.
26003         (nntp-open-via-rlogin-and-netcat): New function.
26004         (nntp-open-connection-function): Doc fix.
26005         (nntp-telnet-command): Doc fix.
26006         (nntp-end-of-line): Doc fix.
26007         (nntp-via-rlogin-command): Doc fix.
26008         (nntp-via-user-name): Doc fix.
26009         (nntp-via-address): Doc fix.
26010
26011 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26012
26013         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
26014         error in Emacs 21.1.
26015
26016 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
26017
26018         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
26019
26020 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26021
26022         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
26023         (gnus-agent-with-refreshed-group): New macro.
26024         (gnus-agent-rename-group): New function.
26025         (gnus-agent-delete-group): New function.
26026         (gnus-agent-save-group-info): Use gnus-command-method when
26027         `method' parameter is nil.  Don't write nil entries into the
26028         active file.
26029         (gnus-agent-get-group-info): New function.
26030         (gnus-agent-fetch-articles):
26031         Use gnus-agent-update-files-total-fetched-for to increment disk space
26032         used.
26033         (gnus-agent-fetch-headers, gnus-agent-save-alist):
26034         Use gnus-agent-update-view-total-fetched-for to increment disk space
26035         used.
26036         (gnus-agent-get-local): Add optional parameters to avoid calling
26037         gnus-group-real-name and gnus-find-method-for-group.
26038         (gnus-agent-set-local): Delete stored entry if either min, or max,
26039         are nil.
26040         (gnus-agent-fetch-session): Reworded error/quit messages.
26041         On quit, use gnus-agent-regenerate-group to record existance of any
26042         articles fetched to disk before the quit occurred.
26043         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
26044         gnus-agent-update-view-total-fetched-for, and
26045         gnus-agent-update-files-total-fetched-for to decrement disk space
26046         used.
26047         (gnus-agent-retrieve-headers):
26048         Use gnus-agent-update-view-total-fetched-for to increment disk space
26049         used.
26050         (gnus-agent-regenerate-group): Replace gnus-group-update-group
26051         with gnus-agent-update-files-total-fetched-for to decrement disk
26052         space and fresh group buffer.
26053         (gnus-agent-inhibit-update-total-fetched-for): New variable.
26054         (gnus-agent-need-update-total-fetched-for): New variable.
26055         (gnus-agent-update-files-total-fetched-for): New function.
26056         (gnus-agent-update-view-total-fetched-for): New function.
26057         (gnus-agent-total-fetched-for): New function.
26058
26059         * gnus-cache.el (gnus-cache-save-buffers):
26060         Use gnus-cache-update-overview-total-fetched-for to change disk space
26061         used by this group.
26062         (gnus-cache-possibly-enter-article):
26063         Use gnus-cache-update-file-total-fetched-for to increment disk space
26064         used by this group.
26065         (gnus-cache-possibly-remove-article):
26066         Use gnus-cache-update-file-total-fetched-for to decrement disk space
26067         used by this group.
26068         (gnus-cache-generate-nov-databases): Purge total fetched cache.
26069         (gnus-cache-rename-group): New function.
26070         (gnus-cache-delete-group): New function.
26071         (gnus-cache-inhibit-update-total-fetched-for): New variable.
26072         (gnus-cache-need-update-total-fetched-for): New variable.
26073         (gnus-cache-with-refreshed-group): New macro.
26074         (gnus-cache-update-file-total-fetched-for): New function.
26075         (gnus-cache-update-overview-total-fetched-for): New function.
26076         (gnus-cache-rename-group-total-fetched-for): New function.
26077         (gnus-cache-delete-group-total-fetched-for): New function.
26078         (gnus-cache-total-fetched-for): New function.
26079
26080         * gnus-group.el: Require gnus-sum and autoload functions to
26081         resolve warnings when gnus-group.el compiled alone.
26082         (gnus-group-line-format): Document new %F.
26083         (size of Fetched data) group line format; identifies disk space
26084         used by agent and cache.
26085         (gnus-group-line-format-alist): Define new F format.
26086         (gnus-total-fetched-for): New function.
26087         (gnus-group-delete-group): No longer update
26088         gnus-cache-active-altered as gnus-request-delete-group now keeps
26089         the cache in sync.
26090         (gnus-group-list-active): Let the agent store a server's active
26091         list if currently plugged.
26092
26093         * gnus-int.el (gnus-request-delete-group):
26094         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
26095         local disk in sync with the server.
26096         (gnus-request-rename-group):
26097         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
26098         local disk in sync with the server.
26099
26100         * gnus-start.el (gnus-get-unread-articles):
26101         Cosmetic simplification to logic.
26102
26103         * gnus-util.el (gnus-rename-file): New function.
26104
26105 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
26106
26107         * mm-util.el (mm-image-load-path): Handle nil in load-path.
26108
26109 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
26110
26111         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
26112         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
26113
26114 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
26115
26116         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
26117         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
26118
26119 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
26120
26121         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
26122
26123 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
26124
26125         * spam.el (spam-set-difference): Add function to replace
26126         gnus-set-difference in spam.el.
26127         (spam-summary-prepare-exit): Use spam-set-difference.
26128
26129 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
26130
26131         * gnus-registry.el (gnus-registry-cache-file): Update to use
26132         gnus-dribble-directory OR gnus-home-directory OR ~.
26133         (gnus-registry-split-fancy-with-parent): Fix doc.
26134
26135 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26136
26137         * message.el (message-exchange-point-and-mark):
26138         Use message-mark-active-p.  Suggested by Jesper Harder
26139         <harder@ifa.au.dk>.
26140
26141 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26142
26143         * message.el (message-exchange-point-and-mark): Don't activate
26144         region if it was inactive.  Suggested by Hiroshi Fujishima
26145         <pooh@nature.tsukuba.ac.jp>.
26146
26147 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26148
26149         * gnus-art.el (article-display-face): Display Faces in the same
26150         order as X-Faces.
26151
26152 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26153
26154         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
26155
26156 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26157
26158         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
26159         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
26160         (gnus-article-mime-hierarchy): Remove.
26161         (gnus-article-mime-hierarchy-next): Remove.
26162         (gnus-article-mode): Revert 2004-03-19 change.
26163         (gnus-article-setup-buffer): Revert 2004-03-19 change.
26164         (gnus-insert-mime-button): Revert 2004-03-19 change.
26165         (gnus-mime-accumulate-hierarchy): Remove.
26166         (gnus-mime-enter-multipart): Remove.
26167         (gnus-mime-leave-multipart): Remove.
26168         (gnus-mime-display-part): Revert 2004-03-19 change.
26169         (gnus-mime-display-alternative): Revert 2004-03-19 change.
26170
26171         * mml.el (mml-preview): Revert 2004-03-19 change.
26172
26173 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
26174
26175         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
26176
26177 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26178
26179         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
26180         t while entering a file name using the mm-with-multibyte macro.
26181         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26182
26183         * mm-util.el (mm-with-multibyte): New macro.
26184
26185 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26186
26187         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
26188         New user option.
26189         (gnus-mime-multipart-functions): Doc and customization fix.
26190         (gnus-article-mime-hierarchy): New variable.
26191         (gnus-article-mime-hierarchy-next): New variable.
26192         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
26193         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
26194         gnus-article-mime-hierarchy-next to nil.
26195         (gnus-insert-mime-button): Show hierarchy numbers.
26196         (gnus-mime-accumulate-hierarchy): New function.
26197         (gnus-mime-enter-multipart): New function.
26198         (gnus-mime-leave-multipart): New function.
26199         (gnus-mime-display-part): Recompute hierarchical MIME structure.
26200         (gnus-mime-display-alternative): Show hierarchy numbers.
26201
26202         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
26203         gnus-article-mime-hierarchy-next to nil.
26204
26205 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
26206
26207         * dns.el: Don't require gnus-xmas.
26208
26209 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
26210
26211         * mml.el (mml-generate-mime-1): Don't use format=flowed with
26212         inline PGP.
26213         (mml-menu): Disable mml-quote-region if mark is inactive.
26214
26215 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26216
26217         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
26218         when the group's active is not available.
26219
26220 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26221
26222         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
26223         error.
26224
26225 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
26226
26227         * imap.el (imap-store-password): New variable.
26228         (imap-interactive-login): Use it.
26229         Suggested by Mark Plaksin <happy@mcplaksin.org>.
26230
26231 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26232
26233         * gnus-art.el (gnus-article-read-summary-keys): Restore new
26234         window-start and hscroll to summary window.
26235
26236 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26237
26238         * gnus-start.el (gnus-convert-old-newsrc): Only write the
26239         conversion message to newsrc-dribble when an actual conversion is
26240         performed.
26241
26242 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
26243
26244         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
26245
26246 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26247
26248         * mm-decode.el (mm-complicated-handles): New function reviving
26249         former definition of mm-multiple-handles.
26250
26251         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
26252         (gnus-mime-delete-part): Use it.
26253
26254 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26255
26256         * gnus-agent.el (gnus-agent-read-local):
26257         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
26258         avoid the implicit assumption that they will always be equal.
26259         (gnus-agent-save-local): Bind buffer-file-coding-system, not
26260         coding-system-for-write, as the with-temp-file macro first prints
26261         to a buffer then saves the buffer.
26262
26263 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26264
26265         * gnus-art.el (gnus-article-edit-part): New function.
26266         (gnus-mime-save-part-and-strip): Use it; do query instead of
26267         signaling an error; don't use mm-multiple-handles.
26268         (gnus-mime-delete-part): Ditto.
26269
26270 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26271
26272         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
26273         old file versions.
26274         (gnus-group-prepare-hook): Remove function that converted list
26275         form of gnus-agent-expire-days to group properties.
26276
26277         * gnus-int.el: Autoload gnus-agent-regenerate-group.
26278         (gnus-request-accept-article): Re-indented.
26279
26280         * gnus-start.el (gnus-convert-old-newsrc): Registered new
26281         converters to handle old agent file formats.  Add logic for a
26282         "backup before upgrading warning".
26283         (gnus-convert-mark-converter-prompt): Developers can mark
26284         functions as needing (default), or not needing,
26285         gnus-convert-old-newsrc's "backup before upgrading warning".
26286         (gnus-convert-converter-needs-prompt): Tests whether the user
26287         should be protected from potentially irreversable changes by the
26288         function.
26289
26290         * legacy-gnus-agent.el: New.  Provides converters that are only
26291         loaded when gnus-convert-old-newsrc needs to call them.
26292
26293 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26294
26295         * mail-source.el (mail-source-touch-pop): Doc fix.
26296
26297         * message.el (message-smtpmail-send-it): Doc fix.
26298
26299 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
26300
26301         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
26302
26303         * nnmail.el (nnmail-split-fancy): do.
26304
26305         * gnus-kill.el (gnus-kill, gnus-execute): do.
26306
26307 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
26308
26309         * gnus-sum.el (gnus-widget-reversible-match)
26310         (gnus-widget-reversible-to-internal)
26311         (gnus-widget-reversible-to-external): New functions.
26312         (gnus-widget-reversible): New widget.
26313         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
26314
26315 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
26316
26317         * gnus-sum.el (gnus-thread-sort-functions)
26318         (gnus-article-sort-functions): Document `(not F)' items.
26319
26320 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
26321
26322         * spam.el (spam-use-gmane-xref): Add new backend.
26323         (spam-gmane-xref-spam-group): Add variable to control the name of the
26324         Gmane spam group.
26325         (spam-blackhole-servers, spam-blackhole-good-server-regex)
26326         (spam-regex-headers-spam, spam-regex-headers-ham)
26327         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
26328         (spam-list-of-checks): Add spam-use-gmane-xref to list of
26329         backends and checks.
26330         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
26331
26332         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
26333         an autodetect method.
26334
26335 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26336
26337         * gnus-int.el (gnus-request-accept-article): Inform the agent that
26338         articles are being added to a group.
26339         (gnus-request-replace-article): Inform the agent that articles
26340         need to be uncached as the cached contents are no longer valid.
26341
26342 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26343
26344         * binhex.el: Don't autoload executable-find.
26345
26346         * canlock.el: Don't autoload mail-fetch-field.
26347
26348         * dgnushack.el: Autoload c-mode for XEmacs.
26349
26350         * gnus-ems.el: Don't autoload appt-select-lowest-window.
26351
26352         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
26353         rmail-dont-reply-to and rmail-output.
26354
26355         * gnus-score.el: Don't autoload ffap-string-at-point.
26356
26357         * gnus-setup.el: Don't autoload sc-cite-original.
26358
26359         * imap.el: Don't autoload base64-decode-string,
26360         base64-encode-string and md5.
26361
26362         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
26363         and rmail-msg-restore-non-pruned-header.
26364
26365         * mm-decode.el: Don't autoload executable-find.
26366
26367         * mm-url.el: Don't autoload executable-find.
26368
26369         * mm-view.el: Don't autoload diff-mode.
26370
26371         * nndb.el: Don't autoload news-reply-mode, news-setup,
26372         cancel-timer and telnet.
26373
26374         * password.el: Don't autoload run-at-time for Emacs.
26375
26376         * sha1-el.el: Don't autoload executable-find.
26377
26378         * sieve-mode.el: Don't autoload c-mode.
26379
26380         * uudecode.el: Don't autoload executable-find.
26381
26382 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26383
26384         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
26385         (gnus-agent-possibly-alter-active): Avoid null in numeric
26386         comparison.
26387         (gnus-agent-set-local): Refuse to save null in local object table.
26388         (gnus-agent-regenerate-group): The REREAD parameter can now be a
26389         list of articles that will be marked as unread.
26390
26391 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26392
26393         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
26394
26395 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
26396
26397         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
26398         language tags.
26399
26400 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
26401
26402         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
26403         Don't bind "obarray".
26404
26405         * gnus-sum.el (gnus-thread-sort-functions):
26406         Add `gnus-thread-sort-by-most-recent-number' and
26407         `gnus-thread-sort-by-most-recent-date'.
26408         Reported by Kai Grossjohann <kai@emptydomain.de>.
26409
26410 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
26411
26412         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
26413
26414 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26415
26416         * gnus-cus.el (gnus-agent-customize-category):
26417         Remove ignore-errors macro reference that required cl to be loaded at
26418         run-time.
26419
26420         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
26421         single-interval range of the form (min . max).  Previously the
26422         range had to look like ((min . max)).  Likewise, return
26423         (min . max) rather than ((min . max)).
26424         (gnus-range-map): Use gnus-range-normalize to accept
26425         single-interval range.
26426
26427         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
26428         the cache, but not the agent, now appear with their usual face.
26429
26430         * dgnushack.el (loaddir): New variable that is bound to the
26431         directory containing the dgnushack.el file.  Use loaddir, rather
26432         than srcdir, to update load-path.  Change lets dgnushack compile
26433         code in directories other than GNUS/lisp.
26434
26435 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
26436
26437         * lpath.el: Don't bind w3m-safe-url-regexp.
26438
26439         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
26440         w3m-safe-url-regexp variable buffer-local.
26441
26442         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26443
26444 2004-02-27  Simon Josefsson  <jas@extundo.com>
26445
26446         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
26447         gnus-group-real-prefix.
26448         (gnus-summary-move-article): Use it, instead of
26449         gnus-group-real-prefix.
26450
26451 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26452
26453         * lpath.el: Bind w3m-safe-url-regexp.
26454
26455         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
26456         w3m-safe-url-regexp variable buffer-local and set it as the value
26457         of mm-w3m-safe-url-regexp.
26458
26459         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26460
26461         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
26462         parsing gnus-posting-styles when the message is not for replying.
26463
26464         * dgnushack.el: Autoload sgml-mode for XEmacs.
26465
26466         * nnrss.el (nnrss-opml-export):
26467         Use mm-set-buffer-file-coding-system instead of
26468         set-buffer-file-coding-system.
26469
26470 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
26471
26472         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
26473         of checkdoc.el).
26474         * nnrss.el: do.
26475         * gnus-mlspl.el: do.
26476         * gnus-ml.el: do.
26477         * gnus-srvr.el: do.
26478
26479         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
26480
26481 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
26482
26483         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
26484         Corrections to custom-manual links.
26485
26486         * gnus-art.el (gnus-article): Ditto.
26487
26488         * mm-decode.el (mime-display, mime-security): Ditto.
26489
26490 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26491
26492         * flow-fill.el: Typo.
26493
26494 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
26495
26496         * spam-wash.el: New file.
26497
26498 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
26499
26500         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
26501
26502 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
26503
26504         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
26505         to be run with new-articles as LIST1, not LIST2.
26506         (spam-registration-functions): Add spam-use-ham-copy as a nil
26507         registration backend.
26508
26509 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26510
26511         * spam-stat.el (spam-stat-washing-hook): New option.
26512         (spam-stat-buffer-words): Use it.
26513         (spam-stat-process-directory, spam-stat-test-directory):
26514         Use insert-file-contents-literally.
26515         (spam-stat-coding-system): New variable.
26516         (spam-stat-load, spam-stat-save): Use it.
26517
26518 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26519
26520         * spam-report.el (spam-report-plug-agent):
26521         Quote spam-report-url-to-file and spam-report-url-ping-plain.
26522
26523 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
26524
26525         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
26526         Allow / in mailto URLs.
26527
26528 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
26529
26530         * spam-report.el (spam-report-process-queue): Fix interactive use.
26531         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
26532         (spam-report-unplug-agent): Doc fixes.
26533         (spam-report-url-ping-mm-url, spam-report-url-to-file)
26534         (spam-report-agentize, spam-report-deagentize): Autoload.
26535
26536 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26537
26538         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
26539
26540         * message.el (message-setup-fill-variables): Add mml tags to
26541         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
26542         <ajk@iu.edu>.
26543         (message-mode): Don't modify paragraph-separate there.
26544
26545 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26546
26547         * compface.el (uncompface-use-external): Default to undecided.
26548         (uncompface-use-external-threshold): New variable.
26549         (uncompface-float-time): New macro.
26550         (uncompface): Determine whether to use the external decoder if
26551         uncompface-use-external is undecided.
26552
26553 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26554
26555         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
26556         after images.
26557
26558         * gnus-art.el (gnus-mime-display-single): Remove dead code.
26559
26560 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
26561
26562         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
26563
26564         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
26565
26566         * gnus-sum.el (gnus-summary-limit-to-age)
26567         (gnus-summary-limit-children): do.
26568
26569         * gnus-int.el (gnus-request-scan): do.
26570
26571         * gnus-group.el (gnus-group-suspend): do.
26572
26573         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
26574
26575         * gnus-cite.el (gnus-cite-parse-attributions): do.
26576
26577         * gnus-agent.el (gnus-summary-set-agent-mark)
26578         (gnus-agent-regenerate-group): do.
26579
26580         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
26581
26582         * binhex.el (binhex-decode-region-internal): do.
26583
26584 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26585
26586         * gnus-fun.el (gnus-face-properties-alist): New user option.
26587         (gnus-display-x-face-in-from): Use it.
26588
26589         * gnus-art.el (article-display-face): Ditto.
26590
26591         * compface.el (uncompface-use-external): Default to nil.
26592
26593 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
26594
26595         * nntp.el (nntp-erase-buffer): New function.
26596         (nntp-retrieve-data, nntp-send-command)
26597         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
26598         (nntp-possibly-change-group): Use it.
26599
26600         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
26601         Use with-current-buffer.
26602
26603 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
26604
26605         * compface.el: Merge the ELisp-based uncompface program.
26606         (compface): New customization group.
26607         (uncompface-use-external): New user option.
26608         (uncompface): Call uncompface-internal if uncompface-use-external
26609         is nil.
26610         (uncompface-internal): New function.  Note that there are also
26611         some other functions and variables added for this function.
26612
26613 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
26614
26615         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
26616         if necessary.
26617
26618 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
26619
26620         * spam-report.el (spam-report-unplug-agent)
26621         (spam-report-plug-agent, spam-report-deagentize)
26622         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
26623         Add support for the Agent in spam-report: when unplugged, report to a
26624         file; when plugged, submit all the requests.
26625
26626         * spam.el (spam-register-routine): Fix message about
26627         registration.
26628
26629 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
26630
26631         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
26632         dependencies.
26633         (rfc2047-encode): Use it.
26634
26635         * gnus-art.el (gnus-button-marker-list): Move before first
26636         reference.
26637
26638         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
26639         (imap-parse-body): Fix format string mismatch.
26640
26641         * gnus-score.el (gnus-summary-increase-score): do.
26642
26643         * nnrss.el (nnrss-close): New function.
26644
26645 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
26646
26647         * nnrss.el (nnrss-make-filename): New function.
26648         (nnrss-request-delete-group, nnrss-read-server-data)
26649         (nnrss-save-server-data, nnrss-read-group-data)
26650         (nnrss-save-group-data): Use it.
26651         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
26652         (nnrss-read-server-data, nnrss-read-group-data): Use load.
26653         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
26654
26655 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
26656
26657         * mml.el (mml-compute-boundary-1): Don't uncompress files.
26658
26659 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
26660
26661         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
26662         files.
26663
26664         * message.el (message-generate-headers-first): Don't quote nil
26665         and t in docstrings.
26666
26667         * imap.el (imap-id): do.
26668
26669         * gnus-agent.el (gnus-agent-consider-all-articles)
26670         (gnus-agent-queue-mail): do.
26671
26672 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
26673
26674         * spam-report.el (spam-report-process-queue): New function.
26675         Process requests from `spam-report-requests-file'.
26676         (spam-report-process-queue): Doc fix.
26677
26678 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
26679
26680         * spam.el (spam-register-routine)
26681         (spam-log-processing-to-registry, spam-log-registered-p)
26682         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26683         Change "check" to "spam-check" for semi-clarity.
26684
26685 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
26686
26687         * pop3.el: Require nnheader.
26688
26689         * mml-smime.el: Require cl.  Autoload message-fetch-field.
26690
26691         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
26692
26693         * gnus-picon.el: Require cl.
26694
26695         * gnus-fun.el: Require gnus-ems and gnus-util.
26696
26697         * gnus.el (gnus-method-to-server): Move defsubst before first use.
26698
26699         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
26700
26701         * gnus-art.el (gnus-article-edit-mode): Define before first
26702         reference.
26703
26704 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
26705
26706         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
26707         (gnus-uu-post-encoded): Use point-at-bol.
26708
26709         * gnus-topic.el (gnus-group-active-topic-p): do.
26710
26711         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
26712
26713         * gnus-group.el (gnus-group-kill-region): do.
26714
26715         * gnus-art.el (article-date-ut): do.
26716
26717         * message.el (message-fetch-field): Remove redundant
26718         case-fold-search binding.
26719         (message-narrow-to-field): Simplify.
26720
26721 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
26722
26723         * spam.el (spam-directory): Derive from `gnus-directory'.
26724
26725         * spam-report.el (spam-report-url-to-file)
26726         (spam-report-requests-file): New function and variable for offline
26727         reporting.
26728         (spam-report-url-ping-function): Add `spam-report-url-to-file'
26729         and user defined function.
26730         (spam-report-url-ping-mm-url): Remove doubled slash.
26731
26732 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
26733
26734         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
26735
26736 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
26737
26738         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
26739         Fix format string mismatch.
26740
26741         * sieve.el (sieve-deactivate-all): do.
26742
26743         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
26744
26745         * nnlistserv.el (nnlistserv-kk-wash-article): do.
26746
26747         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
26748
26749         * mm-bodies.el (mm-7bit-chars): Don't include \r.
26750
26751 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
26752
26753         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
26754         the list of checks.
26755
26756 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
26757
26758         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
26759         padding.
26760
26761 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
26762
26763         * mm-view.el (mm-fill-flowed): New variable.
26764         (mm-inline-text): Use it.
26765
26766 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
26767
26768         * spam.el (spam-spamassassin-register-ham-routine)
26769         (spam-spamassassin-register-spam-routine): Fix function names.
26770
26771 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26772
26773         * gnus.el (gnus-tmp-grouplens): Remove.
26774         (gnus-summary-line-format): Remove grouplens.
26775
26776         * gnus-group.el (gnus-group-line-format): Ditto.
26777
26778         * gnus-spec.el (gnus-format-specs): Ditto.
26779         (gnus-update-format-specifications): Flush the group format spec
26780         cache if there's the grouplens stuff.
26781         (gnus-parse-simple-format): Replace %l with the empty string.
26782
26783 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
26784
26785         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
26786         omission.
26787
26788 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26789
26790         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
26791         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26792
26793 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26794
26795         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
26796         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
26797         New macros and functions.
26798         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
26799         Handle > NLINK_MAX messages.
26800         * nnmaildir.el (nnmaildir-request-set-mark):
26801         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
26802
26803 2004-01-25  Alex Schroeder  <alex@gnu.org>
26804
26805         * spam-stat.el (spam-stat-process-directory-age): New option.
26806         (spam-stat-process-directory): Use it.
26807
26808 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
26809
26810         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
26811         (spam-stat-save): Accept prefix argument.
26812
26813 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
26814
26815         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
26816         links" error.
26817
26818 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26819
26820         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
26821         the rest of the and/or forms.
26822
26823 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26824
26825         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
26826         compatibility with old .newsrc.eld files.
26827
26828         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
26829
26830         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
26831
26832         * gnus-start.el (gnus-1): do.
26833
26834         * gnus-group.el (gnus-group-line-format-alist): do.
26835
26836         * gnus.el (gnus-use-grouplens, gnus-visual): do.
26837
26838         * gnus-gl.el: Remove.
26839
26840 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26841
26842         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
26843         marks consisting of a single range {for example, (3 . 5)} rather
26844         than a list of a single range { ((3 . 5)) }.
26845
26846 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26847
26848         * spam-stat.el (spam-stat-store-gnus-article-buffer):
26849         Use with-current-buffer.
26850         (spam-stat-store-current-buffer): Use insert-buffer-substring to
26851         avoid consing a string.
26852
26853         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
26854         Remove obsolete entries for big5 and gb2312.
26855
26856 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26857
26858         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
26859         uncompressed list.
26860
26861 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
26862
26863         * spam-stat.el (spam-stat-strip-xref): New function.
26864         (spam-stat-process-directory): Use it.
26865
26866         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
26867         here -- it's done in message-fetch-field.
26868
26869 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26870
26871         * gnus-agent.el (gnus-agent-queue-mail)
26872         (gnus-agent-prompt-send-queue): New variables.
26873         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
26874         * gnus-draft.el (gnus-group-send-queue): Pass the group name
26875         "nndraft:queue" along to gnus-draft-send.
26876         Use gnus-agent-prompt-send-queue.
26877         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
26878         is "nndraft:queue".  Suggested by Gaute Strokkenes
26879         <gs234@srcf.ucam.org>
26880
26881         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
26882         (agent-enable-undownloaded-faces): Add.
26883         (gnus-agent-cat-groups): Use eval-and-compile, not
26884         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
26885         method of gnus-agent-cat-groups even when the buffer has been
26886         evaled.
26887         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
26888         delete gnus-agent-save-active-1.
26889         (gnus-agent-save-groups): Delete.  Identical to
26890         gnus-agent-save-active.
26891         (gnus-agent-write-active): No longer adjust agent's copy of active
26892         file as agent's adjustments are now stored in their own
26893         file.  Remove optional parameter.
26894         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
26895         servers.  Add use of min/max range limits from server's local
26896         file.
26897         (gnus-agent-save-alist): Remove unused optional argument.
26898         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
26899         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
26900         (gnus-agent-set-local): A per-server file that keeps min/max range
26901         limits for articles known to the agent.  Provides a fast mechanism
26902         for altering many active ranges.
26903         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
26904         active file (local makes it unnecessary).
26905         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
26906
26907         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
26908         (agent-enable-undownloaded-faces): Add.
26909
26910         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
26911         disable it when sending to "nndraft:queue".
26912         (gnus-group-send-queue): Add safety check to avoid sending queue
26913         when unplugged.
26914
26915         * gnus-group.el (gnus-group-catchup): Use new
26916         gnus-sequence-of-unread-articles, not
26917         gnus-list-of-unread-articles, to avoid exhausting memory with huge
26918         numbers of articles.  Use gnus-range-map to avoid having to
26919         uncompress the unread list.
26920         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
26921         Fix invalid ange-ftp reference.
26922
26923         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
26924         (gnus-sorted-range-intersection): Intersection of two ranges
26925         without requiring that they first be uncompressed.
26926
26927         * gnus-start.el (gnus-activate-group): Unless blocked by the
26928         caller, possibly expand the active range to include both cached
26929         and agentized articles.
26930         (gnus-convert-old-newsrc): Rewrote in anticipation of having
26931         multiple version-dependent converters.
26932         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
26933         gnus-agent-save-active.
26934         (gnus-save-newsrc-file): Save dirty agent range limits.
26935
26936         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
26937         gnus-agent-possibly-alter-active.
26938         (gnus-adjust-marked-articles): Faster handling of simple lists.
26939
26940 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
26941
26942         * spam-stat.el (spam-stat-test-directory): New optional argument
26943         displays a list of files detected.  Suggested by Andrew Cohen
26944         <cohen@andy.bu.edu>.
26945         (spam-stat-buffer-words-with-scores): Don't narrow and change
26946         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
26947
26948 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
26949
26950         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
26951         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
26952         (spam-spamassassin-arguments)
26953         (spam-spamassassin-spam-flag-header)
26954         (spam-spamassassin-positive-spam-flag-header)
26955         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
26956         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
26957         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
26958         (spam-list-of-processors, spam-list-of-checks)
26959         (spam-list-of-statistical-checks, spam-registration-functions)
26960         (spam-check-spamassassin-headers, spam-check-spamassassin)
26961         (spam-spamassassin-score)
26962         (spam-spamassassin-register-with-sa-learn)
26963         (spam-spamassassin-register-spam-routine)
26964         (spam-spamassassin-register-ham-routine)
26965         (spam-assassin-register-spam-routine)
26966         (spam-assassin-register-ham-routine): Add SpamAssassin support.
26967         (spam-bogofilter-score): Fix to show article before scoring.
26968
26969 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
26970
26971         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
26972         default scoring function.
26973         (spam-generic-score): Call spam-spamassassin-score if
26974         spam-use-spamassassin or spam-use-spamassassin-headers is on;
26975         spam-bogofilter-score otherwise.
26976
26977         * gnus.el (spam-process, spam-autodetect-methods):
26978         Add spamassassin and spamassassin-headers.
26979
26980 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
26981
26982         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
26983         Suppress unnecessary messages.
26984
26985 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
26986
26987         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
26988         make-hash-table.
26989
26990 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26991
26992         * canlock.el (base64-encode-string): Don't autoload it.
26993
26994 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
26995
26996         * run-at-time.el: Remove useless (require 'itimer),
26997         eval-and-compile and (featurep 'xemacs).
26998
26999 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
27000
27001         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
27002         GROUP is a virtual group.
27003
27004 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
27005
27006         * gnus.el: Autoload `message-y-or-n-p'.
27007
27008 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
27009
27010         * pgg-parse.el: Remove unnecessary (require 'custom).
27011
27012         * pgg-def.el: do.
27013
27014         * nnmail.el: do.
27015
27016         * gnus-undo.el: do.
27017
27018         * gnus-picon.el: do.
27019
27020         * gnus-util.el: do.
27021
27022 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
27023
27024         * gnus-sum.el (gnus-pick-line-number): Add autoload.
27025
27026 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27027
27028         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
27029         handle, as well as a list.
27030
27031         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
27032         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
27033         (mm-w3m-cid-retrieve): Simplify.
27034
27035 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
27036
27037         * message.el (message-kill-to-signature): Allow prefix arg to
27038         specify number of lines to keep before signature.
27039
27040 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
27041
27042         * message.el (message-kill-to-signature): Change docstring.
27043
27044 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27045
27046         * canlock.el: Always require sha1-el.
27047         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
27048
27049         * message.el: Autoload sha1 only when compiling.
27050
27051         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
27052         eudc-expand-inline for XEmacs.
27053
27054 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
27055
27056         * message.el (message-canlock-generate): Require sha1-el.
27057
27058 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
27059
27060         * message.el (message-expand-name): Silence the byte compiler.
27061
27062         * lpath.el: Add detect-coding-system.
27063
27064         * dgnushack.el (dgnushack-compile): Remove obsolete check for
27065         cus-edit.
27066
27067 2004-01-13  Simon Josefsson  <jas@extundo.com>
27068
27069         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
27070         Invoke gnus-score-mode.
27071         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27072
27073         * gnus-range.el (gnus-compress-sequence): Doc fix.
27074         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
27075
27076 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27077
27078         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
27079
27080 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
27081
27082         * spam.el (spam-get-article-as-string): Update to use
27083         gnus-request-article-this-buffer, much simpler.
27084         (spam-get-article-as-buffer): Remove.
27085
27086 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
27087
27088         * message.el (message-expand-name): Use EUDC if the user uses that.
27089
27090 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27091
27092         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
27093         character for the encoding to avoid consing a string.
27094
27095         * rfc2047.el (rfc2047-decode-string): Don't cons a string
27096         unnecessarily.
27097
27098         * mm-util.el (mm-replace-chars-in-string): Remove.
27099
27100         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
27101         of mm-replace-chars-in-string.
27102
27103 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
27104
27105         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
27106
27107         * mm-util.el (mm-subst-char-in-string): Support inplace.
27108
27109         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
27110         a new string in every iteration.  Use shy groups.
27111
27112 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
27113
27114         * gnus-srvr.el (gnus-browse-unsubscribe-group):
27115         * gnus-soup.el (gnus-soup-group-brew):
27116         * gnus-msg.el (gnus-put-message):
27117         * gnus-move.el (gnus-group-move-group-to-server):
27118         * gnus-kill.el (gnus-batch-score):
27119         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
27120         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
27121         (gnus-group-update-group, gnus-group-read-group)
27122         (gnus-group-make-group, gnus-group-make-help-group)
27123         (gnus-group-make-archive-group, gnus-group-make-directory-group)
27124         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
27125         (gnus-group-sort-by-unread, gnus-group-catchup)
27126         (gnus-group-unsubscribe-group, gnus-group-kill-group)
27127         (gnus-group-yank-group, gnus-group-set-info)
27128         (gnus-group-list-groups):
27129         * gnus.el (gnus-generate-new-group-name):
27130         * gnus-delay.el (gnus-delay-send-queue):
27131         * nnvirtual.el (nnvirtual-catchup-group):
27132         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
27133         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
27134         (gnus-group-prepare-topics, gnus-topic-check-topology):
27135         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
27136         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
27137         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
27138         (gnus-group-make-articles-read):
27139         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
27140         (gnus-group-change-level, gnus-kill-newsgroup)
27141         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
27142         (gnus-get-unread-articles, gnus-make-articles-unread)
27143         (gnus-make-ascending-articles-unread): Use accessor
27144         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
27145         to get group information for improved readability.
27146
27147
27148 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27149
27150         * gnus-art.el (article-decode-mime-words, article-babel)
27151         (gnus-article-highlight-signature, gnus-article-add-buttons)
27152         (gnus-signature-toggle): Use gnus-with-article-buffer.
27153
27154         * gnus-art.el (gnus-article-highlight-headers)
27155         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
27156
27157         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
27158         (gnus-article-set-globals, gnus-request-article-this-buffer)
27159         (gnus-button-message-id, gnus-article-maybe-hide-headers)
27160         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
27161         (gnus-mime-display-alternative): Use with-current-buffer.
27162
27163 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27164
27165         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
27166         also under 80 char limit, and call gnus-error if needed.
27167         (spam-fetch-article-header): Fix - it was a
27168         buffer-local variable (gnus-newsgroup-data).
27169         (spam-find-spam): Use spam-generate-fake-headers, forget about
27170         spam-insert-fake-headers.
27171         (spam-insert-fake-headers): Remove.
27172
27173 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27174
27175         * deuglify.el (gnus-article-outlook-unwrap-lines)
27176         (gnus-outlook-rearrange-article)
27177         (gnus-outlook-repair-attribution-outlook)
27178         (gnus-outlook-repair-attribution-block)
27179         (gnus-outlook-repair-attribution-other): Remove redundant
27180         save-excursion.
27181
27182 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27183
27184         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
27185         (spam-fetch-field-subject-fast)
27186         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
27187         (spam-fetch-article-header): Add functions to deal with Gnus
27188         internals for fast retrieval of article header data.
27189         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
27190
27191 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27192
27193         * pop3.el (pop3-md5): Remove.
27194         (pop3-apop): Replace pop3-md5 with md5.
27195
27196         * mm-bodies.el: base64 is always built-in.
27197
27198         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
27199         Use with-current-buffer.
27200
27201 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27202
27203         * canlock.el (canlock-insert-header): Remove excessive grouping in
27204         regexp.
27205
27206         * gnus-sum.el (gnus-summary-read-document): Ditto.
27207
27208         * gnus-uu.el (gnus-uu-part-number): Ditto.
27209
27210         * html2text.el (html2text-remove-tags): Ditto.
27211         (html2text-format-tags): Ditto.
27212         (html2text-format-single-elements): Ditto.
27213
27214         * mml.el (mml-parse-1): Ditto.
27215
27216 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27217
27218         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
27219
27220         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
27221
27222         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
27223
27224         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
27225
27226 2003-11-15  Simon Josefsson  <jas@extundo.com>
27227
27228         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
27229         (pgg-gpg-lookup-key): Use regexp match instead of
27230         split-string (split-string is different between emacs 21.2 and
27231         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
27232
27233 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27234
27235         * gnus-art.el (gnus-mime-view-all-parts)
27236         (gnus-article-part-wrapper, gnus-article-view-part):
27237         Use with-current-buffer.
27238
27239 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27240
27241         * spam.el (spam-disable-spam-split-during-ham-respool)
27242         (spam-spamoracle-database, spam-cache-lookups)
27243         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
27244         (spam-group-ham-mark-p, spam-group-spam-mark-p)
27245         (spam-group-ham-marks, spam-group-spam-marks)
27246         (spam-group-spam-contents-p, spam-group-ham-contents-p)
27247         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
27248         also add spam-use-blackholes to the statistical checks.
27249         (spam-fetch-field-fast): Add interface to fetching fields, may
27250         become a macro.
27251         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
27252         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
27253         (spam-insert-fake-headers): Fake an article when needed.
27254         (spam-find-spam): Fake article when possible.
27255         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
27256         (spam-check-bogofilter-headers): Use message-fetch-field instead
27257         of nnmail-fetch-field.
27258
27259 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
27260
27261         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
27262
27263 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27264
27265         * spam.el (spam-split): Do not require spam-use-CHECK to be
27266         enabled if that check is passed to spam-split explicitly; also
27267         fix so 'spam doesn't get converted to spam-split-group when
27268         spam-split-symbolic-return is t.
27269         (spam-find-spam): Find registrations of the article and use those
27270         instead of re-running spam-split to find the spam/ham
27271         classification of the article.
27272         (spam-log-processing-to-registry, spam-log-registered-p)
27273         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27274         Use gnus-error instead of gnus-message.
27275         (spam-log-registration-type): Add function to determine the
27276         classification of a message based on registry entries; will
27277         return nil if both 'spam and 'ham are found.
27278         (spam-check-BBDB): Expand all the BBDB macros here so we can have
27279         a reasonably fast local cache without the loading errors.
27280         (spam-cache-lookups): Set to t by default.
27281         (spam-find-spam): Don't try to guess spam-cache-lookups.
27282         (spam-enter-whitelist, spam-enter-blacklist): Clear the
27283         spam-caches entry.
27284         (spam-filelist-build-cache, spam-filelist-check-cache):
27285         Fix caching of whitelist/blacklist entries.
27286         (spam-check-whitelist, spam-check-blacklist):
27287         Invoke spam-from-listed-p with a type, not a cache variable.
27288         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
27289
27290 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27291
27292         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
27293
27294         * nnmail.el (nnmail-split-fancy): do.
27295
27296         * mml.el (mml-parse): do.
27297
27298         * gnus-score.el (gnus-enter-score-words-into-hashtb)
27299         (gnus-score-adaptive): do.
27300
27301 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27302
27303         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
27304         (gnus-mime-button-map): Don't set keymap parent.
27305         (gnus-button-ctan-directory-regexp): Use shy grouping.
27306         (gnus-prev-page-map): Don't set keymap parent.
27307         (gnus-prev-page-map): Remove duplicated one.
27308         (gnus-next-page-map): Don't set keymap parent.
27309         (gnus-mime-security-button-map): Ditto.
27310
27311         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
27312         version number.
27313
27314         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
27315
27316 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27317
27318         * canlock.el (canlock-sha1-function): Remove.
27319         (canlock-sha1-function-for-verify): Remove.
27320         (canlock-openssl-program): Remove.
27321         (canlock-openssl-args): Remove.
27322         (canlock-ignore-errors): Remove.
27323         (canlock-sha1-with-openssl): Remove.
27324         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
27325         (canlock-verify): Don't use canlock-ignore-errors.
27326
27327         * sha1-el.el (sha1-string-external): Make it can return a string
27328         in binary form.
27329         (sha1-region-external): Ditto.
27330         (sha1-string-internal): Ditto.
27331         (sha1-region-internal): Ditto.
27332         (sha1-region): Ditto.
27333         (sha1-string): Ditto.
27334         (sha1): Ditto.
27335
27336 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27337
27338         * spam.el (spam-report-articles-gmane): New command.
27339
27340 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27341
27342         * gnus.el: Don't make unnecessary *Group* buffer when loading.
27343
27344         * run-at-time.el (run-at-time-saved): Remove.
27345         (run-at-time): Doc fix.
27346
27347 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27348
27349         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
27350         (gnus-summary-limit-map): Add it.
27351         (gnus-summary-make-menu-bar): do.
27352
27353 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
27354
27355         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
27356         Make attempt at some caching support (done for BBDB only now).
27357         (spam-find-spam): Set spam-cache-lookups if there are more than 2
27358         addresses to be checked.
27359         (spam-clear-cache-BBDB): Add function, to be invoked by
27360         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
27361         (spam-check-BBDB): Check and use the caches, if
27362         spam-cache-lookups is on, remove superfluous (provide).
27363
27364 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
27365
27366         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
27367
27368 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
27369
27370         * run-at-time.el (run-at-time-saved): Move to after the definition
27371         of `run-at-time'.
27372
27373         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
27374
27375 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27376
27377         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
27378         mm-w3m-local-map-property.
27379
27380         * mm-view.el (mm-w3m-mode-map): Remove.
27381         (mm-w3m-local-map-property): Remove.
27382         (mm-inline-text-html-render-with-w3m): Don't use
27383         mm-w3m-local-map-property.
27384
27385 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27386
27387         * run-at-time.el: New file.
27388
27389         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
27390         under Emacs.
27391
27392         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
27393         of gnus-set-text-properties.
27394
27395         * gnus-uu.el (gnus-uu-save-article): Ditto.
27396
27397         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
27398
27399         * gnus-cite.el (gnus-cite-parse): Ditto.
27400
27401         * gnus-art.el (gnus-button-push): Use set-text-properties instead
27402         of gnus-.
27403
27404         * gnus-xmas.el (run-at-time): Require run-at-time.
27405
27406         * gnus.el: Change calls to nnheader-run-at-time and
27407         password-run-at-time throughout to use run-at-time directly.
27408
27409         * password.el: Remove definition of run-at-time.
27410
27411         * nnheaderxm.el: Remove definition of run-at-time.
27412
27413 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
27414
27415         * mml.el (mml-minibuffer-read-disposition): Show attachment type
27416         in prompt.
27417
27418 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27419
27420         * messagexmas.el (message-xmas-redefine): Alias
27421         `message-make-caesar-translation-table' to
27422         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
27423         version.
27424
27425         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
27426         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
27427         `gnus-xmas-set-text-properties'.
27428         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
27429         `gnus-xmas-completing-read'.
27430         (gnus-xmas-completing-read): Removed.
27431         (gnus-xmas-open-network-stream): Removed.
27432
27433         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
27434         XEmacs version.
27435
27436         * dns.el (dns-make-network-process): Use `open-network-stream'
27437         instead of `gnus-xmas-open-network-stream'.
27438
27439         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
27440
27441         * .cvsignore: Add auto-autoloads.el, custom-load.el.
27442
27443 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27444
27445         * gnus-art.el (gnus-mime-display-alternative)
27446         (gnus-insert-mime-button, gnus-insert-mime-security-button)
27447         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
27448         Don't use gnus-local-map-property.
27449
27450         * gnus-util.el (gnus-local-map-property): Remove.
27451
27452         * mm-view.el (mm-view-pkcs7-decrypt):
27453         Replace gnus-completing-read-maybe-default with completing-read.
27454
27455         * gnus-util.el (gnus-completing-read): do.
27456         (gnus-completing-read-maybe-default): Remove.
27457
27458 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27459
27460         * password.el: Only autoload `run-at-time' if not XEmacs.
27461         Only autoload the itimer functions if XEmacs.
27462
27463 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27464
27465         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
27466         XEmacsen.
27467
27468         * dgnushack.el: Autoload executable-find for XEmacs.
27469
27470 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27471
27472         * gnus-art.el (gnus-read-string): Remove.
27473         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
27474         read-string.
27475
27476 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
27477
27478         * netrc.el: Autoload password-read.
27479         (netrc): Add configuration group.
27480         (netrc-encoding-method, netrc-openssl-path):
27481         Add variables for encoding and decoding of files with symmetric
27482         ciphers.
27483         (netrc-encode): Add assistant function to encode a file with
27484         netrc-encoding-method.
27485         (netrc-parse): Add interactive parameter, added optional
27486         decoding if netrc-encoding-method is non-nil but otherwise
27487         behavior is standard.
27488         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
27489         Do s/encode/encrypt/ everywhere.
27490
27491         * spam.el: Remove executable-find autoload.
27492
27493 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27494
27495         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
27496
27497         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
27498
27499 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
27500
27501         * gnus-art.el (gnus-treat-ansi-sequences)
27502         (article-treat-ansi-sequences): New variable and function.
27503         Suggested by Dan Jacobson <jidanni@jidanni.org>.
27504
27505         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
27506         Use it.
27507
27508 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27509
27510         * mm-util.el (mm-quote-arg): Remove.
27511
27512         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
27513         shell-quote-argument.
27514
27515         * gnus-uu.el (gnus-uu-command): do.
27516
27517         * gnus-sum.el (gnus-summary-insert-pseudos): do.
27518
27519         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
27520         with make-char.
27521
27522         * mm-util.el (mm-make-char): Remove.
27523
27524         * mml.el (mml-mode): Replace gnus-add-minor-mode with
27525         add-minor-mode.
27526
27527         * gnus-undo.el (gnus-undo-mode): do.
27528
27529         * gnus-topic.el (gnus-topic-mode): do.
27530
27531         * gnus-sum.el (gnus-dead-summary-mode): do.
27532
27533         * gnus-start.el (gnus-slave-mode): do.
27534
27535         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
27536
27537         * gnus-ml.el (gnus-mailing-list-mode): do.
27538
27539         * gnus-gl.el (gnus-grouplens-mode): do.
27540
27541         * gnus-draft.el (gnus-draft-mode): do.
27542
27543         * gnus-dired.el (gnus-dired-mode): do.
27544
27545         * gnus-ems.el (gnus-add-minor-mode): Remove.
27546
27547         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27548         Replace gnus-char-width with char-width.
27549
27550         * gnus-ems.el (gnus-char-width): Remove.
27551
27552         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27553         Replace gnus-char-width with char-width.
27554
27555         * gnus-ems.el (gnus-char-width): Remove.
27556
27557         * spam-stat.el (with-syntax-table): Remove with-syntax-table
27558         definition.
27559         Remove Emacs 20 hash table compatibility code.
27560
27561         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
27562         20 compatibility code.
27563
27564         * spam.el (spam-point-at-eol): Replace with point-at-eol.
27565
27566         * smime.el (smime-point-at-eol): Replace with point-at-eol.
27567
27568         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
27569         Replace with point-at-{eol,bol}.
27570
27571         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
27572
27573         * imap.el (imap-point-at-eol): Replace with point-at-eol.
27574
27575         * flow-fill.el (fill-flowed-point-at-bol)
27576         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
27577
27578         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
27579         Replace with point-at-{eol,bol} throughout all files.
27580
27581 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
27582
27583         * ntlm.el (ntlm-string-as-unibyte): New macro.
27584         (ntlm-build-auth-response): Use it.
27585
27586         Remove Emacs 20 stuff:
27587         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
27588         (butlast, mapc, remove): Remove the compiler macros.
27589         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
27590         of delq and copy-sequence.
27591         * gnus-art.el (popup-menu): Remove the compiler macro.
27592         * nnmail.el (nnmail-split-fancy): Don't support customizing with
27593         Emacs 20.
27594
27595 2004-01-05  Simon Josefsson  <jas@extundo.com>
27596
27597         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
27598         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
27599         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
27600         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
27601         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
27602         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
27603         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
27604         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
27605         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
27606         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
27607         ntlm-string-permute, string-lshift into ntlm-string-lshift,
27608         string-xor into ntlm-string-xor.
27609         Suggested by Jesper Harder <harder@myrealbox.com>.
27610
27611         * ntlm.el: Don't include poem.
27612
27613         * md4.el (print-int32, print-string-hexa): Remove.
27614         Suggested by Jesper Harder <harder@myrealbox.com>.
27615
27616         * sasl-ntlm.el, ntlm.el, md4.el: New files.
27617
27618         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
27619         probably breaks emacs with DL patch, but do we care? Is anyone
27620         still using the DL stuff?)
27621
27622         * sieve-manage.el: Use the password package.
27623         (sieve-manage-read-passwd): Remove.
27624         (sieve-manage-interactive-login): Use password.  Re-add
27625         condition-case around loop.
27626
27627         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
27628         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
27629         Use the password package.
27630
27631 2003-02-19  Simon Josefsson  <jas@extundo.com>
27632
27633         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
27634         token.
27635
27636 2002-08-07  Simon Josefsson  <jas@extundo.com>
27637
27638         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
27639         (sieve-manage-authenticators)
27640         (sieve-manage-authenticator-alist): Add some SASL mechs.
27641         (sieve-sasl-auth): New function.
27642         (sieve-manage-cram-md5-auth)
27643         (sieve-manage-plain-auth): Rewrite using SASL library.
27644         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
27645         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
27646         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
27647         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
27648
27649 2004-01-05  Simon Josefsson  <jas@extundo.com>
27650
27651         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
27652         New files.
27653
27654 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27655
27656         * gnus-group.el (gnus-no-groups-message): Update.
27657
27658         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
27659
27660 2003-11-09  Simon Josefsson  <jas@extundo.com>
27661
27662         * imap.el: Support for ID IMAP extension (RFC 2971).
27663         (imap-local-variables): Add imap-id.
27664         (imap-id): New variable.
27665         (imap-id): New function.
27666         (imap-parse-response): Parse untagged ID response.
27667         * nnimap.el (nnimap-id): New variable.
27668         (nnimap-open-connection): Use it.
27669
27670 2003-12-28  Simon Josefsson  <jas@extundo.com>
27671
27672         * gnus-score.el (gnus-score-edit-all-score): New.
27673         * gnus-group.el (gnus-group-score-map): Bind it to W e.
27674
27675 2004-01-04  Simon Josefsson  <jas@extundo.com>
27676
27677         * password.el: Add.
27678
27679 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
27680
27681         * dns.el (dns-query-types): Fix typo.
27682         (dns-query-types): New function.
27683         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
27684         PTR and SOA replies, see RFC 1035.
27685
27686 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27687
27688         * gnus.el (gnus-logo-color-style): Change colors to `no'.
27689
27690         * Move to Changelog.2.
27691
27692 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27693
27694         * gnus.el (gnus-version-number): Bump version.
27695
27696 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27697
27698         * gnus.el: No Gnus v0.1 is released.
27699
27700 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27701
27702         * gnus.el: No Gnus v0.0 is released.
27703
27704 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27705
27706         * gnus.el (gnus-version-number): Bump.
27707         (gnus-version): No.
27708
27709 See ChangeLog.2 for earlier changes.
27710
27711   Copyright (C) 2004-2014 Free Software Foundation, Inc.
27712
27713   This file is part of GNU Emacs.
27714
27715   GNU Emacs is free software: you can redistribute it and/or modify
27716   it under the terms of the GNU General Public License as published by
27717   the Free Software Foundation, either version 3 of the License, or
27718   (at your option) any later version.
27719
27720   GNU Emacs is distributed in the hope that it will be useful,
27721   but WITHOUT ANY WARRANTY; without even the implied warranty of
27722   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27723   GNU General Public License for more details.
27724
27725   You should have received a copy of the GNU General Public License
27726   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
27727
27728 ;; Local Variables:
27729 ;; coding: utf-8
27730 ;; fill-column: 79
27731 ;; add-log-time-zone-rule: t
27732 ;; End: