nnimap.el, pop3.el: Make IMAP and POP3 warn unless encrypted
[gnus] / lisp / ChangeLog
1 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * pop3.el (pop3-open-server): Warn unless encrypted.
4
5         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
6
7 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
8
9         Port new time stamp handling to Emacs 23.2.
10         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
11         * time-date.el (time-add, time-subtract, time-less-p):
12         Use eval-and-compile, not eval-when-compile.
13
14 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
15
16         * message.el (message-valid-fqdn-regexp): Add non-internaional new
17         TLDs.
18
19 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
20
21         Port new time stamp handling to old Emacs and to XEmacs.
22         This is needed for Gnus, which copies time-date.el and which
23         runs on older Emacs implementations.
24         * time-date.el (with-decoded-time-value):
25         Handle 'nil' and floating-point arg more compatibly with new Emacs.
26         (encode-time-value, with-decoded-time-value):
27         Obsolete only if new Emacs.
28         (time-add, time-subtract, time-less-p): Define if not new Emacs.
29
30         Improve time stamp handling, and be more consistent about it.
31         This implements a suggestion made in:
32         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
33         Among other things, this means timer.el no longer needs to
34         autoload the time-date module.
35         * time-date.el (seconds-to-time, days-to-time, time-since)
36         (with-decoded-time-value):
37         Treat 'nil' as current time.  This is mostly for XEmacs.
38         (encode-time-value, with-decoded-time-value): Obsolete.
39         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
40         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
41
42 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
43
44         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
45         discarding changes in ephemeral groups.
46
47         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
48         things the user isn't interested in.
49
50 2014-11-13  Julien Danjou  <jd@abydos>
51
52         * gnus-notifications.el (gnus-notifications-notify): Provide both
53         app-icon and image-path.
54
55 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
56
57         * mm-url.el (mm-url-encode-multipart-form-data):
58         Restore to handle "multipart/form-data" by eww.
59
60 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
61
62         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
63         Landscheidt.
64
65 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
66
67         Simplify use of current-time and friends.
68         * gnus-delay.el (gnus-delay-article):
69         * gnus-sum.el (gnus-summary-read-document):
70         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
71         * message.el (message-make-expires-date):
72         Omit unnecessary call to current-time.
73         * gnus-util.el (gnus-float-time): Simplify to an alias because
74         time-to-seconds now behaves like float-time with respect to nil arg.
75         (gnus-seconds-year): Don't call current-time twice to get the current
76         time stamp, as this can lead to inconsistent results.
77         * time-date.el (time-to-seconds) [!float-time]:
78         Use current time if arg is nil, to be compatible with float-time.
79         (time-date--day-in-year): New function, with most of the guts of
80         the old time-to-day-in-year.
81         (time-to-day-in-year): Use it.
82         (time-to-days): Use it, to avoid decoding the same time stamp twice.
83
84 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
85
86         * gnus.el (gnus-mode-line-buffer-identification):
87         Don't add image data for a non-graphic display (bug#18813).
88
89 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
90
91         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
92         load-path, it blocks autoloading of find-image (bug#18813).
93
94 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
95
96         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
97         to keep connection open (bug#18728).
98
99 2014-10-20  Glenn Morris  <rgm@gnu.org>
100
101         * Merge in all changes up to 24.4 release.
102
103 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
104
105         * message.el (message-insert-signature): Use `newline' instead of
106         inserting explicit "\n".
107
108 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
109
110         * gnus-icalendar.el: Support vcal format timezones.
111         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
112         compute dates with associated timezone.
113         (gnus-icalendar-event-from-ical): Compute all timezones.
114
115 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
116
117         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
118         check the newsrc.eld file's timestamp before saving it.
119         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
120         timestamp has changed to be newer.
121
122 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
123
124         * gnus-icalendar.el (gnus-icalendar-identities):
125         Include message-alternative-emails.
126
127 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
128
129         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
130         New compatibility functions.
131         (ntlm-build-auth-response): Use them.
132
133 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
134
135         * ntlm.el (ntlm-build-auth-request):
136         Add NTLM2 Session support.  (Bug#15603)
137
138 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
139
140         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
141         expired messages only when it was built in reverse order.
142
143 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
144
145         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
146         last so it can be used in `message-send-hook'.
147
148 2014-09-29  Daiki Ueno  <ueno@gnu.org>
149
150         * mml.el (mml-parse-1): Error out if unknown mode is specified in
151         <#secure> tag (bug#18513).
152
153 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
154
155         * parse-time.el: Require cl when compiling.
156
157 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
158
159         Use cl-lib as much as possible following the 2014-09-26 change
160         in the Emacs trunk.
161         * parse-time.el: Try requiring cl-lib.
162         (parse-time-incf): Alias to cl-incf or incf.
163         (digit-char-p): Remove.
164         (parse-time-integer): Alias to cl-parse-integer or the one defined.
165         (parse-integer): Rename to parse-time-integer.
166         (parse-time-tokenize, parse-time-rules, parse-time-string)
167         Use parse-time-incf and parse-time-integer.
168
169 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
170
171         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
172         of ":delete".
173
174 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
175
176         * gnus-art.el (gnus-article-browse-html-save-cid-content)
177         (gnus-article-browse-html-parts):
178         Revert last change that breaks links other than cid contents.
179
180 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
181
182         * gnus-art.el (gnus-article-browse-html-save-cid-content)
183         (gnus-article-browse-html-parts): Make cid file names relative.
184
185 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
186
187         * mm-view.el (mm-display-inline-fontify): Make the working buffer
188         temporarily displayed when running a mode function (at least org-mode
189         requires it).
190
191 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
192
193         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
194         the gnus-summary-article-expire-hook should be told where the function
195         is going. In particular, the Gnus registry might want to know.
196
197 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
198
199         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
200
201 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
202
203         * gnus-sum.el (gnus-summary-expire-articles): Revert.
204
205 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
206
207         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
208         the gnus-summary-article-expire-hook should be told where the function
209         is going. In particular, the Gnus registry might want to know.
210
211 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
212
213         Don't mishandle year-9999 dates (Bug#18176).
214         * parse-time.el (parse-time-rules):
215         Allow years up to most-positive-fixnum.
216         * time-date.el (date-to-time):
217         Pass "Specified time is not representable" errors through.
218
219 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
220
221         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
222         groups and t.
223
224 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
225
226         * gnus-utils.el (gnus-recursive-directory-files):
227         Unify hard or symbolic links (bug#18063).
228
229 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
230
231         * gnus-msg.el (gnus-configure-posting-style):
232         Allow string replacements in values when matching against a header.
233
234 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
235
236         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
237         the dribble buffer even when it is shrunk a lot.
238         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
239
240 2014-06-26  Glenn Morris  <rgm@gnu.org>
241
242         * mm-util.el (help-function-arglist): Remove outdated declaration.
243
244 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
245
246         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
247         attribute values.  (Bug#17834)
248
249 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
250
251         * gnus-sum.el (gnus-summary-edit-article-done):
252         Prefer point-marker to copy-marker of point.
253
254 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
255
256         * Makefile.in (install-el, install-el-elc): Compress .el files.
257         (uninstall): Remove compressed .el files.
258
259 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
260
261         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
262         (gnus-article-read-summary-keys):
263         Don't bug out when there is no article in the summary buffer.
264         (gnus-mime-buttonize-attachments-in-header):
265         Improve criterion that finds parts to display.
266
267         * gnus-art.el (gnus-mm-display-part):
268         * mm-decode.el (mm-shr):
269         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
270         (mm-insert-inline): Revert last changes.
271
272 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
273
274         * gnus-art.el (gnus-mm-display-part):
275         * mm-decode.el (mm-shr):
276         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
277         (mm-insert-inline): Set insertion type of end-marker, not only
278         start-marker, of undisplayer so as to stay after inserted text.
279
280 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
281
282         * html2text.el (html2text-get-attr): Fix typo when splitting value from
283         attribute. (Bug#17613)
284
285 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
286
287         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
288         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
289
290 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
291
292         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part): Don't
293         delete next part button; keep spacing between buttons.
294
295 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
296
297         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
298         Work for the last MIME part in an article.
299         (gnus-mime-display-single): Suppress excessive newlines between parts.
300
301         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
302         by leading or trailing newline.
303
304 2014-05-12  Sam Steingold  <sds@gnu.org>
305
306         * time-date.el (seconds-to-string): New function to pretty print time
307         delay in seconds.
308
309 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
310
311         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
312         while prompting a user for a file name, etc.
313         (gnus-mime-display-single): Display part with a common appearance no
314         matter whether MIME button is omitted or not; don't add duplicate entry
315         to gnus-article-mime-handle-alist.
316         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
317
318 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
319
320         * mml2015.el (mml2015-display-key-image): New variable.
321
322 2014-05-08  Glenn Morris  <rgm@gnu.org>
323
324         * gnus-fun.el (gnus-grab-cam-face):
325         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
326         This is CVE-2014-3421.
327
328 2014-05-04  Glenn Morris  <rgm@gnu.org>
329
330         * gnus-registry.el (gnus-registry-install-p): Doc fix.
331
332 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
333
334         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
335         the displaying state of a part.
336         (gnus-mm-display-part): Don't insert a newline in the beginning of
337         a part like gnus-mime-inline-part doesn't; work for XEmacs.
338
339         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
340         (mm-shr): Make undisplayer unbreakable.
341
342         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs): Don't
343         insert excessive newline.
344         (mm-inline-text-html-render-with-w3m, mm-inline-text)
345         (mm-insert-inline): Make undisplayer unbreakable.
346
347 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
348
349         * gnus.el: Ma Gnus v0.11 is released.
350
351 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
352
353         * gnus-art.el (gnus-mm-display-part):
354         Highlight header attachment buttons.
355
356 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
357
358         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
359         a part; redisplay a button (enbugged in 2014-02-05).
360
361 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
362
363         * auth-source.el (auth-source-search, auth-source-search-backends):
364         Treat :max 0 as an indicator that a boolean return is wanted, as
365         documented. Reported by Joe Bloggs.
366
367 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
368
369         * gnus-icalendar.el: Require gnus-art.
370
371 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
372
373         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
374         (gnus-icalendar--update-org-event): put event timestamp in
375         the org entry body instead of the drawer.
376         (gnus-icalendar-event--get-attendee-names): list of participants should
377         contain even attendees without common name attribute.
378         (gnus-icalendar--update-org-event): don't generate duplicates of empty
379         property tags in org drawers.
380
381 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
382
383         * gmm-utils.el (gmm-format-time-string): New function.
384
385         * message.el (message-insert-formatted-citation-line): Use the original
386         author's time zone to express a date string.
387
388 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
389
390         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
391         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
392         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
393         Silence compiler warnings.
394         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
395
396 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
397
398         * mml.el: Require url when compiling.
399
400         * gnus-cloud.el (gnus-cloud-parse-version-1):
401         Use plist-get rather than CL's getf.
402         (gnus-activate-group, gnus-subscribe-group): Declare.
403
404         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
405
406 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
407
408         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
409         buttons when toggling the header off.
410
411 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
412
413         * tls.el (tls-program): Reflow docstring.
414
415 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
416
417         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
418         groups work again.
419
420 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
421
422         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
423         999 correctly (i.e. "1,342").
424
425 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
426
427         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
428         out if the directory doesn't exist.
429
430 2014-03-07  Daiki Ueno  <ueno@gnu.org>
431
432         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
433         commands here; instead, only check if epg-config.el is available.
434
435 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
436
437         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
438         messages with embedded images.
439         (mml-generate-mime): Don't bug out if you don't have libxml.
440
441 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
442
443         * message.el (message-make-html-message-with-image-files): New command.
444
445 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
446
447         * gnus-group.el (gnus-group-make-group): Clarify prompt.
448
449         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
450
451 2014-02-23  David Engster  <deng@randomsample.de>
452
453         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
454         to stay compatible with older Emacsen, so replace `cl-loop' with
455         `loop'.
456
457 2014-02-22  Daniel Colascione  <dancol@dancol.org>
458
459         * auth-source.el (auth-source-secrets-listify-pattern): New function.
460         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
461         instead, build list of patterns.
462
463 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
464
465         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
466         Display header attachment buttons by gnus-article-prepare-display
467         rather than gnus-article-prepare so as to view in mml-preview as well.
468
469 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
470
471         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
472         in `auth-sources' means and link to EPA docs.
473
474 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
475
476         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
477         (bug#12375).
478
479 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
480
481         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
482         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
483
484 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
485
486         * message.el (message-tab): Mention what happens on normal tabs
487         (bug#11297).
488
489 2014-02-08  Glenn Morris  <rgm@gnu.org>
490
491         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
492
493 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
494
495         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
496         buttons that are hidden in unselected alternative part as well.
497         (gnus-mime-display-alternative): Redraw attachment buttons in header.
498
499         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
500
501 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
502
503         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
504         keystroke.
505         (gnus-server-toggle-cloud-server): Only allow clouding applicable
506         types.
507
508         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
509         with an empty string.
510
511 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
512
513         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
514         buffer-local in some buffers, so bind it explicitly in the buffer we're
515         trying to cancel the article in (bug#10808).
516
517 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
518
519         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
520         New functions.
521
522         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
523         New user option.
524         (gnus-mime-buttonize-attachments-in-header): New function.
525         (gnus-article-prepare): Use it.
526         (gnus-mime-inline-part): Suppress extra newline.
527         (gnus-mm-display-part): Save excursion;
528         remove useless deleting and adding of buttons.
529         (gnus-insert-mime-button): Allow insertion in the middle of a line.
530
531         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
532         Add gnus-mime-buttonize-attachments-in-header.
533
534 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
535
536         * nnimap.el (nnimap-request-articles): New command to download several
537         articles at once.
538
539         * gnus.el (gnus-variable-list): Save Cloud variables.
540
541         * gnus-int.el (gnus-request-accept-article): Doc fix.
542
543 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
544
545         * parse-time.el (parse-time-iso8601-regexp)
546         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
547         it more generally.
548
549 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
550
551         * gnus-cloud.el: New file to provide the Emacs Cloud.
552
553         * dgnushack.el: Silence XEmacs w3 warning.
554
555         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
556         `url-retrieve-synchronously', apparently.
557
558         * dgnushack.el: Silence XEmacs dns.el warning.
559
560         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
561         instead of in all files.
562
563         * dns.el (network-interface-list): Define for XEmacs.
564
565         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
566         XEmacs.
567
568         * nnrss.el (libxml-parse-html-region): Silence compilation error.
569
570 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
571
572         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
573         `gnus-group-split-fancy'.
574
575 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
576
577         * message.el (message-remove-header): Doc fix.
578         (message-forward-included-headers): New variable.
579         (message-remove-ignored-headers): Use it.
580
581 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
582
583         * nnir.el (nnir-request-update-mark): Don't try to update the source
584         group if we can't find it (bug#16611).
585
586 2014-01-31  Dave Abrahams  <dave@boostpro.com>
587
588         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
589
590 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
591
592         * dns.el (dns-servers-up-to-date-p): New function to see whether the
593         network interfaces changed.
594         (dns-query): Use it to flush the data.
595
596 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
597
598         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
599         from random face commands.
600         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
601         Face.
602         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
603         (gnus--random-face-with-type): Generic function returning a face-type
604         as a string.
605         (gnus--insert-random-face-with-type): Generic function inserting a face
606         in a message buffer header.
607         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
608         (gnus-insert-random-x-face-header): Rewritten to use
609         `gnus--insert-random-face-with-type`.
610         (gnus-random-face): Return random (png) Face as string.
611         (nus-insert-random-face-header): Insert random (png) Face in a message
612         buffer.
613
614 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
615
616         * mm-url.el: Remove all usage of w3.
617
618         * nnrss.el: Ditto.
619
620         * mm-decode.el: Ditto.
621
622         * mm-view.el: Ditto.
623
624         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
625         outdated and all Emacsen have url.el built-in.
626
627         * gnus-setup.el: Remove outdated file.
628
629 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
630
631         * gnus.el: Ma Gnus v0.9 is released.
632
633 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
634
635         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
636
637 2014-01-31  Dave Abrahams  <dave@boostpro.com>
638
639         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
640         in the summary buffer (bug#13769).
641
642 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
643
644         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
645         name if we're using a single article buffer.  Otherwise, it may point
646         to a killed buffer (bug#13756).
647
648 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
649
650         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
651         the match data, just save and restore it explictly (bug#12375).
652
653         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
654         that's needed.
655
656         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
657         the code once (bug#9069).
658
659 2014-01-18  Steinar Bang  <sb@dod.no>
660
661         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
662         reading.
663
664 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
665
666         * message.el (message-bury): Call bury-buffer with no argument
667         in the message-return-action case too.
668
669 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
670
671         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
672         (nnimap-split-fancy, nnimap-split-methods): Declare.
673
674         * mm-util.el (help-function-arglist): Declare.
675
676 2013-12-28  Glenn Morris  <rgm@gnu.org>
677
678         * gnus-sieve.el (gnus-sieve-select-method):
679         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
680         (gravatar-rating, gravatar-size):
681         * message.el (message-minibuffer-local-map):
682         * sieve-manage.el (sieve-manage-authenticators)
683         (sieve-manage-authenticator-alist): Specify custom types.
684
685         * hashcash.el (hashcash-program): Rename from hashcash-path.
686         Update callers.
687
688         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
689         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
690         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
691
692         * auth-source.el (auth-sources):
693         * nnmairix.el (nnmairix-propagate-marks-upon-close):
694         Fix custom types.
695
696         * tls.el (tls-certtool-program): Fix default value.
697
698 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
699
700         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
701         we get proper traces there, too.
702
703 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
704
705         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
706         value of the parameters if the current article has a Reply-To or From
707         field.
708
709 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
710
711         * gnus.el (gnus-group-buffer): Remove duplicate definition.
712
713 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
714
715         * gnus-sum.el (gnus-summary-exit): Stop animations.
716
717 2013-12-19  Juri Linkov  <juri@jurta.org>
718
719         * gnus.el (gnus-suppress-keymap):
720         * gnus-art.el (gnus-article-mode-map):
721         * gnus-group.el (gnus-group-mode-map):
722         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
723         Remove [backspace] key binding because it shadows DEL (bug#16035).
724
725         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
726
727 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
728
729         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
730         Make sure work directory exists.
731         (gnus-uu-digest-mail-forward): Store temporary files in work directory
732         rather than tmp directory.
733         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
734         not necessarily always run, with it.
735
736 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
737
738         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
739         value of gnus-icalendar-additional-identities work without restart.
740
741 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
742
743         * mm-util.el (mm-make-temp-file):
744         Alias to make-temp-file for modern Emacsen.
745
746 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
747
748         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
749         nnir-article-number and nnir-article-group.
750
751 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
752
753         * message.el (message-send-mail-with-sendmail):
754         Don't kill error buffer if sending fails.
755
756 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
757
758         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
759         (gnus-icalendar-event->org-entry)
760         (gnus-icalendar--update-org-event)
761         (gnus-icalendar-event->gnus-calendar): Distinguish between
762         required/optional/non-participant attendee status.  Fix bug causing
763         the first required event participant to be omitted.
764
765 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
766
767         * gnus-art.el (article-de-quoted-unreadable)
768         (article-de-base64-unreadable, gnus-mime-copy-part)
769         * gnus-html.el (gnus-article-html)
770         * mm-view.el (mm-inline-text-html-render-with-w3)
771         (mm-inline-text-html-render-with-w3m-standalone)
772         * rfc2231.el (rfc2231-decode-encoded-string):
773         Allow overriding charset by mm-charset-override-alist.
774
775         * gnus-art.el (gnus-article-browse-html-parts):
776         Replace LWSPs with `&nbsp;'s in header.
777
778         Work for broken Chinese articles.
779
780         * gnus-art.el (gnus-article-browse-html-save-cid-content):
781         Exclude broken handles that gnus-summary-enter-digest-group may create.
782         (gnus-article-browse-html-parts):
783         Allow overriding charset by mm-charset-override-alist.
784
785 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
786
787         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
788         (gnus-icalendar-identities): Support additional-identities.
789
790 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
791
792         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
793         org-timestamp for events ending at midnight.
794
795 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
796
797         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
798         .log files.
799
800 2013-11-20  David Engster  <deng@randomsample.de>
801
802         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
803
804 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
805
806         * message.el (message-beginning-of-line):
807         Use beginning-of-visual-line when visual-line-mode is turned on.
808
809 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
810
811         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
812         (gnus-icalendar-event-from-ical)
813         (gnus-icalendar-event->org-entry)
814         (gnus-icalendar--update-org-event): Required/optional participation,
815         list of attendees synced to org.
816
817 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
818
819         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
820         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
821         cancellations to be synced to org if the original appt has an org
822         outline.
823
824 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
825
826         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
827         (gnus-icalendar-event->org-entry)
828         (gnus-icalendar--update-org-event)
829         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
830
831 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
832
833         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
834         Fix timezone handling in gnus-icalendar export to org.
835
836 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
837
838         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
839
840 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
841
842         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
843
844 2013-10-30  Glenn Morris  <rgm@gnu.org>
845
846         * gnus-group.el (gnus-group-browse-foreign-server):
847         * gnus-int.el (gnus-start-news-server):
848         Silence compiler obsolescence warning.
849
850 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
851
852         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
853         `nnoo-current-server' first, then for the actual `nnimap-address' to
854         allow netrc entries for the nnoo server to coexist with netrc entries
855         for the `nnimap-address'.
856
857 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
858
859         * mm-decode.el (mm-dissect-buffer): Revert last change.
860         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
861         The problem that motivated those changes was attributed to a broken
862         mail sender, and has been fixed.
863
864 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
865
866         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
867         token is missing in the Content-Type header.
868
869         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
870
871 2013-09-18  Glenn Morris  <rgm@gnu.org>
872
873         * gnus-util.el (image-size): Declare.
874
875 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
876
877         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
878         (gnus-icalendar-event-from-ical)
879         (gnus-icalendar-event--build-reply-event-body)
880         (gnus-icalendar-event-reply-from-buffer)
881         (gnus-icalendar-find-org-event-file)
882         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
883         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
884
885         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
886
887 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
888
889         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
890         Use save-current-buffer.
891         (gnus-tree-mode-map): Initialize in the declaration.
892         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
893         (scroll-in-place): Defvar it.
894         (gnus-tmp-*): Defvar them.
895         (gnus-get-tree-buffer): Use derived-mode-p.
896         (gnus--let-eval): New macro.
897         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
898         non-prefixed variables.
899         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
900
901         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
902         vars since it doesn't seem to be available.
903         (gnus-set-global-variables, gnus-summary-read-group-1)
904         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
905         (gnus-summary-display-article, gnus-summary-select-article)
906         (gnus-summary-next-article, gnus-offer-save-summaries)
907         (gnus-summary-generic-mark): Use derived-mode-p.
908         (gnus-summary-read-group-1, gnus-summary-exit)
909         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
910         Adjust calls to gnus-tree-close and gnus-tree-open.
911
912         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
913
914         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
915         (gnus-agent-mode): Use derived-mode-p.
916         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
917         gnus-command-method and *-command-method to nil, but bind
918         gnus-command-method to *-command-method instead!
919         (gnus-agent-fetch-articles): Remove unused var `id'.
920         (gnus-agent-fetch-headers): Remove unused arg `force'.
921         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
922         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
923         (gnus-agent-short-article, gnus-agent-long-article)
924         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
925         first use.
926         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
927         `score-param'.
928         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
929         (gnus-get-predicate): Push in front of the cache, rather than end.
930         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
931         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
932         (gnus-agent-expire-unagentized-dirs): Don't rebind
933         gnus-agent-expire-current-dirs since the defvar silences the warning.
934         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
935         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
936         (gnus-agent-regenerate): Simplify interactive spec and doc.
937
938 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
939
940         * gnus-int.el (gnus-open-server): Silence compiler.
941
942         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
943
944         * message.el (message-display-completion-list): Abolish.
945         (message-completion-in-region): Use display-completion-list.
946
947 2013-09-17  Glenn Morris  <rgm@gnu.org>
948
949         * gnus-util.el (gnus-message-with-timestamp-1):
950         Use `messages-buffer' function if available.  Ignore read-only.
951
952 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
953
954         * message.el (message-expand-group, message-completion-in-region):
955         Correct the order of start and end of a region.
956
957 2013-09-13  Glenn Morris  <rgm@gnu.org>
958
959         * mml2015.el (gnus-create-image): Autoload it.
960
961         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
962
963         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
964         (image-size): Declare.
965
966 2013-09-12  Glenn Morris  <rgm@gnu.org>
967
968         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
969         Avoid using `find', which i) might not be defined at runtime;
970         ii) does not work, since its default test is eql, not equal.
971         (gnus-mime-action-alist): Declare.
972
973 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
974
975         * score-mode.el (gnus-score-mode-map): Move initialization
976         into declaration.
977         (gnus-score-mode): Use define-derived-mode.
978         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
979         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
980         into declaration.
981         (gnus-kill-file-mode): Use define-derived-mode.
982         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
983         Use derived-mode-p.
984         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
985         (gnus-group-setup-buffer, gnus-group-name-at-point)
986         (gnus-group-make-web-group, gnus-group-enter-directory)
987         (gnus-group-suspend): Use derived-mode-p.
988         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
989         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
990         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
991         (gnus-article-setup-buffer, gnus-article-prepare)
992         (gnus-article-prepare-display, gnus-sticky-article)
993         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
994         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
995         (gnus-article-read-summary-keys): Use derived-mode-p.
996
997 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
998
999         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
1000
1001 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1002
1003         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
1004         shift_jis from the default value set for Japanese users.
1005
1006 2013-08-13  Glenn Morris  <rgm@gnu.org>
1007
1008         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
1009
1010         * gnus.el (gnus-valid-select-methods): Fix type.
1011
1012         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
1013
1014 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1015
1016         * mm-decode.el (mm-display-external): Run a timer for the temp files
1017         deletion after a viewer exits; add a deletion timer for the needsterm
1018         case, too.
1019
1020         * mm-decode.el (mm-display-external): Try to delete temporary files by
1021         using a 1-min. timer.
1022
1023 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1024
1025         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
1026         New internal variables.
1027         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
1028         (mm-display-external): Use it to delete temporary files instead of
1029         using timers.
1030
1031 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1032
1033         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
1034
1035 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
1036
1037         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
1038         with cond for backwards compatability.
1039
1040 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1041
1042         * mm-decode.el (mm-display-external): Bind process-connection-type to
1043         nil; don't delete a temp file immediately even if a viewer finishes,
1044         since it may be a shell script, like xdg-open, that launches a real
1045         viewer program belatedly.
1046
1047 2013-08-05  Dave Abrahams  <dave@boostpro.com>
1048
1049         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
1050         that we can create nndoc groups that excerpt other groups.
1051
1052 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1053
1054         * gnus-delay.el (gnus-delay-article): Fix typo.
1055
1056         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
1057         articles.
1058
1059         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
1060         we can get spell-checking etc.
1061
1062 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1063
1064         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1065         a single one used for encoding the whole text in a header.
1066
1067 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1068
1069         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
1070         doesn't work properly on XEmacs.
1071
1072 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1073
1074         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
1075         before sending.
1076
1077         * dgnushack.el (dgnushack-compile): Add a temporary check for
1078         gnus-icalendar.
1079
1080         * mm-decode.el (mm-command-output): New face.
1081         (mm-display-external): Use it.
1082
1083 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
1084
1085         * nnmbox.el (nnmbox-request-article): Don't change point.
1086
1087 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1088
1089         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
1090         Include `handle' parameter.
1091
1092 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
1093
1094         * gnus-icalendar.el: New file.
1095
1096 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1097
1098         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
1099
1100         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
1101         dummy roots, too.
1102
1103 2013-08-01  David Edmondson  <dme@dme.org>
1104
1105         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
1106         out on ttys.
1107
1108 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1109
1110         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
1111         not empty.
1112
1113         * nnrss.el (nnrss-discover-feed): Indent.
1114
1115 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1116
1117         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1118
1119 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1120
1121         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1122         dirty to ensure nnimap data being saved.
1123
1124 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1125
1126         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
1127         menu entry.
1128
1129         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
1130         the current thread's total score instead of the current article's
1131         score.
1132
1133         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
1134         (gnus-sort-threads-recursively): Delete defcustom.
1135         (gnus-sort-threads-recursive): Adapt accordingly.
1136
1137 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1138
1139         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
1140         (gnus-sort-threads-recursive): Use it.
1141         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1142         again.  Now that determines how to sort subthreads.
1143
1144 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
1145
1146         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
1147         (gnus-sort-threads): Use it.
1148
1149 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
1150
1151         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
1152         punctuation characters follow parentheses (bug#14950).
1153
1154 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1155
1156         * gnus.el (gnus-continuum-version):
1157         * gnus-msg.el (gnus-extended-version): Simplify.
1158
1159         * gnus.el (gnus-continuum-version-1): Remove.
1160         * gnus-msg.el (gnus-bug): Revert.
1161
1162         Calculate gnus-version correctly on Cygwin.
1163
1164         * gnus.el (gnus-continuum-version): Do main calculations in integers.
1165         (gnus-continuum-version-1): New function, return a string.
1166
1167         * gnus-msg.el (gnus-extended-version, gnus-bug):
1168         Use gnus-continuum-version-1 instead of gnus-continuum-version.
1169
1170 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
1171
1172         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
1173         (bug#13384).
1174
1175 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1176
1177         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
1178         that were only relevant in a development version a long time ago.
1179
1180 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1181
1182         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
1183         that the old Emacs 24s bundle.
1184
1185 2013-07-10  David Engster  <deng@randomsample.de>
1186
1187         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1188         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
1189         fixes a bug in Emacs trunk where the 'unexist' marks were always
1190         removed at startup because "Gnus v5.13" was considered smaller than "Ma
1191         Gnus v0.03".
1192
1193 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
1194
1195         * gnus.el (gnus-summary-line-format): Reference
1196         `gnus-user-date-format-alist' for the &user-date; format, not
1197         `gnus-summary-user-date-format-alist'.
1198
1199 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1200
1201         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1202         delete files (bug#13481).
1203
1204 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
1205
1206         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
1207
1208 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
1209
1210         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1211         display images.
1212
1213         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1214
1215         * message.el (message-cancel-news): According to
1216         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1217         preferred over "cmsg cancel" in the Subject.
1218
1219         * nnir.el (nnir-engines): Note that the group specs are regexps
1220         (bug#13238).
1221
1222         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1223         gotten read-only text properties, ensure that those aren't heeded when
1224         copying stuff over (bug#13434).
1225
1226         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1227         (bug#13762).
1228
1229 2013-07-05  David Kastrup  <dak@gnu.org>
1230
1231         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1232         authinfo file again (important for blank passwords).  This had been
1233         broken with 2013-06-15 change.
1234
1235 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1236
1237         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1238         Revert 2013-01-14 change.
1239
1240 2013-07-02  Daiki Ueno  <ueno@gnu.org>
1241
1242         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1243         of 'create-image' for XEmacs compatibility; check errors when decoding
1244         image.  Reported by Uwe Brauer.
1245
1246 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1247
1248         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1249         gnus-button-push revised at 2011-01-19.
1250
1251 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1252
1253         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
1254         now live in the lisp/net Emacs 24 repository.
1255
1256 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1257
1258         * eww.el (eww-update-header-line-format): Quote % characters.
1259
1260 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1261
1262         * eww.el (eww-process-text-input): Display passwords as asterisks.
1263
1264         * shr.el (shr-make-table-1): Protect against invalid column-spans.
1265
1266 2013-06-19  Tom Tromey  <tromey@redhat.com>
1267
1268         * eww.el (eww-top-url): Remove.
1269         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
1270         (eww-render): Set new variables.  Don't set eww-top-url.
1271         (eww-handle-link): Handle "prev", "home", and "contents".
1272         Downcase the rel text.
1273         (eww-top-url): Choose best top URL.
1274
1275 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1276
1277         * eww.el: Rewrite to implement form elements "by hand" instead of
1278         relying in widget.el.  Using widget.el leads to too many
1279         user interface inconsistencies.
1280         (eww-self-insert): Implement entering commands in text fields.
1281         (eww-process-text-input): New function to make text input field editing
1282         work.
1283         (eww-submit): Rewrite to use the new-style form methods.
1284         (eww-select-display): Display the correct selected item.
1285         (eww-change-select): Implement changing the select value.
1286         (eww-toggle-checkbox): Implement radio/checkboxes.
1287         (eww-update-field): Fix compilation error.
1288         (eww-tag-textarea): Implement <textarea>.
1289
1290         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
1291         don't shadow mode-specific bindings.
1292
1293         * eww.el (eww-browse-url): Don't push stuff onto history if there's
1294         nothing to push.
1295
1296         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
1297
1298 2013-06-19  Glenn Morris  <rgm@gnu.org>
1299
1300         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1301
1302 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1303
1304         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1305
1306 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1307
1308         * shr.el (shr-make-table-1): Implement <td rowspan>.
1309         (shr-table-horizontal-line): Allow nil as a value, and change the
1310         default.
1311         (shr-insert-table-ruler): Respect the nil value.
1312
1313 2013-06-18  Tom Tromey  <tromey@barimba>
1314
1315         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
1316         New defvars.
1317         (eww-open-file): New defun.
1318         (eww-render): Initialize new variables.
1319         (eww-display-html): Handle "link" and "a".
1320         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
1321         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
1322         (eww-back-url): Rename from eww-previous-url.
1323         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
1324         defuns.
1325
1326 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1327
1328         * shr.el (shr-tag-table): Insert the images after the table, so that
1329         they're not covered by the table colourisation, which often looked
1330         awkward.
1331         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1332         <dd>.
1333         (shr-make-table-1): Implement <td colspan=> support.
1334         (shr-insert-document): Use one less than window width if `shr-width' is
1335         nil, since otherwise things may get one character too wide.
1336
1337 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1338
1339         * eww.el (eww-detect-charset): Improve regexp; move backward.
1340
1341 2013-06-18  Glenn Morris  <rgm@gnu.org>
1342
1343         * mm-decode.el (widget-convert-button): Autoload.
1344
1345         * sieve-manage.el (mm-enable-multibyte): Autoload.
1346
1347         * shr.el (libxml-parse-html-region): Declare.
1348         (shr-render-buffer): Explicit error if no libxml2 support.
1349
1350 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
1351
1352         * auth-source.el (auth-source-current-line): New function.
1353         (auth-source-netrc-parse-entries): When a data token is "machine",
1354         assume we're in the wrong place and abort parsing the current line.
1355
1356 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1357
1358         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1359         (eww-convert-widgets): Don't bug out if the first widget starts at the
1360         beginning of the buffer.
1361         (eww-convert-widgets): Fix last patch.
1362         (eww-tag-input): Support <input type=image>.
1363
1364         * shr.el (shr-insert-table): Respect border-collapse: collapse.
1365         (shr-tag-base): Protect against base specs that are degenerate.
1366         (shr-ensure-paragraph): Don't delete empty lines that have text
1367         properties, because these may be input fields.
1368
1369         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1370         we can navigate to them.
1371
1372         * shr.el (shr-colorize-region): Put the colours over the entire region.
1373         (shr-inhibit-decoration): New variable.
1374         (shr-add-font): Use it to inhibit text property decorations while doing
1375         preliminary table renderings.  This speeds up typical Wikipedia page
1376         renderings by 15%.
1377         (shr-tag-span): Don't respect the <title>, because that overwrites the
1378         help-echo from links inside the spans.
1379         (shr-next-link): Use `help-echo' for navigation, so that we can
1380         navigate to form elements, too.
1381
1382         * eww.el (eww-button): New face.
1383         (eww-convert-widgets): Use it to make submit buttons more button-like.
1384
1385         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1386         that Gnus commands work.
1387
1388         * shr.el (shr-render-td): Support horizontal alignment.
1389
1390         * eww.el (eww-put-color): Removed.
1391         (eww-colorize-region): Use `add-face-text-property'.
1392
1393         * shr.el (shr-add-font): Append face data, so that we get the correct
1394         precedence: The innermost value (which is applied first) wins.
1395         (shr-make-overlay): Obsolete function.
1396
1397         * mm-decode.el (mm-convert-shr-links): New function to convert
1398         new-style shr URL links into widgets.
1399         (mm-shr): Use it.
1400
1401         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1402         widget commands, since we're no longer using widgets for links.
1403
1404         * shr.el (shr-next-link): New command.
1405         (shr-previous-link): New command.
1406         (shr-urlify): Don't use `widget-convert', because that's slow.
1407         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1408         because collecting the overlays and reapplying them when generating
1409         tables is slow.
1410         (shr-insert-table): Ditto.
1411
1412 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1413
1414         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1415         * shr.el (browse-url): Require `url'.
1416         * eww.el (url): Require format-spec.
1417
1418 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1419
1420         * eww.el (eww-display-html): Default to using the entire window width.
1421         (eww-browse-url): Don't add a User-Agent header (twice), because that
1422         makes Bing refuse connection.
1423
1424         * shr.el (shr-make-table): Cache the table rendering at the table
1425         level, and not the <td> level.  This is a bit faster.
1426
1427         * eww.el (eww-render): Go to the correct ID when given URLs ending with
1428         #id.
1429
1430         * shr.el (shr-tag-li): Don't require a new paragraph, since other
1431         browsers don't.
1432         (shr-expand-url): Respect #anchor links.
1433         (shr-parse-base): Chop off the anchor before using.
1434         (shr-descend): Respect display: none.
1435         (shr-descend): Allow marking elements that have certain IDs.
1436
1437         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1438
1439         * shr.el (shr-expand-url): Don't bug out on zero-length links.
1440
1441         * eww.el (eww-tag-textarea): Support <textarea>.
1442
1443 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1444
1445         * shr.el (shr-dom-to-xml): Fixed function call.
1446
1447         * eww.el (eww): New group.
1448         (eww-header-line-format): New custom variable.
1449         (eww-current-title): New variable.
1450         (eww-display-html): Update header and handle title tag.
1451         (eww-update-header-line-format): New function.
1452         (eww-tag-title): New function.
1453
1454         * shr.el (shr-dom-to-xml): New function.
1455         (shr-tag-svg): Add support for the SVG tag.
1456         (shr-bullet): New custom variable.
1457         (shr-tag-li): Support custom bullet in unordered lists.
1458
1459 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1460
1461         * shr.el (shr-expand-url): Respect // URLs.
1462
1463         * eww.el (eww-tag-body): Override the shr body rendering so that we can
1464         put a background colour onto the entire buffer.
1465         (eww-render): When being redirected, use the redirect URL as the new
1466         base URL.
1467
1468         * shr.el (shr-parse-base): Fix parsing error.
1469
1470         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1471
1472         * shr.el (shr-parse-base): New function.
1473         (shr-expand-url): Use it to expand relative URLs reliably.
1474
1475 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
1476
1477         * auth-source.el (auth-source-search-collection): Fix docstring.
1478         (auth-source-netrc-parse): Refactor and improve netrc parser to support
1479         single-quoted strings and multiline entries.
1480         (auth-source-netrc-parse-next-interesting)
1481         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
1482         functions to support parser.
1483
1484 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1485
1486         * eww.el (eww-submit): Get submit button logic right when hitting RET
1487         on non-submit buttons.
1488
1489         * shr.el: Remove shr-preliminary-table-render, since that can't really
1490         be used for anything in practice.
1491
1492 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1493
1494         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1495         (sieve-manage-quit).
1496
1497 2013-06-14  Glenn Morris  <rgm@gnu.org>
1498
1499         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
1500
1501 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
1502
1503         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1504         control the maximum size of photo ID image.
1505         (mml2015-epg-key-image-to-string): Respect it.
1506
1507 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1508
1509         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1510         instead of the final one so that we can more easily distinguish them.
1511
1512         * eww.el (eww-submit): Compute the submission URL correctly.
1513
1514 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1515
1516         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1517         Use plist-get rather than CL's getf.
1518         (sieve-manage-parse-capability): Avoid CL's remove-if.
1519
1520 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1521
1522         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1523         (sieve-manage-quit).
1524
1525 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1526
1527         * shr.el (shr-expand-url): Expansion should chop off the bits after the
1528         last slash.
1529
1530         * eww.el (eww-tag-select): Use the first value as the default value.
1531
1532 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1533
1534         * eww.el (eww): Prepend urls with http:// if scheme is missing.
1535         (eww-mode): Use `define-derived-mode'.
1536         (eww-parse-headers): Parse headers from beginning of buffer so that
1537         file:// links work.
1538
1539 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1540
1541         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1542
1543 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1544
1545         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1546         to handle them at all.
1547
1548 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1549
1550         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1551         work, too.
1552         (eww-tag-select): Implement <select>.
1553
1554 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1555
1556         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
1557         stream managing functions by using open-protocol-stream to do most of
1558         the work.  Has the nice benefit of enabling STARTTLS.
1559         Wait for capabilities after STARTTLS: following RFC5804, the server
1560         sends new capabilities after successfully establishing a TLS connection
1561         with the client.  The client should update the cached list of
1562         capabilities, but we just ignore the answer for now.
1563         (sieve-manage-network-p, sieve-manage-network-open)
1564         (sieve-manage-starttls-p, sieve-manage-starttls-open)
1565         (sieve-manage-forward, sieve-manage-streams)
1566         (sieve-manage-stream-alist): Remove unneeded functions neither in the
1567         API, nor called by any other function.
1568         Enable Multibyte for SieveManage buffers: The parser won't properly
1569         handle umlauts and line endings unless multibyte is turned on in the
1570         process buffer.
1571
1572 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1573
1574         * eww.el (eww-tag-input): Support password fields.
1575         (eww-submit): Support POST.
1576
1577 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1578
1579         * eww.el (eww-tag-form): Protect against degenerate forms.
1580
1581         * shr.el (shr-expand-url): Expand URLs that start with a slash
1582         correctly.
1583
1584         * eww.el (eww-submit): Get submit button logic right.
1585
1586         * shr.el (shr-final-table-render): New variable to signal when we're
1587         doing the final table rendering so that we can collect more data at
1588         that point.
1589
1590         * eww.el (eww-submit): Make form submission work.
1591         (eww-tag-input): Implement submit buttons.
1592         (eww-click-radio): Implement radio and checkboxes.
1593         (eww-submit): Handle hidden elements.
1594
1595         * shr.el (shr-descend): Allow other packages to override (or provide)
1596         rendering of elements.
1597         (shr-expand-url): Strip query strings from URLs before expanding them.
1598
1599         * eww.el: Don't require cl-lib.
1600         (eww-tag-form): Start form support.
1601
1602         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
1603
1604         * eww.el: Start writing a new, tiny web browser.
1605         (eww-previous-url): New command.
1606         (eww-quit): New command.
1607
1608 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1609
1610         * sieve.el: Put point at beginning of buffer when viewing a script.
1611         (sieve-open-server): Respect the PORT parameter.  Show the correct port
1612         number in sieve-buffer's header.  Fixed code to also work with a string
1613         as port specifier.  Properly close the connection on pressing 'q'.  Make
1614         sieve-manage-quit close the connection and process buffer.  Also, remove
1615         duplicate keybinding for 'q'.
1616
1617 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
1618
1619         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1620         make it easier to read.
1621         (mm-pkcs7-enveloped-magic): Ditto.
1622
1623 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1624
1625         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1626         before `image-type-available-p' to avoid loading the image libraries
1627         needlessly.
1628
1629 2013-06-05  David Engster  <deng@randomsample.de>
1630
1631         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1632         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1633         to see whether the group was synced before.
1634
1635 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
1636
1637         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
1638         when opening the connection.
1639         Suggested by João Távora <joaotavora@gmail.com> in
1640         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
1641
1642 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1643
1644         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1645         assume Date header begins with "Date", that may be customized into
1646         something like "X-Sent" using gnus-article-time-format.
1647         (article-transform-date): Allow multi-line Date header.
1648
1649 2013-06-02  David Engster  <deng@randomsample.de>
1650
1651         * registry.el (initialize-instance, registry-lookup)
1652         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1653         (registry-lookup-secondary-value, registry-search, registry-delete)
1654         (registry-insert, registry-reindex, registry-size, registry-prune): Do
1655         not wrap methods in `eval-and-compile'.  This breaks due to latest
1656         changes in EIEIO (introduction of eieio-core.el).
1657
1658 2013-05-30  Glenn Morris  <rgm@gnu.org>
1659
1660         * nnmail.el (nnmail-fancy-expiry-target):
1661         Also bind mail-dont-reply-to-names.
1662
1663         * spam-stat.el (spam-stat-save):
1664         No need to tweak font-lock in temp buffers.
1665
1666         * shr.el (shr-put-image): Silence compiler.
1667
1668 2013-05-29  Glenn Morris  <rgm@gnu.org>
1669
1670         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1671
1672         * gnus-group.el (gnus-sequence-of-unread-articles)
1673         (gnus-summary-add-mark, gnus-mark-article-as-read)
1674         (gnus-group-make-articles-read): Declare.
1675
1676         * gnus-sum.el (gnus-parameter-list-identifier)
1677         (gnus-article-stop-animations, gnus-stop-downloads)
1678         (gnus-article-only-boring-p, article-goto-body)
1679         (gnus-flush-original-article-buffer, article-narrow-to-head)
1680         (gnus-article-hidden-text-p, gnus-delete-wash-type)
1681         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1682
1683         * gnus.el: No need to eval-and-compile autoloads.
1684
1685         * gravatar.el (help-function-arglist): Autoload.
1686
1687         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1688
1689         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1690
1691         * spam.el: No need to load spam-report when compiling.
1692         No need to eval-and-compile autoloads.
1693         (spam-report-resend-to): Declare.
1694         (spam-report-resend-register-routine): Require 'spam-report.
1695
1696 2013-05-24  Julien Danjou  <julien@danjou.info>
1697
1698         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1699         setup.
1700
1701 2013-05-23  Glenn Morris  <rgm@gnu.org>
1702
1703         * gnus-util.el (rmail-swap-buffers-maybe)
1704         (rmail-maybe-set-message-counters, rmail-count-new-messages)
1705         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1706         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1707
1708         * mm-decode.el: No need to load term when compiling.
1709         (term-mode, term-char-mode): Declare.
1710
1711         * mm-util.el: No need to load jka-compr when compiling.
1712         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1713
1714         * nnmaildir.el: Require is automatically eval-and-compile.
1715         (nnmail): Require at run-time too.
1716
1717         * registry.el (registry-size): Move definition before use.
1718
1719 2013-05-22  Daiki Ueno  <ueno@gnu.org>
1720
1721         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1722         signed data to conform the standard.  (Bug#14232)
1723
1724 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
1725
1726         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1727         double angle quotation mark.
1728
1729 2013-05-20  Glenn Morris  <rgm@gnu.org>
1730
1731         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
1732
1733 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1734
1735         * message.el (message-insert-formatted-citation-line): handle finding
1736         first/lastname when more than 2 names appear.
1737
1738 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1739
1740         * shr.el (shr-tag-span): New function.
1741
1742 2013-05-18  Glenn Morris  <rgm@gnu.org>
1743
1744         * message.el (message-mode): Use message-mode-abbrev-table,
1745         with text-mode-abbrev-table as parent.  (Bug#14413)
1746
1747 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1748
1749         * message.el (message-expand-group): Decode group names.
1750
1751 2013-05-16  Julien Danjou  <julien@danjou.info>
1752
1753         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1754         app-icon.
1755
1756 2013-05-15  Glenn Morris  <rgm@gnu.org>
1757
1758         * shr-color.el (shr-color-visible-luminance-min)
1759         (shr-color-visible-distance-min): Use shr-color group.
1760
1761 2013-05-11  Glenn Morris  <rgm@gnu.org>
1762
1763         * gnus-vm.el: Make it loadable without VM.
1764         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1765         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1766
1767 2013-05-09  Glenn Morris  <rgm@gnu.org>
1768
1769         * mml1991.el: Make it loadable.  (Bug#13456)
1770
1771         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1772         * gnus-async.el (gnus-async-post-fetch-function):
1773         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1774         * gnus-html.el (gnus-html-image-cache-ttl):
1775         * gnus-notifications.el (gnus-notifications-timeout):
1776         * gnus-picon.el (gnus-picon-properties):
1777         * gnus-util.el (gnus-completion-styles):
1778         * gnus.el (gnus-other-frame-resume-function):
1779         * message.el (message-user-organization-file)
1780         (message-cite-reply-position):
1781         * nnir.el (nnir-summary-line-format)
1782         (nnir-retrieve-headers-override-function):
1783         * shr-color.el (shr-color-visible-luminance-min):
1784         * shr.el (shr-blocked-images):
1785         * spam-report.el (spam-report-resend-to):
1786         * spam.el (spam-summary-exit-behavior): Fix custom types.
1787
1788         * gnus-salt.el (gnus-selected-tree-face): Fix default.
1789
1790 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1791
1792         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1793         because of let-binding help-xref-following.  (Bug#14356)
1794
1795 2013-05-06  Glenn Morris  <rgm@gnu.org>
1796
1797         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
1798
1799 2013-05-04  Andrew Cohen  <cohen@bu.edu>
1800
1801         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1802         entering into the registry.
1803
1804 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1805
1806         * gnus.el: Ma Gnus v0.7 is released.
1807
1808 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1809
1810         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1811         (Bug#14304)
1812
1813 2013-04-27  Glenn Morris  <rgm@gnu.org>
1814
1815         * gnus.el (gnus-list-debbugs):
1816         Use require rather than autoload.  (Bug#14262)
1817
1818 2013-04-27  Julien Danjou  <julien@danjou.info>
1819
1820         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1821         port to "sieve" now that it has an official IANA port assigned.
1822
1823 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1824
1825         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1826         Don't set the MAILHOST environment variable permanently (Bug#14271).
1827
1828 2013-04-26  Glenn Morris  <rgm@gnu.org>
1829
1830         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
1831
1832 2013-04-25  Andrew Cohen  <cohen@bu.edu>
1833
1834         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1835         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
1836
1837 2013-04-24  Andrew Cohen  <cohen@bu.edu>
1838
1839         * nnir.el (nnir-close-group): Make sure we are in the right group.
1840
1841         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1842         dependency table from all newly retrieved headers.
1843
1844 2013-04-16  David Edmondson  <dme@dme.org>
1845
1846         Support <img src="data:...">.
1847
1848         * shr.el (shr-image-from-data): New function.
1849         (shr-tag-img): Use it.
1850
1851 2013-04-14  Andrew Cohen  <cohen@bu.edu>
1852
1853         * nnir.el (nnir-request-set-mark): Make sure we are in the right
1854         group.
1855
1856 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1857
1858         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1859         corresponding to any existing group (Bug#14166).
1860
1861 2013-04-10  Andrew Cohen  <cohen@bu.edu>
1862
1863         * nnir.el (number-sequence): No longer used.
1864         (nnir-request-set-mark): New function.
1865         (nnir-request-update-info): Improve marks updating.
1866         (nnir-request-scan): Don't duplicate marks updating.
1867         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1868         Use 'assq rather than 'assoc.  Quote anonymous function.
1869         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1870         Use 'gnus-group-prefixed-p.
1871         (gnus-summary-create-nnir-group): Make sure server for method is open.
1872
1873 2013-04-04  Andrew Cohen  <cohen@bu.edu>
1874
1875         * nnir.el (gnus-nnir-group-p): New function.
1876         (nnir-possibly-change-group): Use it.
1877
1878         * gnus-msg.el (gnus-setup-message): Use it.
1879
1880 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1881
1882         * mml.el (mml-minibuffer-read-description): Use `default' insted of
1883         `initial-input' for the argument name.
1884         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1885
1886 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
1887
1888         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1889         (used by MH-E).
1890
1891 2013-04-01  Andrew Cohen  <cohen@bu.edu>
1892
1893         * nnir.el (nnir-request-update-mark): Improve mark updating in original
1894         group.
1895
1896         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1897         fix compilation.
1898
1899 2013-03-31  Andrew Cohen  <cohen@bu.edu>
1900
1901         * nnir.el (nnir-method-default-engines): And another typo.
1902
1903 2013-03-30  Andrew Cohen  <cohen@bu.edu>
1904
1905         * nnir.el (nnir-method-default-engines): Fix typo.
1906
1907 2013-03-29  Andrew Cohen  <cohen@bu.edu>
1908
1909         * nnir.el: Define 'number-sequence for xemacs.
1910         (gnus-summary-create-nnir-group): New function to create an nnir group
1911         from an nnir summary buffer based on the current query.
1912         (nnir-request-create-group): Update to allow nnir group creation based
1913         on the current query.
1914
1915 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1916
1917         * nndraft.el (nndraft-request-expire-articles):
1918         Make expiry target always `delete'.
1919
1920 2013-03-27  Andrew Cohen  <cohen@bu.edu>
1921
1922         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1923         buffer use the posting-style and gcc of the original article group.
1924         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1925
1926         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
1927         after other deffoos.
1928
1929 2013-03-25  Andrew Cohen  <cohen@bu.edu>
1930
1931         * nnir.el: Major rewrite.  Cleaner separation between searches and group
1932         management.  Marks are now shown in nnir summary buffers.  Rudimentary
1933         support for real (i.e. not ephemeral) nnir groups.
1934         (gnus-summary-make-nnir-group): New function for initiating searches
1935         from a summary buffer.
1936
1937 2013-03-18  Sam Steingold  <sds@gnu.org>
1938
1939         * message.el (message-bury): Minor cleanup.
1940
1941 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
1942
1943         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
1944
1945 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1946
1947         * nndir.el (nndir-request-list): Remove 2nd argument passed to
1948         nnml-request-list.  (Bug#13873)
1949         (nndir-request-newsgroups): Remove, unused.
1950
1951         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1952
1953 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1954
1955         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
1956         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
1957         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
1958
1959 2013-03-03  Ted Phelps  <phelps@gnusto.com>
1960
1961         * shr.el: Make all the overlays set the `evaporate' property so that
1962         they're removed properly.
1963
1964 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
1965
1966         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
1967         shell-quote-argument.
1968
1969 2013-02-22  David Engster  <deng@randomsample.de>
1970
1971         * gnus-registry.el (gnus-registry-save): Provide class name when
1972         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
1973         `condition-case' to stay compatible with older EIEIO versions which
1974         only accept one argument.
1975
1976 2013-02-17  Daiki Ueno  <ueno@gnu.org>
1977
1978         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1979         (epg-user-id-validity): Autoload.
1980         (mml2015-epg-check-user-id): New function.
1981         (mml2015-epg-check-sub-key): New function split from
1982         mml2015-epg-find-usable-key.
1983         (mml2015-epg-find-usable-key): Accept context, name, usage, and
1984         optional name-is-key-id, to handle the case when user-id is unusable.
1985         Reported by Łukasz Stelmach <stlman@poczta.fm>.
1986
1987 2013-02-17  Glenn Morris  <rgm@gnu.org>
1988
1989         * shr.el (shr-put-image): Use image-multi-frame-p if available.
1990
1991 2013-02-16  Glenn Morris  <rgm@gnu.org>
1992
1993         * shr.el (shr-put-image): Only animate images that specify a delay.
1994         This is consistent with the old image-animated-p behavior.
1995
1996 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1997
1998         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1999         for XEmacs.
2000
2001 2013-02-13  Juri Linkov  <juri@jurta.org>
2002
2003         * gnus-art.el (gnus-article-mode-map):
2004         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
2005         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2006
2007 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
2008
2009         * auth-source.el (auth-source-format-prompt): Don't get confused by
2010         any "\" in replacement text.  (Bug#13637)
2011
2012 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
2013
2014         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
2015         (gnus-backend-trace): Honour gnus-backend-trace.
2016
2017         * mml.el (mml-insert-part): Insert closing tag.
2018
2019         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
2020
2021 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2022
2023         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
2024         able to find the article, which can happen in debbugs groups,
2025         apparently.
2026
2027 2013-01-16  Glenn Morris  <rgm@gnu.org>
2028
2029         * smiley.el (smiley-style): Make the file loadable in batch mode.
2030
2031 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2032
2033         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
2034         imap process running.
2035
2036 2013-01-14  Julien Danjou  <julien@danjou.info>
2037
2038         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2039         Compare addresses against addresses, not against the full From field.
2040
2041 2013-01-13  Richard Stallman  <rms@gnu.org>
2042
2043         * message.el (message-forward-make-body-mime): New args BEG, END
2044         specify what part of FORWARD-BUFFER to use.  Do the work directly
2045         instead of calling `mml-insert-buffer'.
2046
2047 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
2048
2049         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
2050         cross-reference(s).
2051
2052         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
2053         cross-reference(s).
2054
2055 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
2056
2057         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2058         and point-max-marker.
2059         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2060
2061 2013-01-11  Julien Danjou  <julien@danjou.info>
2062
2063         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2064         max are almost equal.  Also return the correct value for V which is
2065         already between 0 and 1.
2066
2067 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
2068
2069         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2070         to mml2015-encrypt-to-self.
2071         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2072
2073 2013-01-09  Daiki Ueno  <ueno@gnu.org>
2074
2075         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2076         mml-smime-epg-find-usable-secret-key.
2077
2078 2013-01-08  Glenn Morris  <rgm@gnu.org>
2079
2080         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
2081
2082 2013-01-07  Daiki Ueno  <ueno@gnu.org>
2083
2084         * mml-smime.el: Support signing by sender.
2085         Requested by Uwe Brauer.
2086         (mml-smime-sign-with-sender): New user option analogous
2087         to mml2015-sign-with-sender.
2088         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2089         (mml-smime-epg-find-usable-secret-key): New helper function copied from
2090         mml2015.el.
2091
2092 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2093
2094         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2095         isn't running, because Gnus will probably not know how to handle the
2096         Gcc header (bug#11941).
2097
2098         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2099         articles.
2100
2101 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2102
2103         * nnfolder.el (nnfolder-recursive-directory-files): New function.
2104         (nnfolder-generate-active-file): Make this function work with recursive
2105         folder names.
2106
2107 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2108
2109         * nntp.el (nntp-open-connection): Use HELP as the capability command
2110         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2111         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
2112
2113 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
2114
2115         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2116         place holder since this gives `Invalid face reference: nil' messages.
2117         Use the `default' face instead.  It has the same effect here, even
2118         though it is not no-op.
2119
2120         * gnus-util.el
2121         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2122
2123 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2124
2125         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2126         non-string posting styles (bug#13285).
2127
2128 2012-12-27  Glenn Morris  <rgm@gnu.org>
2129
2130         * plstore.el (plstore-passphrase-callback-function):
2131         Use plstore-get-file.
2132
2133 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
2134
2135         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2136         stderr.
2137
2138 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2139
2140         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2141
2142         * gnus-compat.el (set-buffer-multibyte): Remove.
2143
2144 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2145
2146         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2147         temporary file to get PGP key image.  Pass no-show-photos when
2148         extracting image to avoid having it pop up twice.
2149
2150 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
2151
2152         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
2153         eligible for treatment.
2154
2155         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
2156         lines.  This makes summary commands with hidden threads work more
2157         reliably.
2158
2159         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
2160         button to mark the hidden citations (bug#9395).
2161
2162 2012-12-26  Daiki Ueno  <ueno@gnu.org>
2163
2164         * mml2015.el (mml2015-epg-signature-to-string): New function.
2165         (mml2015-epg-verify-result-to-string): New function.
2166         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
2167         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
2168         instead of epg-verify-result-to-string.
2169         (epg-signature-key-id, epg-signature-to-string): Autoload.
2170         (epg-verify-result-to-string): Remove autoload.
2171
2172 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2173
2174         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
2175         ID image from GPG public key.
2176         (mml2015-epg-key-image-to-string): New function.
2177
2178 2012-12-25  Leo Liu  <sdl.web@gmail.com>
2179
2180         * plstore.el (plstore-passphrase-callback-function): Fix error when
2181         error when plstore-cache-passphrase-for-symmetric-encryption is set
2182         (bug#13264).
2183
2184 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2185
2186         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2187         buffer to the article buffer here, because that clobbers multiple
2188         article buffers.
2189
2190         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2191         buffer always points to the right summary buffer.
2192
2193 2012-12-25  John Wiegley  <jwiegley@gmail.com>
2194
2195         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2196         the password (bug#12097).
2197
2198 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2199
2200         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2201         (bug#13263).
2202
2203         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2204         buffer exists before using it (bug#12475).
2205
2206         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
2207         offline groups (bug#11937).
2208
2209         * message.el (message-yank-original): When using customize to set the
2210         value of `message-cite-style', the variable it set to a symbol that's
2211         the name of the variable, which must then be dereferenced (bug#12616).
2212
2213 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
2214
2215         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2216         the `face' property with a list whose car is the face specified in the
2217         format string and whose cdr is (nil).
2218         * lisp/gnus-util.el
2219         (gnus-put-text-property-excluding-characters-with-faces):
2220         Change accordingly.
2221         (gnus-get-text-property-excluding-characters-with-faces): New function.
2222         * lisp/gnus-sum.el (gnus-summary-highlight-line):
2223         * lisp/gnus-salt.el (gnus-tree-highlight-node):
2224         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2225
2226 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2227
2228         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2229         login methods.
2230         (nnimap-login): Respect the `nnimap-authenticator' variable.
2231
2232         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2233         mark state when moving articles.  Otherwise unticked articles will get
2234         their ticks back after moving.
2235
2236 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2237
2238         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2239
2240         * message.el (message-ignored-news-headers): Always remove
2241         X-Message-SMTP-Method to avoid information leakage if the user
2242         mistakenly inserts the header into news messages.
2243
2244         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
2245
2246         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
2247         right than four characters, this command would move point to
2248         `point-max'.  Don't do that.
2249
2250         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
2251         to nil to allow re-selecting groups that gain articles.
2252         (gnus-bug-group-download-format-alist): Update the URL.
2253
2254 2012-12-23  Andreas Schwab  <schwab@suse.de>
2255
2256         * shr.el (shr-tag-em): Render em as italic, not bold.
2257
2258 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
2259
2260         * gnus-int.el (gnus-backend-trace): Factor out into its own function
2261         for reuse.
2262         (gnus-open-server): Use it to add more tracing.
2263         (gnus-finish-retrieve-group-infos): Add backend tracing.
2264         (gnus-backend-trace): Also note the elapsed seconds.
2265
2266 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
2267
2268         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2269         Set epa-file-encrypt-to from variable to avoid querying.
2270
2271 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
2272
2273         * sieve-mode.el (sieve-font-lock-keywords):
2274         Keywords should be word delimited.  (Bug#13173)
2275
2276 2012-12-13  Andreas Schwab  <schwab@suse.de>
2277
2278         * tls.el (tls-program): Update customize type.
2279
2280 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2281
2282         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2283         instead of <pre> to align message header.
2284
2285 2012-12-12  Sam Steingold  <sds@gnu.org>
2286
2287         * gnus.el (gnus-other-frame-resume-function): Add user option.
2288         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2289
2290 2012-12-06  Sam Steingold  <sds@gnu.org>
2291
2292         * gnus-start.el (gnus-before-resume-hook): Add.
2293         (gnus-1): Run it when Gnus is alive.
2294
2295 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2296
2297         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2298         * gnus-art.el (article-unsplit-urls)
2299         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2300         * gnus-registry.el (gnus-registry-get-article-marks)
2301         * message.el (message-goto-body): Use it.
2302         (message-called-interactively-p): Remove.
2303
2304         * spam-stat.el (spam-stat-called-interactively-p): New macro.
2305         (spam-stat-score-buffer): Use it.
2306
2307         * spam.el: Silence the warnings against BBDB functions when compiling.
2308
2309         * gnus-score.el (gnus-score-decode-text-parts):
2310         Use append+mapcar instead of the cl function mapcan.
2311
2312 2012-12-05  Sam Steingold  <sds@gnu.org>
2313
2314         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2315         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2316         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2317
2318 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2319
2320         * gmm-utils.el (gmm-called-interactively-p): Revert.
2321         This seems to cause Emacs to get stuck!
2322         * gnus-art.el (article-unsplit-urls)
2323         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2324         * gnus-registry.el (gnus-registry-get-article-marks)
2325         * message.el (message-goto-body)
2326         (message-called-interactively-p): Revert.
2327
2328         * gmm-utils.el (gmm-called-interactively-p): New function.
2329         * gnus-art.el (article-unsplit-urls)
2330         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2331         * gnus-registry.el (gnus-registry-get-article-marks)
2332         * message.el (message-goto-body): Use it.
2333         (message-called-interactively-p): Remove.
2334
2335         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2336         * gnus-sync.el (gnus-sync-lesync-call)
2337         * message.el (message-read-from-minibuffer): Use it.
2338
2339 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2340
2341         * gmm-utils.el (gmm-flet): Remove.
2342         * gnus-sync.el (gnus-sync-lesync-call)
2343         * message.el (message-read-from-minibuffer): Don't use it.
2344
2345 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2346
2347         * gmm-utils.el (gmm-labels): Use cl-labels if available.
2348
2349 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2350
2351         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2352
2353         * gnus-sync.el (gnus-sync-lesync-call)
2354         * message.el (message-read-from-minibuffer): Use gmm-flet.
2355
2356         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2357
2358         * gnus-util.el (gnus-macroexpand-all): Remove.
2359
2360 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
2361
2362         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2363         to TAB, not [tab].
2364         (gnus-summary-article-map): Likewise.
2365
2366         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2367         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2368
2369 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
2370
2371         * time-date.el: Commentary fix.
2372
2373 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2374
2375         * color.el: Don't require cl.
2376         (color-complement): `caddr' -> `nth 2'.
2377
2378         * time-date.el (time-to-seconds): De-obsolete.
2379
2380 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2381
2382         * message.el (message-get-reply-headers):
2383         Make sure the reply goes to the author if it is a wide reply.
2384
2385 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
2386
2387         * gnus-score.el (gnus-score-body):
2388         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2389         scoring by body.
2390
2391 2012-11-16  Glenn Morris  <rgm@gnu.org>
2392
2393         * gnus-diary.el (nndiary-request-create-group-functions)
2394         (nndiary-request-update-info-functions)
2395         (gnus-subscribe-newsgroup-functions)
2396         (nndiary-request-accept-article-functions):
2397         Use new names for hooks rather than obsolete aliases.
2398
2399 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2400
2401         * dgnushack.el (define-obsolete-variable-alias): Simplify.
2402
2403 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2404
2405         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2406         in meta tag with the one the part specifies in its header.
2407
2408 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2409
2410         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2411         by default.
2412
2413 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2414
2415         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
2416         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
2417
2418 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2419
2420         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
2421         and a runtime function for it, of which the XEmacs version takes only
2422         two arguments.
2423
2424 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2425
2426         * nndiary.el (nndiary-request-create-group-functions)
2427         (nndiary-request-update-info-functions)
2428         (nndiary-request-accept-article-functions):
2429         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2430         "-hooks" suffix.
2431
2432 2012-10-19  Julien Danjou  <julien@danjou.info>
2433
2434         * gnus-art.el: Require gnus-util because it uses
2435         `gnus-timer--function'.
2436
2437 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2438
2439         * starttls.el (starttls-extra-arguments): Doc fix.
2440
2441 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2442
2443         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2444         it.
2445
2446 2012-10-06  Glenn Morris  <rgm@gnu.org>
2447
2448         * gnus-notifications.el (gnus-notifications):
2449         Add missing group :version tag.
2450         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2451         (gnus-gcc-post-body-encode-hook):
2452         * gnus-sync.el (gnus-sync-lesync-name)
2453         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2454
2455 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2456
2457         * color.el (color-hsl-to-rgb): Fix incorrect results for
2458         small and large hue values.  (Bug#12559)
2459
2460 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2461
2462         New UIDL implementation.
2463
2464         * mail-source.el (mail-sources, mail-source-keyword-map):
2465         Add :leave as a pop3 keyword.
2466         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2467
2468         * pop3.el (pop3-leave-mail-on-server): Allow number.
2469         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2470         (pop3-movemail): Add UIDL support.
2471         (pop3-send-streaming-command): Take a list of mail numbers instead of
2472         the number of mails.
2473         (pop3-write-to-file): Add X-UIDL header.
2474         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2475         (pop3-uidl-add-xheader): New functions.
2476
2477         * message.el (message-ignored-resent-headers):
2478         Add X-Content-Length and X-UIDL headers.
2479
2480 2012-10-05  Glenn Morris  <rgm@gnu.org>
2481
2482         * color.el (color-name-to-rgb, color-rgb-to-hex)
2483         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2484         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2485         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2486         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2487
2488 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2489
2490         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2491         a user about whether to delete temp files if once a user answered as n.
2492
2493 2012-09-25  Chong Yidong  <cyd@gnu.org>
2494
2495         * password-cache.el (password-read-and-add): Use a declare form to mark
2496         this function obsolete.
2497
2498 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2499
2500         * lpath.el: Bind mail-encode-mml for old Emacsen.
2501
2502 2012-09-17  Richard Stallman  <rms@gnu.org>
2503
2504         * message.el (message-in-body-p): Don't set mark or modify buffer.
2505
2506         * mml.el (mml-attach-file): Doc fix.
2507         (mml-attach-external, mml-attach-buffer, mml-attach-file):
2508         Set mail-encode-mml when in Mail mode.
2509         Simplify code to set HEAD and move back to HEAD.
2510         (mml-insert-multipart, mml-insert-part):
2511         Set mail-encode-mml when in Mail mode.
2512
2513 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2514
2515         * gnus-util.el (gnus-timer--function): New function.
2516
2517         * gnus-art.el (gnus-article-stop-animations): Use it.
2518
2519 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2520
2521         Fix glitches caused by addition of psec to timers.
2522         * gnus-art.el (gnus-article-stop-animations): Use timer--function
2523         rather than raw access to timer vector.
2524
2525 2012-09-11  Julien Danjou  <julien@danjou.info>
2526
2527         * gnus-notifications.el (gnus-notifications): Check for nil values in
2528         ignored addresses check.
2529
2530 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2531
2532         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2533
2534 2012-09-07  Chong Yidong  <cyd@gnu.org>
2535
2536         * gnus-util.el
2537         (gnus-put-text-property-excluding-characters-with-faces): Restore.
2538
2539         * gnus-salt.el (gnus-tree-highlight-node):
2540         * gnus-sum.el (gnus-summary-highlight-line):
2541         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2542
2543 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2544
2545         * gnus-util.el: Fix compilation error on XEmacs 21.4.
2546
2547 2012-09-06  Juri Linkov  <juri@jurta.org>
2548
2549         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2550         scheme for buffer names to be more consistent with other group and
2551         article buffer names in Gnus.
2552
2553 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2554
2555         * gnus-util.el
2556         (gnus-put-text-property-excluding-characters-with-faces): Removed.
2557
2558         * gnus-compat.el: Define compat function `add-face' from Wolfgang
2559         Jenkner.
2560
2561         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2562
2563         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2564
2565         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2566
2567 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2568
2569         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2570         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2571
2572         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2573         string-prefix-p in Emacs >=23.2.
2574
2575         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2576         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2577         instead of string-match-p.
2578         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2579
2580 2012-09-06  Kenichi Handa  <handa@gnu.org>
2581
2582         * qp.el (quoted-printable-decode-region): Fix previous change; handle
2583         lowercase a..f.
2584
2585 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2586
2587         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2588
2589 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
2590
2591         * nnimap.el (nnimap-request-move-article): Decode the group name when
2592         doing internal moves to avoid charset issues.
2593
2594         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
2595         TIME is set.
2596
2597 2012-09-05  Juri Linkov  <juri@jurta.org>
2598
2599         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2600         than one group at a time (bug#11961).
2601
2602 2012-09-05  Julien Danjou  <julien@danjou.info>
2603
2604         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2605         this hide the real reason with a message giving absolutely no hint.
2606
2607 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
2608
2609         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2610         to the backend (bug#11804).
2611
2612         * message.el (message-insert-newsgroups): Don't insert newsgroup
2613         duplicates (bug#12275).
2614
2615 2012-09-05  John Wiegley  <johnw@newartisans.com>
2616
2617         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2618         sieve rules.
2619
2620 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
2621
2622         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2623         function.
2624
2625         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2626
2627         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2628
2629 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2630
2631         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2632         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2633         This should make nnmaildir more usable with offlineimap.
2634
2635 2012-09-05  Julien Danjou  <julien@danjou.info>
2636
2637         * nnimap.el (nnimap-request-list): Revert change that made listing
2638         synchronous.
2639         (nnimap-get-responses): Restore.
2640
2641 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
2642
2643         * dgnushack.el: XEmacs 21.5 compilation fix.
2644
2645         * gnus-notifications.el (gnus-notifications-notify): Use it.
2646
2647         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2648         warnings on XEmacs.
2649
2650 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2651
2652         Better seeds for (random).
2653         * gnus-sync.el (gnus-sync-lesync-setup):
2654         * message.el (message-canlock-generate, message-unique-id):
2655         Change (random t) to (random), now that the latter is more random.
2656
2657 2012-08-31  Dave Abrahams  <dave@boostpro.com>
2658
2659         * nnimap.el (nnimap-change-group): Document result value
2660
2661         * auth-source.el (auth-sources): Fix macos keychain access.
2662
2663         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2664         allow the backend `request-head' function to determine the group
2665         name on its own.
2666         (gnus-request-expire-articles): Filter out negative article numbers
2667         during expiry (Bug#11980).
2668
2669         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2670         O(N^2) to O(N).  This makes warping into huge groups tolerable.
2671
2672         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2673         you've found the article when you haven't.
2674
2675         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
2676         that nnimap-change-group can return t.
2677
2678 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2679
2680         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2681
2682 2012-08-30  Julien Danjou  <julien@danjou.info>
2683
2684         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2685         `gnus-notifications-timeout'.
2686         (gnus-notifications-timeout): Add.
2687         (gnus-notifications-action): New function.
2688         (gnus-notifications-notify): Add :action using
2689         `gnus-notifications-action'.
2690         (gnus-notifications-id-to-msg): New variable.
2691         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2692         notifications id to messages.
2693
2694 2012-08-30  Kenichi Handa  <handa@gnu.org>
2695
2696         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2697         once.
2698
2699 2012-08-29  Julien Danjou  <julien@danjou.info>
2700
2701         * gnus-notifications.el: New file.
2702         (gnus-notifications-notify): New function.
2703         (gnus-notifications): Use `gnus-notifications-notify'.
2704
2705 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2706
2707         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2708         transfer encoding first; bind gnus-newsgroup-charset to the charset
2709         that the article specifies (Bug#12209).
2710
2711 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2712
2713         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2714         (gnus-group-customize-done): Encode values posting-style holds.
2715
2716         * gnus-msg.el (gnus-summary-resend-message)
2717         (gnus-configure-posting-styles): Decode values posting-style group
2718         parameter holds.
2719
2720 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2721
2722         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2723         `name' and `address' in Resent-From header.
2724
2725 2012-08-14  Chong Yidong  <cyd@gnu.org>
2726
2727         * gnus-art.el (article-display-face): Handle failure in
2728         gnus-create-image (Bug#11802).
2729
2730 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2731
2732         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2733         Use defsetf.
2734
2735 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
2736
2737         * auth-source.el (auth-source-plstore-search)
2738         (auth-source-secrets-search): Ignore :require and :type in search spec.
2739
2740 2012-08-06  Julien Danjou  <julien@danjou.info>
2741
2742         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
2743         `nnimap-request-move-article'.
2744
2745         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2746         Remove autoload, already handled by gnus.el.
2747
2748         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
2749
2750         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
2751         supported by nnimap actually.  Reverts previous change.
2752
2753         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
2754         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
2755         to-buffer argument that is already supported.
2756
2757 2012-08-05  Julien Danjou  <julien@danjou.info>
2758
2759         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2760         Add autoload.
2761
2762 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2763
2764         * gnus.el (gnus-valid-select-methods): Fix custom type.
2765
2766 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
2767
2768         * auth-source.el (auth-sources, auth-source-backend-parse)
2769         (auth-source-macos-keychain-search)
2770         (auth-source-macos-keychain-search-items)
2771         (auth-source-macos-keychain-result-append)
2772         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2773         auth-source.el through the /usr/bin/security utility.
2774         (auth-sources): Fix syntax error.
2775         (auth-source-macos-keychain-result-append): Fix variable name.
2776         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2777
2778 2012-07-27  Julien Danjou  <julien@danjou.info>
2779
2780         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2781         Emacs < 24.1
2782
2783 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2784
2785         * message.el (message-kill-address): Don't kill last newline.
2786         (message-skip-to-next-address): Don't move to the next header.
2787         (message-fill-field-address): Work properly.
2788
2789 2012-07-25  Julien Danjou  <julien@danjou.info>
2790
2791         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2792
2793 2012-07-24  Julien Danjou  <julien@danjou.info>
2794
2795         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2796
2797         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2798         (nntp-async-timer-handler): Remove, unused.
2799
2800         * nnimap.el (nnimap-get-responses): Remove, unused.
2801
2802         * nnheader.el (mail-header-set-extra): Remove, unused.
2803
2804         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
2805         unused.
2806
2807         * mm-view.el (mm-view-sound-file): Remove, unused.
2808
2809         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2810         (mm-url-encode-multipart-form-data): Remove, unused.
2811
2812         * message.el (message-remove-signature, message-make-host-name)
2813         (message-fill-address): Remove, unused.
2814
2815         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2816         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2817         unused.
2818
2819         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
2820         (gnus-xmas-call-region): Remove, unused.
2821
2822         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2823
2824         * gnus-util.el (gnus-extract-address-component-name)
2825         (gnus-extract-address-component-email, gnus-sortable-date)
2826         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2827         (gnus-process-live-p): Remove, unused.
2828
2829         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2830
2831         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2832         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2833         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2834         function.
2835
2836         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2837
2838         * gnus-score.el (gnus-summary-score-crossposting)
2839         (gnus-score-regexp-bad-p): Remove, unused.
2840
2841         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2842
2843         * gnus-range.el (gnus-sublist-p): Remove, unused.
2844
2845         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2846         unused.
2847
2848         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2849
2850         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2851         (gnus-request-associate-buffer): Remove, unused.
2852
2853         * gnus-group.el (gnus-group-set-method-info)
2854         (gnus-group-set-params-info): Remove, unused.
2855
2856         * gnus-fun.el (gnus-shell-command-to-string)
2857         (gnus-shell-command-on-region): Remove, unused.
2858
2859         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2860
2861         * gnus-art.el (gnus-article-text-type-exists-p)
2862         (article-translate-characters, gnus-article-hide-text-of-type)
2863         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2864         Remove, unused.
2865
2866 2012-07-22  Andrew Cohen  <cohen@bu.edu>
2867
2868         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2869
2870 2012-07-21  Julien Danjou  <julien@danjou.info>
2871
2872         * message.el (message-dont-reply-to-names): Replace deprecated
2873         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2874         (message-get-reply-headers): Ditto.
2875
2876 2012-07-18  Julien Danjou  <julien@danjou.info>
2877
2878         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2879         `sieve-upload-and-kill'.
2880
2881         * sieve.el (sieve-bury-buffer): Remove function.
2882         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2883         (sieve-upload-and-kill): New function, mapped to C-c C-c.
2884
2885 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
2886
2887         * shr.el (shr-expand-url): Handle URL starting with `//'.
2888
2889 2012-07-13  Chong Yidong  <cyd@gnu.org>
2890
2891         * smime.el (smime-certificate-info): Set buffer-read-only directly,
2892         instead of calling toggle-read-only with a (bogus) argument.
2893
2894 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
2895
2896         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2897         of initial input when reading the author to restrict the summary to.
2898
2899 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2900
2901         * mm-decode.el (mm-shr):
2902         Allow overriding charset by mm-charset-override-alist.
2903
2904 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2905
2906         * gnus-art.el (gnus-article-view-part):
2907         Toggle subparts of multipart/alternative part.
2908
2909 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2910
2911         * shr.el (shr-render-buffer): New command.
2912         (shr-visit-file): Use it.
2913
2914 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2915
2916         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2917         Set no-byte-compile and no-update-autoloads.
2918
2919 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2920
2921         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2922
2923 2012-06-25  Julien Danjou  <julien@danjou.info>
2924
2925         * nnimap.el (nnimap-request-articles-find-limit): Rename from
2926         `nnimap-request-move-articles-find-limit' since we do not use it only
2927         for move operations.
2928         (nnimap-request-accept-article): Use
2929         `nnimap-request-articles-find-limit' to limit search by message-id.
2930
2931 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
2932
2933         Support higher-resolution time stamps (Bug#9000).
2934
2935         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
2936         VARLIST.  It's optional, for backward compatibility.
2937         (encode-time-value): New optional arg PICO.  New type 3.
2938         (time-to-seconds) [!float-time]: Support the new picoseconds
2939         component if it's used.
2940         (seconds-to-time, time-subtract, time-add):
2941         Support ps-resolution time stamps as well.
2942
2943 2012-06-19  Julien Danjou  <julien@danjou.info>
2944
2945         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
2946
2947         * nnimap.el (nnimap-log-buffer): Check that
2948         `window-point-insertion-type' is boundp, since it's not available in
2949         XEmacs.
2950
2951 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2952
2953         * nnimap.el (nnimap-log-buffer): Add this, setting
2954         `window-point-insertion-type' in the buffer to t.
2955         (nnimap-log-command): Use nnimap-log-buffer.
2956
2957 2012-06-19  Julien Danjou  <julien@danjou.info>
2958
2959         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
2960         argument to be able to limit the search.
2961         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
2962         (nnimap-request-move-articles-find-limit): Add this to limit the search
2963         by Message-Id after a message move.
2964         (nnimap): Add defgroup.
2965
2966 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2967
2968         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2969
2970 2012-06-15  Julien Danjou  <julien@danjou.info>
2971
2972         * nnimap.el (nnimap-find-article-by-message-id): Use
2973         `nnimap-possibly-change-group' rather than its own EXAMINE call.
2974         (nnimap-possibly-change-group): Add read-only argument.
2975         (nnimap-request-list): Use nnimap-possibly-change-group rather than
2976         issuing EXAMINE manually.
2977         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
2978         with read-only argument.
2979         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
2980         cannot possibly change because we need to be sure that it's either
2981         read-write or read-only.
2982
2983 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2984
2985         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2986         being bound to a lambda form.
2987
2988 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
2989
2990         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2991         articles when fetch-old is non-nil (bug#11370).
2992
2993 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
2994
2995         * gnus-picon.el (gnus-picon-properties): New defcustom.
2996         (gnus-picon-create-glyph): Use it.
2997
2998 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2999
3000         * gnus-group.el (gnus-group-get-new-news): Respect
3001         `gnus-group-use-permanent-levels', as documented (bug#11638).
3002
3003 2012-06-10  Dave Abrahams  <dave@boostpro.com>
3004
3005         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3006         groups (bug#11641).
3007
3008 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
3009
3010         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3011         is an integer to avoid later problems.
3012
3013 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3014
3015         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3016         locales.
3017
3018         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
3019         on a handle.
3020
3021         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
3022         address as the default.
3023         (gnus-summary-insert-old-articles): Don't include unexisting messages.
3024
3025         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
3026         makes no sense to query the user about internal files.
3027
3028         * gnus-spec.el: Remove all the byte-compilation stuff, since
3029         benchmarking shows that it doesn't help when entering large summary
3030         buffers.
3031
3032         * gnus-xmas.el (gnus-xmas-define): Remove.
3033
3034         * gnus-util.el (gnus-byte-code): Remove.
3035
3036         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
3037         grouplens stuff.
3038
3039 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3040
3041         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3042         (bug#11514).
3043
3044 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3045
3046         * message.el (message-buffers): Return all buffers derived from Message
3047         to make `gnus-dired-attach' work with mu4e.
3048
3049 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3050
3051         * nntp.el: Stop the `letf' madness.
3052         (nntp--report-1): New var.
3053         (nntp-report): Merge nntp-report-1 into it.
3054         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3055         the nntp-report function.
3056
3057         * auth-source.el: Fix comment-style to follow the convention.
3058
3059 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
3060
3061         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
3062         (mm-dissect-singlepart): Don't guess the MIME type of
3063         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
3064         set.
3065         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
3066         toplevel MIME type is multipart/encrypted.
3067
3068 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3069
3070         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3071         a string so that Gcc works (bug#11514).
3072
3073 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3074
3075         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3076         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3077
3078 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3079
3080         * gnus-win.el (gnus-configure-frame): Don't signal an error when
3081         jumping to *Server* from a dedicated *Group* window.
3082         (gnus-configure-frame): CSE.
3083
3084         * gnus-registry.el: Minor style cleanup.
3085         (gnus-registry--set/remove-mark): New function, extracted from
3086         gnus-registry-install-shortcuts.
3087         (gnus-registry-install-shortcuts): Use it.
3088
3089 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3090
3091         * nnspool.el (news-path): Use eval-and-compile.
3092
3093 2012-05-24  Glenn Morris  <rgm@gnu.org>
3094
3095         * nnspool.el (news-directory, news-path, news-inews-program):
3096         Move here from paths.el.  Don't see a need for these to be autoloaded.
3097
3098         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3099         Merge in doc from paths.el version.  Don't see any need for this to be
3100         autoloaded, or for the warning about users not setting it.
3101
3102 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
3103
3104         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
3105         format.  In particular, add an optional argument and a docstring.
3106
3107         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
3108
3109         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
3110         current before calling `gnus-groups-to-gnus-format'.
3111         Note that this was already the case for `gnus-active-to-gnus-format'.
3112
3113 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
3114
3115         Fix minor Y10k bug.
3116         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3117
3118 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3119
3120         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3121         message once it's actually open.
3122
3123 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3124
3125         * gnus.el: Ma Gnus v0.5 is released.
3126
3127 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3128
3129         * auth-source.el (auth-source--aput-1, auth-source--aput)
3130         (auth-source--aget): New functions and macros.
3131         Use them instead of aput/aget.
3132
3133 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
3134
3135         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3136
3137 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3138
3139         * plstore.el (plstore-called-interactively-p): New compat macro copied
3140         from message.el.
3141         (plstore-mode): Use it.
3142
3143 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3144
3145         * plstore.el: Revive the editing feature.
3146         (plstore-mode): New mode to edit plstore file.
3147         (plstore-mode-toggle-display, plstore-mode-original)
3148         (plstore-mode-decoded): New command.
3149         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3150         (plstore--insert-buffer, plstore--make): New function.
3151         (plstore-open, plstore-save): Simplify by using them.
3152
3153 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3154
3155         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
3156
3157 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
3158
3159         * tls.el (open-tls-stream): Remove unused binding.
3160
3161 2012-04-16  Glenn Morris  <rgm@gnu.org>
3162
3163         * nndraft.el (nndraft-request-list): Fix declaration.
3164
3165 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3166
3167         * mm-decode.el (mm-dissect-buffer): Doc fix.
3168
3169         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3170         don't have a current group.
3171
3172         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
3173         buffer if it doesn't exist.
3174
3175         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
3176         given, mark the group as ephemeral with the current window conf.
3177
3178         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
3179         buffer exists, which it doesn't if we haven't started Gnus.
3180         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
3181
3182 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3183
3184         * mml.el (mml-generate-mime): Allow specifying what the top-level part
3185         type is.
3186
3187         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
3188         `unexists' entries.
3189         (gnus-clean-old-newsrc): Fix last checkin.
3190
3191         * nnimap.el (nnimap-update-info): None of the articles below the active
3192         low-water mark exist.
3193
3194         * dgnushack.el: Get rid of XEmacs compilation warning.
3195
3196         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3197         would have gotten if we posted to the group, and use that to compare
3198         against the message we want to cancel (bug#10808).
3199
3200         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
3201         on XEmacs.
3202
3203 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3204
3205         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
3206         `scroll-margin'.
3207
3208 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
3209
3210         * gnus-cite.el (gnus-dissect-cited-text): A single line without
3211         citation prefix within a block of cited text should be considered part
3212         of that block *only* if it is a blank line.
3213
3214 2012-04-09  Chong Yidong  <cyd@gnu.org>
3215
3216         * binhex.el, hashcash.el, uudecode.el:
3217         Remove * characters from the front of variable docstrings.
3218
3219 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3220
3221         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
3222         before kinsoku-bol characters nor within kinsoku-eol characters.
3223
3224 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3225
3226         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
3227         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
3228         (gnus-sync-read): Use mapc instead of mapcar.
3229
3230         * mm-archive.el: Require mm-decode for some macros.
3231         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
3232         the byte compiler.
3233         (mm-archive-decoders): New function that returns the value of
3234         the mm-archive-decoders variable.
3235
3236         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
3237         instead.
3238         (mm-dissect-singlepart): Use the function mm-archive-decoders.
3239
3240         * nnimap.el (gnus-refer-thread-use-nnir):
3241         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
3242
3243 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3244
3245         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
3246
3247 2012-03-12  Peter Münster  <pmrb@free.fr>
3248
3249         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
3250         (gnus-demon-cancel): Ditto.
3251         (gnus-demon-run-callback): When function cannot be called due to low
3252         idleness, call it when idleness reaches the expected value, instead of
3253         waiting another timer period.
3254         (gnus-demon-init): Add `time' to arguments of call-back.
3255
3256 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3257
3258         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
3259
3260         * gnus.el: Register gnus-registry functions.
3261
3262         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
3263         indent.
3264
3265         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
3266         enabled before warping.
3267
3268 2012-03-22  Dave Abrahams  <dave@boostpro.com>
3269
3270         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
3271         registry about each article retrieved.
3272
3273         * gnus-int.el (gnus-select-group-with-message-id): New function.
3274         (gnus-try-warping-via-registry): Ditto.
3275         (gnus-warp-to-article): Fall back on the registry.
3276
3277 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
3278
3279         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
3280         inboxes.
3281
3282 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3283
3284         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
3285
3286 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3287
3288         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
3289         gnus-gcc-self-resent-messages may be a group parameter.
3290         (gnus-summary-resend-message): Don't encode encoded words in header
3291         when Gcc'ing resent message.
3292
3293 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3294
3295         * shr.el (shr-insert): Treat non-breaking space just like normal
3296         space.  This seems to produce more pleasing results.
3297         (shr-insert): Only insert a blank line if we're starting from an image.
3298         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
3299         (shr-ensure-paragraph): Consider lines with white space to be blank.
3300
3301 2012-03-15  Elias Pipping  <pipping@lavabit.com>
3302
3303         * Makefile.in: Respect DESTDIR.
3304
3305 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
3306
3307         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
3308         and gnus-gcc-post-body-encode-hook.
3309
3310 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3311
3312         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
3313         messages that don't exist.
3314
3315         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
3316
3317 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3318
3319         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
3320         Remove.
3321
3322         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
3323
3324         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
3325
3326 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3327
3328         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3329         have a group name.
3330
3331         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3332         a multibyte buffer (bug#7410).
3333         (article-wash-html): Parse the original article buffer to get the
3334         unencoded data (bug#7410).
3335
3336         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3337         .newsrc.el files.
3338
3339 2012-04-05  Bastien Guerry  <bzg@altern.org>
3340
3341         * color.el (color-lighten-name): Fix typo.
3342
3343 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3344
3345         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3346         "#" to avoid having them interpreted as comments.
3347
3348 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3349
3350         * shr.el (shr-insert): Update the text state properly to avoid
3351         inserting spurious paragraph starts.
3352
3353 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3354
3355         * shr.el (shr-table-widths): Divide the extra width more fairly over
3356         the TDs (bug#10973).
3357         (shr-render-td): Don't delete too much padding.
3358         (shr-natural-width): Compute the natural width more correctly.
3359         (shr-insert): Allow the natural width to be computed for tables again.
3360         (shr-tag-table-1): Rework how the natural widths are computed by
3361         rendering the table a third time.
3362         (shr-natural-width): Removed.
3363         (shr-buffer-width): New function.
3364         (shr-expand-newlines): Use it.
3365
3366         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
3367         using a `gnus-use-full-window' setup (bug#11013).
3368
3369 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3370
3371         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3372         24.1 release.
3373
3374 2012-03-10  David Edmondson  <dme@dme.org>
3375
3376         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3377         'Forwarded Message' header and the start of the message.
3378
3379 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3380
3381         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3382         isn't running (bug#10897).
3383
3384 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3385
3386         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
3387         This is inconsistent with all the other stream functions, which leave
3388         the setting up to the higher levels (if so wanted) (bug#10931).
3389
3390 2012-02-28  Glenn Morris  <rgm@gnu.org>
3391
3392         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
3393         mm-decode.el: Standardize possessive apostrophe usage.
3394
3395 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3396
3397         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3398
3399 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
3400
3401         * parse-time.el (parse-time-string): Allow extractor to return nil.
3402
3403 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3404
3405         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3406
3407 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3408
3409         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
3410
3411 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3412
3413         * mm-decode.el (mm-shr): Remove "soft hyphens".
3414
3415         * nnimap.el (nnimap-request-list): Return the group names encoded as
3416         utf8.  Otherwise non-European group names don't work.
3417         (nnimap-request-newgroups): Ditto.
3418
3419         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3420         the default in `read-string' (bug#10757).
3421
3422         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3423         topics (bug#10843).
3424
3425         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3426         buffer.  Suggested by Herbert Valerio Riedel.
3427         (nnimap-request-move-article): Delete the message from the correct IMAP
3428         server.
3429
3430 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3431
3432         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3433         Reported by Peter Münster.
3434
3435 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3436
3437         * shr.el (shr-image-fetched): Make sure we really kill the right
3438         buffer.
3439
3440 2012-02-16  Leo Liu  <sdl.web@gmail.com>
3441
3442         * gnus-start.el (gnus-1): Avoid duplicate entries.
3443
3444 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3445
3446         * imap.el: Remove.
3447
3448         * nntp.el (nntp-coding-system-for-read): Remove.
3449         (nntp-coding-system-for-write): Ditto.
3450         (nntp-open-connection): Just use `binary' directly.
3451
3452         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
3453         Gnus 0.3.
3454
3455 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3456
3457         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
3458         application/octet-stream parts really is.
3459
3460         * gnus-sum.el (gnus-propagate-marks): Remove.
3461
3462 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
3463
3464         * shr.el (shr-rescale-image): Undo previous change; see
3465         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3466
3467 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3468
3469         * gnus.el: Ma Gnus v0.3 is released.
3470
3471 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3472
3473         * gnus-sum.el (gnus-summary-local-variables): Make
3474         `gnus-newsgroup-unexist' into a local variable.
3475
3476 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3477
3478         * registry.el (registry-usage-test, registry-persistence-test): Move to
3479         tests/gnustest-registry.el.
3480         (registry-make-testable-db, registry-match-test)
3481         (registry-instantiation-test): Move to tests/gnustest-registry.el.
3482
3483         * gnus-registry.el (gnus-registry-misc-test)
3484         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3485
3486         * tests/gnustest-registry.el: New file with the registry and
3487         gnus-registry ERT tests.
3488
3489 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3490
3491         * gnus-msg.el (gnus-summary-resend-message): Make
3492         gnus-summary-resend-message-insert-gcc be last item in
3493         message-header-setup-hook.
3494
3495 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3496
3497         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3498         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
3499         Remove.
3500         (nnfolder-open-server): Don't use marks.
3501         (nnfolder-request-delete-group): Ditto.
3502         (nnfolder-request-rename-group): Ditto.
3503         (nnfolder-request-set-mark, nnfolder-request-marks)
3504         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3505         (nnfolder-save-marks, nnfolder-open-marks): Remove.
3506
3507         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3508         (nnml-marks-modtime): Remove.
3509         (nnml-request-delete-group): Don't use marks.
3510         (nnml-request-rename-group): Ditto.
3511         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3512         (nnml-save-marks, nnml-open-marks): Remove.
3513
3514         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3515         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3516         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3517         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3518         (nntp-server-to-method-cache): Remove.
3519
3520         * shr.el (shr-rescale-image): Fix wrong merge.
3521
3522 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3523
3524         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3525         too-wide lines.
3526
3527 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3528
3529         * nnimap.el (nnimap-record-commands): New variable.
3530         (nnimap-log-command): Use it.
3531         (nnimap-make-process-buffer): Add a space to the process buffer.
3532         (nnimap-transform-headers): Don't bug out on header lines containing
3533         stuff that look like IMAP length encodings.
3534
3535         * shr.el (shr-rescale-image): Allow viewing large images.
3536
3537 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
3538
3539         * nnml.el (nnml-request-compact-group): Delete the marks file after
3540         compaction (bug#10800).
3541
3542         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3543         group exit.
3544
3545         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3546         QRESYNC/FETCH output.
3547
3548 2012-02-11  Glenn Morris  <rgm@gnu.org>
3549
3550         * sieve-manage.el (sieve-manage-default-stream):
3551         * shr.el (shr):
3552         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3553         (nnir-retrieve-headers-override-function)
3554         (nnir-imap-default-search-key, nnir-notmuch-program)
3555         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3556         (nnir-method-default-engines):
3557         * message.el (message-cite-reply-position):
3558         * gssapi.el (gssapi-program):
3559         * gravatar.el (gravatar):
3560         * gnus-sum.el (gnus-refer-thread-use-nnir):
3561         * gnus-registry.el (gnus-registry-unfollowed-addresses)
3562         (gnus-registry-max-pruned-entries):
3563         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3564         * gnus-int.el (gnus-after-set-mark-hook)
3565         (gnus-before-update-mark-hook):
3566         * gnus-async.el (gnus-async-post-fetch-function):
3567         * auth-source.el (auth-source-cache-expiry):
3568         Add missing :version tags to new defcustoms and defgroups.
3569
3570 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
3571
3572         * gnus-sum.el (gnus-adjust-marked-articles): Add to
3573         `gnus-newsgroup-unexist'.
3574
3575         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
3576         marks.
3577         (gnus-article-special-mark-lists): Put the `unexist' in the special
3578         marks list instead.
3579
3580         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
3581         articles in the list of articles to be selected.
3582
3583         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
3584         articles.
3585         (nnimap-update-info): Keep track of unexisting articles.
3586         (nnimap-update-qresync-info): Ditto.
3587
3588 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3589
3590         * message.el (message-default-send-mail-function): Made into own
3591         function for reuse by emacsbug.el.
3592
3593 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
3594
3595         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3596         `gnus-sloppily-equal-method-parameters' to avoid a warning.
3597
3598 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3599
3600         * mm-archive.el (mm-archive-dissect-and-inline): New function.
3601         (mm-archive-dissect-and-inline): Fix up the undisplayer.
3602
3603         * gnus-compat.el: Define `timer-set-function'.
3604
3605         * mm-decode.el (mm-display-external): Output the text from the command
3606         in the buffer after the command finished.  This makes text-based
3607         commands behave better.
3608
3609 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3610
3611         * gnus-compat.el: Add a compat for the old `url-retrieve'.
3612
3613 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3614
3615         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
3616         23.1.
3617
3618 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3619
3620         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3621
3622 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3623
3624         * message.el (smtpmail-smtp-user): Silence compiler warning.
3625
3626 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3627
3628         * message.el (message-multi-smtp-send-mail): Also allow specifying the
3629         SMTP user name.
3630
3631 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3632
3633         * gnus-sum.el (gnus-summary-show-thread):
3634         next-single-char-property-change may return nil in XEmacs.
3635         (gnus-summary-article-map): Fix typo.
3636
3637 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3638
3639         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3640         running.
3641
3642         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3643
3644         * gnus.el (gnus-server-extend-method): Don't add an -address component
3645         if the method already has one (bug#9676).
3646
3647 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3648
3649         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3650         of an initial-input for consistency (bug#10757).
3651
3652         * dgnushack.el: Fix XEmacs compilation warning.
3653
3654         * shr.el: Inhibit getting and sending cookies when fetching pictures.
3655
3656         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3657
3658 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3659
3660         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3661         lines that are narrower than the window width.  Otherwise background
3662         "blocks" will look less readable.
3663
3664 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3665
3666         * nnimap.el (nnimap-transform-headers): Remove unused variable.
3667         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3668         have newlines within the strings, and where the UID comes after the
3669         BODYSTRUCTURE element (bug#10537).
3670
3671         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3672         (bug#10732).
3673
3674         * shr.el (shr-insert-document): Add doc string.
3675         (shr-visit-file): Ditto.
3676         (shr-remove-trailing-whitespace): New function.
3677         (shr-insert-document): Use it to clean up trailing whitespace as the
3678         final step (bug#10714).
3679
3680 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3681
3682         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3683         buffer if `gnus-kill-summary-on-exit' is nil.
3684
3685 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3686
3687         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3688         when just reading a single group from "without" Gnus.
3689
3690 2012-02-06  Chong Yidong  <cyd@gnu.org>
3691
3692         * gnus-sum.el (gnus-summary-show-thread):
3693         next-single-char-property-change never returns nil (Bug#8657).
3694
3695 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3696
3697         * message.el (message-multi-smtp-send-mail): New function.
3698         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
3699         header to implement multi-SMTP functionality.
3700
3701         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
3702         (gnus-agentize): Don't set it.
3703         (gnus-agent-send-mail): Don't use it.
3704
3705         * gnus-sum.el (gnus-summary-widget-backward): New function and
3706         keystroke.
3707
3708         * gnus-compat.el: More the compat functions more compatible.
3709
3710         * shr.el (shr-put-image): Remove underlines from sliced images.
3711         (shr-zoom-image): Compute the region to be replaced more correctly.
3712
3713 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3714
3715         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
3716         (gnus-summary-resend-message-insert-gcc): New function.
3717         (gnus-summary-resend-message): Modify message-header-setup-hook and
3718         message-sent-hook to make it work for Gcc.
3719         (gnus-inews-do-gcc): Update the number of unread articles of groups
3720         that messages are Gcc'd to.
3721
3722         * message.el (message-resend): Run message-sent-hook to do Gcc.
3723
3724 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3725
3726         * lpath.el: Fix an XEmacs compilation warning.
3727
3728         * gnus-compat.el: Require `help-fns' to fix compilation error.
3729
3730         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
3731         a higher level to silence compilation.
3732
3733         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
3734         parameter to allow controlling the scaling.
3735
3736         * shr.el (shr-zoom-image): New command and keystroke.
3737         (shr-put-image): Take a `size' flag to say how to scale the image.
3738
3739         * gnus-compat.el: Redefine `delete-directory' to provide recursive
3740         deletion unless already defined.
3741
3742         * gnus.el (gnus-compat): Require it.
3743
3744         * gnus-compat.el: New file.
3745
3746         * gnus-start.el (gnus-clean-old-newsrc): New function.
3747         (gnus-read-newsrc-file): Use it.
3748
3749         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
3750         Use recursive deletion.
3751         (mm-dissect-archive): Add support for zip files.
3752
3753         * gnus-util.el (gnus-recursive-directory-files): New function.
3754
3755         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
3756         (mm-archive-decoders): Add tgz support.
3757
3758         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
3759         Otherwise inserting text into the Gnus buffer can look odd.
3760
3761         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
3762
3763         * mm-archive.el (mm-archive-decoders): Add support for tar.
3764
3765         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
3766
3767         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
3768
3769 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3770
3771         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
3772
3773         * mm-archive.el: New file.
3774
3775         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
3776
3777         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
3778
3779         * message.el (message-goto-*): Make all the `message-goto-*' commands
3780         push the mark before moving point.  This makes it easier to go back to
3781         where you came from after editing whatever you jumped to.
3782
3783 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3784
3785         * gnus.el: Ma Gnus v0.1 is released.
3786
3787 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
3788
3789         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3790         without reconnecting.
3791         (nnimap-possibly-change-group): Ditto.
3792         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3793         connection has died before being called.
3794
3795 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3796
3797         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3798         an initial sync unless we're really doing one.
3799
3800         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3801         address parameter if one already exists (bug#9676).
3802
3803         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3804         not the prefix, as documented (bug#10689).
3805
3806 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3807
3808         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3809         the "server".
3810
3811         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3812         the real error message with the useless "previously known to be down".
3813         Which isn't even correct.
3814
3815         * nntp.el (nntp-open-connection): Report the error message if the nntp
3816         server can't be reached.
3817
3818         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3819         groups we do a total scan for.
3820         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3821         doing that.
3822
3823 2012-01-31  Jim Meyering  <jim@meyering.net>
3824
3825         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3826         Correct a comment (insert "not") and hide nominally-doubled "to".
3827
3828 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3829
3830         * gnus.el (gnus-version): Change name to "Ma Gnus".
3831
3832 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3833
3834         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3835         section in the manual.
3836
3837 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3838
3839         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3840         words.
3841         (rfc2047-encode-string): Ditto.
3842         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
3843         understand folded filename="..." parameters, for instance.
3844
3845         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3846         the message for greater debuggability.
3847
3848 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3849
3850         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3851         instead of setting it locally, since the latter doesn't seem to have
3852         any effect (most of the time).
3853
3854 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
3855
3856         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3857         function call.
3858
3859 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3860
3861         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3862         seconds, and make the repeat clause with HH:MM specs work as
3863         documented.
3864
3865 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3866
3867         * proto-stream.el (proto-stream-capability-open): Fall back on
3868         :end-of-command if :end-of-capability doesn't exist.
3869
3870 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3871
3872         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3873         bound globally in old Emacsen and XEmacsen.
3874
3875 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3876
3877         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3878         so that previous errors don't prohibit getting new news.
3879
3880         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3881
3882         * nntp.el (nntp-retrieve-group-data-early): Ditto.
3883
3884 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
3885
3886         * gnus.el (gnus-group-find-parameter): Check for liveness of the
3887         buffer, not of the string which is its name.
3888
3889 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3890
3891         * proto-stream.el (proto-stream-capability-open): Wait for
3892         :end-of-capability, not :end-of-command.
3893
3894         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3895         non-server-marks groups.
3896         (gnus-group-make-articles-read): Ditto.
3897
3898         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3899         methods (bug#9676).
3900
3901         * gnus.el (gnus-method-ephemeral-p): New function.
3902
3903 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3904
3905         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3906         left-to-right.
3907
3908 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3909
3910         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3911         warning.
3912
3913 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3914
3915         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3916         macroexpand the nnir things, since they haven't been defined yet, and
3917         nnir requires gnus-sum.
3918
3919 2012-01-24  Julien Danjou  <julien@danjou.info>
3920
3921         * color.el (color-rgb-to-hsl): Fix value computing.
3922         (color-hue-to-rgb): New function.
3923         (color-hsl-to-rgb): New function.
3924         (color-clamp, color-saturate-hsl, color-saturate-name)
3925         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3926         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3927
3928 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3929
3930         * mm-decode.el (mm-interactively-view-part): Fix prompt.
3931
3932 2012-01-19  Julien Danjou  <julien@danjou.info>
3933
3934         * color.el (color-name-to-rgb): Use the white color to find the max
3935         color component value and return correctly computed values.
3936         (color-name-to-rgb): Add missing float conversion for max value.
3937
3938 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
3939
3940         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
3941         logical server name in addition to the actual machine address.
3942
3943         * auth-source.el (auth-source-user-and-password): Add convenience
3944         wrapper to search by just host and optionally user.
3945
3946 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3947
3948         * shr.el (shr-visit-file): Move point to the beginning of the buffer
3949         after rendering.
3950
3951 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3952
3953         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
3954         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
3955         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
3956
3957 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3958
3959         * gnus-sum.el (gnus-summary-read-group): Document more parameters
3960         (bug#9693).
3961         (gnus-summary-setup-buffer): Document return value (bug#9697).
3962
3963         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3964         since ido doesn't work on symbols (bug#9632).
3965
3966         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3967         when getting a single value as when getting all the values.  This means
3968         that atoms like `gcc-self' work cumulatively, like variable settings,
3969         instead of getting the value from the last matching clause.
3970         (gnus-group-find-parameter): Protect against the group buffer not
3971         existing (bug#9585).
3972
3973 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3974
3975         * gnus-start.el (gnus-activate-group): Document more parameters
3976         (bug#9694).
3977
3978         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3979         (bug#9692).
3980
3981         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3982         article was fetched, so that it can be expired later (bug#9958).
3983         (gnus-agent-summary-fetch-series): Add doc string.
3984         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3985         (bug#9517).
3986
3987         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3988         retrieval is happening.
3989
3990         * gnus.el (gnus-parameters): Doc fix.
3991
3992 2012-01-06  Dave Abrahams  <dave@boostpro.com>
3993
3994         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3995         show the thread after expansion.
3996
3997 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3998
3999         * gnus-art.el (article-narrow-to-head): If the head is completely
4000         empty, narrow to the empty region (bug#9764).
4001
4002         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
4003         read, and then mark them as unread only when the unread mark is used.
4004         This makes `C-- T k' actually work, even though it's confusing.
4005
4006         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
4007         alive before we try to find its window.
4008
4009 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
4010
4011         * mm-decode.el (mm-display-external): Use a longer timeout for the
4012         deletion to allow slow programs to display the file.
4013
4014 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4015
4016         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
4017         prompt to be less confusing.
4018
4019         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
4020         argument to `message-reply'.  This broke `special-display-*' frame
4021         pop-uping (bug#10238).
4022
4023 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4024
4025         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
4026         systems, since these allegedly don't work there.
4027
4028 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
4029
4030         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
4031         live buffer.
4032
4033 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4034
4035         * nnir.el (nnir-retrieve-headers): Protect against the article not
4036         existing on the server (bug#10335).
4037
4038 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4039
4040         * gnus-agent.el (gnus-agent-load-local): Recompute
4041         gnus-agent-article-local on changing method.
4042
4043 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4044
4045         * gnus.el (gnus-parameters): Note precedence.
4046
4047 2012-01-04  Leo Liu  <sdl.web@gmail.com>
4048
4049         * nndraft.el (nndraft-update-unread-articles): Don't move point around
4050         in the group buffer.
4051
4052 2012-01-04  Julien Danjou  <julien@danjou.info>
4053
4054         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
4055         change.
4056
4057 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4058
4059         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
4060         too.
4061
4062         * nntp.el (nntp-retrieve-group-data-early): Use it.
4063
4064 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4065
4066         * nntp.el (nntp-retrieval-in-progress): New variable.
4067         (nntp-make-process-buffer): Make it buffer-local.
4068
4069         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
4070         2010.
4071         (gnus-demon-init): Use it to compute the time if time is on the form
4072         "04:23".
4073
4074         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
4075
4076         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
4077         status in the correct buffer.
4078
4079 2012-01-03  Leo Liu  <sdl.web@gmail.com>
4080
4081         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
4082         when opening topics (bug#10407).
4083
4084 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4085
4086         * gnus-cus.el (gnus-score-customize):
4087         * gnus-sum.el (gnus-sort-gathered-threads):
4088         * message.el (message-shorten-references):
4089         * nnmairix.el (nnmairix-request-group):
4090         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
4091
4092 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4093
4094         * gnus-agent.el (gnus-agent-regenerate-group):
4095         * gnus-int.el (gnus-retrieve-group-data-early):
4096         * mm-util.el (mm-codepage-ibm-list):
4097         * nndiary.el (Commentary, nndiary-get-new-mail):
4098         * nnir.el (nnir):
4099         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
4100
4101 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4102
4103         * mm-view.el (mm-display-inline-fontify): Add comment.
4104
4105 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4106
4107         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
4108         * ntlm.el (ntlm-smb-dohash): Spelling fix.
4109
4110 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
4111
4112         * gnus-art.el (gnus-split-methods):
4113         * gnus-msg.el (gnus-configure-posting-styles):
4114         * gnus-spec.el (gnus-parse-simple-format):
4115         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4116         * message.el (message-do-actions): Spelling fix.
4117
4118 2011-12-15  Juri Linkov  <juri@jurta.org>
4119
4120         * mm-decode.el (mm-inline-media-tests): Add missing
4121         `mm-handle-media-subtype'.
4122
4123 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4124
4125         * gnus-group.el (gnus-group-tool-bar):
4126         * gnus-sum.el (gnus-summary-tool-bar):
4127         * message.el (message-tool-bar):
4128         * rfc2231.el (rfc2231-parse-string): Spelling fix.
4129
4130 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
4131
4132         * plstore.el (plstore--insert-buffer): Spelling fix.
4133
4134 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
4135
4136         * message.el (message-valid-fqdn-regexp): Update with newly approved
4137         top-level domain names ".tel" and ".asia".
4138
4139 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4140
4141         * gnus-sum.el (gnus-summary-show-article): Don't load shr
4142         unconditionally.
4143
4144 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4145
4146         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
4147         pop-to-buffer-same-window for old Emacsen.
4148
4149 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
4150
4151         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
4152
4153 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4154
4155         * netrc.el (netrc-credentials): Spelling fix.
4156
4157 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
4158
4159         * gnus-fun.el (gnus-fun-ppm-change-string):
4160         * gnus-msg.el (gnus-inews-do-gcc):
4161         * gnus-sum.el (gnus-summary-find-for-reselect):
4162         * gnus.el (gnus-summary-cancelled):
4163         * message.el (message-cancel-hook, message-send-news):
4164         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
4165         * nnir.el (nnir-run-hyrex):
4166         * nntp.el (nntp-with-open-group-function):
4167         * pgg.el (pgg-pending-timers): Spelling fix.
4168
4169 2011-12-04  Chong Yidong  <cyd@gnu.org>
4170
4171         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
4172         change (Bug#10200).
4173
4174 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4175
4176         * compface.el (uncompface):
4177         * gnus-art.el (gnus-article-x-face-command): Update the header format
4178         of icon data for the most recent icontopbm program.
4179
4180 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4181
4182         * gnus-msg.el (gnus-inews-do-gcc):
4183         * message.el (message-send-mail):
4184         * mml.el (mml-generate-mime): Share the value of the buffer-local
4185         `message-options' variable between a draft buffer and temprary working
4186         buffers.
4187
4188 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4189
4190         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
4191
4192 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4193
4194         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
4195         for Cygwin.
4196
4197 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4198
4199         * gnus-group.el (gnus-group-prepare-flat):
4200         * mm-bodies.el (mm-encode-body):
4201         * mml.el (mml-preview):
4202         * nnml.el (nnml-request-compact-group):
4203         * pop3.el (pop3-stream-type): Spelling fix.
4204
4205 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4206
4207         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
4208
4209 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4210
4211         * color.el (color-rgb-to-hsl):
4212         * gmm-utils.el (gmm-tool-bar-style):
4213         * gnus-group.el (gnus-group-prepare-flat):
4214         * gnus-topic.el (gnus-topic-prepare-topic):
4215         * mm-decode.el (mm-discouraged-alternatives):
4216         * rfc2047.el (rfc2047-encode-1):
4217         * starttls.el: Spelling fix.
4218
4219 2011-11-24  Glenn Morris  <rgm@gnu.org>
4220
4221         * binhex.el (binhex-begin-line): Give it basic doc-string.
4222
4223         * starttls.el, tls.el: Fix case of "GnuTLS".
4224
4225 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
4226
4227         * gnus-group.el (gnus-group-highlight): Fix typo.
4228
4229 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
4230
4231         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
4232         value of `delete-file', that returns nil for a local file but returns t
4233         for a remote file using ssh.
4234
4235 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4236
4237         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
4238
4239 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4240
4241         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
4242         avoid later breakage.
4243
4244 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4245
4246         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
4247         article buffers' name.
4248
4249 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4250
4251         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
4252         by Paul Eggert's spellfixes two days ago.
4253
4254 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4255
4256         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
4257         doesn't have it.
4258
4259         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
4260         buffer-local instead of binding them to avoid warnings.  Also demote
4261         errors (bug#10063).
4262         (font-lock-mode-hook): Shut up byte compiler.
4263
4264 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
4265
4266         * mm-util.el (mm-charset-after):
4267         * nnir.el (nnir-run-hyrex):
4268         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
4269         (ntlm-get-password-hashes, ntlm-md4hash):
4270         * smime.el: Fix typo.
4271
4272 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4273
4274         * gnus-agent.el (gnus-agent-expire-group-1):
4275         * nndiary.el (nndiary-last-occurence):
4276         * nnimap.el (nnimap-request-set-mark):
4277         * nnmairix.el (nnmairix-only-use-registry):
4278         * gnus-group.el (gnus-group-prepare-flat):
4279         * gnus-sum.el (gnus-decode-encoded-word-methods):
4280         * message.el (message-wash-subject):
4281         * nntp.el (nntp-retrieve-headers-with-xover):
4282         * smime.el (smime-certificate-directory): Spelling fix.
4283
4284 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
4285
4286         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
4287
4288         * color.el:
4289         * gnus-agent.el (gnus-agent-possibly-alter-active):
4290         * gnus-dired.el (gnus-dired-print):
4291         * mail-parse.el:
4292         * nnmairix.el (nnmairix-request-group):
4293         * shr.el (shr-image-displayer):
4294         * sieve-manage.el:
4295         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
4296
4297 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
4298
4299         * gnus-sum.el (gnus-auto-select-subject):
4300         * spam-report.el (spam-report-resend): Spelling fix.
4301
4302 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4303
4304         * gnus-agent.el (gnus-agent-get-undownloaded-list):
4305         * gnus-art.el (gnus-default-article-saver):
4306         * gnus-srvr.el (gnus-server-copy-server):
4307         * gnus.el (gnus-sloppily-equal-method-parameters):
4308         * html2text.el (html2text-format-tag-list):
4309         * message.el (message-narrow-to-head):
4310         * nndiary.el:
4311         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4312         * sieve.el: Spelling fix.
4313
4314 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
4315
4316         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4317         * gnus-sum.el (gnus-summary-make-menu-bar):
4318         * gnus-uu.el (gnus-uu-decode-postscript)
4319         (gnus-uu-decode-postscript-and-save):
4320         * mailcap.el (mailcap-print-command):
4321         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
4322         Fix typos.
4323
4324 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
4325
4326         * gnus-art.el (gnus-article-part-wrapper):
4327         * html2text.el (html2text-fix-paragraphs):
4328         * mm-decode.el (mm-image-fit-p):
4329         * rfc2047.el (rfc2047-encode-message-header):
4330         * shr-color.el (shr-color-visible-distance-min)
4331         (shr-color-relative-to-absolute, set-minimum-interval)
4332         (shr-color-visible): Fix typos.
4333
4334 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
4335
4336         * gmm-utils.el (gmm-tool-bar-item):
4337         * gnus-art.el (gnus-treat-body-boundary):
4338         * gnus-diary.el (gnus-user-format-function-d):
4339         * gnus-start.el (gnus-get-unread-articles):
4340         * pgg-gpg.el (pgg-gpg-update-agent):
4341         * smime.el (smime-cert-by-ldap-1): Spelling fix.
4342
4343 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
4344
4345         * gnus-topic.el (gnus-group-prepare-topics):
4346         * gnus-uu.el (gnus-extract-view):
4347         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
4348
4349 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
4350
4351         * spam.el: Move BBDB autoloads.
4352         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
4353         BBDB 2 and 3.
4354         (spam-check-BBDB): Use it.
4355         (spam-enter-ham-BBDB): Use it.
4356
4357 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4358
4359         * smime.el (smime-draw-buffer): Spelling fix.
4360
4361 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
4362
4363         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
4364         for scanning exactly one level.
4365         * gnus-start.el (gnus-get-unread-articles): Ditto.
4366
4367 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4368
4369         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4370         slightly clearer.
4371
4372 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4373
4374         * gnus-sync.el: More commentary about setup.
4375
4376 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4377
4378         * message.el (message-send-and-exit): Document `arg'.
4379
4380 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4381
4382         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
4383
4384 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
4385
4386         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
4387
4388         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
4389         we don't use `bound-and-true-p'.
4390
4391 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4392
4393         * gnus-util.el (gnus-bound-and-true-p): Remove.
4394         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
4395         * nnir.el: Use it.
4396         * nnmairix.el: Use it.
4397
4398 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4399
4400         * gnus-sync.el: Improve docs about CouchDB admins.
4401
4402         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
4403         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
4404         for reasons unknown.
4405         * nnir.el: Use it.
4406         * nnmairix.el: Use it.
4407
4408         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
4409         * nnir.el: Ditto.
4410         * nnmairix.el: Ditto.
4411
4412         * gnus-registry.el (gnus-registry-enabled): Default to nil.
4413
4414 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
4415
4416         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
4417         not needed.  Provide xmlplistread list function to produce XML plist
4418         output for non-Gnus LeSync clients.
4419
4420 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4421
4422         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
4423
4424         * gnus-sync.el: Add LeSync synchronization backend and logic to read
4425         and save against it.  Group subscriptions, read marks, other marks,
4426         subscription levels, topic names, and topic offsets (the group's
4427         position within the topic) are saved.  This is an experimental backend
4428         and may change significantly.  Load json.el from the gnus-fallback-lib
4429         if it's not available otherwise.
4430         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
4431
4432 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4433
4434         * message.el (message-completion-function): Make sure
4435         message-tab-body-function is not attempted if one of
4436         message-completion-alist fails to find a completion (bug#9158).
4437
4438 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
4439
4440         * mml.el (mml-quote-region): Quote <#secure> tag.
4441         (mml-generate-mime-1): Unquote <#secure> tag.
4442
4443 2011-10-20  Chong Yidong  <cyd@gnu.org>
4444
4445         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4446         calling a minor mode from Lisp with nil arg enables it, so we have to
4447         make the wording a bit ambiguous here).
4448
4449 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4450
4451         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4452         * nnir.el (nnir-mode): Use it.
4453         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4454         Use it.
4455
4456         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4457         * nnmairix.el (gnus-registry-enabled): Ditto.
4458
4459 2011-10-17  Dave Abrahams  <dave@boostpro.com>
4460
4461         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
4462         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4463         only while we need to find out if it should be t or nil.
4464         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4465         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4466         the registry is installed.  Set it to nil when it's unloaded.
4467         (gnus-registry-install-p): Provide user guidance for the initial value
4468         of `gnus-registry-install' when it's 'ask, otherwise return its value.
4469         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4470         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4471         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4472         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4473         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4474         `gnus-registry-install'.
4475
4476 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
4477
4478         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4479         previous change.
4480         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4481         primary key is marked as disabled.
4482
4483 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
4484
4485         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4486         primary key is marked as disabled.
4487
4488 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
4489
4490         * html2text.el (html2text-clean-anchor): Check for quotes around
4491         `href' value.
4492
4493 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4494
4495         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4496         searching.  Drop `bbdb-cache'.
4497
4498 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4499
4500         * message.el (message-signed-or-encrypted-p): Exclude header when
4501         checking if there is signed or encrypted body in text/plain message.
4502
4503 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
4504
4505         * html2text.el (html2text-get-attr): Correctly handle attribute values
4506         containing "=".
4507
4508 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
4509
4510         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4511         handle bindings.
4512
4513 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4514
4515         * gnus-win.el (gnus-configure-windows): Protect against reading
4516         ephemeral groups outside of Gnus.
4517
4518 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4519
4520         * shr.el (shr-tag-img): Don't get images displayed in tables.
4521
4522 2011-10-03  Glenn Morris  <rgm@gnu.org>
4523
4524         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4525         the "maintainer" version of debbugs.gnu.org reports.
4526
4527 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4528
4529         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4530         make asynchronous adjacent image insertion work better.
4531
4532 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
4533
4534         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
4535         documentation.
4536
4537 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4538
4539         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4540         `gnus-asynchronous' isn't shadowed.
4541
4542 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4543
4544         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
4545
4546         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4547         (nnimap-insert-partial-structure): The charset parameter isn't
4548         case-sensitive.
4549
4550         * nnheader.el (nnheader-message-maybe): New function.
4551
4552         * shr.el (shr-tag-table): Render totally broken tables better.
4553
4554         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4555         computing the boundary.
4556
4557 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4558
4559         * pop3.el (pop3-number-of-responses): Remove.
4560         (pop3-wait-for-messages): Rewrite to take linear time instead of
4561         exponential time.
4562
4563 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4564
4565         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4566         re-fetch images.
4567
4568         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4569         re-fetch images when hitting `g' in Gnus.
4570
4571 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4572
4573         * mml.el (mml-inhibit-compute-boundary): New internal variable.
4574         (mml-compute-boundary): Don't check collision if it is non-nil.
4575         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4576         before checking collision.
4577
4578 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4579
4580         * message.el (message-indent-citation): Really make sure there's a
4581         newline at the end.
4582
4583         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4584         Fix suggested by John Wiegley.
4585
4586         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4587
4588         * gnus-art.el (gnus-treat-hide-citation): Add doc.
4589
4590         * message.el (message-default-send-rename-function): Break out into its
4591         own function.
4592
4593         * ecomplete.el (ecomplete-display-matches): Revert patch since it
4594         doesn't work under XEmacs.
4595
4596         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4597         of "imaps" to word around Windows problems.
4598         (nnimap-open-connection-1): Use it.
4599
4600         * message.el (message-indent-citation): Revert last change which made
4601         `F' not work.
4602
4603 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
4604
4605         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4606         terminal as well.
4607
4608 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4609
4610         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4611         because it displays images using overlays that aren't easy to copy to
4612         the article buffer.
4613
4614 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
4615
4616         * message.el (message-indent-citation): Fix empty line removal at the
4617         end of the citation.
4618
4619 2011-09-20  Julien Danjou  <julien@danjou.info>
4620
4621         * auth-source.el (auth-source-netrc-create): Use default value for
4622         password if specified.  Evaluate default.
4623         (auth-source-plstore-create): Ditto.
4624         (auth-source-plstore-create, auth-source-netrc-create): Fix default
4625         value evaluation.
4626         (auth-source-netrc-create): Typo fix.
4627         (auth-source-plstore-create): Ditto.
4628
4629         * password-cache.el (password-cache-remove): Remove entries even if the
4630         value is nil, so that password with a nil value (negative caching) is
4631         possible to invalidate.
4632
4633         * auth-source.el (auth-source-format-cache-entry): New function.
4634
4635 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4636
4637         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4638
4639 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4640
4641         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
4642
4643 2011-09-19  Julien Danjou  <julien@danjou.info>
4644
4645         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
4646         which work with things that are not ASCII.
4647
4648 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4649
4650         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
4651
4652 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4653
4654         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4655         message level.
4656
4657 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4658
4659         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
4660
4661 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4662
4663         * gnus.el (gnus-interactive-exit): Update defcustom spec.
4664
4665 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4666
4667         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
4668         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
4669
4670 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
4671
4672         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
4673         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
4674         articles.
4675
4676 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
4677
4678         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
4679         (message-mail-other-window, message-mail-other-frame)
4680         (message-news-other-window, message-news-other-frame):
4681         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
4682         instead of setting buffer display varibles.
4683
4684 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4685
4686         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
4687
4688         * gnus-sum.el (gnus-fetch-headers): Bump message level.
4689
4690 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4691
4692         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
4693         duplicates" to a higher level.
4694
4695         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
4696         most egregious messages.
4697
4698 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4699
4700         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
4701
4702 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
4703
4704         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
4705         up the file (bug#9351).
4706
4707 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4708
4709         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
4710         it does with all other backends, but decode the names immediately after
4711         getting them.
4712
4713         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
4714         decoding nnimap groups.
4715
4716         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
4717         newsrc file.  It doesn't seem like an important optimization any more.
4718
4719 2011-09-10  Dave Abrahams  <dave@boostpro.com>
4720
4721         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
4722         overflows.
4723
4724 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4725
4726         * gnus.el (gnus-article-mark-lists): Remove `recent'.
4727         (gnus-interactive-exit): Extend to `quiet'.
4728
4729         * gnus-sum.el (gnus-offer-save-summaries): Use it.
4730
4731         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
4732         string.
4733
4734         * plstore.el (plstore--get-buffer): Silence compiler warnings by
4735         renaming function arguments from `this'.
4736
4737         * gnus-sum.el (gnus-newsgroup-recent): Remove.
4738
4739         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4740         has been renamed.
4741         (gnus-lrm-string-p): Include RLM and PDF, too.
4742
4743         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4744         (bug#9225).
4745
4746 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
4747
4748         Add autoload cookies for functions used by sendmail.el.
4749         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4750
4751         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4752
4753 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4754
4755         * gnus-art.el (article-date-ut): Work properly even when there are
4756         things like Date header in the body; work for forwarded parts.
4757
4758 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
4759
4760         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
4761         original-article-buffer.
4762
4763 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
4764
4765         * nnir.el (nnir-compose-result): Fix matching of server type.
4766         (nnir-run-swish++): Ditto.
4767         (nnir-run-namazu): Ditto.
4768         (nnir-run-notmuch): Ditto.
4769
4770 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4771
4772         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
4773         (bug#9405).
4774
4775         * gnus-score.el (gnus-summary-increase-score): Doc clarification
4776         (bug#9421).
4777
4778         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
4779         (bug#9425).
4780
4781         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
4782         thing (bug#9426).
4783
4784 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4785
4786         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
4787         the error message.
4788
4789 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
4790
4791         * message.el (message-setup-1): Return t (Bug#9392).
4792
4793 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
4794
4795         * gnus-sum.el: When adding article headers to a summary buffer also
4796         update gnus-newsgroup-articles (bug#9386).
4797
4798 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4799
4800         * auth-source.el: Autoload help-mode.
4801
4802 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4803
4804         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
4805         names.
4806
4807 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
4808
4809         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
4810         mm-replace-in-string for compatibility issues.
4811         * mml2015.el (mml2015-epg-verify): Ditto.
4812
4813 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4814
4815         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4816
4817         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4818
4819 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4820
4821         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4822         continue on and do the clean-up phase (bug#9188).
4823
4824         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4825         just ignore groups that can't be opened instead of erroring out
4826         (bug#9225).
4827
4828         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4829         nil since some many people are fuddy-duddies.
4830
4831         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4832         images.
4833
4834         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4835         instead.
4836
4837         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
4838
4839         * gnus-util.el (gnus-process-live-p): Copy over compat function.
4840
4841         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
4842         processing.
4843
4844         * nntp.el (nntp-kill-buffer): Kill the process before killing the
4845         buffer to avoid warnings.
4846
4847 2011-08-20  Simon Josefsson  <simon@josefsson.org>
4848
4849         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
4850         specified to reduce precision.
4851
4852 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4853
4854         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
4855         bodystructures (bug#9314).
4856
4857 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4858
4859         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
4860         Make button keymap non-sticky after buttons.
4861
4862 2011-08-18  David Engster  <dengste@eml.cc>
4863
4864         * nnmairix.el (nnmairix-request-set-mark)
4865         (nnmairix-goto-original-article): Remove adding of article to registry,
4866         since `gnus-registry-add-group' isn't available anymore.
4867         (nnmairix-determine-original-group-from-registry):
4868         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
4869         available anymore.
4870
4871 2011-08-12  Simon Josefsson  <simon@josefsson.org>
4872
4873         * starttls.el (starttls-any-program-available): Define as obsolete
4874         function.
4875
4876 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4877
4878         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
4879         versions which Gnus use when appropriate.
4880
4881         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
4882         a pretty destructive command.
4883
4884         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
4885
4886 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4887
4888         * message.el (message-fix-before-sending): Make a different warning
4889         about NUL characters (bug#9270).
4890
4891         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
4892         from custom (bug#9260).
4893
4894         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
4895         things work in Emacs 22 and XEmacs, too.
4896
4897         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
4898         default From.
4899
4900         * gnus-spec.el (gnus-lrm-string-p): New macro.
4901         (gnus-lrm-string): New constant.
4902         (gnus-summary-line-format-spec): LRM-ify the from.
4903         (gnus-tilde-max-form): LRM-ify string chopping.
4904
4905         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
4906
4907         * message.el (message-is-yours-p): Allow disabling canlock checking
4908         (bug#9295).
4909         (message-shoot-gnksa-feet): Add `canlock-verify'.
4910         (message-auto-save-directory): Use ~/ as the auto-save directory if the
4911         message directory isn't writable (bug#9304).
4912
4913         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4914         non-world-readable.
4915
4916 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4917
4918         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4919         articles.
4920
4921 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
4922
4923         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4924         copy-list.
4925
4926 2011-08-12  Sam Steingold  <sds@gnu.org>
4927
4928         * gnus-score.el (gnus-score-find-alist): Keep the score files already
4929         in the reverse order to avoid modifying the cache with `nreverse'.
4930         (gnus-all-score-files): Do not modify the value returned by
4931         `gnus-score-find-alist' because it lives in a cache variable.
4932         (gnus-current-home-score-file): No need to `nreverse' the return value
4933         of `gnus-score-find-alist', it is already in the correct order.
4934
4935 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
4936
4937         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
4938         type MESSAGE and subtype RFC822 is slightly different from those of
4939         type TEXT.
4940
4941 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
4942
4943         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
4944         This allows article-referral to work from an nnir group.
4945
4946 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
4947
4948         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
4949
4950 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
4951
4952         * mml1991.el (mml1991-epg-find-usable-key)
4953         (mml1991-epg-find-usable-secret-key): New function.
4954         (mml1991-epg-sign): Check if signing key is usable.
4955         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4956
4957 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
4958
4959         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4960         server-variables only.  This should fix a bug introduced with commit
4961         e1889675b7f4adf057833c5513c9374134c4e053.
4962         (nnir-run-query): 'nnir-search-engine should not be set from the global
4963         environment.
4964
4965 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
4966
4967         * nnir.el (nnir-search-thread): Position point on referring article
4968         line.
4969         (nnir-warp-to-article): Clean up summary buffers.
4970
4971         * nnimap.el (nnimap-request-thread): Whitespace fix.
4972
4973 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
4974
4975         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4976
4977 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4978
4979         * starttls.el (starttls-available-p): Rename from
4980         `starttls-any-program-available' and changed return convention.
4981
4982 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
4983
4984         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4985         `unix-sync' unless it's defined.
4986
4987 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
4988
4989         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4990         `aref' for XEmacs compatibiltiy.
4991
4992 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4993
4994         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4995
4996 2011-07-31  Dave Abrahams  <dave@boostpro.com>
4997
4998         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4999         closures, quote the form properly (bug#9194).
5000
5001 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5002
5003         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
5004         (gnus-summary-insert-new-articles): Protect against servers that are
5005         down.
5006
5007 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5008
5009         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
5010         in mm handle if none is specified.
5011
5012 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
5013
5014         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
5015
5016 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
5017
5018         * nnir.el (nnir-search-thread): New function to make an nnir group
5019         based on a thread query.
5020
5021         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
5022         of nnir in thread referral.
5023         (gnus-summary-refer-thread): Use it.
5024
5025         * nnimap.el (nnimap-request-thread): Use it.
5026
5027 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5028
5029         * shr.el (shr-tag-comment): Ignore HTML comments.
5030
5031 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
5032
5033         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
5034         argument.
5035         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
5036         Use `nnir-address' to handle server info rather than passing an arg.
5037
5038         * nnimap.el (nnimap-make-thread-query): New utility function to format
5039         an imap thread search query.
5040         (nnimap-request-thread): Use it.
5041
5042         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
5043         right select-method if we are not going back to the group buffer.
5044
5045 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5046
5047         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
5048         enter invalid buffer configurations into the quit form (bug#9107).
5049         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
5050         unplugged/plugged.
5051
5052         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
5053         keep track of which ones are unread (bug#9061).
5054
5055         * gnus.el (gnus-refer-article-method): Allow entering any sexp
5056         (bug#9055).
5057
5058         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
5059         (bug#9041).
5060
5061         * gnus-html.el (mm-util): Require (bug#9073).
5062
5063         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
5064         (gnus-summary-refer-thread): Use it to remove duplicates in the
5065         un-threaded view (bug#9053).
5066         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
5067
5068 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
5069
5070         * nnir.el (nnir-read-server-parm): Use default value from global
5071         variable.  Without this the default search engine parameters aren't
5072         used at all.
5073
5074 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5075
5076         * message.el (message-unique-id): Don't use the undocumented return
5077         value from (random t) (bug#9118).
5078
5079 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5080
5081         * message.el (message-auto-save-directory): If the ~/Mail directory
5082         doesn't exist, use ~ as the auto-save directory (bug#4432).
5083
5084         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
5085         hasn't already been started.
5086
5087 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5088
5089         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
5090
5091         * message.el (message-reply): Work around mysterious bug where
5092         `message-mode' seems to overwrite the locally bound `subject' variable.
5093
5094 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
5095
5096         * nnimap.el (nnimap-request-thread): Ensure search is performed in
5097         correct group.
5098
5099         * gnus-int.el (gnus-request-thread): Add group argument.
5100
5101         * gnus-sum.el (gnus-summary-refer-thread): Use it.
5102
5103 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5104
5105         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
5106
5107         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
5108         renamed to `debbugs-gnu-*'.
5109
5110 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
5111
5112         * plstore.el: Revert the editing feature since it is not urgent.
5113         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
5114         (plstore-mode-decoded): Remove.
5115
5116 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5117
5118         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
5119         isn't very interesting any more, and it leaks potentially secret data.
5120         (gnus-debug): Remove.
5121
5122         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
5123         use of :custom-show.
5124
5125 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
5126
5127         * plstore.el: Add documentation.
5128         (plstore-mode): New mode to edit plstore file.
5129         (plstore-mode-toggle-display, plstore-mode-original)
5130         (plstore-mode-decoded): New command.
5131         (plstore--encode, plstore--decode, plstore--write-contents-functions)
5132         (plstore--insert-buffer, plstore--make): New function.
5133         (plstore-open, plstore-save): Simplify by using them.
5134
5135 2011-07-06  Glenn Morris  <rgm@gnu.org>
5136
5137         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
5138
5139 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5140
5141         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
5142         no longer is much used.
5143         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
5144         Articles".
5145
5146 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
5147
5148         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
5149         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
5150         `notmuch' backend.
5151
5152 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5153
5154         * mm-decode.el (mm-text-html-renderer): Doc fix.
5155
5156         * gnus-msg.el (gnus-bug): Fix the MML tag.
5157
5158         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
5159
5160 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
5161
5162         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
5163         secondary methods if started with `gnus-no-server'.
5164
5165 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
5166
5167         * message.el (message-return-action): Fix typo in docstring.
5168
5169 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5170
5171         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
5172         bug reports at once.
5173
5174         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
5175
5176 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5177
5178         * nndraft.el: Require gnus-group.
5179         (nndraft-request-list): Declare.
5180
5181         * nndraft.el (nndraft-update-unread-articles): Don't show group having
5182         no unread article unless it matches gnus-permanently-visible-groups.
5183
5184         * nndraft.el (nndraft-update-unread-articles): New function.
5185         (nndraft-request-associate-buffer): Use it to update the number of
5186         unread articles for the nndraft groups in the group buffer when saving
5187         or killing a draft message.
5188
5189 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5190
5191         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
5192         systems to binary before writing and reading the mbox files.
5193
5194         * gnus.el (gnus-summary-line-format): Link to the info node for %U
5195         instead of trying to list them all (bug#8978).
5196
5197 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5198
5199         * pop3.el (pop3-open-server): Use :end-of-capability.
5200
5201 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5202
5203         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
5204         the id is always a number.
5205
5206         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
5207
5208         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
5209         debbugs mode, if possible.
5210
5211 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
5212
5213         * auth-source.el (auth-source-token-passphrase-callback-function):
5214         Reindent.
5215         (epg-context-operation): Remove unnecessary autoload.
5216
5217 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5218
5219         * gnus.el (gnus-list-debbugs): New command.
5220
5221         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
5222         mboxstat instead of the maintbox, since the stat seems to be fuller.
5223
5224         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
5225         summary buffers.
5226
5227         * message.el (message-get-reply-headers): Delete all duplicates,
5228         instead of the first.
5229         (message-get-reply-headers): Ensure that we have progress while
5230         deleting duplicates.
5231
5232         * gnus-msg.el (gnus-configure-posting-styles): Get the local
5233         gnus-posting-style value from the summary buffer to make it easier to
5234         make that a per-buffer conf.
5235
5236 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
5237
5238         * nnir.el (nnir-run-imap): Allow halting a search when an article is
5239         found by setting `shortcut' in 'query.
5240         (nnir-request-article): Use `shortcut' setting when requesting article
5241         by Message-ID.
5242
5243 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
5244
5245         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
5246         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
5247         Bring the pseudo-headers back too.
5248
5249 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5250
5251         * auth-source.el (auth-source-token-passphrase-callback-function):
5252         Simplify and remove EPA dependency.
5253
5254 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
5255
5256         * nnir.el (nnir-request-article): Fix error message text.
5257
5258 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5259
5260         * auth-source.el (plstore-delete): Autoload.
5261         (auth-source-plstore-search): Support delete operation.
5262         * plstore.el (plstore-delete): New function.
5263
5264 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5265
5266         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
5267         mark actually existing articles as unread rather than the ones that
5268         active asserts.
5269
5270 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5271
5272         * nntp.el (nntp-record-command):
5273         * gnus-util.el (gnus-message-with-timestamp-1):
5274         Use format-time-string rather than decoding time stamps by hand.
5275         This is simpler and insulates the code from potential changes to
5276         current-time format.
5277
5278 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5279
5280         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
5281
5282 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5283
5284         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
5285         (plstore-save): Support public key encryption.
5286         (plstore--init-from-buffer): New function.
5287         (plstore-open): Use it; fix error when opening a non-existent file.
5288         (plstore-revert): Use plstore--init-from-buffer.
5289
5290 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5291
5292         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
5293
5294 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5295
5296         * mml2015.el (mml2015-use): Replace string-match-p with string-match
5297         for old Emacsen.
5298
5299 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5300
5301         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
5302         is not fully working.
5303
5304 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5305
5306         * dgnushack.el: Autoload sha1 on XEmacs.
5307
5308         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
5309         quit window configuration.
5310
5311         * auth-source.el (epg-context-set-passphrase-callback):
5312         Remove duplicate autoload.
5313
5314 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5315
5316         * nnir.el (nnir-request-article): Allow requesting articles by
5317         Message-ID with nnimap.
5318
5319         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
5320         current server.
5321
5322 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5323
5324         * auth-source.el: Autoload EPA/EPG functions.
5325         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
5326         changed when EPA/EPG is not available.
5327         (auth-source-backend): Rename "arg" member to "data".
5328         (auth-source-backend-parse, auth-source-plstore-search)
5329         (auth-source-plstore-create): Use it.
5330
5331 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5332
5333         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
5334         `gnus-refer-article-methods'.
5335
5336 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5337
5338         * auth-source.el: Require EPA and EPG.
5339         (auth-source-passphrase-alist): New variable.
5340         (auth-source-passphrase-callback-function)
5341         (auth-source-token-passphrase-callback-function): Callbacks for the
5342         netrc field encryption (GPG tokens).
5343         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
5344         Symmetric encryption and decryption of the netrc GPG tokens.
5345         (auth-source-netrc-normalize): Use them, simplifying the closure.
5346
5347 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5348
5349         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
5350         is available.
5351
5352 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5353
5354         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
5355         non-nil, and `nnimap-split-methods' is nil, use the former.
5356
5357 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5358
5359         * plstore.el (plstore-revert): New function.
5360         (plstore-open): Use it; hide the buffer from user.
5361
5362 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5363
5364         * auth-source.el (auth-source-backend): New member "arg".
5365         (auth-source-backend-parse): Handle new backend 'plstore.
5366         * plstore.el: New file.
5367
5368 2011-06-30  Glenn Morris  <rgm@gnu.org>
5369
5370         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
5371
5372 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5373
5374         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
5375         expiring articles to.
5376
5377         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
5378         variations as ASCII (bug#5458).
5379
5380 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5381
5382         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
5383
5384 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5385
5386         * message.el (message-point-in-header-p): Tweak the function to default
5387         to saying that we're not in the headers if there is no separator at
5388         all.  This makes it possible to use the Message version of `M-q' in
5389         buffers with no headers (bug#7987).
5390         (message-point-in-header-p): Fix last checkin to work with an empty
5391         mail-header-separator, too.
5392
5393         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
5394         again, save the choice via customize.
5395
5396 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5397
5398         * message.el (message-send-mail-function): Add `sendmail-query-once'.
5399
5400         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
5401         ended the connection, bail out before waiting infinitely on a new
5402         connection.
5403
5404 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
5405
5406         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
5407         reports.
5408
5409         * gnus.el (gnus-bug-package): Use "gnus."
5410         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
5411
5412 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5413
5414         * dgnushack.el: Make the timer warning go away on XEmacs.
5415
5416         * gnus-art.el (gnus-article-stop-animations): New function to stop any
5417         animations going on at article exit time.
5418
5419         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
5420         since removing it breaks people upgrading.
5421
5422         * shr.el (shr-put-image): Use the new interface for animating images.
5423         (shr-put-image): Animate for 60 seconds.
5424
5425         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
5426         avoid compiler warnings.
5427
5428         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5429         error with `find-file-hooks' on Emacs 22.
5430         (with-auth-source-epa-overrides): Ugly hack to Wrap the
5431         `find-file-hook' things in `symbol-value' to avoid compilation warnings
5432         on all architectures.
5433
5434         * spam.el (spam-stat): Require in a normal fashion without binding
5435         `spam-stat-install-hooks' to avoid compilation warnings.
5436
5437         * spam-stat.el (spam-stat-install-hooks): Remove.
5438         (spam-stat-install-hooks): Don't run automatically.
5439
5440 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
5441
5442         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5443         and keystroke.
5444
5445 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5446
5447         * auth-source.el (auth-source-netrc-cache): Move forward.
5448
5449 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5450
5451         * proto-stream.el (proto-stream-open-starttls): Use
5452         `gnutls-available-p' to see whether we have built-in support.
5453
5454         * auth-source.el (auth-source-netrc-create): Don't query the bits that
5455         we already know.
5456         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5457         (auth-source-netrc-create): Don't prompt for the stuff we already know.
5458
5459 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5460
5461         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5462         %S format, since that looks odd.
5463         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5464         file, especially when saving.
5465
5466 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
5467
5468         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
5469         article found.
5470
5471 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
5472
5473         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
5474         `auth-source-save-secrets' with a more sensitive alist that can be
5475         configured per file.  Experimental, so defaults to 'never.
5476         (auth-source-netrc-create): Use it.  Still experimental code.
5477         (with-auth-source-epa-overrides): Use `find-file-hooks' if
5478         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
5479
5480 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
5481
5482         * auth-source.el (auth-source-save-secrets): New variable to control if
5483         secret tokens should be saved encrypted.
5484         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
5485         to `auth-source-netrc-normalize'.
5486         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
5487         on the EPA variables being defined.
5488         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
5489         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
5490         the lexical-let closure.
5491         (auth-source-netrc-create): Create "gpg:" tokens according to
5492         `auth-source-save-secrets'.
5493
5494 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5495
5496         * gnus-group.el (gnus-group-update-group): Add new argument
5497         `info-unchanged' that stops updating dribble buffer.
5498
5499         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5500         deletes lines matching to it in dribble buffer.
5501
5502         * gnus-agent.el (gnus-agent-fetch-group-1):
5503         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5504         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5505         * gnus-start.el (gnus-group-change-level):
5506         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5507
5508         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5509         if newsgroup info is not changed.
5510
5511         * gnus-group.el (gnus-group-get-new-news-this-group):
5512         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5513         Don't update dribble buffer.
5514
5515 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
5516
5517         * gnus-registry.el (gnus-registry-remove-ignored): New function to
5518         remove entries with groups we ignore.
5519
5520 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5521
5522         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5523         the underline comes at the bottom.
5524
5525 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
5526
5527         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5528         `gnus-registry-user-format-function-M' and declare the latter obsolete.
5529         (gnus-registry-article-marks-to-names): Rename from
5530         `gnus-registry-user-format-function-M2'.
5531
5532 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5533
5534         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5535         ephemeral group.
5536
5537 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5538
5539         * shr.el (shr-browse-image): Copy the URL if called interactively.
5540
5541 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5542
5543         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5544         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
5545         done, then unselected articles may be marked as read.
5546
5547         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5548         since not doing this seems to lead to a race condition in pop3-logon.
5549
5550         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5551         so that the call chain it correct when we call "upwards".
5552
5553         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5554         in read-only groups.
5555
5556         * gnus-group.el (gnus-group-mark-article-read): Ditto.
5557
5558         * message.el (message-cite-reply-position): Doc string fix.
5559
5560         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5561         avoid regexp overflow.
5562         (nnimap-transform-split-mail): Ditto.
5563
5564         * pop3.el (pop3-retr): Error out if the server closes the connection.
5565
5566 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5567
5568         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5569         mm-with-unibyte-current-buffer.  The buffer should not contain any
5570         multibyte chars anyway at this stage.
5571
5572 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5573
5574         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5575         at the end of lines.
5576
5577 2011-05-29  Julien Danjou  <julien@danjou.info>
5578
5579         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5580
5581 2011-05-27  Glenn Morris  <rgm@gnu.org>
5582
5583         * gnus-group.el (gnus-bug-group-download-format-alist):
5584         Use the "maintainer" version of debian reports as well.
5585
5586 2011-05-26  Glenn Morris  <rgm@gnu.org>
5587
5588         * gnus-group.el (gnus-bug-group-download-format-alist):
5589         Use the "maintainer" version of debbugs.gnu.org reports.
5590
5591 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5592
5593         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5594
5595 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5596
5597         * gnus-cus.el (gnus-agent-customize-category):
5598         * gnus-delay.el (gnus-delay-send-queue):
5599         * gnus.el (gnus-other-frame):
5600         Don't quote lambda expressions with `quote'.
5601
5602 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5603
5604         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5605         the thread moves us backwards and so we loop forever.
5606
5607 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5608
5609         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5610         whitespace in base64 data lines.
5611
5612 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
5613
5614         * gnus-registry.el (gnus-registry-user-format-function-M):
5615         Use `mapconcat'.
5616         (gnus-registry-user-format-function-M2): Use to see the full text of
5617         the marks.  Make "," the mark text separator.
5618
5619         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5620         authentication with auth-source.
5621
5622 2011-05-17  Glenn Morris  <rgm@gnu.org>
5623
5624         * gnus-group.el (gnus-import-other-newsrc-file):
5625         Use insert-file-contents.
5626
5627 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
5628
5629         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
5630         1000 iterations.
5631
5632 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5633
5634         * nntp.el (nntp-open-connection): Check if process-type is available.
5635
5636 2011-05-16  Julien Danjou  <julien@danjou.info>
5637
5638         * shr.el (shr-tag-del): Add support for del tag.
5639
5640 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5641
5642         * gnus-html.el (gnus-html-put-image): Register a displayer.
5643
5644         * shr.el (shr-image-displayer): Don't remove text props from alt text.
5645
5646 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
5647
5648         * registry.el (prune-factor): New initialization parameter defaulting
5649         to 0.1.
5650         (registry-prune-hard): Use it.
5651
5652         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5653         0.1 expicitly.
5654
5655 2011-05-13  Glenn Morris  <rgm@gnu.org>
5656
5657         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
5658         is bound, since this function requires sendmail.
5659
5660 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
5661
5662         * registry.el (registry-usage-test): Disable pruning test.
5663
5664 2011-05-11  David Engster  <dengste@eml.cc>
5665
5666         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
5667         Bind set-network-process-option for XEmacs.
5668
5669 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
5670
5671         * registry.el (registry-prune-hard-candidates)
5672         (registry-prune-soft-candidates): Helper methods for registry pruning.
5673         (registry-prune): Use them.  Make the sort function optional.
5674
5675 2011-05-10  Jim Meyering  <meyering@redhat.com>
5676
5677         * shr.el (shr-colorize-region): Fix typo "on on -> on".
5678
5679 2011-05-10  Julien Danjou  <julien@danjou.info>
5680
5681         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
5682         symbol and not a list.
5683
5684 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5685
5686         * gnus-art.el (gnus-article-mode): Move binding of
5687         shr-put-image-function here from gnus-article-prepare-display.
5688
5689         * shr.el (shr-put-image-function): New variable.
5690         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
5691         (shr-put-image): Return scaled image.
5692
5693         * gnus-art.el (gnus-shr-put-image): New function.
5694         (gnus-article-prepare-display): Bind shr-put-image-function to it.
5695
5696         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
5697         original ones, as deletable.
5698
5699 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5700
5701         * nntp.el (nntp-open-connection): Set TCP keepalive option.
5702
5703 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5704
5705         * registry.el (registry-full): Add convenience method.  Fix logic.
5706         (registry-insert): Use it.  Fix logic here too.
5707
5708         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
5709         `registry-prune' if `registry-full' returns t.
5710         (gnus-registry-handle-action)
5711         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
5712         (gnus-registry-usage-test): Use it.
5713
5714 2011-05-07  Julien Danjou  <julien@danjou.info>
5715
5716         * shr.el (shr-link): Make shr-link inherit from link by default.
5717
5718 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
5719
5720         * shr.el (shr-urlify, shr-link): Fix shr-link face.
5721
5722 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5723
5724         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
5725         error out because the face is not a list.
5726
5727 2011-05-05  Glenn Morris  <rgm@gnu.org>
5728
5729         * proto-stream.el (gnutls-negotiate): Fix declarations.
5730
5731         * gnus-start.el (gnus-propagate-marks): Declare.
5732
5733 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
5734
5735         * registry.el (registry-reindex): Fix percentage message.
5736
5737         * proto-stream.el (network-stream-open-starttls): Adjust to call
5738         `gnutls-negotiate' with :process and :hostname arguments.
5739
5740 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
5741
5742         * shr.el: Add shr-link face for links.
5743         (shr-urlify): Use it.
5744
5745         * registry.el (registry-insert): Make error message more helpful.
5746
5747 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5748
5749         * gnus-html.el (gnus-html-schedule-image-fetching):
5750         Use url-queue-retrieve, if it exists.
5751
5752         * shr.el (shr-tag-img): Ditto.
5753
5754         * gnus.el: Autoload more gnus-agent functions.
5755
5756         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
5757         agent if we haven't already (bug#8502).
5758
5759         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
5760         into the Agent, too.
5761
5762         * gnus-agent.el (gnus-agent-store-article): New function.
5763
5764         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
5765         and moved from that file for reuse.
5766
5767         * pop3.el (pop3-open-server): Error messages are "-ERR".
5768
5769 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5770
5771         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
5772         (open-tls-stream): Remove superfluous tls/starttls autoloads.
5773
5774 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5775
5776         * gnus.el: No Gnus v0.17 is released.
5777
5778 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5779
5780         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
5781         buffer has moved to a different frame.
5782
5783 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5784
5785         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
5786         to get the conversion from unibyte to multibyte buffers to work on
5787         Emacs 22.
5788
5789         * nntp.el (nntp-request-article): Slight clean-up.
5790
5791 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5792
5793         * shr.el (shr-strike-through): New face.
5794         (shr-tag-s): Use it to provide <s> support.
5795         (shr-tag-s): Remove duplicate definition.
5796
5797 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5798
5799         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
5800         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
5801
5802 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
5803
5804         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
5805         `gnutls-negotiate'.
5806         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
5807
5808 2011-04-23  Glenn Morris  <rgm@gnu.org>
5809
5810         * gnus-sum.el (gnus-extra-headers): Bump :version.
5811
5812 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5813
5814         * shr.el (shr-tag-sup): New function.
5815         (shr-tag-sub): Ditto.
5816
5817 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
5818
5819         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
5820         for the case where `gnus-registry-ignored-groups' is a list of lists,
5821         and don't call `gnus-parameter-registry-ignore' otherwise.
5822
5823 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
5824
5825         * nnimap.el (nnimap-user): New backend variable.
5826         (nnimap-open-connection-1): Use it.
5827         (nnimap-credentials): Accept user parameter so it's explicit what user
5828         name is desired.
5829
5830         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
5831         default.
5832
5833         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
5834         not gnus-registry.el.
5835
5836         * gnus-registry.el: Mention in comments how to modify
5837         `gnus-extra-headers' for proper recipient tracking and that it may
5838         already have To and Cc recently, which it does as of this commit.
5839         (gnus-registry-ignored-groups): Remove defcustom.
5840         Explain why in comments.
5841         (gnus-registry-action): Fix data-header reference to use the extra
5842         headers.  Explain in package commentary how to add To and Cc headers to
5843         the gnus-extra-headers.
5844         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
5845         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
5846         parameter list or a string list in `gnus-registry-ignored-groups'.
5847         Fix logic error.
5848
5849 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5850
5851         * shr.el (shr-expand-url): Protect against null urls.
5852
5853 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5854
5855         * shr.el (shr-base): New binding.
5856         (shr-tag-base): Keep track of <base>.
5857         (shr-expand-url): New function used throughout.
5858
5859 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
5860
5861         * gnus-registry.el
5862         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
5863         (gnus-registry-ignored-groups): New variable.
5864         (gnus-registry-ignore-group-p): Use it.
5865         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
5866         set the destination group to nil (same as delete) if it's ignored.
5867
5868 2011-04-20  David Engster  <dengste@eml.cc>
5869
5870         * tests/gnustest-nntp.el: New file for simple NNTP testing.
5871
5872         * Makefile.in (test-nntp): New rule.
5873         (check): Add it.
5874         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
5875
5876 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5877
5878         * gnus-registry.el (gnus-registry-action)
5879         (gnus-registry-fetch-header-fast):
5880         Don't use mail-header that looks an internal function of mailheader.el.
5881
5882 2011-04-19  Glenn Morris  <rgm@gnu.org>
5883
5884         * time-date.el (time-to-days): Remove unused local variables.
5885
5886 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5887
5888         * gnus-registry.el: Eliminate cl functions.
5889         (gnus-registry-sort-addresses): New function that replaces mapcan.
5890         (gnus-registry-action, gnus-registry-spool-action)
5891         (gnus-registry-split-fancy-with-parent)
5892         (gnus-registry-fetch-recipients-fast): Use it.
5893         (gnus-registry-import-eld): Replace delete* with dolist + delq.
5894
5895         * registry.el (initialize-instance, registry-lookup)
5896         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
5897         (registry-lookup-secondary-value, registry-search, registry-delete)
5898         (registry-insert, registry-reindex, registry-size, registry-prune):
5899         Use eval-and-compile.
5900
5901 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
5902
5903         * registry.el (registry-reindex): New method to recreate the secondary
5904         registry indices.
5905
5906         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
5907         tracked field changes.
5908         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
5909         (gnus-registry-action, gnus-registry-spool-action)
5910         (gnus-registry-handle-action)
5911         (gnus-registry--split-fancy-with-parent-internal)
5912         (gnus-registry-split-fancy-with-parent)
5913         (gnus-registry-register-message-ids): Add recipient tracking on spool,
5914         move, and delete actions, and for fancy splitting with parent.
5915         (gnus-registry-extract-addresses)
5916         (gnus-registry-fetch-recipients-fast)
5917         (gnus-registry-fetch-header-fast): Convenience functions.
5918         (gnus-registry-misc-test): ERT test of
5919         `gnus-registry-extract-addresses'.
5920
5921 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
5922
5923         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5924         Track by subject first, then sender.
5925
5926 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5927
5928         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
5929
5930         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
5931         Lisp.
5932
5933         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
5934         (gnus-draft-send): Use it to avoid popping
5935         up frames from gnus-group-send-queue.
5936
5937 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5938
5939         * gnus-registry.el: Updated gnus-registry docs.
5940
5941 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
5942
5943         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5944         Fix logic bug.
5945         (gnus-registry-post-process-groups): Fix logging of no results and
5946         quote sender and subject.
5947
5948 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5949
5950         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
5951         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
5952         gnutls-cli are too slow to be done opportunistically.
5953
5954         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
5955         (gnus-read-active-for-groups): Don't try to finish getting stuff where
5956         we had no early-data returned.
5957         (gnus-get-unread-articles): Add a sanity check so that we don't issue
5958         two async commands to the same server at the same time.
5959
5960 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
5961
5962         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5963
5964 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5965
5966         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5967         "warning" level.
5968
5969         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5970         (mm-url-insert-file-contents): Don't set the package names.
5971
5972 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
5973
5974         * gnus-registry.el (gnus-registry-action): Remove properties and
5975         simplify subject in `gnus-registry-handle-action'.
5976         (gnus-registry-spool-action): Get subject and sender from message if
5977         they are not passed in.
5978         (gnus-registry-handle-action): Remove properties and simplify subject
5979         consistently.
5980
5981 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5982
5983         * registry.el: Require CL before using defmacro*.
5984
5985 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5986
5987         * gnus-art.el (article-treat-date): Assume that
5988         gnus-article-date-headers may be a group parameter.
5989
5990 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
5991
5992         * gnus-registry.el (gnus-registry-handle-action): More debugging.
5993
5994         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
5995         interactively so the newsrc file can contain foreign groups too.
5996         Useful for debugging but not much for users.
5997
5998 2011-04-07  David Engster  <dengste@eml.cc>
5999
6000         * registry.el (registry-usage-test): Only do
6001         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
6002         lexical binding.
6003
6004 2011-04-07  David Engster  <dengste@eml.cc>
6005
6006         * Makefile.in (check, test-registry): New rules for test-suite.
6007
6008 2011-04-06  David Engster  <dengste@eml.cc>
6009
6010         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
6011         argument NOERROR for `require', since XEmacs 21.4 does not support it.
6012
6013 2011-04-06  David Engster  <dengste@eml.cc>
6014
6015         * registry.el (initialize-instance): Change :after to :AFTER to be
6016         compatible with old EIEIO version in XEmacs.
6017
6018 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6019
6020         * gnus-registry.el (gnus-registry-post-process-groups)
6021         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
6022         and provide better messaging.
6023
6024 2011-04-06  David Engster  <dengste@eml.cc>
6025
6026         * Makefile.in (fail-on-warning): New rule to compile with warnings as
6027         errors.
6028
6029         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
6030         dgnushack-compile with error-on-warn enabled, and to signal an error if
6031         clean compilation failed.
6032         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
6033         with `byte-compile-error-on-warn'.  Return nil if errors occured.
6034
6035 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6036
6037         * gnus-registry.el: Don't use ERT if it's not available.  Load it
6038         unconditionally anyway, discarding errors.
6039         (gnus-registry-delete-entries): New convenience function.
6040         (gnus-registry-import-eld): Import from old .eld registry.
6041
6042         * registry.el: Don't use ERT if it's not available.  Load it
6043         unconditionally anyway, discarding errors.
6044
6045         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
6046         version from the Claudio Bley GnuTLS patch (extra optional parameters
6047         and host name).
6048
6049 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
6050
6051         * gnus-registry.el (gnus-registry-fixup-registry): New function to
6052         fixup the parameters that can be customized by the user between
6053         save/read cycles.
6054         (gnus-registry-read): Use it.
6055         (gnus-registry-make-db): Use it.
6056         (gnus-registry-spool-action, gnus-registry-handle-action):
6057         Fix messaging.
6058         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
6059         Map references to actual group names with sender and subject tracking.
6060         (gnus-registry-post-process-groups): Use `cond' for better messaging.
6061         (gnus-registry-usage-test): Add subject lookup test.
6062
6063         * registry.el (registry-db, initialize-instance): Set up constructor
6064         instead of :initform arguments for the sake of older Emacsen.
6065         (registry-lookup-breaks-before-lexbind): New method to demonstrate
6066         pre-lexbind merge bug.
6067         (registry-usage-test): Use it.
6068         (initialize-instance, registry-db): Move the non-function initforms
6069         back to the class definition.
6070
6071 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
6072
6073         * registry.el: New library to manage gnus-registry-style data.
6074
6075         * gnus-registry.el: Use it (major rewrite).
6076
6077         * nnregistry.el: Use it.
6078
6079         * spam.el: Use it.
6080
6081 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6082
6083         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
6084         marks on non-selected articles.
6085
6086 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
6087
6088         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
6089         parameter to open-protocol-stream.
6090
6091 2011-04-01  Julien Danjou  <julien@danjou.info>
6092
6093         * mm-view.el (mm-display-inline-fontify): Do not fontify with
6094         fundamental-mode.
6095
6096 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6097
6098         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
6099         servers.
6100
6101 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6102
6103         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
6104         made marks not propagate, again.
6105
6106 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
6107
6108         * proto-stream.el (open-protocol-stream): Bring back `network' type.
6109         Make this the default type.
6110         (proto-stream-open-plain): Rename from proto-stream-open-default.
6111         (open-protocol-stream, proto-stream-open-starttls)
6112         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
6113         with `plain'.
6114
6115         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
6116         value.
6117
6118         * nntp.el (nntp-open-connection-function): Document the fact that some
6119         values are not functions but are instead handled specially.
6120         Recognize nntp-open-plain-stream value.
6121         (nntp-open-connection): Recognize that value.
6122
6123 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6124
6125         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
6126         where it seems to be needed.
6127
6128 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6129
6130         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
6131         stuff.
6132
6133         * gnus-score.el (gnus-score-string): Fix calling convention of
6134         `gnus-simplify-buffer-fuzzy' after last patches.
6135
6136         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
6137         server for articles we didn't get any headers for.  This is a sanity
6138         check.
6139
6140 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
6141
6142         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
6143         new CAPABILITY, use it.
6144
6145 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6146
6147         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
6148         downloading anything.
6149
6150         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
6151
6152 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
6153
6154         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
6155         colors.
6156         (gnus-splash-svg-color-symbols): New function.
6157
6158 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6159
6160         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
6161         instead of using the global gnus-simplify-subject-fuzzy-regexp.
6162         (gnus-simplify-subject-fuzzy): Use the local
6163         gnus-simplify-subject-fuzzy-regex instead of the global one.
6164         This makes using this variable in group parameters work.
6165
6166 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6167
6168         * gnus-registry.el (gnus-registry-unfollowed-groups):
6169         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
6170         archive:sent-YYYY-MM-DD groups).
6171         (gnus-registry-split-fancy-with-parent): Bail out early in sender
6172         tracking if there are more than `gnus-registry-max-track-groups'
6173         matches.
6174
6175 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6176
6177         * message.el (message--yank-original-internal): New function to do the
6178         insertion cleanly inside eval in `message-yank-original'.
6179         (message-yank-original): Use it.
6180
6181 2011-03-29  Julien Danjou  <julien@danjou.info>
6182
6183         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
6184         local variables disabled rather than `normal-mode'.
6185
6186 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
6187
6188         * imap.el (imap-shell-open, imap-process-connection-type):
6189         Use imap-process-connection-type for 'shell' streams as well as
6190         Kerberos, SSL, other subprocesses.
6191
6192 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
6193
6194         * proto-stream.el: Changes preparatory to merging open-protocol-stream
6195         with open-network-stream.
6196         (proto-stream-always-use-starttls): Option removed.
6197         (open-protocol-stream): Return a process object by default.  Provide a
6198         new parameter :return-list specifying a list-type return value, which
6199         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
6200         :type `network' to `try-starttls', and `network-only' to `default'.
6201         Make `default' the default, for compatibility with open-network-stream.
6202         Handle the no-parameter case exactly as open-network-stream, with no
6203         additional stream processing.  Search plists using plist-get.
6204         Explicitly add :end-of-commend parameter if it is missing.
6205         (proto-stream-open-default): Rename from
6206         proto-stream-open-network-only.  Return 'default as the type.
6207         (proto-stream-open-starttls): Rename from proto-stream-open-network.
6208         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
6209         failed.  Always return a list with a (possibly dead) process as the
6210         first element, for compatibility with open-network-stream.
6211         (proto-stream-open-tls): Use plist-get.  Always return a list.
6212         (proto-stream-open-shell): Return `default' as connection type.
6213         (proto-stream-capability-open): Use plist-get.
6214         (proto-stream-eoc): Function deleted.
6215
6216         * nnimap.el (nnimap-stream, nnimap-open-connection)
6217         (nnimap-open-connection-1): Handle renaming of :type parameter for
6218         open-protocol-stream.
6219         (nnimap-open-connection-1): Pass a :return-list parameter
6220         open-protocol-stream to obtain a list return value.  Parse this list
6221         using plist-get.
6222
6223         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
6224         for open-protocol-stream.  Accept open-protocol-stream return value
6225         that is a subprocess object instead of a list.  Handle the case of a
6226         dead returned process.
6227
6228 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
6229
6230         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
6231
6232         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
6233
6234 2011-03-21  Julien Danjou  <julien@danjou.info>
6235
6236         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
6237         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
6238         query.
6239         (mm-inline-text): Render normal text with fontification whenever
6240         possible.
6241
6242         * gnus-sum.el (gnus-summary-save-parts-1):
6243         * gnus-art.el (gnus-article-browse-html-save-cid-content)
6244         (gnus-article-browse-html-parts, gnus-mime-delete-part)
6245         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
6246         Use `mm-handle-filename'.
6247
6248         * mm-util.el (mm-handle-filename): New function, return the filename of
6249         an handle.
6250
6251 2011-03-18  Julien Danjou  <julien@danjou.info>
6252
6253         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
6254         (gnus-buffer-live-p): Check that buffer is not nil.
6255
6256 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6257
6258         * gnus.el: No Gnus v0.15 is released.
6259
6260 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6261
6262         * time-date.el (format-seconds): Use assoc instead of assoc-string to
6263         avoid warning on XEmacs.
6264
6265         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
6266         on XEmacs.
6267
6268         * gnus-art.el: Require mouse, which the build bot seems to say is
6269         needed.
6270
6271         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
6272
6273         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
6274         XEmacs, since it doesn't have url-retrieve-synchronously.
6275
6276         * time-date.el (format-seconds): Use assoc instead of assoc-string,
6277         since assoc-string doesn't exist in XEmacs.
6278
6279 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
6280
6281         * gnus-group.el (gnus-group-list-ticked): New function.
6282         (gnus-group-make-menu-bar): Provide a menu entry for it.
6283         (gnus-group-list-map): Provide a binding for it.
6284
6285 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6286
6287         * shr.el (shr-visit-file): New command.
6288
6289         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
6290
6291 2011-03-17  Bjørn Mork  <bjorn@mork.no>
6292
6293         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
6294         servers.
6295
6296 2011-03-16  Julien Danjou  <julien@danjou.info>
6297
6298         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
6299         inline.
6300
6301         * gnus-art.el (article-hide-list-identifiers):
6302         Use gnus-group-get-list-identifiers.
6303
6304         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
6305         (gnus-summary-remove-list-identifiers):
6306         Use gnus-group-get-list-identifiers to get regexp.
6307         (gnus-select-newsgroup, gnus-summary-insert-subject)
6308         (gnus-summary-insert-articles):
6309         Call gnus-summary-remove-list-identifiers unconditionally.
6310
6311 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6312
6313         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
6314         we're selecting a group with unread articles.
6315
6316         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
6317
6318         * gssapi.el: New file separated out from imap.el to provide a general
6319         Kerberos 5 connection facility for Emacs.
6320
6321         * message.el (message-elide-ellipsis): Document the format spec
6322         ellipsis.
6323
6324 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6325
6326         * message.el (message-elide-region): Allow the ellipsis to say how many
6327         lines were removed.
6328
6329 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6330
6331         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
6332         window configurations containing buffers that are now dead.
6333
6334         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
6335         parsing to avoid integer overflows.
6336         (nnimap-parse-flags): Simplify the last change.
6337         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
6338         too large for 32-bit Emacsen.
6339
6340 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6341
6342         * auth-source.el (auth-source-netrc-create):
6343         * message.el (message-yank-original): Fix use of `case'.
6344
6345 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
6346
6347         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
6348         XEmacs, which was one character too wide.
6349
6350 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
6351
6352         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
6353         default number of articles to display.
6354         (gnus-articles-to-read): Use pretty names for prompt.
6355
6356 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6357
6358         * gnus-int.el (gnus-open-server): Ditto.
6359
6360         * gnus-start.el (gnus-activate-group): Give a backtrace if
6361         debug-on-quit is set and the user hits `C-g'.
6362         (gnus-read-active-file): Ditto.
6363
6364         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
6365
6366 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
6367
6368         * message.el (message-yank-original): Use cond instead of CL case.
6369
6370 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6371
6372         * auth-source.el (auth-source-netrc-create): Use usual format for the
6373         default in prompts.
6374
6375 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6376
6377         * lpath.el: Fbind read-char-choice for XEmacs.
6378
6379 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6380
6381         * auth-source.el (auth-source-netrc-create): Show the default in the
6382         prompt when prompting for token creation.
6383
6384 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6385
6386         * auth-source.el (auth-source-format-prompt): Always convert the value
6387         to a string to avoid evaluating non-string arguments.
6388         (auth-source-netrc-create): Offer default properly, not as initial
6389         content in `read-string'.
6390         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
6391         of line to determine if we've been run before.  If so, don't run again,
6392         but print a trivial message to indicate the cache was hit instead.
6393
6394 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
6395
6396         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
6397         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
6398         The user will have to run `gnus-sync-read' manually and wait for Cloudy
6399         Gnus.
6400
6401 2011-03-11  Julien Danjou  <julien@danjou.info>
6402
6403         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
6404         modified file".
6405
6406 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
6407
6408         * auth-source.el (auth-source-read-char-choice): New function to read a
6409         character choice using `dropdown-list', `read-char-choice', or
6410         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
6411         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
6412         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
6413         (auth-source-netrc-saver): Use it.
6414         (auth-source-pick-first-password): New convenience function.
6415
6416 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
6417
6418         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
6419         parameter in the credentials.
6420         (nnimap-open-connection-1): Use it after a successful login.
6421         (nnimap-credentials): Add IMAP-specific user and password prompt.
6422
6423         * auth-source.el (auth-source-search): Add :require parameter, taking a
6424         list.  Document it and the :save-function return token.  Pass :require
6425         down.  Change the CREATED message from a warning to a debug statement.
6426         (auth-source-search-backends): Pass :require down.
6427         (auth-source-netrc-search): Pass :require down.
6428         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
6429         Change save prompt to indicate all modifications saved here are
6430         deletions.
6431         (auth-source-netrc-create): Take user login name as default in user
6432         prompt.  Move all the save functionality to a lexically bound function
6433         under the :save-function token in the returned list.  Set up clearer
6434         default prompts for user, host, port, and secret.
6435         (auth-source-netrc-saver): New function, intended to be wrapped for
6436         :save-function.
6437
6438 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6439
6440         * shr.el (shr-table-horizontal-line): Change the defaults for the table
6441         lines to be spaces instead.
6442
6443 2011-03-07  Julien Danjou  <julien@danjou.info>
6444
6445         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6446         (sieve-sasl-auth): Check that auth-source-search did return something,
6447         or just return an empty string.
6448
6449 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6450
6451         * gnus.el (gnus-interactive): Use read-directory-name.
6452
6453         * gnus-uu.el (gnus-uu-decode-uu-and-save)
6454         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
6455         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
6456         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
6457         Likewise.
6458
6459         * gnus-group.el (gnus-group-make-directory-group): Likewise.
6460
6461 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6462
6463         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
6464         onto the list of killed groups, too.  This makes killed nnimap groups,
6465         for instance, more reliably not reappear.
6466
6467         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
6468         the parent.
6469
6470         * gnus-sum.el (gnus-update-read-articles): Fix typo.
6471
6472         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
6473         really have server-side marks.
6474
6475         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
6476         since most backends do not usefully have server-side marks.
6477         (gnus-update-read-articles): Propagate marks to all backends that
6478         really have server-side marks.
6479
6480 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6481
6482         * message.el (message-cite-reply-position, message-cite-style):
6483         New variables.
6484         (message-yank-original): Use the new citation styles.
6485
6486 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
6487
6488         * message.el (message-options): Revert 22da67af (workaround for XEmacs
6489         buffer-local issue); don't mark it buffer-local when running under
6490         XEmacs.
6491
6492 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
6493
6494         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
6495         numbers too big to be `read'.
6496
6497 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
6498
6499         * password-cache.el (password-in-cache-p): Add autoload.
6500
6501         * message.el (message-options): Make buffer-local two ways to attempt
6502         to fix a XEmacs bug.
6503
6504 2011-03-02  Julien Danjou  <julien@danjou.info>
6505
6506         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
6507
6508 2011-03-01  Julien Danjou  <julien@danjou.info>
6509
6510         * gnus-art.el (list-identifier): Add list-identifier as a parameter
6511         group.
6512         (article-hide-list-identifiers): Use list-identifier group parameter.
6513
6514 2011-02-28  Julien Danjou  <julien@danjou.info>
6515
6516         * sieve.el (sieve-buffer-script-name): New local variable to store
6517         sieve script name.
6518         (sieve-edit-script): Store sieve script name.
6519         (sieve-upload): Use sieve script name when uploading.
6520         (sieve-upload): Use substitute-command-keys.
6521         (sieve-edit-script): Use substitute-command-keys.
6522         (sieve-refresh-scriptlist): Use substitute-command-keys.
6523         (sieve-manage-mode-map): Define keymap properly.
6524         (sieve-manage-mode): Do not set mode name manually, change mode-name to
6525         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
6526         Remove commented code about cvs.
6527         (sieve-manage-quit): New function.
6528         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
6529
6530 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6531
6532         * gnus-group.el (gnus-import-other-newsrc-file): New function.
6533
6534 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6535
6536         * auth-source.el (auth-source-search): Cache empty result sets.
6537
6538         * password-cache.el (password-in-cache-p): Convenience function to
6539         check if a key is in the cache, even if the value is nil.
6540
6541         * auth-source.el (auth-source-save-behavior): New variable to replace
6542         `auth-source-never-create'.
6543         (auth-source-netrc-create): Use it.
6544         (auth-source-never-save): Remove.
6545
6546 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
6547
6548         * nnimap.el (nnimap-stream): Doc fix.
6549         (nnimap-open-connection-1): Reverse the order of the ports to that the
6550         prompted-for port is first.
6551
6552         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6553         retrieval by the no-group selection.
6554
6555         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
6556         numerical parameters.
6557
6558 2011-02-25  Julien Danjou  <julien@danjou.info>
6559
6560         * gnus-gravatar.el: Use gnus-with-article-buffer.
6561
6562         * gnus-art.el (gnus-with-article-buffer): Check that the
6563         gnus-article-buffer is alive.
6564
6565 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
6566
6567         * auth-source.el (auth-source-creation-prompts): New variable to manage
6568         creation-time prompts.
6569         (auth-source-search): Document it.
6570         (auth-source-format-prompt): Add utility function.
6571         (auth-source-netrc-create): Don't default the user name to
6572         user-login-name.  Use `auth-source-creation-prompts' and some default
6573         prompts for user, host, port, and password (the default generic prompt
6574         remains ugly).
6575         (auth-source-never-save): Add customizable option to never save info.
6576         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
6577         mode excursion.
6578
6579 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6580
6581         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6582         argument that XEmacs doesn't support.
6583
6584         * dgnushack.el (dgnushack-compile): Exclude color.el from being
6585         compiled for Emacsen having no `libxml-parse-html-region' support.
6586
6587         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
6588
6589         * lpath.el: Bind buffer-save-without-query for XEmacs.
6590
6591 2011-02-23  Julien Danjou  <julien@danjou.info>
6592
6593         * gnus-art.el (article-make-date-line): Ignore errors if time is
6594         invalid and not convertible.
6595         (article-make-date-line): Only add lapsed time if time is not nil.
6596
6597 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
6598
6599         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6600         `read-char-choice' for backwards compatibility.
6601         (auth-source-netrc-element-or-first): New function to DTRT for
6602         parameter extraction.
6603         (auth-source-netrc-create): Use it and fix multiple parameter print
6604         bug.  Use the default passed from above (given-default) or the
6605         built-in (user-login-name for :user).
6606
6607 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
6608
6609         * gnus-start.el (gnus-dribble-read-file):
6610         Set buffer-save-without-query, since we always want to save the dribble
6611         file, probably.
6612
6613         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6614         nnimap.
6615
6616         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6617         -summary- since it's a user-visible variable.
6618
6619         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
6620         first time you use the new Gnus.
6621
6622 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
6623
6624         * auth-source.el: Don't load netrc.el.
6625         (auth-sources): Search ~/.netrc as well by default.
6626         (auth-source-debug): Add 'trivia option for extra output.
6627         (auth-source-do-trivia): Use it.
6628         (auth-source-search): Simplify logic to use
6629         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
6630         appropriate.  Don't keep a running count at this level.  Layer :create
6631         and :delete options appropriately on the first and second passes.
6632         Don't track the backend with the search results.
6633         (auth-source-search-backends): New function to search a list of
6634         backends for a processed spec.
6635         (auth-source-netrc-parse): Cache all netrc files, making
6636         auth-source-netrc-cache an alist keyed by the file name and using the
6637         file mtime as the caching criterion.  Keep the obfuscated data secret
6638         with a lexical bind.
6639         (auth-source-netrc-search): Don't calculate the length of the results
6640         unnecessarily.
6641         (auth-source-search-backends): Fix bug.
6642         (auth-source-netrc-create): Rework prompts.
6643
6644 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
6645
6646         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
6647         Lower case names of search constraints.
6648         (nnir-run-query): Cache and reuse search constraints for all imap
6649         servers.
6650
6651 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
6652
6653         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
6654         after exit.
6655         (gnus-setup-message): Define missing variable from last checkin.
6656
6657         * gnus-sum.el (gnus-summary-show-article): When called with t as the
6658         value, show the raw article.
6659
6660 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6661
6662         * gnus.el: No Gnus v0.13 is released.
6663
6664 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6665
6666         * nnimap.el (nnimap-open-connection-1): Revert last change, since
6667         auth-source now accepts numbers.
6668
6669         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
6670         spec, too.
6671         (auth-source-ensure-strings): New function.
6672
6673         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
6674         (gnus-article-setup-buffer): Always restart the date timer so that user
6675         changes to the frequency is respected.
6676
6677         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
6678         port numbers, so make sure it gets that if nnimap-server-port is
6679         explicit.
6680
6681 2011-02-21  Simon Josefsson  <simon@josefsson.org>
6682
6683         * nnimap.el (nnimap-inbox): Doc fix.
6684
6685 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
6686
6687         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
6688         Autoload.  Add optional arg FRAME, and pass it to color-values.
6689         (color-complement): Caller changed.  Doc fix.
6690         (color-gradient): Rewrite for better clarity and efficiency.
6691
6692 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
6693
6694         * shr-color.el (shr-color->hexadecimal): Use renamed function names
6695         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
6696         color-lab-to-srgb.
6697
6698 2011-02-20  Drew Adams  <drew.adams@oracle.com>
6699
6700         * color.el: First part of merge from hexrgb.el.
6701         (color-rgb-to-hex): Rename from color-rgb->hex.
6702         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
6703         saturation to zero if the value is too small.
6704         (color-rgb-to-hsl): Rename from color-rgb->hsl.
6705         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
6706         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
6707         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
6708         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
6709         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
6710         (color-cie-de2000): Doc fix.
6711
6712 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6713
6714         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
6715         given method as in the group name if we're using an extended method.
6716         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
6717         command, if we're using that, instead of waiting for the beginning.
6718
6719         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
6720         we're sure to get unique server names, and we don't output two async
6721         commands in the same buffer.  This fixes an NNTP hang for some users.
6722
6723 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6724
6725         * gnus.el: No Gnus v0.11 is released.
6726
6727 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6728
6729         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
6730         summary buffer before reading going to the next buffer.  This avoids
6731         putting the point in the group buffer if you `C-g' the command.
6732
6733         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
6734         cache (for now) to make ~/.authinfo.gpg files usable.
6735
6736         * nnfolder.el (copyright-update): Define for the compiler.
6737
6738         * auth-source.el (auth-source-search): Fix unbound variable.
6739
6740 2011-02-19  Glenn Morris  <rgm@gnu.org>
6741
6742         * gnus.el (gnus-meta): Doc fix.
6743
6744 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
6745
6746         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
6747         in case it's not yet loaded.
6748
6749 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
6750
6751         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
6752         line we're waiting for.
6753
6754 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
6755
6756         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
6757         face with line-width greater than zero will cause RET in gnus summary
6758         buffer to scroll down article page-wise because auto vscroll happens,
6759         it should be temporally disabled when doing a scroll-up.
6760
6761 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
6762
6763         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
6764         outputs from the server.
6765
6766 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6767
6768         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
6769         later so that bbdb can hook in easier.
6770
6771 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
6772
6773         * auth-source.el (auth-source-search): Don't try to create credentials
6774         if the caller doesn't want that.
6775         (auth-source-search): If we don't find a match, don't bug out on
6776         non-bound variables.
6777         (auth-source-search): Only ask a single backend to create the
6778         credentials.
6779
6780         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
6781         logging.
6782         (nnimap-credentials): Protect against auth-source-search returning nil.
6783         (nnimap-request-list): Protect against not being able to open the
6784         server.
6785
6786 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
6787
6788         * auth-source.el (auth-source-search): Do a two-phase search, one with
6789         no :create to get the responses from all backends.
6790
6791         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
6792         when getting credentials.
6793
6794         * gnus-util.el (gnus-delete-duplicates): New function.
6795
6796 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
6797
6798         * nnimap.el (nnimap-credentials): Instead of picking the first port as
6799         a creation default, pass the whole port list down.  It will be
6800         completed.
6801
6802         * auth-source.el (auth-source-search): Updated docs to talk about
6803         multiple creation choices.
6804         (auth-source-netrc-create): Accept a list as a value (from the search
6805         parameters) and do completion on that list.  Keep a separate netrc line
6806         with the password obscured for showing the user.
6807
6808         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
6809         first choice to `auth-source-search' so it will be used for entry
6810         creation instead of the server's Gnus-specific name.
6811         (nnimap-credentials): Rely on the auth-source library to select which
6812         port is actually wanted in the new netrc entry, so don't override
6813         `auth-source-creation-defaults'.
6814
6815         * auth-source.el (auth-source-netrc-parse): Use :port instead of
6816         :protocol and accept a missing user, host, or port as a wildcard match.
6817         (auth-source-debug): Default to off.
6818
6819         (auth-source-netrc-search, auth-source-netrc-create)
6820         (auth-source-secrets-search, auth-source-secrets-create)
6821         (auth-source-user-or-password, auth-source-backend, auth-sources)
6822         (auth-source-backend-parse-parameters, auth-source-search): Use :port
6823         instead of :protocol.
6824
6825         * nnimap.el (nnimap-credentials): Pass a port default to
6826         `auth-source-search' in case an entry needs to be created.
6827         (nnimap-open-connection-1): Use :port instead of :protocol.
6828
6829 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6830
6831         * auth-source.el: Bind load-path when loading EIEIO from
6832         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
6833         21.4 doesn't support, to `require'.
6834         (auth-source-secrets-search): Use mm-delete-duplicates instead of
6835         delete-dups that is not available in XEmacs 21.4.
6836
6837 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
6838
6839         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
6840         as EIEIO must also be loaded when auth-source.el is being
6841         byte-compiled.
6842
6843 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6844
6845         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
6846
6847         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
6848
6849         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
6850
6851         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
6852
6853         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
6854
6855         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
6856
6857         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
6858
6859         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
6860         necessary.
6861
6862 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
6863
6864         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
6865         nil means that nnimap doesn't get updated.
6866
6867 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6868
6869         * auth-source.el (auth-source-netrc-create): Return a synthetic search
6870         result when the user doesn't want to write to the file.
6871         (auth-source-netrc-search): Expect a synthetic result and proceed
6872         accordingly.
6873         (auth-source-cache-expiry): New variable to override
6874         `password-cache-expiry'.
6875         (auth-source-remember): Use it.
6876
6877         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
6878         parameter.  Create entry if necessary by using :create t.
6879         (nnimap-open-connection-1): Don't pass `inhibit-create'.
6880
6881 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
6882
6883         * auth-source.el (auth-source-debug): Enable by default and don't
6884         mention the obsolete `auth-source-hide-passwords'.
6885         (auth-source-do-warn): New function to debug unconditionally.
6886         (auth-source-do-debug): Use it.
6887         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
6888         and for Secrets API entries when the secrets.el library is not
6889         available.
6890
6891 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6892
6893         * gnus-sum.el (gnus-propagate-marks): Default to nil.
6894         (gnus-summary-exit): Kill the correct article buffer on exit from a
6895         `C-d' group.
6896
6897         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
6898         gnus-propagate-marks.
6899
6900         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
6901         before killing the buffers so that a non-full window conf gets handled
6902         correctly.
6903         (gnus-summary-exit): Ditto.
6904         (gnus-summary-read-group-1): Ditto.
6905
6906         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
6907         async code again so that we can debug it properly.
6908
6909         * message.el (message-reply): Take an optional switch-buffer parameter
6910         so that Gnus window confs are respected better.
6911
6912 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6913
6914         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
6915         `plist-get' to accept non-list parameters (XEmacs issue).
6916         Fix docstring.
6917         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
6918         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
6919         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
6920         Login collection is "Login" and not "login".
6921
6922 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6923
6924         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
6925         multiple headers.
6926
6927         * nnimap.el (nnimap-inhibit-logging): New variable.
6928         (nnimap-log-command): Don't log login commands.
6929
6930         * auth-source.el (auth-source-netrc-search): The asserts seem to want
6931         to have more parameters.
6932
6933         * nnimap.el (nnimap-send-command): Mark the command time for each
6934         command, so that we don't get NOOPs stepping on our toes.
6935
6936         * gnus-art.el (article-date-ut): Get the date from the Date header on
6937         `t'.
6938
6939 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6940
6941         * auth-source.el (auth-source-search): Use copy-sequence instead of
6942         the cl.el copy-list.
6943
6944 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6945
6946         * imap.el: Bring it back (revert
6947         84d800cd31de3064f0ed39617d725709a2f8f42f).
6948
6949 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
6950
6951         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
6952         Improve prompt.
6953
6954 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
6955
6956         * gnus-art.el (gnus-article-mode-line-format): Remove the article
6957         washing status from the default format.  It isn't very informative.
6958
6959 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
6960
6961         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
6962         Fix Gcc processing on imap.
6963
6964 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6965
6966         * imap.el: Remove file.  All the functionality is in nnimap.el.
6967
6968 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6969
6970         * message.el (message-bury): Don't pop up a new window when selected
6971         window is dedicated.
6972
6973 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6974
6975         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
6976
6977 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
6978
6979         * sieve-manage.el: Autoload `auth-source-search'.
6980         (sieve-sasl-auth): Use it.
6981
6982 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
6983
6984         * nnimap.el: Autoload `auth-source-forget+'.
6985         (nnimap-open-connection-1): Use it if the connection fails.
6986
6987         * auth-source.el: Require `password-cache'.
6988         (auth-source-hide-passwords, auth-source-cache): Remove and mark
6989         obsolete.
6990         (auth-source-magic): Marker for `password-cache' keys.
6991         (auth-source-do-cache): Update docstring.
6992         (auth-source-search): Use and check cache.
6993         (auth-source-forget-all-cached, auth-source-remember)
6994         (auth-source-recall, auth-source-forget, auth-source-forget+)
6995         (auth-source-specmatchp): Caching support functions.
6996         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
6997         Remove and obsolete.
6998         (auth-source-user-or-password): Remove caching to further discourage
6999         using it.  Always hide passwords.
7000
7001         * password-cache.el (password-cache-remove): Accept secrets that are
7002         not strings.
7003
7004 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
7005
7006         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
7007         code for now, since it doesn't work for all users.
7008
7009 2011-02-09  Julien Danjou  <julien@danjou.info>
7010
7011         * message.el (message-options): Make message-options really buffer
7012         local.
7013
7014 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
7015
7016         * mail-source.el: Autoload `auth-source-search'.
7017         (mail-source-keyword-map): Note order matters.
7018         (mail-source-set-1): Get all the mail-source source values and
7019         defaults and search auth-source on those if needed.  This can all
7020         probably be simplified.
7021
7022         * nnimap.el: Autoload `auth-source-search'.
7023         (nnimap-credentials): Use it.
7024         (nnimap-open-connection-1): Ask for the virtual server and physical
7025         address in one shot.
7026
7027         * nntp.el: Autoload `auth-source-search'.
7028         (nntp-send-authinfo): Use it.  Note TODO.
7029
7030 2011-02-08  Julien Danjou  <julien@danjou.info>
7031
7032         * shr.el (shr-tag-body): Add support for text attribute in body
7033         markups.
7034
7035         * message.el (message-options): Make message-options a local variable.
7036
7037 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
7038
7039         * auth-source.el (auth-source-secrets-search)
7040         (auth-source-user-or-password): Use `append' instead of `nconc'.
7041         (auth-source-user-or-password): Build return list better and protect
7042         against nil :secret.
7043
7044 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
7045
7046         * nnimap.el (nnimap-update-info): Refactor slightly.
7047         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
7048         (nnimap-update-info): Clean up slightly.
7049         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
7050         characters.
7051         (nnimap-process-quirk): Rename function to avoid collision.
7052         (nnimap-update-info): Fix macrology bug-out.
7053         (nnimap-update-info): Simplify split history test.
7054
7055 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
7056
7057         * auth-source.el (top): Require 'eieio unconditionally.
7058         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
7059         (auth-source-secrets-search): Limit search when `max' is greater than
7060         number of results.
7061
7062 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
7063
7064         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
7065         part not returning any data.
7066
7067         * proto-stream.el (open-protocol-stream): Document the return value.
7068
7069 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7070
7071         * auth-source.el (auth-source-secrets-search): Add examples.
7072
7073 2011-02-06  Julien Danjou  <julien@danjou.info>
7074
7075         * message.el (message-setup-1): Handle message-generate-headers-first
7076         set to t.
7077
7078 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7079
7080         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
7081         API with a string "secrets:collection-name" and with 'default.
7082         (auth-source-backend-parse): Parse "secrets:collection-name" and
7083         'default.  Recurse on parses instead of repeating code.  Use the
7084         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
7085         message when ignoring a source.
7086         (auth-source-search): List ignored search keys at the top level.
7087         (auth-source-netrc-create): Use `case' instead of `cond'.
7088         (auth-source-secrets-search): Created with TODOs.
7089         (auth-source-secrets-create): Created with TODOs.
7090         (auth-source-retrieve, auth-source-create, auth-source-delete)
7091         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7092         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7093         (auth-source-user-or-password-sftp)
7094         (auth-source-user-or-password-smtp): Remove.
7095         (auth-source-user-or-password): Deprecated and modified to be a wrapper
7096         around `auth-source-search'.  Not tested thoroughly.
7097
7098 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
7099
7100         * auth-source.el: Bring in assoc and eioeio libraries.
7101         (secrets-enabled): New variable to track the status of the Secrets API.
7102         (auth-source-backend): New EIOEIO class to represent a backend.
7103         (auth-source-creation-defaults): New variable to set prompt defaults
7104         during token creation (see the `auth-source-search' docstring for
7105         details).
7106         (auth-sources): Simplify to allow a simple string as a netrc backend
7107         spec.
7108         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
7109         (auth-source-backend-parse-parameters): Fill in the backend parameters.
7110         (auth-source-search): Main auth-source API entry point.
7111         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
7112         (auth-source-search-collection): Helper function for searching.
7113         (auth-source-netrc-parse, auth-source-netrc-normalize)
7114         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
7115         Supports search, create, and delete.
7116         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
7117         backend stubs.
7118         (auth-source-user-or-password): Call `auth-source-search' but it's not
7119         ready yet.
7120
7121 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
7122
7123         * message.el (message-setup-1): Remove the read-only stuff, since it
7124         doesn't work under XEmacs, for some reason.
7125
7126         * gnus-sum.el (gnus-user-date): Rename back from
7127         gnus-summary-user-date since user code refers to it.
7128
7129         * shr.el (shr-render-td): Store the actual background color used.
7130
7131         * message.el (message-setup-1): Don't bind the constant
7132         -forbidden-properties.
7133         (message-setup-1): Revert previous change, since it needs to bind the
7134         props to insert them.
7135         (message-resend): Allow removing the read-only separator line.
7136
7137 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7138
7139         * nnimap.el (nnimap-request-accept-article): Give an error message if
7140         the APPEND wasn't successful.
7141
7142 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
7143
7144         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
7145         that have no groups.
7146
7147 2011-02-03  Julien Danjou  <julien@danjou.info>
7148
7149         * gnus-draft.el: Remove progn around gnus-draft-setup.
7150
7151 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7152
7153         * gnus-start.el (gnus-read-active-for-groups): This function is never
7154         called with a nil `infos', so clean that up.
7155         (gnus-get-unread-articles): Request active files from primary/secondary
7156         methods that have no groups (yet).
7157
7158 2011-02-03  Julien Danjou  <julien@danjou.info>
7159
7160         * message.el (message-setup-1): Always generate References first.
7161         (message-mail): Return the return value of message-setup, not always t.
7162         (message-setup-1): Insert mail-header-separator with read-only and
7163         intangible properties set.
7164
7165         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
7166         user-date in docstring.
7167
7168         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
7169
7170         * gnus.el (gnus-summary-line-format): Mention &user-date format in
7171         docstring.
7172
7173         * gnus.el (gnus-user-date-format-alist): Change default value.
7174         Use defcustom, with type and group.  Move from gnus-util.el.
7175         Rename to gnus-summary-user-date-format-alist.
7176
7177 2011-02-03  Glenn Morris  <rgm@gnu.org>
7178
7179         * nnimap.el (gnus-fetch-headers): Declare.
7180
7181         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
7182
7183 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7184
7185         * message.el (message-forward-make-body-digest-plain)
7186         (message-followup, message-reply): Clean up things noted by Stefan.
7187
7188         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
7189         gnus-article-update-date-headers is nil.
7190         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
7191         it didn't really work with defcustom.
7192         (article-update-date-lapsed): Make sure the window start doesn't move,
7193         either.
7194
7195 2011-02-01  Julien Danjou  <julien@danjou.info>
7196
7197         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
7198         format.
7199
7200         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
7201         standard in Emacs nowadays.
7202
7203         * color.el (color-gradient): Add a color-gradient function.
7204
7205 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7206
7207         * message.el (message-expand-name): Don't trust the return value of
7208         bbdb-complete-name.
7209         (message-check-news-header-syntax): Remove unused var `start'.
7210         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
7211         (message-inhibit-body-encoding): Move to before first use.
7212         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
7213         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
7214         (Organization, Message-ID, Date, mh-previous-window-config):
7215         Defvar the vars using dynamic scoping.
7216
7217 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
7218
7219         * shr.el (shr-render-td): Only do colors at the final rendering.
7220         Should be slightly faster.
7221         (shr-insert-table): Fix up TD background colors when doing the
7222         vertical padding.
7223
7224         * gnus-art.el (article-date-ut): Protect against articles with no Date
7225         header.
7226         (article-update-date-lapsed): Don't use current-column to find the
7227         horizontal position.  It's fragile in the presence of \003 characters.
7228
7229         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
7230
7231 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7232
7233         * gnus-art.el (article-transform-date): Rewrite to still work when
7234         there are several rfc2822 parts.
7235         (article-transform-date): Fix infinite recursion.
7236         (article-date-ut): Replace infinitely many Date headers with a single
7237         one when called interactively.
7238
7239         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
7240         secure manner.
7241
7242         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
7243         move around by not using save-window-excursion.  It seems to work...
7244
7245 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7246
7247         * gnus-art.el (article-make-date-line): Work for user-defined format.
7248
7249 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7250
7251         * nntp.el (nntp-retrieve-group-data-early)
7252         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
7253         fetching functions.
7254
7255         * gnus-start.el (gnus-read-active-for-groups): Read the active files
7256         thoroughly for all backends that have no known groups.  This should
7257         allow new nnml methods to retrieve mail.
7258
7259         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
7260         that Gnus doesn't know exists again.
7261
7262         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
7263         (gnus-treat-date-ut): Ditto.
7264         (gnus-article-update-date-header): Rename.
7265         (gnus-treat-date-local): Remove.
7266         (gnus-treat-date-english): Remove.
7267         (gnus-treat-date-lapsed): Remove.
7268         (gnus-treat-date-combined-lapsed): Remove.
7269         (gnus-treat-date-original): Remove.
7270         (gnus-treat-date-iso8601): Remove.
7271         (gnus-treat-date-user-defined): Remove.
7272         (gnus-article-date-headers): New variable to control all the date
7273         header options.
7274         (article-date-ut): Rewrite to allow using the new way to format date
7275         headers(s).
7276
7277 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
7278
7279         * nnmail.el (nnmail-article-group): Check for a direct fancy split
7280         method.
7281         (nnmail-article-group): A better test for fanciness.
7282
7283         * nnimap.el (nnimap-request-head): Protect against not finding the
7284         article by Message-ID.
7285
7286 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
7287
7288         * gnus-art.el (article-update-date-lapsed): Try a better way to really
7289         keep point at the "same place".
7290
7291 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7292
7293         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
7294         data if the group is inactive.
7295
7296 2011-01-28  Julien Danjou  <julien@danjou.info>
7297
7298         * gnus-win.el: Remove dead function gnus-window-configuration-element.
7299         (gnus-all-windows-visible-p): Remove old compatibility code.
7300         (gnus-window-top-edge): Add docstring.
7301
7302         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
7303
7304 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7305
7306         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
7307         older request-update-info.
7308
7309         * gnus-art.el (article-make-date-line): Limit the length a bit more.
7310
7311 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
7312
7313         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
7314         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
7315
7316 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7317
7318         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
7319         groups.  This makes the nndraft:queue group pop up if it's not already
7320         there.
7321
7322         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
7323         messages" logic, which was reversed.
7324
7325         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
7326         the "same place" even if point is on the line being replaced.
7327         (article-update-date-lapsed): Allow updating both the combined lapsed
7328         and the lapsed headers.
7329         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
7330         (article-make-date-line): Limit the number of segments dynamically to
7331         avoid too-long lines.
7332
7333 2011-01-27  Julien Danjou  <julien@danjou.info>
7334
7335         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
7336         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
7337
7338 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7339
7340         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
7341         Use plist-get instead of the cl function getf.
7342
7343 2011-01-27  Glenn Morris  <rgm@gnu.org>
7344
7345         * gnus-util.el (float-time): Get rid of compiler warning, again.
7346
7347 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7348
7349         * shr.el (shr-put-color): Special-case background colors: Do put them
7350         at the blank parts at the front of the lines.
7351
7352         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
7353         exit hook to nix out all data on readedness on group exit.
7354
7355         * gnus-util.el (float-time): If float-time is bound, always use it on
7356         all Emacsen.  It's unclear why the subrp check was there.
7357         (time-date): Require to make some autoload issues on XEmacs go away.
7358
7359         * shr.el (shr-put-color): Don't do the box padding in tables, since
7360         they're already padded.
7361
7362 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
7363
7364         * gnus-art.el (gnus-article-next-page): When the last line of the
7365         article is displayed, scroll down once more instead of going to the
7366         next article at once.
7367         (article-lapsed-string): Refactor out and allow specifying how many
7368         segments you want.
7369         (gnus-article-setup-buffer): Start updating the lapsed header directly.
7370         (gnus-article-update-lapsed-header): New variable.
7371
7372         * shr.el: Revert change that made headings use different-sized faces.
7373         The Emacs display engine isn't advanced enough that, for instance,
7374         tables can comfortably use differently-sized faces.
7375
7376 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7377
7378         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
7379         used.
7380         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
7381         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
7382         we're using an encrypted connection.
7383
7384         * proto-stream.el: Alter the interface functions to also return the
7385         actual stream type used: network or tls.
7386
7387 2011-01-25  Julien Danjou  <julien@danjou.info>
7388
7389         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
7390         (mm-display-javascript-inline): New function.
7391
7392         * mm-decode.el (mm-inline-media-tests): Add application/javascript
7393         viewing function.
7394
7395 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7396
7397         * shr.el (shr-expand-newlines): Fix variable name.
7398
7399 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7400
7401         * shr.el (shr-expand-newlines): Make nested boxes work.
7402
7403 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7404
7405         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
7406         backgrounds.
7407         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
7408         in a more sensible manner.
7409
7410 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
7411
7412         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
7413         if EPG is loaded.
7414
7415 2011-01-24  Julien Danjou  <julien@danjou.info>
7416
7417         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
7418         tags.
7419
7420 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7421
7422         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
7423         commands.
7424
7425         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
7426         in the article buffer.
7427         (gnus-gravatar-insert): Use blank space from the current buffer to
7428         avoid breaking text properties.  This makes X-Sent updating work again.
7429
7430         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
7431
7432 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
7433
7434         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
7435         fix the bug in url-http.el instead.
7436
7437         * shr.el (shr-image-fetched): Ditto.
7438
7439         * shr.el (shr-image-fetched): Avoid having point move in the article
7440         buffer.
7441
7442         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
7443         buffer after being called.  It's apparently being killed by url.el, and
7444         killing it made point move to end-of-buffer in a random buffer.
7445
7446         * shr.el (shr-image-fetched): Ditto.
7447
7448 2011-01-23  Julien Danjou  <julien@danjou.info>
7449
7450         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
7451
7452         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
7453         text/x-org.
7454
7455 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7456
7457         * gnus-sum.el (gnus-summary-move-article): Protect against backends
7458         (i.e., nnimap) returning nil as the article number.
7459
7460 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
7461
7462         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
7463         "DelSp" parameter in RFC3676.
7464
7465 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7466
7467         * message.el (message-check-recipients): Display the encoded version of
7468         the bogus address if they differ.
7469
7470         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
7471         after sending.
7472
7473         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7474
7475         * gnus-group.el (gnus-group-refresh-group): New convenience function.
7476
7477         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
7478         group buffer after sending the queue.
7479
7480         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7481
7482 2011-01-22  Julien Danjou  <julien@danjou.info>
7483
7484         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
7485
7486 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7487
7488         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
7489         nested related parts.
7490
7491         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
7492         unexpired articles.  This fixes the regression that led expiry marks to
7493         disappear from nnfolder groups.
7494
7495 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7496
7497         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
7498         Don't confuse the "ret" of "retrograde" with RET.
7499
7500 2011-01-21  Julien Danjou  <julien@danjou.info>
7501
7502         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
7503         than mm-insert-inline.
7504
7505 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7506
7507         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
7508         Widen article buffer.
7509
7510 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7511
7512         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
7513         the temp buffer.
7514         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
7515
7516 2011-01-20  Julien Danjou  <julien@danjou.info>
7517
7518         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
7519
7520         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
7521         than mm-insert-inline to insert inline part: this respect
7522         mm-inline-media-tests displayers.
7523
7524         * mm-view.el (mm-display-shell-script-inline): New function.
7525
7526         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
7527
7528         * mm-uu.el (mm-uu-type-alist): Add org block.
7529         (mm-uu-org-src-code-block-extract): New function.
7530
7531         * mm-view.el (mm-display-org-inline): New function.
7532
7533         * mm-decode.el (mm-automatic-display): Add text/org.
7534
7535         * mailcap.el (mailcap-mime-extensions): Add .org.
7536
7537 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7538
7539         * gnus-art.el (gnus-article-highlight): Remove argument passed to
7540         gnus-article-add-buttons.
7541
7542 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
7543
7544         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
7545         From header with a date and "nobody" as the sender.
7546
7547 2011-01-19  Julien Danjou  <julien@danjou.info>
7548
7549         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
7550         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
7551         if you have the same regexp several times.
7552         (gnus-button-push): Fix matching when regexp is symbol.
7553
7554 2011-01-15  Glenn Morris  <rgm@gnu.org>
7555
7556         * message.el (message-mail): A compose-mail function should
7557         accept headers as strings.
7558
7559 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
7560
7561         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
7562         Add :vert-only tags.
7563         (message-mail): New arg RETURN-ACTION.
7564         (message-return-action): New var.
7565         (message-bury): Use it.
7566         (message-mode): Make it buffer-local.
7567         (message-send-and-exit): Always call message-bury.
7568
7569         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
7570         message-mail.
7571
7572 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7573
7574         * nnimap.el (nnimap-convert-partial-article): Protect against
7575         zero-length body parts.
7576
7577         * mm-decode.el (mm-preferred-alternative-precedence):
7578         Discourage showing empty parts.
7579
7580         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
7581         and stuff if the backend didn't return the article number.  This fixes
7582         an Exchange-related nnimap bug.
7583
7584         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
7585         group window, because it does the wrong thing when a separate frame
7586         displays the group buffer.
7587
7588         * proto-stream.el (open-protocol-stream): Protect against the low-level
7589         transport functions returning nil.
7590
7591 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
7592
7593         * mml2015.el (epg-sub-key-fingerprint): Autoload.
7594         (mml2015-epg-find-usable-secret-key): New function.
7595         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
7596         mml2015-epg-find-usable-key (Bug#7797).
7597         (mml2015-epg-encrypt): Ditto.
7598
7599 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7600
7601         * dgnushack.el (rot13-string): Fix the way to get the argument.
7602
7603 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7604
7605         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
7606
7607 2011-01-03  Glenn Morris  <rgm@gnu.org>
7608
7609         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
7610
7611         * sieve.el (sieve-open-server): Give a more explicit error if
7612         sieve-manage-open returns nil.  (Bug#7720)
7613
7614 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
7615
7616         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
7617
7618 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7619
7620         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
7621         This avoids sending passwords in plain text over non-encrypted
7622         channels.
7623
7624         * shr.el (shr-rescale-image): Display all GIF images as animated images.
7625
7626         * nnimap.el (nnimap-login): Refactored out into own function, and
7627         implement CRAM-MD5.
7628         (nnimap-wait-for-line): Refactored out.
7629
7630         * mm-view.el (mml-smime): Require.
7631
7632 2010-12-20  David Engster  <deng@eml.cc>
7633
7634         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
7635         use EPG to decrypt S/MIME messages instead of openssl.
7636
7637 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7638
7639         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
7640
7641         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
7642         status is the group clearly is unreachable.
7643
7644         * auth-source.el (auth-source-create): Add the optional second
7645         parameter to `local-variable-p' to be compatible with XEmacs.
7646
7647 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
7648
7649         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
7650         work when using a compressed nnml folder.
7651
7652 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7653
7654         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
7655         backends after sanitising on entry, because this never makes sense:
7656         If the articles have gone missing, then the data no longer exists on
7657         the backend, and if they haven't, then Gnus is wrong, and shouldn't
7658         overwrite anything anyway.
7659
7660         * shr.el (shr-insert-document): Bind shr-width dynamically to
7661         window-width if it's nil.
7662
7663 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
7664
7665         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
7666         with the meaning of using the full emacs window width for rendering.
7667
7668 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
7669
7670         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
7671         case when sender is not given.
7672
7673 2010-12-23  Julien Danjou  <julien@danjou.info>
7674
7675         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
7676         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
7677         the addresses, otherwise we might misplaced the gravatar.
7678
7679 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
7680
7681         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
7682         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
7683         obsolete in Emacs.
7684
7685 2010-12-20  Julien Danjou  <julien@danjou.info>
7686
7687         * gnus-util.el (gnus-rescale-image): Revert last change.
7688
7689 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
7690
7691         * binhex.el: Improve commentary (Bug#7482).
7692
7693 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7694
7695         * gnus-group.el (gnus-group-delete-articles): New command.
7696
7697 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7698
7699         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
7700
7701 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7702
7703         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
7704         here, since it's up to the backends to do CRLF removal if their
7705         protocol has it.
7706
7707         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
7708
7709 2010-12-17  Julien Danjou  <julien@danjou.info>
7710
7711         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
7712         they are from file.  Can also scale up.
7713
7714 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7715
7716         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
7717         Restore gnus-use-agent.
7718         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
7719
7720         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
7721
7722 2010-12-17  Julien Danjou  <julien@danjou.info>
7723
7724         * gravatar.el (gravatar-retrieve-synchronously): New function.
7725         (gravatar-get-data): Make more robust.
7726
7727 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7728
7729         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
7730
7731 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7732
7733         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
7734         to really consider the last line.
7735
7736 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
7737
7738         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
7739         list of recipient keys, or use symmetric encryption if not a list.
7740         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
7741         EPA override, replacing the call to `netrc-store-data'.
7742
7743 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
7744
7745         * gnus-srvr.el: Avoid passing nil regexp argument to
7746         delete-matching-lines.
7747
7748 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7749
7750         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
7751         fetching stops when Gnus exits.
7752
7753         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
7754         function.
7755         (nnfolder-request-expire-articles): Save all the buffers after doing
7756         expiry.
7757
7758         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
7759         the last article", since that led to serious performance regressions
7760         when expiring nnml groups.
7761
7762 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
7763
7764         * nnir.el: Improve customizations.
7765
7766 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7767
7768         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
7769
7770         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
7771         group has been killed.
7772         (gnus-group-yank-group): Ditto.
7773
7774         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
7775
7776         * nnimap.el (nnimap-request-update-group-status): New function.
7777
7778         * gnus-int.el (gnus-request-update-group-status): New interface
7779         function.
7780
7781         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
7782         copying read-ness to the backends.
7783
7784         * nnimap.el (nnimap-quirk): New function.
7785         (nnimap-retrieve-group-data-early): Use it.
7786         (nnimap-quirks): New alist.
7787
7788 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7789
7790         * shr.el (shr-insert): Set shr-start after deleting trailing space;
7791         don't delete it within indentation.
7792
7793 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7794
7795         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
7796         previous line.
7797
7798 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7799
7800         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
7801         QRESYNC command by deleting a superfluous space which broke Cyrus
7802         servers.  This change will break other servers that are buggy the other
7803         way around.
7804
7805 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
7806
7807         * spam.el: Reindent and fix long lines.
7808         (spam-copy-or-move-routine): Exclude invalid move destinations.
7809
7810 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
7811
7812         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
7813         installed the registry.
7814
7815 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7816
7817         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
7818
7819 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7820
7821         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
7822         groupname doesn't contain "gmane".
7823
7824 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7825
7826         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
7827         and netrc-bound-and-true-p bindings.
7828         (netrc-parse): Cache the netrc contents.
7829
7830         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
7831         (gnus-1): Don't create the nndrafts group twice.
7832         (gnus-setup-news): There's no need to read the active file here, since
7833         that's done again later on a per-backend basis.
7834         (gnus-start-draft-setup): Make sure that the new group is started out
7835         empty.
7836
7837         * gnus-agent.el (gnus-agentize): Don't create the queue group
7838         automatically on startup.  It'll be created later, if needed.
7839
7840         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
7841         of automatically subscribed groups.
7842         (gnus-auto-subscribed-categories): New variable.
7843         (gnus-matches-options-n): Use it.
7844         (gnus-default-subscribed-newsgroups): Remove unused variable.
7845         (gnus-start-draft-setup): Message a bit less.
7846
7847 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7848
7849         * nnir.el (nnir-run-imap): Return article list in order of increasing
7850         UID.
7851
7852 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7853
7854         * gnus-sum.el (gnus-summary-enter-digest-group):
7855         Mention gnus-auto-select-on-ephemeral-exit.
7856
7857         * proto-stream.el (proto-stream-open-network-only): Fix the calling
7858         convention of the network-only option.
7859
7860 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7861
7862         * proto-stream.el (proto-stream-open-network-only): New function to
7863         have a way to specify non-STARTTLS upgrade connections.
7864
7865 2010-12-10  Julien Danjou  <julien@danjou.info>
7866
7867         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
7868         email address is nil.
7869
7870         * message.el (message-bogus-recipient-p): Set address to "" if nil.
7871
7872 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
7873
7874         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
7875         deletion.
7876         (nnir-run-imap): Only need to parse list once.
7877
7878 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7879
7880         * shr.el (shr-tag-script): Ignore <script>.
7881         (shr-tag-label): Add <label> support.
7882
7883 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7884
7885         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
7886
7887         * shr.el (shr-image-displayer): Work for images lined side by side.
7888
7889 2010-12-08  Robert Pluim  <rpluim@gmail.com>
7890
7891         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
7892         parameter, since XEmacs doesn't accept t as a parameter.
7893
7894 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
7895
7896         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
7897         ids.
7898         (nnir-run-gmane): Simplify groupspec formatting.
7899         (nnir-request-expire-articles): New function.
7900
7901 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7902
7903         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
7904         overflow, possibly.
7905
7906         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
7907         (shr-render-td): Handle td style="" better.
7908         (shr-tag-table): Use the color from the style sheet.
7909         (shr-render-td): Make sure we copy over all the overlays, too.
7910
7911 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
7912
7913         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
7914         (nnir-request-article): Improve article retrieval.
7915
7916 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7917
7918         * mm-util.el (mm-extra-numeric-entities): New variable.
7919
7920         * mm-url.el (mm-url-decode-entities):
7921         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
7922
7923         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
7924
7925 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7926
7927         * message.el: Use completion-at-point.
7928         (message-completion-function): New fun, extracted from message-tab.
7929         (message-mode): Use it for completion-at-point-functions.
7930         (message-tab): Use it and completion-at-point.
7931
7932 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7933
7934         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
7935         character if a non-breakable character follows.
7936
7937 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7938
7939         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
7940         any stream.
7941
7942         * shr.el (shr-tag-font): Colorize the region.
7943         (shr-tag-body): Ditto.
7944         (shr-tag-font): Actually let the styles be inherited instead of
7945         overwriting them.
7946         (shr-tag-font): Get the background color right.
7947         (shr-tag-style): Ignore all <style> tags for the moment.
7948
7949         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
7950         a Message-ID to avoid having nnimap depend on gnus-sum.
7951
7952         * shr.el (shr-descend): Only colorize something if we have a node that
7953         sets colors.
7954
7955 2010-12-06  Julien Danjou  <julien@danjou.info>
7956
7957         * shr.el (shr-render-td): Render td content with shr-descend, so style
7958         will be applied to <td> too.
7959         (shr-colorize-region): Colorize region even if we only have a background.
7960         (shr-tag-body): Fix color and background color inheritance.
7961         Do not recolorize after shr-generic.
7962         (shr-tag-font): Let shr-generic colorize via inheritance.
7963
7964 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7965
7966         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
7967
7968 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
7969
7970         * nnir.el (nnir-request-move-article): Remove obsolete code.
7971
7972 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7973
7974         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
7975
7976 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7977
7978         * gnus-sum.el (gnus-summary-respool-article): The completion function
7979         expects a list instead of an alist.
7980
7981         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
7982         string as the parameter.
7983
7984         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
7985
7986         * shr.el (shr-stylesheet): New dynamic variable for cascading the
7987         styles.
7988         (shr-colorize-region): New function.
7989         (shr-insert-background-overlay): Remove.
7990         (shr-render-td): Background setting should be taken care of on a higher
7991         level.
7992         (shr-tag-body): Use post-hoc colorizations.
7993         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
7994         (shr-put-color-1): Don't overwrite old colors.
7995         (shr-colorize-region): When the background color isn't explicit, use
7996         a fixed background.
7997
7998         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
7999         nnmail variables.
8000
8001 2010-12-05  Bjørn Mork  <bjorn@mork.no>
8002
8003         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
8004         unless necessary.
8005
8006 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
8007
8008         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
8009         server.
8010
8011 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8012
8013         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
8014         so that TAB works.
8015
8016         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
8017         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
8018
8019         * shr.el (shr-urlify): Show the URL before the title to avoid
8020         misleading URLs.
8021
8022 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
8023
8024         * shr.el (shr-urlify): Display the title in <a> tags.
8025
8026 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
8027
8028         * nnir.el (nnir-categorize): Replace mapcar with mapc.
8029
8030 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
8031
8032         * nnir.el: Rearrange code to allow macros to be autoloaded by
8033         gnus-sum.el.
8034         (nnir-retrieve-headers-override-function): Make this variable
8035         customizable.
8036         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
8037
8038         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
8039         from nnir.el.
8040
8041 2010-12-03  Julien Danjou  <julien@danjou.info>
8042
8043         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
8044
8045 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8046
8047         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
8048         allow optional argument `environment'.
8049
8050 2010-12-03  Glenn Morris  <rgm@gnu.org>
8051
8052         * mm-extern.el (message-goto-body): Update declaration.
8053
8054 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8055
8056         * gnus-util.el (gnus-macroexpand-all): New function.
8057
8058         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
8059         instead of macroexpand-all that is unavailable in XEmacs.
8060
8061 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
8062
8063         * nnir.el (nnir-summary-line-format): New variable.
8064         (nnir-mode): Use it.
8065         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
8066         (nnir-article-ids): Reimplement as defsubst.
8067         (nnir-retrieve-headers): Don't mangle the subject header.
8068         (nnir-run-imap): Use 100 as RSV score.
8069         (nnir-run-find-grep): Fix for full server searching.
8070         (nnir-run-gmane): Better restriction to gmane groups.
8071
8072         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
8073         summary buffers.
8074
8075 2010-12-02  Julien Danjou  <julien@danjou.info>
8076
8077         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
8078
8079         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
8080
8081         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
8082         support.
8083
8084 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
8085
8086         * nnir.el: Update to handle the registry better.
8087         (autoload): Silence byte-compiler.
8088         (nnir-open-server): Add a hook for nnir groups.
8089         (nnir-request-move-article): Don't mangle the header.  Better to use
8090         formatting variables (which will be added in the future).
8091         (nnir-registry-action): Update the registry using the original article
8092         group name.
8093         (nnir-mode): Install nnir-specific hooks for updating the registry.
8094
8095         * gnus-sum.el
8096         (gnus-article-original-subject, gnus-newsgroup-original-name):
8097         Remove obsolete variables.
8098         (gnus-summary-move-article): Remove use of obsolete variables.
8099         (gnus-summary-local-variables): Make move and delete hooks local to
8100         summary buffers.
8101
8102 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8103
8104         * rtree.el: New file.
8105
8106 2010-12-01  Julien Danjou  <julien@danjou.info>
8107
8108         * message.el (message-user-organization): Do not use
8109         gnus-local-organization.
8110
8111         * gnus.el: Remove gnus-local-organization.
8112
8113         * gnus-msg.el: Remove nastygram thing.
8114
8115 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8116
8117         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
8118         funcall.
8119
8120 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8121
8122         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
8123         names.
8124
8125         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
8126         characters.
8127
8128         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
8129         to t of inhibit-read-only since it is inside gnus-with-article-headers.
8130         Suggested by Štěpán Němec <stepnem@gmail.com>.
8131         (gnus-gravatar-transform-address): Use mail-extract-address-components
8132         that supports non-ASCII names rather than mail-header-parse-addresses.
8133
8134 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8135
8136         * proto-stream.el (open-protocol-stream): All starttls connections are
8137         handled by the network handler.
8138
8139 2010-11-30  Julien Danjou  <julien@danjou.info>
8140
8141         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
8142         (nnimap-open-connection-1): Fix PREAUTH.
8143
8144         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
8145
8146 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8147
8148         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
8149         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
8150         (shr-insert): Use them.
8151         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
8152
8153 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8154
8155         * nnir.el (nnir-request-move-article): Bail out if original group
8156         doesn't support article moves.
8157         (nnir-get-active): Improve active list retrieval.
8158
8159 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8160
8161         * shr.el (shr-find-fill-point): Don't break before apostrophes.
8162
8163 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
8164
8165         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
8166         seem to accept strings-with-numbers as port numbers.
8167
8168 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8169
8170         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
8171         change the registry.
8172
8173 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8174
8175         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
8176         delete-dups that is not available in XEmacs 21.4.
8177
8178         * mm-util.el (mm-delete-duplicates): Add comment.
8179
8180 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
8181
8182         * nnir.el (nnir-ignored-newsgroups): New variable.
8183         (nnir-get-active): Use it.
8184
8185 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8186
8187         * proto-stream.el (proto-stream-open-network): Add some comments.
8188
8189         * nntp.el (nntp-open-connection): Provide a :success condition.
8190
8191         * nnimap.el (nnimap-open-connection-1): Ditto.
8192
8193         * proto-stream.el (proto-stream-open-network): See what the response to
8194         the STARTTLS command is.
8195
8196         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
8197         backwards compatibility).
8198         (nnimap-open-connection-1): Really respect nnimap-server-port.
8199
8200         * proto-stream.el (proto-stream-open-network): When doing opportunistic
8201         TLS upgrades we don't really care about the identity of the peer.
8202         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
8203         that what we've checked for.
8204         (proto-stream-always-use-starttls): Only default to t if
8205         open-gnutls-stream exists.
8206         (proto-stream-open-network): If STARTTLS failed, then just open a
8207         normal connection.
8208         (proto-stream-open-network): Wait until the greeting before doing
8209         STARTTLS.
8210
8211         * nntp.el (nntp-open-connection): Report what the connection error is.
8212
8213         * proto-stream.el (open-protocol-stream): Rename from
8214         open-proto-stream.
8215
8216 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8217
8218         * nnimap.el (nnimap-stream): Change default to `undecided'.
8219         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
8220         first, and then network.
8221         (nnimap-open-connection-1): Respect nnimap-server-port.
8222         (nnimap-open-connection): Be more backwards-compatible.
8223
8224         * proto-stream.el (proto-stream-always-use-starttls): New variable.
8225         (proto-stream-open-starttls): De-duplicate the starttls code.
8226         (proto-stream-open-starttls): Folded back into the main function.
8227         (proto-stream-open-network): Fix typo in the gnutls path.
8228         (proto-stream-command): Refactor out.
8229
8230         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
8231
8232         * proto-stream.el (proto-stream-open-starttls): Actually implement the
8233         starttls.el STARTTLS.
8234
8235         * color.el (color-lab->srgb): Fix function call name.
8236
8237         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
8238         if we're using tls.el.
8239         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
8240         built in, then don't try to establish a STARTTLS connection.
8241
8242         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
8243         servers.
8244
8245         * proto-stream.el (open-proto-stream): Use network, not stream.
8246         (open-proto-stream): Add a way to specify what the end of a command is.
8247
8248         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
8249         connections types.
8250         (nntp-open-network-stream): Remove.
8251         (nntp-open-ssl-stream): Remove.
8252         (nntp-open-tls-stream): Remove.
8253         (nntp-ssl-program): Remove.
8254
8255         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
8256
8257 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
8258
8259         * nnir.el: Fix typos.
8260         (nnir-retrieve-headers-override-function): Rename variable to reflect
8261         new semantics.
8262         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
8263         macros.
8264         (nnir-request-article, nnir-request-move-article): Use them.
8265         (nnir-categorize): New function.
8266         (nnir-run-query): Use it.
8267         (nnir-retrieve-headers): Rewrite to batch header retrieval.
8268         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
8269         sorted.
8270         (nnir-group-full-name): Use gnus-group-full-name instead.
8271         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
8272         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
8273
8274 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8275
8276         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
8277
8278         * proto-stream.el: New library to provide protocol-specific
8279         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
8280         protocols.
8281         (open-proto-stream): Complete the documentation.
8282         (proto-stream-open-network): Fix some typos.
8283
8284         * nnimap.el (nnimap-open-connection): Use it.
8285
8286 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
8287
8288         * pop3.el (pop3-open-server): Read server greeting before starting TLS
8289         negotiation.
8290
8291 2010-11-26  Julien Danjou  <julien@danjou.info>
8292
8293         * color.el: Rename various rgb functions to srgb.
8294
8295 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8296
8297         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
8298         names.
8299
8300 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8301
8302         * shr.el (shr-insert): Revert last change.
8303         (shr-find-fill-point): Never leave point being at bol;
8304         relax the kinsoku limitation when rendering tables.
8305
8306 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8307
8308         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
8309         results from -accept-article.
8310
8311         * shr-color.el: Require cl when compiling.
8312
8313         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
8314         checkin.
8315
8316         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
8317
8318         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
8319
8320         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
8321         'add and 'delete to set backend marks.
8322
8323         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
8324
8325         * nnheader.el (nnheader-update-marks-actions): Refactor out.
8326
8327         * nntp.el (nntp-request-set-mark): Use it.
8328
8329         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8330
8331         * nnml.el (nnml-request-set-mark): Ditto.
8332
8333         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
8334         introduces regressions in article selection.
8335         (nnimap-find-uid-response): New function.
8336         (nnimap-request-accept-article): Use the UID returned, if any.
8337         (nnimap-request-move-article): Use the UID returned, if any.
8338         (nnimap-get-groups): Reimplement to work with folded lines.
8339         (nnimap-find-uid-response): The UID is the last element in the list.
8340         (nnimap-request-set-mark): Extend syntax with 'set.
8341
8342         * nnml.el (nnml-request-set-mark): Ditto.
8343
8344         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8345
8346         * nntp.el (nntp-request-set-mark): Ditto.
8347
8348 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8349
8350         * message.el (message-called-interactively-p): A temporary macro.
8351         (message-goto-body): Use it temporarily.
8352
8353 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8354
8355         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
8356         (nnimap-last-response-string): Unfold quoted lines, if they exist.
8357         (nnimap-last-response-string): Fix last unfolding fix.
8358
8359 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8360
8361         * shr.el (shr-insert): Fix the way to fold lines.
8362
8363 2010-11-25  Julien Danjou  <julien@danjou.info>
8364
8365         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
8366
8367         * color.el: Rename from color-lab.el
8368         (color-rgb->hex): Add.
8369         (color-complement): Add.
8370         (color-complement-hex): Add.
8371
8372         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
8373
8374 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8375
8376         * shr-color.el (shr-color-visible): Don't bug out if the color names
8377         don't exist.
8378
8379 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8380
8381         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
8382         assuming that article displaying or another mml-preview may be
8383         interrupted for an error or for the like.
8384
8385         * shr.el (shr-get-background): Fix argument name.
8386
8387 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8388
8389         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
8390
8391         * gnus-sum.el (gnus-summary-include-articles): New function.
8392
8393         * message.el (message-goto-body): called-interactively-p needs a
8394         parameter, so use `any'.
8395
8396         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
8397         clear marks before moving, since they're synced from the Gnus side
8398         first.
8399
8400         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
8401         (gnus-summary-move-article): Copy over all marks before moving, so that
8402         IMAP doesn't think a new article has arrived.
8403
8404 2010-11-24  Julien Danjou  <julien@danjou.info>
8405
8406         * shr.el (shr-insert-background-overlay): Fix typo.
8407         (shr-render-td): Copy the background before rendering.
8408
8409         * shr-color.el (shr-color-visible): Fix docstring.
8410
8411         * shr.el (shr-tag-table): Add bgcolor support.
8412         (shr-render-td): Add bgcolor support.
8413         (shr-get-background): Add.
8414         (shr-insert-foreground-overlay): Use shr-get-background.
8415
8416         * message.el (message-goto-body): Use called-interactively-p.
8417         (message-in-body-p): message-goto-body returns point.
8418
8419 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8420
8421         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
8422         Fixes something or other in Emacs 23, and is backwards compatible.
8423
8424         * message.el (message-goto-body): Remove the <#secure special-casing,
8425         which is too special.
8426
8427         * shr.el (shr-parse-style): Drop !important from styles.
8428
8429 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
8430
8431         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
8432         this function to return incorrect results when calling it with an
8433         explicit article argument different from
8434         (gnus-summary-article-number).
8435
8436 2010-11-24  Julien Danjou  <julien@danjou.info>
8437
8438         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
8439         (shr-tag-body): Add background support.
8440         (shr-descend): Add background support.
8441         (shr-tag-title): Add.
8442
8443         * shr-color.el (shr-color-visible): Really return original background
8444         if fixed.
8445
8446 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8447
8448         * shr.el (shr-color-check): Protect against non-existent color names.
8449
8450 2010-11-24  Julien Danjou  <julien@danjou.info>
8451
8452         * color-lab.el: Require 'cl when compiling.
8453
8454         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
8455
8456         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
8457         matched part.
8458
8459         * color-lab.el: Fix all expt calls to use float type.
8460
8461 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8462
8463         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
8464         expression to shr-color-check as is.
8465
8466         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
8467
8468         * color-lab.el: Add coding cookie.
8469         (float-pi): Use eval-and-compile.
8470
8471         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
8472         compiled for Emacsen having no `libxml-parse-html-region' support.
8473
8474 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8475
8476         * shr.el (shr-insert-color-overlay): Split stuff like
8477         "#444444 !important" to find the real color.
8478         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
8479         parse <font color="red"> entries.
8480
8481 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
8482
8483         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
8484         point when parsing headers.
8485
8486         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
8487         is positioned properly when parsing headers.
8488
8489 2010-11-23  Julien Danjou  <julien@danjou.info>
8490
8491         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
8492
8493         * shr-color.el (shr-color->hexadecimal): Add support for color names.
8494
8495         * shr.el (shr-parse-style): Replace \n with space in style parsing.
8496
8497         * shr-color.el (shr-color-hsl-to-rgb-fractions):
8498         Use shr-color-hue-to-rgb.
8499         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
8500
8501 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8502
8503         * shr.el (shr-color->hexadecimal): Autoload.
8504         (shr-descend): Add color to all tags.
8505
8506 2010-11-22  Julien Danjou  <julien@danjou.info>
8507
8508         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
8509         shr-color->hexadecimal.
8510
8511         * shr-color.el (shr-color->hexadecimal): Add converting functions for
8512         RGB() or HSL() color representation.
8513
8514         * shr.el (shr-tag-font): Add.
8515         (shr-tag-color-check): New function to get better colors.
8516         (shr-tag-insert-color-overlay): Factorize code between tag-font and
8517         tag-span.
8518
8519         * shr-color.el: New file.
8520
8521         * color-lab.el: New file.
8522
8523         * gnus-art.el (gnus-url-mailto): Do not downcase args.
8524
8525 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
8526
8527         * nnir.el: Fix typo in comments.
8528         (nnir-run-imap): Simplify code.  No need to reverse artlist.
8529         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
8530
8531 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8532
8533         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
8534
8535         * nnimap.el (nnimap-get-capabilities): Refactor out.
8536         (nnimap-open-connection): Re-request capabilities after STARTTLS.
8537
8538 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
8539
8540         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
8541         appearing when `mm-uu-hide-markers' is nil.
8542
8543 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8544
8545         * nnimap.el (nnimap-unselect-group): Make into its own function.
8546         (nnimap-request-rename-group): Unselect group before renaming.
8547         This had gotten lost somewhere.
8548         (nnimap-request-accept-article): Keep track of examined groups, and
8549         unselect the group before APPENDing to read-only groups.
8550         (nnimap-request-move-article): Clear flags before moving so that they
8551         can be re-set later.
8552
8553 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8554
8555         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
8556         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
8557
8558 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8559
8560         * gnus-art.el (gnus-mime-display-single):
8561         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
8562         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
8563         parameter.
8564
8565 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8566
8567         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
8568         (shr-table-vertical-line): New variable.
8569         (shr-insert-table): Use it.
8570
8571 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8572
8573         * gnus-html.el (gnus-html-wash-images): Don't display images if
8574         gnus-inhibit-images is non-nil; register displayer for cid images.
8575         (gnus-html-display-image): Work for cid image.
8576         (gnus-html-insert-image): Allow arguments.
8577         (gnus-html-put-image): Inhibit read-only.
8578         (gnus-html-prefetch-images): Don't prefetch images if
8579         gnus-inhibit-images is non-nil.
8580
8581 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8582
8583         * shr.el (shr-put-image): Break lines when inserting big pictures.
8584
8585 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8586
8587         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
8588         sender, thanks Katsumi Yamaoka.
8589
8590 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
8591
8592         * nnir.el (nnir-run-imap): Reverse the article list for each group
8593         rather than the whole list.
8594
8595 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8596
8597         * shr.el (shr-image-displayer): Protect function against non-existent
8598         image source.
8599
8600         * gnus-art.el (gnus-inhibit-images): New user option.
8601         (gnus-mime-display-single): Don't display image if it is non-nil.
8602
8603         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
8604         gnus-inhibit-images.
8605
8606         * shr.el (shr-image-displayer): New function.
8607         (shr-tag-img): Use it.
8608
8609 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8610
8611         * mml2015.el (mml2015-epg-sign): Use From header.
8612
8613 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8614
8615         * gnus-html.el (gnus-html-wash-images): Register a displayer.
8616
8617         * gnus-util.el (gnus-find-text-property-region): Return markers.
8618
8619         * shr.el (shr-tag-img): Put a displayer in the text property.
8620
8621         * gnus-util.el (gnus-find-text-property-region): New utility function.
8622
8623         * gnus-html.el (gnus-html-display-image): Make the alt optional.
8624         (gnus-html-show-images): Remove.
8625
8626         * gnus-art.el (gnus-article-show-images): New, more general function.
8627
8628         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
8629         image url text properties.
8630
8631         * shr.el: Ditto.
8632
8633         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
8634         gnus-agent-auto-agentize-methods is set.  Which it isn't.
8635
8636 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8637
8638         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
8639         work for two or more articles.
8640
8641 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8642
8643         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
8644         divide an image that's in an html article to two or more when washing
8645         non-ASCII characters in alt text of it.
8646
8647 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8648
8649         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
8650         smime-decrypt-region using function argument.
8651         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
8652
8653         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
8654
8655         * smime.el (smime-decrypt-region): Catch it.
8656
8657 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8658
8659         * smime.el (smime-mode-map): Move initialization into declaration.
8660         (gnus-run-mode-hooks): Don't autoload.
8661         (smime-mode): Use define-derived-mode.
8662
8663 2010-11-11  Glenn Morris  <rgm@gnu.org>
8664
8665         * smime.el (from): Restrict declaration to XEmacs.
8666
8667         * nnir.el (gnus-group-topic-name): Autoload.
8668
8669 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8670
8671         * shr.el (shr-insert): Don't break long line if it is because of
8672         kinsoku-bol characters in the line end.
8673
8674 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
8675
8676         * nnir.el (nnir-request-move-article): Fix to provide original group
8677         and subject.
8678         (nnir-warp-to-article): Don't fail on articles whose headers haven't
8679         been retrieved.
8680
8681         * gnus-sum.el (gnus-summary-move-article): Use original group and
8682         subject for virtual articles such as those in an nnir summary buffer.
8683
8684 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8685
8686         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
8687         least 21.5).
8688
8689         * smime.el (from): Declare it again for XEmacs.
8690
8691 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8692
8693         * message.el (message-resend): Don't disable encoding unless it's
8694         already encoded.
8695
8696         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
8697         low-numbered articles.
8698
8699 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8700
8701         * rfc2047.el (rfc2047-syntax-table): Simplify.
8702
8703         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
8704
8705         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
8706         set-char-table-range for XEmacs.
8707
8708 2010-11-10  Glenn Morris  <rgm@gnu.org>
8709
8710         * time-date.el (time-to-seconds): Always an alias on Emacs,
8711         never a real function.
8712         (with-no-warnings): Remove compat stub, now unused.
8713         (time-less-p): Doc fix.
8714         (time-to-number-of-days): Simplify.
8715
8716         * smime.el (from): Remove unused declaration.
8717
8718         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
8719         (gnus-float-time): On Emacs, always an alias.
8720
8721         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
8722         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
8723
8724 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8725
8726         * dgnushack.el: Don't use ignore-errors in the top level form since it
8727         is unavailable in XEmacs even if cl is loaded.
8728
8729         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
8730
8731 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8732
8733         * shr.el (browse-url-mailto): Autoload.
8734
8735         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
8736
8737         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
8738         regexp doesn't need quoting.
8739
8740 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
8741
8742         * message.el (message-subject-trailing-was-ask-regexp)
8743         (message-subject-trailing-was-regexp): Match was: in addition to was.
8744
8745 2010-11-09  Glenn Morris  <rgm@gnu.org>
8746
8747         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
8748         (nnbabyl-check-mbox): Use point-at-bol.
8749
8750 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8751
8752         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
8753
8754         * message.el (message-mailto): New function.
8755         (message-mailto): Should accept other parameters.
8756         (message-mailto): Remove since it duplicates browse-url-mailto
8757         functionality.
8758
8759 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8760
8761         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
8762         methods.
8763         (gnus-read-active-file): Ditto.
8764
8765         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
8766         ": " from the prompt.
8767         (gnus-group-make-group): Ditto.
8768
8769 2010-11-07  Glenn Morris  <rgm@gnu.org>
8770
8771         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
8772         (gnus-bookmark-kill-line): Use point-at-eol.
8773
8774 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8775
8776         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
8777         asterisks in From header.
8778
8779 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8780
8781         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
8782         string to avoid making the From headers syntactically invalid.
8783
8784         * message.el (message-send-mail): Don't insert courtesy messages if the
8785         message already has List-Post and List-ID messages.
8786
8787 2010-11-06  Glenn Morris  <rgm@gnu.org>
8788
8789         * gnus-art.el (gnus-treat-article): Give dynamic local variables
8790         `condition', `type', `length' a prefix.
8791         (gnus-treat-predicate): Update for above name changes.
8792
8793 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
8794
8795         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
8796         binding.  Handled by `gnus-summary-refer-thread' instead.
8797         (nnir-warp-to-article): New backend function.
8798
8799         * nnimap.el (nnimap-request-thread): Force dependency updating.
8800
8801         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
8802         (gnus-summary-refer-thread): Rework to improve thread-referral.
8803
8804         * gnus-int.el (gnus-warp-to-article): New function.
8805
8806         * gnus-sum.el (gnus-summary-article-map): Bind it.
8807
8808 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
8809
8810         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
8811         gnus-summary-refer-thread.
8812
8813         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
8814         headers.
8815         (gnus-summary-limit-include-thread): Prevent articles in thread from
8816         being cut in gnus-cut-threads.
8817         (gnus-summary-refer-thread): Limit retrieved headers to those in
8818         thread.
8819
8820 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8821
8822         * message.el (message-send-mail): Use the value of
8823         message-courtesy-message from the message buffer.
8824
8825         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
8826
8827         * shr.el (shr-browse-url): Implement mailto: URLs.
8828
8829         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
8830         "raw".
8831
8832         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
8833         if it's already selected.
8834
8835         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
8836
8837 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8838
8839         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
8840         to measure the length and truncate alt text.
8841
8842 2010-11-03  Glenn Morris  <rgm@gnu.org>
8843
8844         * nndiary.el (nndiary-generate-nov-databases-1)
8845         (nndiary-generate-active-info): Rename dynamic variable `files' to
8846         something less generic.
8847
8848 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
8849
8850         * nnir.el (nnir-request-move-article): Call the underlying backend to
8851         move articles from nnir.
8852
8853 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8854
8855         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
8856
8857 2010-11-02  Julien Danjou  <julien@danjou.info>
8858
8859         * nnir.el: Remove wais support.
8860
8861 2010-11-02  Glenn Morris  <rgm@gnu.org>
8862
8863         * gnus-html.el: Reorder requirements to quieten compiler.
8864
8865 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8866
8867         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
8868         properly for XEmacs as well.
8869         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
8870         (gnus-article-natural-long-line-p): Use window-width rather than
8871         frame-width.
8872
8873 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
8874
8875         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
8876         (nnir-read-parms): Don't modify query.
8877         (nnir-run-query): Add ability to search topic on current line.
8878         (nnir-get-active): Clean up.
8879
8880 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8881
8882         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
8883         degenerate articles.
8884
8885         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
8886         (gnus-print-buffer): Just print the buffer as is, without any copying
8887         to a buffer and then re-highlighting.
8888
8889         * nnimap.el (nnimap-request-group): Store the new updated info.
8890         (nnimap-request-group): Select the group when we don't know whether it
8891         exists or not.
8892
8893         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
8894         groups.
8895
8896         * gnus-group.el (gnus-group-find-new-groups): Display all the new
8897         groups.
8898
8899         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
8900         groups.
8901
8902         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
8903         long-lines case by only filling the long lines.
8904
8905         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
8906         (bug#7311).
8907
8908 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8909
8910         * shr.el: No need to declare `declare-function' since shr.el is for
8911         only Emacsen that provide `libxml-parse-html-region'.
8912
8913         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
8914         effective only in a file it is referred to.
8915
8916 2010-11-01  Glenn Morris  <rgm@gnu.org>
8917
8918         * mm-util.el (gnus-completing-read): Autoload.
8919         (mm-read-coding-system): Simplify Emacs definition.
8920
8921         * nnmail.el (gnus-activate-group):
8922         * nnimap.el (gnutls-negotiate):
8923         * nntp.el (netrc-parse): Fix declarations.
8924
8925 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8926
8927         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
8928         string-match-p in Emacs >=23.
8929
8930         * gnus-msg.el (gnus-configure-posting-styles):
8931         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
8932
8933 2010-11-01  Glenn Morris  <rgm@gnu.org>
8934
8935         * nnir.el (declare-function): Add compat stub.
8936         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
8937         (nnir-run-gmane): Require 'mm-url.
8938
8939         * mm-util.el (mm-string-to-multibyte): Simplify.
8940
8941         * shr.el (declare-function): Add compat stub.
8942         (url-cache-create-filename): Declare.
8943         (mm-disable-multibyte, widget-convert-button): Autoload.
8944
8945         * smime.el (ldap-search): Declare.
8946         (smime-cert-by-ldap-1): Require ldap on Emacs.
8947
8948         * nnimap.el: Require nnmail, and gnus-sum when compiling.
8949         (nnimap-keepalive): Use gnus-float-time.
8950
8951         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
8952         (mail-source-delete-crash-box): Use gnus-float-time.
8953
8954         * gnus-dired.el (gnus-completing-read): Autoload.
8955
8956         * mm-view.el (gnus-rescale-image): Autoload.
8957
8958         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
8959
8960         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
8961
8962         * sieve-manage.el: Require 'cl when compiling.
8963
8964         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
8965         (gnus-iswitchb-completing-read): Require iswitchb.
8966         (gnus-select-frame-set-input-focus): Silence compiler.
8967
8968 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8969
8970         * message.el (message-subject-trailing-was-query): Change default to t,
8971         since I think that's what most people want.
8972
8973         * nnimap.el (nnimap-request-accept-article): Erase buffer before
8974         appending for easier debugging.
8975         (nnimap-wait-for-connection): Take a regexp.
8976         (nnimap-request-accept-article): Wait for the continuation line before
8977         sending anything unless we're streaming.
8978
8979         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
8980         leave the header washing to take place.
8981
8982 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8983
8984         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
8985         regular expression match and replace in posting styles.
8986
8987 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
8988
8989         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
8990         an entire server.
8991         (nnir-get-active): New function.
8992         (nnir-run-imap): Use it.
8993         (nnir-run-gmane): Who knew, gmane search returns an article score!
8994
8995         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
8996         server on the current line with nnir.
8997
8998 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8999
9000         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
9001         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
9002         left edge.
9003         (gnus-article-foldable-buffer): Skip past the prefix when determining
9004         raggedness.
9005
9006         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
9007         the raw article, and change `C-u g' to show the article without doing
9008         treatments.
9009
9010         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
9011         on to `gnus-treat-article'.
9012         (gnus-inhibit-article-treatments): New variable.
9013
9014         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
9015
9016         * gnus-art.el (gnus-treatment-function-alist): Have
9017         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
9018         (gnus-treat-fill-long-lines): Change default to fill all text/plain
9019         sections.
9020
9021         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
9022         parameter.
9023         (gnus-article-fill-cited-long-lines): New function.
9024         (gnus-article-fill-cited-article): Allow filling only long sections.
9025
9026         * shr.el (shr-find-fill-point): Don't break lines between punctuation
9027         and non-punctuation (like after the apostrophe in "'We").
9028
9029         * gnus-sum.el (gnus-summary-select-article): Make sure
9030         gnus-original-article-buffer is alive.
9031
9032         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
9033         reflect the order they're in in the digest.
9034
9035         * gnus.el (gnus-group-startup-message): Move point to the start of the
9036         buffer.
9037
9038         * nnimap.el (nnimap-capability): New function.
9039         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
9040         is set.
9041
9042 2010-10-31  David Engster  <dengste@eml.cc>
9043
9044         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
9045         conform with changes to gnus-completing-read.
9046
9047 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9048
9049         * shr.el (shr-tag-img): Output "*" instead of "[img]".
9050
9051 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9052
9053         * nnir.el: Move defvar, defcustom around to keep file organized
9054         and keep byte-compiler quiet.
9055         (nnir-read-parms): Accept search-engine as arg.
9056         (nnir-run-query): Pass search-engine as arg.
9057         (nnir-search-engine): Remove.
9058
9059 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9060
9061         * shr.el (shr-generic): The text nodes should be text, not :text.
9062
9063         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
9064         later in the file.
9065
9066 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9067
9068         * nnir.el: General clean up.  Allow searching with multiple engines.
9069         Allow separate extra-parameters for each engine.
9070         Batch queries when possible.
9071         (nnir-imap-default-search-key, nnir-method-default-engines):
9072         Add customize interface.
9073         (nnir-run-gmane): New engine.
9074         (nnir-engines): Use it.  Qualify all prompts with engine name.
9075         (nnir-search-engine): Remove global variable.
9076         (nnir-run-hyrex): Restore for now.
9077         (nnir-extra-parms, nnir-search-history): New variables.
9078         (gnus-group-make-nnir-group): Use them.
9079         (nnir-group-server): Remove in favor of gnus-group-server.
9080         (nnir-request-group): Avoid searching twice.
9081         (nnir-sort-groups-by-server): New function.
9082
9083 2010-10-30  Julien Danjou  <julien@danjou.info>
9084
9085         * gnus-group.el: Remove gnus-group-fetch-control.
9086
9087         * gnus-start.el (gnus-find-new-newsgroups):
9088         Remove gnus-check-first-time-used.
9089
9090         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
9091
9092 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9093
9094         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
9095         set on groups that don't have \* permanentflags.
9096
9097 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9098
9099         * shr.el (shr-tag-span): Drop colorization of regions since we don't
9100         control the background color.
9101         (shr-tag-img): Ignore very small web bug type images.
9102         (shr-put-image): Add help-echo alt texts to the images.
9103         (shr-tag-video): Show the video poster image.
9104
9105 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9106
9107         * shr.el (shr-table-depth): New variable.
9108         (shr-tag-table-1): Only insert the images after the top-level table.
9109
9110         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
9111
9112         * gnus-util.el (gnus-list-memq-of-list): New function.
9113
9114         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
9115         selected.
9116         (nnimap-unsplittable-articles): New slot.
9117         (nnimap-new-articles): Use it.
9118
9119 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
9120
9121         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
9122         move to the previous line on `M-g'.
9123
9124 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9125
9126         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
9127         *-request-group, which seems unnecessary.
9128
9129         * nnimap.el (nnimap-quote-specials): Function copied over from
9130         imap.el.
9131         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
9132         they support that.  Suggested by Tom Regner.
9133
9134 2010-10-29  Julien Danjou  <julien@danjou.info>
9135
9136         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
9137         defalias.
9138         (gnus-summary-delete-marked-with): Remove obsolete defalias.
9139
9140         * gnus.el: Remove `gnus-nntp-service' variable.
9141         (gnus-secondary-servers): Make obsolete.
9142         (gnus-nntp-server): Make obsolete.
9143
9144         * gnus-start.el (gnus-1): Remove x-splash calls.
9145
9146         * gnus-ems.el (gnus-x-splash): Remove.
9147
9148         * gnus.el (gnus-group-startup-message): Simplify/update code.
9149
9150         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
9151         definition.
9152
9153         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
9154         capability before doing anything.
9155         (gnus-group-insert-group-line): Remove useless
9156         gnus-group-remove-excess-properties.
9157
9158 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9159
9160         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
9161
9162 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9163
9164         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
9165         config after reselecting.
9166
9167 2010-10-28  Julien Danjou  <julien@danjou.info>
9168
9169         * shr.el (shr-put-image): Use point even if only inserting text.
9170         (shr-put-image): Save excursion when inserting alt text on non-graphic
9171         display, so the behavior is the same when we are on a graphic display.
9172
9173         * nnir.el (nnir-run-swish-e): Remove hyrex support.
9174
9175 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9176
9177         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
9178         (gnus-mime-copy-part): Check coding system, not charset.
9179         (gnus-mime-view-part-externally): Never remove part.
9180         (gnus-mime-view-part-internally): Don't remove part here.
9181         (gnus-article-part-wrapper): Make sure MIME tag is visible.
9182         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
9183         multipart/alternative.
9184
9185         * mm-decode.el (mm-display-part): Take optional arg `force'.
9186
9187 2010-10-26  Julien Danjou  <julien@danjou.info>
9188
9189         * gnus-group.el (gnus-group-default-list-level): Add this function to
9190         compute the default list level.
9191         (gnus-group-default-list-level): Add possibility to use a function.
9192
9193 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9194
9195         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
9196
9197         * gnus-group.el (gnus-group-completing-read)
9198         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
9199         gnus-replace-in-string.
9200
9201 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9202
9203         * shr.el (shr-tag-div): Add.
9204
9205         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
9206
9207 2010-10-25  Julien Danjou  <julien@danjou.info>
9208
9209         * gnus-util.el: Remove `gnus-with-local-quit'.
9210
9211         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
9212
9213 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9214
9215         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
9216         the original article buffer.
9217
9218 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9219
9220         * nnimap.el (nnimap-request-head): New function.
9221         (nnimap-request-move-article): Try to be slightly faster by not
9222         requesting the entire message when moving.
9223         (nnimap-transform-headers): Don't bug out on bodiless articles.
9224         (nnimap-send-command): Have no outstanding messages if the IMAP server
9225         doesn't support streaming.
9226         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
9227
9228 2010-10-24  Julien Danjou  <julien@danjou.info>
9229
9230         * message.el (message-default-headers): Fix type.
9231
9232 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9233
9234         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
9235         prefetching images.
9236
9237         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
9238         backend for unknown groups.  This is mainly useful for nnimap groups.
9239
9240         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
9241         group isn't covered by the agent.
9242
9243 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
9244
9245         * nnir.el (nnir-method-default-engines): New variable.
9246         (nnir-run-query): Use it.
9247         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
9248         (gnus-summary-nnir-goto-thread): Change group if needed.
9249
9250         * gnus-group.el (gnus-group-group-map): Add key binding for
9251         gnus-group-make-nnir-group.
9252
9253 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9254
9255         * shr.el (shr-tag-object): Add.
9256
9257         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
9258         original article buffer live.
9259         (gnus-summary-select-article-buffer):
9260         Mention gnus-widen-article-buffer.
9261
9262 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9263
9264         * shr.el (shr-tag-strong): Add.
9265
9266 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9267
9268         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
9269         group names.  They mess up the group buffer badly.
9270
9271         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
9272
9273         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
9274         instead of the summary one.
9275
9276 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9277
9278         * mml.el (mml-preview): Work properly when editing article.
9279
9280         * gnus-start.el (gnus-read-active-file-1): Don't add method to
9281         gnus-have-read-active-file if it's already been in.
9282
9283 2010-10-22  Tom Tromey  <tromey@redhat.com>
9284
9285         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
9286         gnus-group-completing-read.
9287
9288 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9289
9290         * message.el (message-mode-map): Don't bind M-; to comment region, to
9291         allow the global comment-dwim to work.
9292
9293 2010-10-21  Julien Danjou  <julien@danjou.info>
9294
9295         * message.el (message-setup-1): Allow message-default-headers to be a
9296         function.
9297
9298 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9299
9300         * shr.el (shr-tag-table): Simplify.
9301
9302 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9303
9304         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
9305         to avoid trying to snarf invalid stuff.
9306
9307         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
9308
9309         * gnus.el (gnus-message-archive-group): Quote value.
9310         (gnus-message-archive-group): Mark as changed.
9311
9312         * shr.el (shr-add-font): Don't put the font properties on the newline
9313         or the indentation.
9314
9315         * message.el (message-fix-before-sending): Change options when sending
9316         non-printable characters.
9317
9318         * gnus.el (gnus-message-archive-method): Change the default to
9319         monthly outgoing groups.
9320
9321         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
9322         that have gotten new numbers.
9323
9324         * nnimap.el (nnimap-request-replace-article): New function.
9325
9326 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9327
9328         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
9329         (nnrss-request-article): Don't use special html washing code.
9330
9331 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9332
9333         * shr.el (shr-tag-table): Remove useless nconc.
9334
9335 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9336
9337         * gnus-art.el (article-wash-html): Simplify and remove the charset
9338         stuff.  Use the normal html rendering code instead of the special html
9339         washing code.
9340
9341         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
9342         `gnus-w3m' symbols.
9343         (mm-text-html-washer-alist): Remove.
9344
9345         * mm-decode.el (mm-inline-text-html-renderer): Remove.
9346         (mm-inline-media-tests): Remove use.
9347         (mm-text-html-renderer): Change default to the `shr' symbol.
9348
9349         * mm-view.el (mm-inline-text-html): Remove use.
9350
9351         * gnus-art.el (gnus-blocked-images): New function.  Allow the
9352         `gnus-blocked-images' to be a function.
9353         (gnus-article-wash-function): Remove.
9354
9355 2010-10-20  Julien Danjou  <julien@danjou.info>
9356
9357         * spam.el (spam-list-of-processors): Mark as obsolete.
9358
9359         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
9360         (nnimap-insert-partial-structure): Fix boundary detection.
9361
9362 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
9363
9364         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
9365         run file-truename on remote files.  This can be expensive and even
9366         prevent one from editing drafts if some unrelated buffer has a stale
9367         connection.
9368
9369 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9370
9371         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
9372         kinsoku-eol regardless of shr-kinsoku-shorten.
9373         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
9374         (shr-tag-table): Support caption, thead, and tfoot.
9375
9376 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9377
9378         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
9379         lines.
9380         (shr-save-contents): New command and keystroke.
9381
9382         * nndoc.el (nndoc-type-alist): Add git support.
9383         (nndoc-git-type-p): New function.
9384         (nndoc-transform-git-article): Ditto.
9385         (nndoc-transform-git-headers): Ditto.
9386         (nndoc-transform-git-headers): Generate Subject headers.
9387
9388         * shr.el (shr-parse-style): New function.
9389         (shr-tag-span): Ditto.
9390
9391         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
9392         to `G G' to avoid collisions.
9393
9394 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9395
9396         * shr.el: Load kinsoku if necessary.
9397         (shr-kinsoku-shorten): New internal variable.
9398         (shr-find-fill-point): Make kinsoku shorten text line if
9399         shr-kinsoku-shorten is bound to non-nil.
9400         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
9401         shr-indentation too when testing if table is wider than frame width.
9402         (shr-insert-table): Use `string-width' instead of `length' to measure
9403         text width.
9404         (shr-insert-table-ruler): Make sure indentation is done at bol.
9405
9406 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9407
9408         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
9409         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
9410         undecoded network data.
9411
9412 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9413
9414         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
9415         name in the mode line spec so that the mode line menu works
9416         (bug#2431).
9417
9418         * message.el (message-get-reply-headers): If we're fed `to-address',
9419         then always use that.
9420
9421         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
9422         aren't so wide as to need to switch off the edit menu.
9423
9424         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
9425         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
9426
9427         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
9428         `M-g'.
9429         (nnimap-update-info): Update flags/read marks even if \* isn't part of
9430         the permanent marks.
9431
9432 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
9433
9434         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9435         Splitting according to references/in-reply-to obeys the ignore-groups
9436         variable, while splitting by sender and subject do not.
9437
9438 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9439
9440         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
9441         alist, so that we can look for non-Unicode chars.
9442         (article-translate-strings): Allow both character and string maps.
9443
9444 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9445
9446         * shr.el (shr-insert): Don't insert space behind a wide character
9447         categorized as kinsoku-bol, or between characters both categorized as
9448         nospace.
9449
9450 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
9451
9452         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
9453         headers to gnus-newsgroup-headers.
9454
9455 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9456
9457         * shr.el (shr-tag-img): Don't align images -- since we're not
9458         rescaling, this often leads to ugly displays.
9459
9460 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
9461
9462         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
9463         duplicates.
9464
9465 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
9466
9467         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
9468         call.
9469
9470 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9471
9472         * gnus.el: Autoload gnus-html-show-images.
9473
9474         * nnimap.el: Use nnheader-message throughout.
9475
9476         * shr.el (shr-tag-img): Ignore images with no data.
9477
9478 2010-10-15  Julien Danjou  <julien@danjou.info>
9479
9480         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
9481         a possibility to disable format=flow encoding when using hard newlines.
9482
9483 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9484
9485         * shr.el (shr-insert): Remove space inserted before or after a
9486         breakable character or at the beginning or the end of a line.
9487         (shr-find-fill-point): Do kinsoku; find the second best point or give
9488         it up if there's no breakable point.
9489
9490 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9491
9492         * nnimap.el (nnimap-open-connection): Message when opening connection
9493         for debugging purposes.
9494
9495         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
9496         on every setup buffer call to allow this to change from article to
9497         article.
9498
9499         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
9500         buffers where we have a wide table.
9501
9502 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
9503
9504         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
9505         uses *-request-thread.
9506
9507 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9508
9509         * nnimap.el (nnimap-open-connection): Remove %s from openssl
9510         incantation, which is no longer valid.
9511
9512 2010-10-14  Julien Danjou  <julien@danjou.info>
9513
9514         * shr.el: Fix defcustom type (char -> character).
9515
9516 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9517
9518         * nnimap.el (nnimap-open-connection): tls-program should be a list of
9519         programs.
9520
9521 2010-10-14  Julien Danjou  <julien@danjou.info>
9522
9523         * shr.el (shr-tag-a): Use url-link as widget type.
9524
9525         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
9526         `gnus-group-get-icon'.
9527
9528 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9529
9530         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
9531         This should make server editing work better.
9532
9533         * shr.el (shr-find-fill-point): Don't inloop on indented text.
9534
9535         * tls.el (tls-program): Remove spurious %s from openssl.
9536
9537         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
9538         (nnimap-parse-flags): Fix regexp.
9539
9540         * shr.el (shr-find-fill-point): Use a filling algorithm that should
9541         probably work for CJVK text, too.
9542
9543         * nnimap.el (nnimap-extend-tls-programs): Remove.
9544         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
9545
9546         * tls.el (tls-starttls-switches): Remove starttls hack.
9547         (open-tls-stream): Ditto.
9548         (tls-find-starttls-argument): Ditto.
9549
9550 2010-10-13  Julien Danjou  <julien@danjou.info>
9551
9552         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
9553         responses.
9554
9555 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9556
9557         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
9558
9559         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
9560         anything in Emacs.
9561
9562         * shr.el (shr-current-column): Remove buggy and unnecessary function.
9563
9564 2010-10-13  Julien Danjou  <julien@danjou.info>
9565
9566         * shr.el (shr-width): Make shr-width a defcustom with default to
9567         fill-column.
9568         (shr-tag-img): Use shr-width rather than fill-column.
9569
9570 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9571
9572         * dgnushack.el (byte-optimize-apply):
9573         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
9574
9575         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
9576         position when (X-)Faces exist.
9577         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
9578         avatars when called interactively.
9579
9580 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9581
9582         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
9583         gnus-article-x-face-too-ugly is bound.
9584
9585 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9586
9587         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
9588
9589         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
9590         mailbox that doesn't exist.
9591
9592 2010-10-12  Julien Danjou  <julien@danjou.info>
9593
9594         * shr.el (shr-tag-img): Encode URL properly when retrieving.
9595         (shr-get-image-data): Encode URL properly when fetching from cache.
9596         (shr-tag-img): Use aligned-to spaces to align correctly images.
9597
9598         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
9599         before inserting the Gravatar.
9600
9601         * shr.el (shr-tag-img): Add align attribute support for <img>.
9602
9603 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9604
9605         * gnus-gravatar.el (gnus-art): Require.
9606
9607         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
9608         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9609         Remove long obsoleted functions.
9610
9611 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9612
9613         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
9614
9615         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
9616
9617         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
9618         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
9619         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
9620         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
9621         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
9622         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
9623         * sieve-manage.el, smime.el, spam.el:
9624         Fix comment for declare-function.
9625
9626 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9627
9628         * nnimap.el (nnimap-request-rename-group): Select group read-only
9629         before renaming it.
9630
9631         * shr.el (shr-insert): Fix up the white space only regexp.
9632
9633         * nnimap.el (nnimap-transform-split-mail): Not all articles have
9634         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
9635
9636         * shr.el (shr-current-column): New function.
9637         (shr-find-fill-point): New function.
9638
9639 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9640
9641         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
9642         numbers.
9643
9644 2010-10-11  Julien Danjou  <julien@danjou.info>
9645
9646         * shr.el (shr-hr-line): Add.
9647         (shr-tag-hr): Use shr-hr-line to specify which character to use to
9648         display hr lines.
9649         (shr-max-columns): Do not change state to nil if we just inserting
9650         spaces.
9651
9652 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9653
9654         * gnus-topic.el (gnus-topic-read-group): If after the last group,
9655         select the last group.
9656
9657 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
9658
9659         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
9660
9661 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
9662
9663         * dig.el (dig-mode-map): Declare and define in one step.
9664
9665 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9666
9667         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
9668         for Gnus.
9669         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
9670         (nnimap-update-qresync-info): Mark \Seen articles as read.
9671
9672         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
9673         non-variable, too.
9674
9675         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
9676         available.
9677         (nnimap-update-info): Rely more on the current active than the param
9678         active to avoid marking articles as read too much.
9679
9680         * auth-source.el (auth-source-create): Use (user-login-name) for the
9681         user name default.
9682
9683         * nnimap.el (nnimap-update-info): If the server doesn't return any
9684         useful info, just use the previous info.
9685         (nnimap-update-info): Prefer old info over start-article.
9686         (nnimap-update-qresync-info): Finish implementing QRESYNC.
9687
9688 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
9689
9690         * nnir.el (autoload): Clean up autoloads.
9691         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
9692         Use key rather than value.
9693         (nnir-imap-search-other): New variable.
9694         (nnir-read-parm): Use it.
9695         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
9696         (gnus-summary-nnir-goto-thread): Modify to work with imap.
9697
9698 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9699
9700         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
9701         the process, too.
9702
9703 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9704
9705         * spam.el (gnus-summary-mode-map): Bind to "$".
9706         Suggested by Russ Allbery.
9707
9708         * shr.el: Rework the way things are indented by <li> slightly.
9709
9710         * gnus.el (gnus-group-set-parameter): Fix typo.
9711
9712         * nnimap.el: Start implementing QRESYNC support.
9713
9714 2010-10-09  Julien Danjou  <julien@danjou.info>
9715
9716         * nnir.el (nnir-engines): Fix too many arguments.
9717
9718 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9719
9720         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
9721         group is the "last", so that the backends like nnfolder actually save
9722         their folders.
9723
9724         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
9725         try to use that for the tls stream.
9726         (nnimap-retrieve-group-data-early): Rework the marks code to heed
9727         UIDVALIDITY and find out which groups are read-only and not.
9728         (nnimap-get-flags): Use the same marks parsing code as the rest of
9729         nnimap.
9730
9731 2010-10-09  Julien Danjou  <julien@danjou.info>
9732
9733         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
9734
9735         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
9736         retrieving gravatars.
9737
9738         * shr.el (shr-table-corner): Add.
9739         (shr-table-line): Add.
9740         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
9741
9742 2010-10-08  Julien Danjou  <julien@danjou.info>
9743
9744         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
9745
9746 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
9747
9748         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
9749
9750         * gnus-sum.el (gnus-mark-article-as-unread)
9751         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
9752         (gnus-summary-set-bookmark): Use it.
9753
9754         * gnus-msg.el (gnus-setup-message): Use it.
9755
9756         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9757
9758         * gnus.el (gnus-group-remove-parameter): Use it.
9759
9760         * gnus-group.el (gnus-group-make-web-group): Use it.
9761
9762         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9763
9764         * nnregistry.el: Update docs to mention manual.
9765
9766         * gnus-registry.el: Update docs to mention nnregistry.el.
9767         (gnus-registry-initialize): Don't install nnregistry refer method
9768         automatically.
9769         (gnus-registry-install-nnregistry): Remove it.
9770
9771 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9772
9773         * shr.el (shr-insert): Don't insert double spaces.
9774
9775 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9776
9777         * gnus-gravatar.el (gnus-treat-from-gravatar)
9778         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
9779         called interactively.
9780
9781         * gnus-art.el (gnus-mime-view-part-externally)
9782         (gnus-mime-view-part-internally): Make predicate function passed to
9783         gnus-mime-view-part-as-type assume argument is a mime type, not a list
9784         of a mime type.
9785
9786         * shr.el (shr-table-widths): Don't use cl function `reduce'.
9787
9788 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9789
9790         * shr.el (require): Require cl when compiling.
9791         (shr-tag-hr): New function.
9792
9793         * nnimap.el (nnimap-update-info): Remove double setting of high.
9794         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
9795         This makes nnimap work properly on Courier again.
9796
9797         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
9798         the variable for backwards compatibility.
9799
9800         * mm-decode.el (mm-save-part): If given a non-directory result, expand
9801         the file name before using to avoid setting mm-default-directory to
9802         nil.
9803
9804         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
9805         bidning gnus-agent variables.
9806
9807         * shr.el (shr-render-td): Use a cache for the table rendering function
9808         to avoid getting an exponential rendering behavior in nested tables.
9809         (shr-insert): Rework the line-breaking algorithm.
9810         (shr-insert): Don't leave trailing spaces.
9811         (shr-insert-table): Also insert empty TDs.
9812         (shr-tag-blockquote): Ensure paragraphs after </ul>.
9813
9814 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9815
9816         * gnus-sum.el (gnus-number): Rename from `number'.
9817         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
9818         (gnus-summary-limit-children): Update uses correspondingly.
9819
9820 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9821
9822         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
9823         (gnus-gravatar-transform-address): Don't show avatars of people of
9824         which mail addresses match gnus-gravatar-too-ugly.
9825
9826 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9827
9828         * shr.el (shr-table-widths): Expand TD elements to fill available
9829         space.
9830
9831 2010-10-07  Julien Danjou  <julien@danjou.info>
9832
9833         * nnimap.el (nnimap-request-rename-group): Add this method.
9834
9835 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9836
9837         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
9838         name from XEmacs' function-arglist.
9839
9840         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
9841         gravatar under XEmacs.
9842
9843 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
9844
9845         * auth-source.el: Update docs with TODO items.
9846
9847         * gnus-sync.el: Update docs to explain state and plans.
9848
9849         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
9850         Hooks for mark updates.
9851         (gnus-request-set-mark, gnus-request-update-mark): Use them.
9852
9853         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
9854         hooks with arguments, which is needed for mark update hooks.
9855
9856 2010-10-06  Julien Danjou  <julien@danjou.info>
9857
9858         * gnus.el (gnus-expand-group-parameter): Only return and act on what
9859         was matched.
9860
9861         * sieve-manage.el: Update example in `Commentary'.
9862
9863         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
9864
9865         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
9866         not 2000.
9867         (sieve-manage-authenticate): Re-add function.
9868
9869 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9870
9871         * shr.el (shr-insert): Get 'space transition right.
9872         (shr-render-td): Only delete space at the end of the TD.
9873
9874         * nnimap.el (nnimap-open-connection): Prepare to support
9875         open-gnutls-stream.
9876
9877         * shr.el: Rearrange function order to be more logical.
9878
9879 2010-10-06  Julien Danjou  <julien@danjou.info>
9880
9881         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
9882         (nnrss-discover-feed): Remove 404 URL in docstring.
9883
9884         * nnir.el: Fix Swish-E URL.
9885         Fix Namazu URL.
9886
9887         * message.el (message-change-subject): Remove 404 URL in a comment.
9888
9889 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9890
9891         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
9892         called interactively.
9893
9894         * gnus-util.el (gnus-remove-if): Allow hash table.
9895         (gnus-remove-if-not): New function.
9896
9897         * gnus-art.el (gnus-mime-view-part-as-type):
9898         * gnus-score.el (gnus-summary-score-effect):
9899         * gnus-sum.el (gnus-read-move-group-name):
9900         Replace remove-if-not with gnus-remove-if-not.
9901
9902         * gnus-group.el (gnus-group-completing-read):
9903         Regard collection as a hash table if it is not a list.
9904
9905 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9906
9907         * shr.el (shr-render-td): Allow blank/missing <TD>s.
9908
9909         * shr.el: Document the table-rendering algorithm.
9910
9911 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9912
9913         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
9914         for Emacsen having no `libxml-parse-html-region' support.
9915
9916 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9917
9918         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
9919         invalid URLs.
9920
9921         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
9922         line-broken.
9923         (shr-tag-img): Ignore image fetching errors.
9924         (shr-overlays-in-region): Compute overlay positions correctly.
9925
9926         * mm-decode.el (mm-shr): Require shr.
9927
9928         * gnus-art.el (gnus-blocked-images): Move variable here.
9929
9930         * shr.el (shr-insert-table): Bind free variable.
9931
9932         * mm-decode.el (mm-shr): Bind shr-content-function.
9933
9934         * shr.el (shr-content-function): New variable.
9935
9936         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
9937         added for symmetry.
9938
9939         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
9940
9941         * gnus-group.el (gnus-group-make-group): Doc fix.
9942
9943         * nnimap.el (nnimap-request-newgroups): Return success.
9944
9945         * shr.el (shr-find-elements): New function.
9946         (shr-tag-table): Put all the images after the table.
9947         (shr-tag-table): Really inhibit images inside the table.
9948         (shr-collect-overlays): Copy over overlays from the TD elements to the
9949         main document.
9950
9951         * mm-decode.el (mm-shr): Bind shr-blocked-images to
9952         gnus-blocked-images.
9953
9954 2010-10-05  Julien Danjou  <julien@danjou.info>
9955
9956         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
9957
9958         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
9959         (gnus-html-maximum-image-size): Add this function.
9960         (gnus-html-put-image): Use gnus-html-maximum-image-size.
9961
9962         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
9963         server-value of the capability is nil.
9964
9965 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9966
9967         * shr.el (shr-tag-em): Add <EM> tag.
9968
9969 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
9970
9971         * sieve-manage.el (sieve-manage-default-stream): Make default stream
9972         customizable.
9973
9974         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
9975         handing broken links to browse-url.
9976
9977 2010-10-05  Julien Danjou  <julien@danjou.info>
9978
9979         * gnus-util.el (gnus-emacs-completing-read)
9980         (gnus-iswitchb-completing-read): Use autoload rather than require.
9981
9982 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9983
9984         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
9985         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
9986         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
9987         iswitchb-temp-buflist for XEmacs.
9988
9989         * gnus-util.el (gnus-completing-read-function): Exclude
9990         gnus-icompleting-read and gnus-ido-completing-read from candidates for
9991         XEmacs since iswitchb.el is very old and ido.el is unavailable in
9992         XEmacs.
9993
9994         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
9995         not to use `delete-dups' that is unavailable in XEmacs 21.4.
9996
9997         * gnus-html.el: Don't require help-fns under XEmacs.
9998         (gnus-html-schedule-image-fetching): Work for XEmacs.
9999
10000         * mm-decode.el (mm-shr): Decode contents by charset.
10001
10002 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10003
10004         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
10005         unknown.
10006
10007         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
10008         (shr-get-image-data): Ensure against the cache file missing.
10009
10010         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
10011         for data.
10012
10013         * spam-report.el (spam-report-url-ping-plain): Don't query about
10014         killing the process.
10015
10016         * shr.el (shr-render-td): Protect against too-wide text.
10017
10018 2010-10-04  Julien Danjou  <julien@danjou.info>
10019
10020         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
10021         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
10022
10023         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
10024         retrieved.
10025
10026 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10027
10028         * shr.el (browse-url): Require.
10029         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
10030         lines.
10031         (shr-show-alt-text, shr-browse-image): New commands.
10032         (shr-browse-url, shr-copy-url): New commands.
10033
10034         * gnus-sum.el (gnus-widen-article-window): New variable.
10035         (gnus-summary-select-article-buffer): Use it.
10036
10037         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
10038         without @ signs.
10039
10040 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10041
10042         * nnir.el (nnir-run-imap): Remove spurious space in search string.
10043
10044 2010-10-04  Julien Danjou  <julien@danjou.info>
10045
10046         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
10047         for XEmacs.
10048
10049 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10050
10051         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
10052
10053         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
10054         (nnimap-close-server): Implement.
10055
10056         * dgnushack.el (iswitchb): Require to shut up the compiler.
10057
10058         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
10059         (shr-insert): Tweak line breaking.
10060         (shr-insert): Handle <pre> better.
10061         (shr-tag-li): Get <li> indentation right.
10062         (shr-tag-li): Get <li> indentation even righter.
10063         (shr-tag-blockquote): Ensure paragraph start.
10064         (shr-make-table): Tweak table generation.
10065         (shr-make-table): Fix typo.
10066
10067         * shr.el: Implement table rendering.
10068
10069 2010-10-04  Julien Danjou  <julien@danjou.info>
10070
10071         * gnus-html.el (gnus-html-put-image): Fix resize image code.
10072
10073 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10074
10075         * shr.el (shr-insert): Use string anchors instead of line anchors.
10076
10077 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10078
10079         * shr.el: Add headings.
10080         (shr-ensure-paragraph): Actually work.
10081         (shr-tag-li): Make <ul> prettier.
10082         (shr-insert): Get white space at the beginning/end of elements right.
10083         (shr-tag-p): Collapse subsequent <p>s.
10084         (shr-ensure-paragraph): Don't insert double line feeds after blank
10085         lines.
10086         (shr-insert): \t is also space.
10087         (shr-tag-s): Fix "s" tag name function.
10088         (shr-tag-s): Fix face prop name.
10089
10090 2010-10-03  Julien Danjou  <julien@danjou.info>
10091
10092         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
10093
10094         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
10095         gnus-window-inside-pixel-edges.
10096
10097         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
10098         gnus-ems.
10099
10100         * mm-view.el (mm-inline-image-emacs): Support image resizing.
10101
10102         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
10103         function.
10104
10105         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
10106         resize choice.
10107
10108 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10109
10110         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
10111         beginning of the buffer.
10112
10113         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
10114         article buffer again.
10115
10116         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
10117
10118         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
10119         when it's at the start of the buffer.
10120
10121         * shr.el (shr-tag-blockquote): Convert name.
10122         (shr-rescale-image): Use the right image-size variant.
10123
10124         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
10125         buffer isn't shown, then select the current article first instead of
10126         bugging out.
10127         (gnus-summary-select-article-buffer): Show both the article and summary
10128         buffers again.
10129
10130         * shr.el (shr-fontize-cont): Protect against regions with no text.
10131         Rename tag functions to shr-tag-* for enhanced security.
10132         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
10133
10134 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
10135
10136         * shr.el (shr-insert):
10137         * pop3.el (pop3-movemail):
10138         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
10139         loaded.
10140
10141 2010-10-03  Glenn Morris  <rgm@gnu.org>
10142
10143         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
10144
10145         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
10146
10147         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
10148
10149         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
10150
10151         * gnus-util.el (gnus-make-local-hook): Simplify.
10152
10153 2010-10-02  Julien Danjou  <julien@danjou.info>
10154
10155         * gnus-util.el (gnus-iswitchb-completing-read): New function.
10156         (gnus-ido-completing-read): New function.
10157         (gnus-emacs-completing-read): New function.
10158         (gnus-completing-read): Use gnus-completing-read-function.
10159         Add gnus-completing-read-function.
10160
10161 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10162
10163         * shr.el (shr-insert-document): Autoload.
10164         (shr-img): Be silent.
10165         (shr-insert): Add a newline after every picture before text.
10166         (shr-add-font): Use overlays for combining faces.
10167         (shr-insert): Pass upwards the text start point.
10168
10169         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
10170         possible.
10171         (mm-shr): New function.
10172
10173 2010-10-02  Julien Danjou  <julien@danjou.info>
10174
10175         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
10176         should go backward.
10177
10178 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
10179
10180         * shr.el (shr): Fix typo in provide call.
10181
10182 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10183
10184         * shr.el: New file.
10185
10186         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
10187
10188         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
10189         completing read.
10190
10191 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10192
10193         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
10194         we're being queried about.  Suggested by Dan Jacobson.
10195
10196         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
10197         Suggested by Jason Eisner.
10198
10199         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
10200         table, too.  Suggested by Stefan Wiens.
10201         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
10202         the table unnecessary.  Suggested by Stefan Wiens.
10203
10204         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
10205         longer needed, and probably doesn't work either, as pointed out by
10206         Stefan Wiens.
10207         (gnus-summary-exit): Remove call to the clearing function.
10208         (gnus-summary-exit-no-update): Ditto.
10209
10210         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
10211         instead of gnus-eval-in-buffer-window to avoid popping up frames.
10212         Reported by Stefan Monnier.
10213         (gnus-summary-save-in-rmail): Ditto.
10214
10215         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
10216         article buffer, instead of both the article buffer and the summary
10217         buffer.  Sort of suggested by Dan Jacobson.
10218
10219         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
10220
10221         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
10222         Suggested by Dan Jacobson.
10223
10224         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
10225         documentation clearer.
10226
10227         * message.el (message-shorten-references): Comment on the number "21".
10228         Suggested by Stefan Monnier.
10229
10230         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
10231         Suggested by Dan Jacobson.
10232
10233         * gnus.el (gnus-large-newsgroup):
10234         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
10235
10236         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
10237         externalize attachments.  Bug reported by Steve Wen.
10238
10239         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
10240         really message anything to the user.
10241
10242         * nnmail.el (nnmail-article-group): Allow using the fancy split method
10243         directly.
10244
10245         * nnimap.el (nnimap-request-group): Low higher than high to signal no
10246         messages in empty groups.
10247
10248 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10249
10250         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
10251         non-UIDNEXT group.
10252
10253 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10254
10255         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
10256         not the value from the collection.
10257
10258         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
10259         values.  This sometimes happens on some groups that have no info.
10260         (nnimap-request-newgroups): New function.
10261
10262 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10263
10264         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
10265         check into `gnus-registry-initialize'.
10266         (gnus-registry-initialize): Ditto.
10267         Fix and extend header docs.
10268
10269 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10270
10271         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
10272         regexp backtrace overflows.
10273
10274         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
10275         for starttls that tls.el implements; i.e. openssl.
10276
10277         * tls.el (tls-starttls-switches): Give up on using starttls with
10278         gnutls-cli.
10279         (tls-program): Add --insecure to be consistent with the defaults from
10280         openssl s_client.  Now all three commands are insecure.
10281
10282 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10283
10284         * lpath.el: Bind completion-styles-alist for XEmacs.
10285
10286         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
10287         (gravatar-create-image): New function that's an alias to
10288         gnus-xmas-create-image, gnus-create-image, or create-image.
10289         (gravatar-data->image): Use it.
10290
10291 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
10292
10293         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
10294         install the nnregistry refer method.
10295         (gnus-registry-install-hooks): Use it.
10296         (gnus-registry-unfollowed-groups): Add nnmairix to the default
10297         unfollowed groups.
10298
10299 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
10300
10301         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
10302         expanding threads.
10303
10304 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10305
10306         * nnir.el: Use the server names without suffixes (bug#7009).
10307
10308         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
10309         unencrypted to STARTTLS, if possible.
10310
10311 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10312
10313         * message.el (message-ignored-supersedes-headers): Strip Injection-*
10314         headers before superseding.
10315
10316 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10317
10318         * nnrss.el (nnrss-use-local): Add documentation.
10319
10320         * nnimap.el (nnimap-extend-tls-programs): New function.
10321         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
10322         (nnimap-wait-for-connection): Accept the greeting from the stupid
10323         output from openssl s_client -starttls, too.
10324
10325         * tls.el (tls-starttls-switches): New variable.
10326         (tls-find-starttls-argument): Use it.
10327         (open-tls-stream): Ditto.
10328
10329         * netrc.el (netrc-credentials): Return the value of the "default" entry.
10330         (netrc-machine): Ditto.
10331
10332         * nnimap.el (nnimap-find-article-by-message-id): Really return the
10333         article number.
10334         (nnimap-split-fancy): New variable.
10335         (nnimap-split-incoming-mail): Use it.
10336
10337         * nntp.el (nntp-server-list-active-group): Document.
10338
10339         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
10340         SELECT to get the message-id.
10341
10342         * mail-source.el (mail-sources): Remove webmail support.
10343         (defvar): Ditto.
10344         (mail-source-fetcher-alist): Ditto.
10345         (mail-source-fetch-webmail): Remove.
10346
10347         * webmail.el: Remove -- doesn't seem relevant any more.
10348
10349         * gnus.el: Fix up make-obsolete-variable declarations throughout.
10350
10351         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
10352         the \r.
10353
10354 2010-09-30  Julien Danjou  <julien@danjou.info>
10355
10356         * gnus-agent.el (gnus-agent-add-group): Fix call to
10357         gnus-completing-read.
10358
10359 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10360
10361         * nndoc.el (nndoc-retrieve-groups): New function.
10362
10363         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
10364         `default', use nnmail-split-methods.
10365         (nnimap-request-article): Downcase the NILs so that they are nil.
10366
10367         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
10368         symbol.
10369
10370         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
10371         code, since if the user has requested network, that's what they ought
10372         to get.
10373         (nnimap-request-set-mark): Erase the buffer before issuing commands.
10374         (nnimap-split-rule): Mark as obsolete.
10375
10376         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
10377         New variable.
10378
10379         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
10380         correct slot, too.
10381
10382 2010-09-29  Julien Danjou  <julien@danjou.info>
10383
10384         * gnus.el (gnus-local-domain): Declare variable obsolete.
10385
10386         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
10387         Fix history computing.
10388         (gnus-ido-completing-read): Require ido.
10389
10390 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10391
10392         * gnus-registry.el: Don't prompt on load, which makes it impossible to
10393         build Gnus.
10394
10395         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
10396         when interpreting the structures.
10397         (nnimap-request-accept-article): Add \r\n to the lines to make this
10398         work with Cyrus.
10399
10400         * nndraft.el (nndraft-request-expire-articles): Use the group name
10401         instead if "nndraft".  Fix found by Nils Ackermann.
10402
10403 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
10404
10405         * nnregistry.el: Add.
10406
10407 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10408
10409         * nnmail.el (group, group-art-list, group-art):
10410         Remove unneeded directives.
10411
10412 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10413
10414         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
10415         (mm-mime-charset):
10416         * rfc2047.el (rfc2047-syntax-table):
10417         * utf7.el (utf7-utf-16-coding-system): Comment fix.
10418
10419         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
10420         rather than `insert-file-contents' and `eval-region'.
10421
10422         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
10423         construction.
10424
10425         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
10426
10427         * time-date.el: No need to require cl for Emacs 21.
10428
10429 2010-09-29  Julien Danjou  <julien@danjou.info>
10430
10431         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
10432         replacement of `gnus-gravatar-relief' to mimic
10433         `gnus-faces-properties-alist'.
10434         Add :version property.
10435
10436 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10437
10438         * mail-source.el (mail-source-report-new-mail):
10439         * message.el (message-default-mail-headers):
10440         * mm-decode.el (mm-valid-image-format-p): Comment fix.
10441
10442         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
10443
10444 2010-09-28  Julien Danjou  <julien@danjou.info>
10445
10446         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
10447         mail-address contains the same string as real-name.
10448
10449         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
10450         non-blank in header, otherwise it'll get stripped.
10451
10452         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
10453         real-name, and then for mail address rather than doing : or , search.
10454
10455 2010-09-27  Julien Danjou  <julien@danjou.info>
10456
10457         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
10458         right completing-read function.
10459         (gnus-use-ido): New variable
10460         (gnus-completing-read-with-default): Remove.
10461         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
10462         (gnus-agent-add-group):
10463         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
10464         * mm-view.el (mm-view-pkcs7-decrypt):
10465         * mm-util.el (mm-codepage-setup):
10466         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10467         * mml-smime.el (mml-smime-openssl-sign-query):
10468         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
10469         (mml-insert-multipart):
10470         * gnus-msg.el (gnus-summary-yank-message):
10471         * gnus-int.el (gnus-start-news-server):
10472         * mm-decode.el (mm-interactively-view-part):
10473         * gnus-dired.el (gnus-dired-attach):
10474         * gnus.el (gnus-read-method):
10475         * gnus-bookmark.el (gnus-bookmark-jump):
10476         * gnus-art.el (gnus-mime-view-part-as-type)
10477         (gnus-mime-action-on-part, gnus-article-encrypt-body):
10478         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
10479         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
10480         * nnmairix.el (nnmairix-create-server-and-default-group)
10481         (nnmairix-update-groups, nnmairix-get-server)
10482         (nnmairix-backend-to-server, nnmairix-goto-original-article)
10483         (nnmairix-get-group-from-file-path):
10484         * nnrss.el (nnrss-find-rss-via-syndic8):
10485         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
10486         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
10487         (gnus-group-browse-foreign-server):
10488         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
10489         (gnus-summary-execute-command, gnus-summary-respool-article)
10490         (gnus-read-move-group-name):
10491         * gnus-score.el (gnus-summary-increase-score)
10492         (gnus-summary-score-effect):
10493         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
10494
10495 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10496
10497         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
10498         x-focus-frame.
10499
10500         * nnimap.el (auth-source-forget-user-or-password)
10501         (auth-source-user-or-password): Autoload.
10502
10503         * message.el (message-from-style, message-interactive)
10504         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10505         (message-yank-prefix, message-indentation-spaces, message-signature)
10506         (message-signature-file): Add comment.
10507
10508 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10509
10510         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
10511         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
10512         new articles.
10513
10514         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
10515         parts.
10516         (nnimap-request-article): Work with the t setting, too.
10517
10518         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
10519         that you don't get flashes of other buffers.
10520         (gnus-summary-show-complete-article): Intern before setting.
10521
10522 2010-09-27  David Engster  <dengste@eml.cc>
10523
10524         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
10525         well as HEADERS.
10526         (nnmairix-retrieve-headers): Provide new argument for the above.
10527
10528 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10529
10530         * gnus-sum.el (gnus-summary-move-article): Don't alter
10531         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
10532         group.
10533
10534         * nnimap.el (nnimap-update-info): Don't destructively alter active.
10535
10536         * message.el (message-cite-prefix-regexp): Revert my last edit.
10537
10538         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
10539         variable instead of the Gnus variable.
10540
10541         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
10542
10543         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
10544
10545         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
10546         since some servers don't like it.
10547         (nnimap-open-connection): Forget credentials if the server says the
10548         password was wrong.
10549         (nnimap-parse-line): Protect against invalid data.
10550
10551         * gnus-sum.el (gnus-summary-move-article): Add comment.
10552         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
10553         nothing alters it while scanning for new messages.
10554
10555         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
10556         which may or may not help.
10557         (nnimap-open-connection): If we're doing a stream connection, and then
10558         discover we're on a STARTTLS-capable server, then open a STARTTLS
10559         connection instead.
10560
10561 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10562
10563         * nnimap.el (utf7): Require.
10564
10565         * message.el (message-cite-prefix-regexp): Remove "}" from citation
10566         prefix.
10567
10568 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
10569
10570         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
10571
10572 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10573
10574         * nnimap.el (nnimap-request-accept-article): Message the error on
10575         error.
10576
10577 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10578
10579         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
10580
10581 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10582
10583         * nndoc.el (nndoc-request-list): Return success always.
10584
10585         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
10586         `fetch-old' -- we only want to fetch the articles we've requested.
10587         The rest are in the agent, probably.
10588         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
10589         disappeared server" to something low.  It's not important.
10590
10591         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
10592         arrived before the FETCH data.
10593
10594         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
10595         target here, because we don't know the Gnus name of the group.
10596
10597         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
10598         for the correct group.
10599
10600         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
10601
10602         * gnus.el (gnus): Give a final warning after startup.
10603
10604         * gnus-util.el (gnus-action-message-log): New variable.
10605         (gnus-message): Use it.
10606         (gnus-final-warning): New function.
10607
10608         * nnimap.el (nnimap-open-connection): Record the greeting.
10609         (nnimap): Add greeting.
10610
10611 2010-09-26  Julien Danjou  <julien@danjou.info>
10612
10613         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
10614         arguments.
10615         (gnus-html-wash-images): Fix spec computing to include start/end.
10616
10617         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
10618
10619 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10620
10621         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
10622         deletion.
10623         (nnimap-retrieve-headers): Don't select the group, because that's
10624         already done by nnimap-possibly-change-group.
10625
10626         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
10627         (gnus-picon-transform-address): Use it.
10628
10629         * mail-source.el (mail-source-value): Revert previous patch.
10630
10631         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
10632         on failure.
10633         (nnimap-open-connection): Look up both virtual and physical server name
10634         credentials.
10635
10636         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
10637
10638 2009-02-07  Dave Love  <fx@gnu.org>
10639
10640         * tls.el (open-tls-stream): Don't query killing process.
10641
10642 2009-02-08  Dave Love  <fx@gnu.org>
10643
10644         * gnus-win.el (gnus-window-to-buffer-helper)
10645         (gnus-all-windows-visible-p): Function needn't be a symbol.
10646
10647         * mail-source.el (mail-source-value): Function needn't be a symbol.
10648
10649 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10650
10651         * message.el (message-cite-prefix-regexp): Remove } from the cite
10652         prefix.
10653
10654         * gnus-art.el (gnus-treatment-function-alist): Do picons before
10655         highlight again, so that the highlight is correct.
10656
10657         * gnus-picon.el (gnus-picon): Remove again.
10658         (gnus-picon-create-glyph): Set the background XPM color explicitly.
10659
10660         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
10661         doing the header highlightling, so that the background color of the
10662         picon is correct.
10663
10664         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
10665         (gnus-picon): Ditto.
10666         (gnus-picon): Reinstate.  The background color for picons is white.
10667         (gnus-picon-insert-glyph): Make the background white.
10668
10669         * nnml.el (nnml-open-nov): Don't return dead buffers.
10670
10671         * auth-source.el (auth-source-create): Query the user for whether to
10672         store the credentials.
10673
10674         * netrc.el (netrc-store-data): New function.
10675
10676         * auth-source.el (auth-source-user-or-password): Use the existing auth
10677         sources, if any, for creation.
10678
10679         * gnus.el (gnus-group-fast-parameter): Return the last matching
10680         parameter instead of the first matching parameter.
10681
10682 2010-09-26  Julien Danjou  <julien@danjou.info>
10683
10684         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
10685
10686 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10687
10688         * mml2015.el (mml2015-use): Remove gpg support.
10689
10690         * mml1991.el (mml1991-function-alist): Remove gpg function.
10691         (mml1991-gpg-sign): Remove.
10692
10693 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
10694
10695         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
10696         (gnus-browse-unsubscribe-current-group): Document it.
10697         (gnus-browse-unsubscribe-group): Use it.
10698
10699 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10700
10701         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
10702         address to the To list for easier response.
10703
10704         * gnus.el (gnus-play-startup-jingle): Remove.
10705         (gnus-splash): Don't play jingle.
10706         (gnus): Silence gnus-load message.
10707
10708         * gnus-art.el (gnus-treat-play-sounds): Remove.
10709
10710         * gnus.el (gnus-play-jingle): Remove audio support.
10711
10712         * gnus-cus.el (gnus-score-customize): Remove audio reference.
10713
10714         * earcon.el: Remove -- no users.
10715
10716         * gnus-audio.el: Remove -- no users of this package.
10717
10718         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
10719
10720         * gnus-start.el (gnus-setup-news): Remove nocem support.
10721
10722         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
10723
10724         * gnus.el (gnus-use-nocem): Remove.
10725
10726         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
10727         Remove.
10728
10729         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
10730         uses NoCeM any more.
10731
10732         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
10733         (gnus-button-ctan-handler): Ditto.
10734         (gnus-button-handle-ctan-bogus-regexp): Ditto.
10735         (gnus-button-ctan-directory-regexp): Ditto.
10736         (gnus-button-handle-ctan): Ditto.
10737         (gnus-button-tex-level): Ditto.
10738         (gnus-button-alist): Remove CTAN stuff.
10739
10740 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10741
10742         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
10743         nnimap-streaming test.
10744
10745         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
10746         servers twice.
10747
10748         * nnimap.el (nnimap-open-connection): Add more error reporting when
10749         nnimap fails early.
10750
10751         * nnheader.el (nnheader-get-report-string): New function.
10752         (nnheader-get-report): Use it.
10753
10754         * gnus-int.el (gnus-check-server): Say what the error was when opening
10755         failed.
10756
10757         * nnimap.el (nnimap-wait-for-response): Search further when we're not
10758         using streaming.
10759
10760 2010-09-25  Julien Danjou  <julien@danjou.info>
10761
10762         * gnus-html.el (gnus-html-rescale-image): Use our defalias
10763         gnus-window-inside-pixel-edges.
10764
10765 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10766
10767         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
10768
10769         * mm-decode.el (mm-save-part): Allow saving to other directories the
10770         normal Emacs way.
10771
10772         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
10773         Suggested by Jay Berkenbilt.
10774
10775         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
10776         there isn't a single byte.
10777
10778         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
10779         just do it.  It doesn't really seem to matter what the user responds
10780         here, I think, so it's just a confusing question.
10781
10782         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
10783         non-streaming case.
10784
10785         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
10786         (gnus-article-encrypt-body): Use it.
10787
10788         * gnus-sum.el (gnus-summary-show-complete-article): New command and
10789         keystroke.
10790
10791         * nnimap.el (nnimap-find-wanted-parts-1):
10792         Use gnus-fetch-partial-articles.
10793
10794         * gnus-art.el (gnus-fetch-partial-articles): New variable.
10795
10796         * nnimap.el (nnimap-insert-partial-structure): New function.
10797         (nnimap-get-partial-article): New function.
10798         (nnimap-request-article): Use it.
10799         (nnimap-wait-for-response): Return whether the wait was successful.
10800         (nnimap-finish-retrieve-group-infos): Don't do anything if the
10801         retrieval wasn't successful.
10802         (nnimap-retrieve-group-data-early): Allow throttling servers.
10803         (nnimap-streaming): New variable.
10804         (nnimap-fetch-partial-articles): Remove.
10805
10806         * mm-decode.el (mm-with-part): Protect against killed buffers.
10807
10808         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
10809         for prettier summary display.
10810
10811 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
10812
10813         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
10814
10815 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10816
10817         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
10818         apparently third-party libraries depend on it.
10819
10820         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
10821         before starting negotiation.
10822
10823         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
10824         privacy reasons.
10825         (gnus-treat-mail-gravatar): Ditto.
10826
10827         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
10828         buffer when inserting images.  Inserting text into the headers, for
10829         instance, can make them invalid.
10830
10831 2010-09-25  Julien Danjou  <julien@danjou.info>
10832
10833         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
10834         variables.
10835
10836         * nnheader.el: Remove useless variables news-reply-yank-from and
10837         news-reply-yank-message-id.
10838
10839         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
10840         variables.
10841
10842         * mml1991.el: Remove useless mml1991-verbose.
10843
10844         * gnus.el: Remove useless variable gnus-use-generic-from.
10845         Remove obsolete variable gnus-topic-indentation.
10846
10847         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
10848
10849         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
10850
10851         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
10852
10853         * gnus-group.el: Remove useless gnus-group-icon-cache.
10854         Remove useless gnus-ephemeral-group-server.
10855
10856         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
10857
10858         * mml2015.el: Remove useless mml2015-verbose.
10859
10860         * mml-smime.el: Remove useless mml-smime-verbose.
10861
10862         * gnus.el: Remove useless gnus-local-domain.
10863
10864         * gnus-gravatar.el (gnus-gravatar-transform-address):
10865         Use gnus-gravatar-size.
10866
10867         * gnus-art.el: Remove useless gnus-treat-translate.
10868
10869 2010-09-24  Julien Danjou  <julien@danjou.info>
10870
10871         * gnus-sum.el: Add support for Gravatars.
10872
10873         * gnus-art.el: Add support for Gravatars.
10874
10875         * gnus-gravatar.el: Add this file.
10876
10877         * gravatar.el: Add this file.
10878
10879 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10880
10881         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
10882
10883         * gnus-group.el (gnus-group-fetch-faq): Remove.
10884
10885         * gnus.el (gnus-group-faq-directory): Remove.
10886
10887         * gnus-group.el (gnus-group-fetch-charter): Remove.
10888
10889         * gnus.el (gnus-group-charter-alist): Remove.
10890
10891         * gnus-group.el (gnus-group-archive-directory): Remove.
10892         (gnus-group-recent-archive-directory): Ditto.
10893         (gnus-group-make-archive-group): Remove.
10894
10895         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
10896
10897         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
10898         use the same article number for all the cached articles.
10899
10900         * nnimap.el (nnimap-command): Register the last command time so
10901         that we can use it for idling NOOPs.
10902         (nnimap-open-connection): Start the keeplive timer.
10903         (nnimap-make-process-buffer): Store all the process buffers.
10904         (nnimap-keepalive): New function.
10905
10906         * starttls.el (starttls-open-stream): Add autoload cookie.
10907
10908 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10909
10910         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
10911         handling.
10912
10913 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10914
10915         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
10916         its data structures.
10917
10918         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
10919         instead of the cl.el copy-list.
10920         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
10921         equalp.
10922
10923 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10924
10925         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
10926         and tool-bar-local-item-from-menu.
10927
10928         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
10929         mode-line-highlight face for Emacs.
10930
10931         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
10932         loading gnus-sum.elc; fix comment for canlock-verify.
10933         (gnus-article-jump-to-part): Use read-number.
10934         (gnus-insert-mime-button, gnus-insert-mime-security-button):
10935         Remove Emacs pre-21 compatible code for help-echo.
10936         (gnus-article-next-page-1): No need to adjust the number of lines.
10937         (gnus-article-describe-bindings): Always use help-buffer.
10938
10939         * gnus-audio.el (gnus-audio-inline-sound):
10940         * gnus-cus.el (gnus-custom-mode):
10941         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
10942
10943         * gnus-sum.el (gnus-remove-overlays): Doc fix.
10944
10945         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
10946         compatible code.
10947
10948 2010-09-24  Glenn Morris  <rgm@gnu.org>
10949
10950         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
10951         visiting the fcc file in rmail-mode.
10952
10953         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
10954
10955 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10956
10957         * nnir.el: Silence the byte compiler.
10958
10959         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
10960         alias to browse-url-url-encode-chars if any.
10961         (gnus-html-encode-url): Use it.
10962
10963 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10964
10965         * gnus-start.el (gnus-use-backend-marks): New variable.
10966         (gnus-get-unread-articles-in-group): Use it.
10967
10968         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
10969         makeover.
10970
10971 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10972
10973         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
10974
10975 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10976
10977         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
10978         Remove.
10979         (gnus-setup-news-hook):
10980         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
10981
10982         * gnus-int.el (gnus-request-update-info): Protect against backends not
10983         having the function.
10984
10985         * nnimap.el (nnimap-stream): Mention starttls.
10986         (nnimap-open-connection): Add starttls support.
10987
10988 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10989
10990         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
10991
10992 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10993
10994         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
10995         BODYSTRUCTUREs.
10996         (nnimap-transform-headers): Unfold quoted {42} headers.
10997
10998         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
10999         the info.
11000         (gnus-get-unread-articles): Only call updatep on backends that support
11001         it.
11002
11003         * nnweb.el (nnweb-request-update-info): NOOP.
11004
11005         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
11006
11007         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
11008         since it only deals with marks.
11009
11010         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
11011         gnus-request-marks, and make a new gnus-request-update-info.
11012
11013         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
11014         the active instead of the high number, which is usually too low.
11015
11016 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
11017
11018         * netrc.el (netrc-parse): Remove encrypt.el mentions.
11019         * encrypt.el: Remove.
11020
11021 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11022
11023         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
11024         server in symbolic form.
11025
11026         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
11027
11028 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11029
11030         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
11031         (nnimap-update-info): Fix up code slightly.
11032
11033         * gnus-int.el (gnus-open-server): Add tracing for performance
11034         debugging.
11035
11036         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
11037         (gnus-group-insert-group-line): Pass the real group name so that it
11038         gets the right data.
11039
11040         * gnus-start.el (gnus-get-unread-articles): Don't have
11041         `gnus-get-unread-articles-in-group' update info, since that can be
11042         really slow and doesn't seem to be needed?
11043
11044 2010-09-22  Dan Christensen  <jdc@uwo.ca>
11045
11046         * time-date.el (date-to-time): Try using parse-time-string first before
11047         using the slower timezone-make-date-arpa-standard.
11048
11049 2010-09-22  Julien Danjou  <julien@danjou.info>
11050
11051         * gnus-group.el (gnus-group-insert-group-line):
11052         Call gnus-group-highlight-line.
11053         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
11054         default hook list.
11055         (gnus-group-update-eval-form): Add new function.
11056         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
11057         (gnus-group-get-icon): Use gnus-group-update-eval-form.
11058
11059 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11060
11061         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
11062         immediate, then expire all articles.
11063         (nnimap-update-info): Fix off-by-one errors.
11064         (nnimap-flags-to-marks): Would return no marks lists for group with no
11065         flags.  Instead return the other data.
11066
11067 2010-09-22  Julien Danjou  <julien@danjou.info>
11068
11069         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
11070         Only return an icon.
11071         (gnus-group-insert-group-line): Compute icon to return.
11072
11073         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
11074         (gnus-html-image-fetched): Only cache if
11075         gnus-html-image-automatic-caching is set.
11076         (gnus-html-image-fetched): Check for errors.
11077
11078 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11079
11080         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
11081         once per method on `g'.  This ensures that backends like nnfolder don't
11082         open all their folders.
11083
11084         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
11085         (nnimap-request-list): Nix out group in the correct buffer.
11086         (nnimap-parse-flags): Implement by using `read' instead of
11087         hand-parsing.
11088         (nnimap-flags-to-marks): Pass on permanent-flags.
11089         (nnimap-make-process-buffer): Record the server name.
11090         (nnimap-parse-flags): Fix typo.
11091         (nnimap-request-scan): Run split on the server in general, not just a
11092         single group.
11093
11094         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
11095         parameter, and propagate this downwards.
11096
11097         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
11098         since EXAMINE changes it on the server.
11099
11100         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
11101         this command might take a while.
11102
11103 2010-09-22  Julien Danjou  <julien@danjou.info>
11104
11105         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
11106         harmful if you have 2 images side-by-side, they can't be properly
11107         update on text deletion.  Using text-property is safer here.
11108         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
11109         data.
11110
11111 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11112
11113         * nnimap.el (nnimap-expunge-inbox): Remove.
11114         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
11115         (nnimap-expunge): Flip default to t.
11116
11117         * gnus.el (gnus-method-to-server): Don't push things to the cache
11118         unless it's unique.
11119         (gnus-server-to-method): Ditto.
11120
11121 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11122
11123         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
11124
11125 2010-09-22  Julien Danjou  <julien@danjou.info>
11126
11127         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
11128         get the start of data.
11129         (gnus-html-encode-url): Add this function to encode special chars in
11130         URL.
11131         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
11132         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
11133
11134         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
11135         default.
11136         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
11137
11138         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
11139         images alt-text.
11140         (gnus-html-put-image): Put alt-text as help-echo.
11141
11142 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11143
11144         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
11145         * mm-util.el (mm-decompress-buffer):
11146         * nnir.el (nnir-run-find-grep):
11147         * pop3.el (pop3-list): Use 3rd arg of split-string.
11148
11149         * time-date.el (format-seconds): Comment fix.
11150
11151         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
11152         and byte-optimize-form-code-walker.
11153         (dgnushack-make-auto-load): Don't advise make-autoload.
11154
11155         * lpath.el: Remove Emacs 21 stuff.
11156
11157 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11158
11159         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
11160         outside the active range.  Suggested by Dan Christensen.
11161
11162         * gnus-start.el (gnus-get-unread-articles): Get the extended method
11163         slightly later to avoid double-getting it.
11164
11165         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
11166         previous patch.
11167
11168         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
11169
11170 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
11171
11172         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
11173
11174 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11175
11176         * gnus-int.el (gnus-open-server): Give a better error message in the
11177         "go offline" case.
11178
11179         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
11180         marks for nnimap, which is seldom the right thing to do.
11181
11182         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
11183         (gnus-same-method-different-name): New function.
11184
11185         * nnimap.el (parse-time): Require.
11186
11187         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
11188         method in the presence of many similar methods.
11189
11190         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
11191
11192         * nnimap.el (nnimap-find-expired-articles): Don't refer to
11193         nnml-inhibit-expiry.
11194
11195         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
11196         find out whether methods are equal.
11197
11198         * nnimap.el (nnimap-find-expired-articles): New function.
11199         (nnimap-process-expiry-targets): New function.
11200         (nnimap-request-move-article): Request the article before looking at
11201         what the Message-ID is.  Fix found by Andrew Cohen.
11202         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
11203
11204         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
11205         for oldness in addition to being a predicate.
11206
11207         * nnimap.el (nnimap-request-group): When we have zero articles, return
11208         the right data to Gnus.
11209         (nnimap-request-expire-articles): Only delete articles immediately if
11210         the target is 'delete.
11211
11212         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
11213         method, this would bug out.
11214
11215         * gnus-group.el (gnus-group-expunge-group): Rename from
11216         gnus-group-nnimap-expunge, and implemented as a normal interface
11217         function.
11218
11219         * gnus-int.el (gnus-request-expunge-group): New function.
11220
11221         * nnimap.el (nnimap-request-create-group): Implement.
11222         (nnimap-request-expunge-group): New function.
11223
11224 2010-09-21  Julien Danjou  <julien@danjou.info>
11225
11226         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
11227         (gnus-html-cache-expired): Add new function.
11228         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
11229         wethever we should display image for fetch it.
11230         Compute alt-text earlier to pass it to the fetching function too.
11231         (gnus-html-schedule-image-fetching): Change function argument to only
11232         get one image at a time, not a list.
11233         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
11234         cache.
11235         (gnus-html-get-image-data): New function to retrieve image data from
11236         cache.
11237         (gnus-html-put-image): Change buffer argument to use image data rather
11238         than file, and place image above region rather than inserting a new
11239         one.  Do not take alt-text as argument, since it's useless now: we place
11240         the image above alt-text.
11241         (gnus-html-prune-cache): Remove.
11242         (gnus-html-show-images): Start to fetch image when we find one, do not
11243         push into a temporary list.
11244         (gnus-html-prefetch-images): Only fetch image if they have expired.
11245         (gnus-html-browse-image): Fix, use 'gnus-image-url.
11246         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
11247
11248 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11249
11250         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
11251
11252 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11253
11254         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
11255         spec inser "*" if the group isn't active instead of 0.
11256
11257         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
11258         opening the server.
11259         (nnimap-request-delete-group): Implement group deletion.
11260         (nnimap-transform-headers): Return the size of the entire message in
11261         the Bytes header, not just the size of the first part.
11262         (nnimap-request-move-article): When moving an article from nnimap,
11263         request the article first so the accepting form has an article to
11264         accept.  Reported by Dan Christensen.
11265         (nnimap-command): Make sure that the error message doesn't error out.
11266
11267 2010-09-20  David Edmondson  <dme@dme.org>
11268
11269         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
11270         we haven't requested anything.
11271
11272 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11273
11274         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
11275         "".  Fix found by Andrew Cohen.
11276
11277         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
11278         instead of -encode-string.
11279
11280 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11281
11282         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
11283
11284         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
11285         by mm-subst-char-in-string.
11286
11287 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11288
11289         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
11290         waiting for the connection string.
11291
11292         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
11293         arriving.
11294
11295         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
11296         bogus characters.  This allows selecting certain Gmail groups.
11297
11298         * nnimap.el (nnimap-find-wanted-parts-1): New function.
11299         (nnimap-fetch-partial-articles): New variable.
11300         (nnimap-open-connection): When looking for credentials, also use the
11301         nnimap-server-port.
11302         (nnimap-request-article): Return the group/article number, so that Gnus
11303         `^' works as expected.
11304         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
11305
11306         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
11307         comments.
11308         (gnus-methods-sloppily-equal): New function.
11309         (gnus): When using the development version of Gnus, load the gnus-load
11310         file.
11311
11312         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
11313         `gnus-open-server' on each method before trying to scan them etc.
11314         This ensures that all the backend parameters are set correctly.
11315
11316         * nnimap.el (nnimap-authenticator): New variable.
11317         (nnimap-open-connection): Allow anonymous login.
11318         (nnimap-transform-headers): The chars header is called Chars not Bytes.
11319         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
11320
11321         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
11322         patch, found by Knut Anders Hatlen.
11323
11324 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
11325
11326         * gnus-agent.el (gnus-agent-batch-confirmation)
11327         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
11328         to gnus-message.
11329         * gnus-art.el (gnus-article-describe-briefly): Likewise.
11330         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
11331         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
11332         * gnus-int.el (gnus-open-server): Likewise.
11333         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
11334         (gnus-score-check-syntax): Likewise.
11335         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
11336         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
11337         Likewise.
11338         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
11339
11340 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11341
11342         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
11343         calling conventions so that prefetch doesn't bug out.
11344
11345 2010-09-19  Julien Danjou  <julien@danjou.info>
11346
11347         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
11348         rather than `subst-char-in-region' in order to be able to replace ASCII
11349         char by UTF-8 ones.
11350
11351         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
11352         than curl.
11353         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
11354         the right URL and ALT text on images.
11355         (gnus-html-wash-tags): Fix tag case.
11356         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
11357         (gnus-article-html): Add -o display_ins_del=2 option.
11358         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
11359
11360 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11361
11362         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
11363         the extra mail headers, which sometimes seem to happen for unknown
11364         reasons.
11365
11366         * mail-parse.el (mail-header-encode-parameter): Define as
11367         rfc2045-encode-string instead of as rfc2231-encode-string, since some
11368         (or most, perhaps?) mail readers don't understand the latter, but do
11369         understand the former.
11370
11371         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
11372         to nil, so that no methods are automatically agentized.  I think this
11373         is probably what most users want.
11374
11375         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
11376         from url-retrieve, for instance about invalid URLs.
11377
11378         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
11379         groups that have no articles.
11380         (nnimap-request-article): Check that we really got an article when we
11381         requested one.
11382
11383         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
11384         doesn't exist.
11385
11386         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
11387         nntp buffer so the agent can save it.
11388         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
11389         that CRLF doesn't get translated to \n.
11390         (nnimap-open-connection): Don't make 'shell commands only send \n.
11391
11392 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11393
11394         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
11395         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
11396         Update var name.
11397         (nnml-generate-nov-file): Use dolist.
11398         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
11399         Use with-current-buffer.
11400
11401 2010-09-18  Julien Danjou  <julien@danjou.info>
11402
11403         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
11404         parallel.
11405
11406 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11407
11408         * nnimap.el (nnimap-update-info): When doing partial marks update, get
11409         the range update right.
11410         (nnimap-request-group): Don't make `M-g' bug out on group with no
11411         marks.
11412         (nnoo): Require, so that other packages can require nnimap.
11413         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
11414         command we're looking for.  This helps when the server sends more
11415         responses after we've gotten everything we expected.
11416         (nnimap): Add a `newlinep' field to keep track of end-of-line
11417         conventions.
11418         Don't send CRLF to things that don't want it.
11419         (nnimap-request-accept-article): Ditto.
11420
11421 2010-09-18  Julien Danjou  <julien@danjou.info>
11422
11423         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
11424         than curl to retrieve images.
11425
11426 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11427
11428         * nnimap.el (nnimap-update-info): Extend the info so that we can set
11429         the marks.
11430         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
11431         (nnimap-wait-for-connection): New function.
11432         (nnimap-open-connection): If we have PREAUTH, don't query for login
11433         credentials.
11434         (nnimap-update-info): Fix off-by-one error when concatenating ranges
11435         when doing a partial update.
11436
11437 2010-09-18  Julien Danjou  <julien@danjou.info>
11438
11439         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
11440         tags.
11441
11442 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11443
11444         * nnimap.el (nnimap-credentials): New function.
11445         (nnimap-open-connection): Use the new function to look for credentials
11446         also on the numeric equivalents of "imap" and "imaps".
11447
11448         * gnus-start.el (gnus-activate-group): Send the info to
11449         gnus-request-group.
11450
11451         * nnimap.el (nnimap-request-group): Have the "check" version of the
11452         function parse flags and update the info, so that a `M-g' get a total
11453         resync of all flags from the group.
11454
11455         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
11456         to allow backends to alter the info on group selection.  Also alter all
11457         the backend -request-group functions to take the parameter.
11458
11459         * nnimap.el (nnimap-store-info): New function.
11460         (nnimap-update-info): Store the info for later usage.
11461         (nnimap-request-group): Use the stored info for the dont-check case, so
11462         that we don't retrieve all marks when we enter a group.
11463
11464         * nnimap.el: Use deffoo instead of defun for interface functions.
11465
11466         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
11467         update the group info.  This makes the nndraft groups, for instance, go
11468         back to their old behavior.
11469
11470         * gnus-sum.el (gnus-select-newsgroup): Indent.
11471
11472         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
11473         in.
11474         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
11475         nothing.
11476
11477         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
11478         from methods that are denied.
11479
11480         * gnus-int.el (gnus-method-denied-p): New function.
11481
11482         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
11483         store the password instead of netrc.
11484         (nnimap-open-connection): Don't error out when we can't make a
11485         connections.
11486
11487         * auth-source.el (auth-source-create): In the password prompt, say what
11488         we're querying for.  Also prompt for user name if that hasn't been
11489         given.
11490
11491         * nnimap.el (nnimap-with-process-buffer): Remove.
11492
11493 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11494
11495         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
11496         method when we're reading from the agent.
11497
11498         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
11499
11500         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
11501         that's probably most useful for users.
11502
11503         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
11504         "failed" all the time.
11505
11506         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
11507         ...)) with (with-current-buffer ... ).
11508
11509         * nntp.el (nntp-open-server): Return whether the open was successful or
11510         not.
11511
11512         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
11513         select an unread unseen article first.
11514
11515         * nnimap.el (nnimap-open-connection): If the user doesn't have a
11516         /etc/services, supply some sensible port defaults.
11517
11518         * dgnushack.el: Define netrc-credentials.
11519
11520 2010-09-17  Julien Danjou  <julien@danjou.info>
11521
11522         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
11523
11524 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11525
11526         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
11527         doesn't have any parameters.
11528
11529 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11530
11531         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
11532         only upcased checks.
11533
11534         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
11535
11536         * nnimap.el (nnimap-open-shell-stream): New function.
11537         (nnimap-open-connection): Use it.
11538         (nnimap-transform-headers): Get the number of lines in each message.
11539         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
11540         number of lines.
11541         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
11542         problem.
11543
11544         * utf7.el (utf7-encode): Autoload.
11545
11546         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
11547         to allow the mail splitting to not return a default group.  This is
11548         useful for nnimap, which will leave unmatched mail in the inbox.
11549
11550         * nnimap.el: Rewritten.
11551
11552         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
11553         nnimap usage.
11554
11555         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
11556         if the move is internal, so that nnimap can do fast internal moves.
11557
11558         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
11559         data.
11560         (gnus-read-active-for-groups): Support finishing the early retrieval of
11561         data.
11562
11563         * gnus-range.el (gnus-range-nconcat): New function.
11564
11565         * gnus-int.el (gnus-finish-retrieve-group-infos)
11566         (gnus-retrieve-group-data-early): New functions.
11567
11568 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11569
11570         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
11571         (nnrss-retrieve-groups):
11572         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
11573         (pop3-quit): Use with-current-buffer.
11574
11575 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11576
11577         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
11578         instead of nnheader-accept-process-output.
11579
11580         * dgnushack.el (dgnushack-compile): Add comment.
11581
11582         * lpath.el: No need to fbind propertize for XEmacs 21.4.
11583
11584         * gnus-html.el (gnus-html-schedule-image-fetching)
11585         (gnus-html-prefetch-images): Replace process-kill-without-query by
11586         gnus-set-process-query-on-exit-flag.
11587
11588 2010-09-16  Romain Francoise  <romain@orebokech.com>
11589
11590         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
11591
11592 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11593
11594         * gnus-registry.el (gnus-registry-install-shortcuts): The second
11595         parameter to unintern is mandatory-ish in Emacs 24.
11596
11597         * gnus-html.el (gnus-html-schedule-image-fetching)
11598         (gnus-html-prefetch-images): Check for curl before using it.
11599
11600         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
11601         depend on curl, which isn't essential.
11602
11603         * imap.el: Revert back to version
11604         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
11605         seem problematic.
11606
11607 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11608
11609         * gnus-registry.el (gnus-registry-install-shortcuts):
11610         Explicitly pass `obarray' to `unintern' to avoid a warning.
11611
11612 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11613
11614         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
11615         change.
11616
11617         * nnrss.el (nnrss-request-list): Remove this function and related
11618         functions, including the moreover stuff.
11619
11620 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11621
11622         * nnrss.el (nnrss-retrieve-groups): New function.
11623
11624 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11625
11626         * .dir-locals.el: Add no-byte-compile cookie.
11627
11628 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11629
11630         * time-date.el (format-seconds): Comment fix.
11631
11632         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
11633         for back end that doesn't support request-scan.
11634
11635 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11636
11637         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
11638         then do request scans from the backends.
11639
11640         * netrc.el (netrc-credentials): New conveniency function.
11641
11642         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
11643         avoid running a hook per line, since this takes a lot of time,
11644         profiling shows.
11645         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
11646         directly if gnus-visual-p is true.
11647
11648 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11649
11650         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
11651         groups; replace mapcar with dolist which is a bit faster; pass groups
11652         info to gnus-read-active-file-1.
11653         (gnus-read-active-file-1): Scan only specified groups if the new
11654         optional arg `infos' is given.
11655
11656 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11657
11658         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
11659
11660         * pop3.el (pop3-movemail): Remove.
11661         (pop3-streaming-movemail): Rename to pop3-movemail.
11662
11663         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
11664         don't restrict end-tag searches to the end of the line.
11665
11666 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11667
11668         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
11669         articles of every unchecked group to t, which means unknown since the
11670         server has never been opened.
11671
11672 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11673
11674         * gnus-html.el (gnus-html-show-alt-text): New command.
11675         (gnus-html-browse-image): Ditto.
11676         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
11677         to browse the image directly.
11678         (gnus-html-wash-tags): Search for images first, so that <a><img> works
11679         better.
11680
11681         * gnus-async.el (gnus-async-article-callback):
11682         Call `gnus-html-prefetch-images' unconditionally.
11683
11684         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
11685         before feeding URLs to curl.
11686
11687 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11688
11689         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
11690         internal images as deletable by `W D D'.
11691
11692         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
11693         (gnus-async-article-callback): Fix typo.
11694
11695 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11696
11697         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
11698         current line to work around bugs in the output from w3m.
11699
11700         * gnus-async.el (gnus-async-article-callback): Always prefetch images
11701         for groups that want that.
11702
11703         * nntp.el (nntp-wait-for-string): Supply a timeout for
11704         accept-process-output to ensure progress.
11705
11706         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
11707         level to get unread articles from, then use that for foreign groups,
11708         too.
11709
11710         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
11711         confuses the rest of the function.
11712
11713         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
11714         for the methods that support -retrieve-groups, too.
11715
11716         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
11717
11718 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11719
11720         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
11721         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
11722
11723         * pop3.el: Require cl when compiling.
11724         (pop3-number-of-responses): Search for "+OK", not "+OK ".
11725
11726 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11727
11728         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
11729         that aren't going to be activated.
11730         (gnus-get-unread-articles): Fix up the last commit.
11731
11732         * gnus-html.el (gnus-article-html): Allow calling without specifying
11733         the handle.  In that case, dissect the buffer first.
11734
11735         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
11736
11737         * nnimap.el (nnimap-open-connection): Revert the change that would look
11738         into authinfo for imaps instead of imap.
11739
11740         * gnus-start.el (gnus-activate-group): Take an optional parameter to
11741         say that you don't want to call gnus-request-group with don-check, but
11742         do check the reponse.  This is for virtual groups only.
11743         (gnus-get-unread-articles): Count the archive groups as secondary, so
11744         that they're activated the same way as before.
11745
11746         * imap.el (imap-message-map): Removed optional buffer parameter, since
11747         no callers use it.
11748         (imap-message-get): Ditto.
11749         (imap-message-put): Ditto.
11750         (imap-mailbox-map): Ditto.
11751         (imap-mailbox-put): Ditto.
11752         (imap-mailbox-get): Ditto.
11753         (imap-mailbox-get): Revert last change for this function.
11754
11755         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
11756         case-insensitively.
11757         (nnimap-debug): Remove.
11758
11759         * net/imap.el (imap-fetch-safe): Remove function, and alter all
11760         callers to use `imap-fetch' instead.  According to the comments, this
11761         should be safe, since all other IMAP clients use the 1:* syntax.
11762         (imap-enable-exchange-bug-workaround): Remove.
11763         (imap-debug): Remove -- doesn't seem very useful.
11764
11765         * mail-source.el (mail-source-fetch): Don't message if we're fetching
11766         mail from a file, and the file doesn't exist.
11767
11768         * imap.el (imap-log): New convenience function used throughout instead
11769         of repeating the same code all over the place.
11770
11771         * pop3.el (pop3-streaming-movemail): Return t for success.
11772
11773         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
11774         .authinfo if we're using ssl connection.
11775
11776         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
11777         already have if we're in a main Gnus `g' run.
11778
11779         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
11780
11781 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11782
11783         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
11784
11785         * nnmh.el (nnmh-request-list-1): Bind `file'.
11786
11787         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
11788         alias to set-process-query-on-exit-flag or process-kill-without-query.
11789         (pop3-open-server): Use it.
11790
11791 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11792
11793         * mail-source.el (mail-source-delete-crash-box): Always move the crash
11794         box to the Incoming file.  Fixes mistake in previous checkin.
11795
11796         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
11797         request loop (for debugging purposes) removed.
11798
11799         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
11800         culprit is more visible.
11801         (nnml-save-incremental-nov, nnml-open-incremental-nov)
11802         (nnml-add-incremental-nov): New functions to do "incremental" nov
11803         updates, where we just append to the end of the existing nov files
11804         without reading/writing them in full.
11805
11806         * mail-source.el (mail-source-delete-crash-box): Really only check the
11807         incoming files once in a while.
11808
11809         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
11810
11811         * mail-source.el (mail-source-delete-crash-box): Only check the
11812         incoming files for deletion once per day to save a lot of file
11813         accesses.
11814
11815         * pop3.el (pop3-logon): Fix up unbound variable typo.
11816
11817         * mail-source.el (pop3-streaming-movemail): Autoload.
11818
11819         * pop3.el (pop3-streaming-movemail):
11820         Respect pop3-leave-mail-on-server.
11821
11822         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
11823         retrieval.
11824
11825         * pop3.el (pop3-process-filter): Remove unused function.
11826         (pop3-streaming-movemail, pop3-send-streaming-command)
11827         (pop3-wait-for-messages, pop3-write-to-file)
11828         (pop3-number-of-responses): New functions for streaming pop3
11829         retrieval.
11830
11831         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
11832         come from no known methods.
11833         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
11834         list.
11835
11836         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
11837         message sizes.
11838         (pop3-movemail): Use erase-buffer instead of looping and deleting
11839         regions, which seems rather odd.
11840
11841         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
11842         file once per `g' run.
11843
11844         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
11845         directories.  This makes the draft queue directory work.
11846
11847         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
11848         data from the backends, so that we only request the list of groups from
11849         each method once.  This should speed things up considerably.
11850
11851         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
11852         detect that it's not implemented.
11853
11854         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
11855         we actually do recurse down into the tree, but don't stat all leaf
11856         nodes.
11857
11858         * gnus-html.el (gnus-html-show-images): If there are no images to show,
11859         then say so instead of bugging out.
11860
11861         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
11862         files exist before trying to read them.
11863
11864         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
11865         around <pre_int>.
11866
11867         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
11868
11869         * nnmh.el (nnmh-request-list-1): Optimize for speed.
11870
11871 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11872
11873         * mm-util.el (mm-image-load-path): Just return the image directories,
11874         not all directories in the path in addition to the image directories.
11875         (mm-image-load-path): Maintain a cache of the image directories so that
11876         the `g' command in Gnus doesn't have to stat dozens of directories each
11877         time.
11878
11879         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
11880         (gnus-html-wash-tags): Add a new `i' command to insert images.
11881         (gnus-html-insert-image): New command and keystroke.
11882         (gnus-html-redisplay-with-images): New command and keystroke.
11883         (gnus-html-show-images): Rename command.
11884         (gnus-html-wash-tags): Remove more white space before <pre_int> image
11885         spacers.
11886         (gnus-html-wash-tags): Decode entities at the end, so that entities
11887         inside the tags don't mess up the rest of the "parsing".
11888
11889         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
11890         so that nnimap methods aren't agentized by default.  There's apparently
11891         many problems related to agent/imap behavior.
11892
11893         * gnus-art.el (gnus-article-copy-string): New command and key binding.
11894
11895         * gnus-html.el: Doc fix.
11896
11897 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11898
11899         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
11900         specifier-spec-list for Emacs 21.
11901
11902         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
11903         glyph-width and glyph-height instead of display-graphic-p and
11904         image-size; make avoidance of displaying small images work for XEmacs.
11905
11906         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
11907         for XEmacs.
11908
11909         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
11910         of symbol that holds plist data.
11911         (gnus-process-plist): Remove plist of process after getting it.
11912
11913 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11914
11915         * message.el (message-generate-hashcash): Change default to
11916         'opportunistic if hashcash is installed.
11917
11918         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
11919         (gnus-html-put-image): Only call image-size once, since it's somewhat
11920         time-consuming on remote X servers.
11921
11922 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11923
11924         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
11925         type on data, not a file name.
11926
11927         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
11928         window-pixel-edges for Emacs 21.
11929
11930         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
11931         decoded contents.
11932         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
11933
11934 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11935
11936         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
11937         group line format, since it isn't very interesting.
11938
11939         * gnus-agent.el (gnus-agent-short-article),
11940         (gnus-agent-long-article): Increase values for these two variables,
11941         since most people are likely to have more network connection and
11942         storage than before.
11943
11944         * gnus.el (gnus-refer-article-method): Change default to 'current.
11945         When referring an article, the common behavior is to refer it from the
11946         current select method, not the native select method.  The chances of
11947         the native select method having the message in question is rather slim
11948         these days.
11949
11950         * gnus-sum.el (gnus-auto-select-subject): Change default to
11951         `unseen-or-unread'.  I think it's likely that most people want to
11952         select an unseen article over a previously seen, but unread one.
11953
11954         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
11955         means that in the article buffer none of the minor mode elements will
11956         be shown, usually, and this is not desirable in most cases.
11957
11958         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
11959         that commands like `d' (and the like) go to the next line in the
11960         buffer, instead of the next unread article.  I think this is the
11961         behavior that is most natural for most users.
11962         (gnus-single-article-buffer): Change default to nil, so that people can
11963         have as many article buffers open as they have summary buffer.  I think
11964         this is the most natural way for the groups to behave.
11965
11966         * message.el (message-generate-new-buffers): Change default to
11967         `unsent', so that all new message buffers start their names with the
11968         string "*unsent", and it's easier to find the buffers if you move from
11969         them.
11970
11971 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11972
11973         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
11974         small.  They're probably tracking images.
11975         (gnus-html-wash-tags): Remove all <pre_int> place holders.
11976         (gnus-html-rescale-image): Yet another try at getting the image sizing
11977         right.
11978
11979         * nntp.el (nntp-request-set-mark): Refuse to do marks if
11980         nntp-marks-file-name is nil.
11981
11982 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11983
11984         * gnus-html.el (gnus-html-wash-tags)
11985         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
11986         Better logging.
11987
11988 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11989
11990         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
11991
11992         * gnus-html.el (gnus-html-wash-tags): Check the value of
11993         gnus-blocked-images in the summary buffer.
11994
11995 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11996
11997         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
11998
11999 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12000
12001         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
12002         like "a", it seems like.
12003         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
12004         since it needs to be picked from the correct buffer.
12005
12006         * nnwfm.el: Remove.
12007
12008         * nnlistserv.el: Remove.
12009
12010 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12011
12012         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
12013         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
12014
12015 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12016
12017         * nnkiboze.el: Remove.
12018
12019         * nndb.el: Remove.
12020
12021         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
12022         alt text.
12023         (gnus-html-rescale-image): Try to get the rescaling logic right for
12024         images that are just wide and not tall.
12025
12026         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
12027         overshadow variable bindings.
12028
12029 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12030
12031         * gnus-html.el (gnus-html-wash-tags)
12032         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
12033         Add extra logging.
12034
12035 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12036
12037         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
12038         (gnus-max-image-proportion): New variable.
12039         (gnus-html-rescale-image): New function.
12040         (gnus-html-put-image): Rescale images.
12041
12042 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12043
12044         Fix up some byte-compiler warnings.
12045         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
12046         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
12047         (gnus-article-fill-cited-article, gnus-article-hide-citation)
12048         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
12049         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
12050         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
12051         (gnus-group-update-group): Use save-excursion and with-current-buffer.
12052
12053 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12054
12055         * gnus-html.el (gnus-article-html): Decode contents by charset.
12056
12057 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12058
12059         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
12060         (gnus-html-frame-width, gnus-blocked-images):
12061         * message.el (message-prune-recipient-rules): Add custom version.
12062         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
12063
12064         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
12065         functions.
12066
12067         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
12068         gnus-process-get.
12069
12070 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
12071
12072         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
12073         instead of lsub directly.
12074
12075 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12076
12077         * nnwarchive.el: Remove.
12078
12079         * gnus-soup.el: Remove.
12080
12081         * nnsoup.el: Remove.
12082
12083         * nnultimate.el: Remove.
12084
12085         * gnus-html.el (gnus-blocked-images): New variable.
12086
12087         * message.el (message-prune-recipients): New function.
12088         (message-prune-recipient-rules): New variable.
12089
12090         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
12091         guess whether a long line is natural text or not.
12092
12093         * gnus-html.el (gnus-html-schedule-image-fetching):
12094         Use gnus-process-plist and friends for compatibility.
12095
12096 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12097
12098         * gnus-html.el: Require packages that define macros used in this file.
12099         (gnus-article-mouse-face): Declare to silence byte-compiler.
12100         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
12101         process-get.
12102         (gnus-html-put-image): Use plist-get to avoid getf.
12103         (gnus-html-prefetch-images): Use with-current-buffer.
12104
12105 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12106
12107         * gnus-ems.el: Provide compatibility functions for
12108         gnus-set-process-plist.
12109
12110         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
12111         header-line-format for XEmacs 21.4.
12112
12113         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
12114         * gnus.el (gnus-valid-select-methods):
12115         * message.el (message-send-mail-partially-limit):
12116         * mm-decode.el (mm-text-html-renderer):
12117         * mml.el (mml-insert-mime-headers-always):
12118         * smiley.el (smiley-regexp-alist): Bump custom version.
12119
12120 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12121
12122         * gnus-html.el: Require mm-url.
12123         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
12124         with the url to `url'.
12125         (gnus-html-wash-tags): Support cid: URLs/images.
12126
12127 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12128
12129         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
12130         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
12131         bindings, as they aren't useful at all.  `w' is moved to `W w'.
12132
12133         * gnus-move.el: Remove file, since it doesn't really work.
12134
12135         * gnus-html.el (gnus-article-html): Tell w3m that the input is
12136         UTF-8.  This seems to fix problems with some German web feeds.
12137
12138         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
12139         at the top so that the proper colors are applied.
12140
12141         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
12142         don't have dots in their names.
12143
12144         * gnus-art.el (gnus-article-view-part): Doc fix.
12145
12146         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
12147         XEmacs-compatible.
12148         (gnus-html-put-image): Don't do images on non-graphic displays.
12149
12150         * nnslashdot.el: Remove this unused backend.
12151
12152         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
12153         actions.
12154         (gnus-undo-register-1): Revert last change.
12155
12156         * gnus-group.el (gnus-group-completing-read): Protect against not
12157         having completion-styles bound.
12158
12159         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
12160         make broken recipients happier.
12161
12162         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
12163
12164         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
12165         point parameter.
12166
12167         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
12168
12169         * gnus-group.el (gnus-group-completing-read): Add 'substring to
12170         completion-styles for group selection.
12171
12172 2009-02-04  Andreas Schwab  <schwab@suse.de>
12173
12174         * gnus-score.el (gnus-score-string): Fix regex for matching extra
12175         headers and regexp-quote the match if necessary.
12176
12177 2009-03-24  Miles Bader  <miles@gnu.org>
12178
12179         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
12180         the blinking smiley.
12181
12182 2009-03-24  Simon Josefsson  <simon@josefsson.org>
12183
12184         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
12185         blink smiley.
12186
12187 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12188
12189         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
12190         where the dribbel file lives exists.
12191
12192         * message.el (message-send-mail-partially-limit): Change the default to
12193         nil, since most people don't want this.
12194
12195         * mm-url.el (mm-url-decode-entities): Also decode entities like
12196         &#x3212.
12197
12198 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12199
12200         * gnus-sum.el (gnus-summary-idna-message):
12201         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
12202         Hyperlink urls in docstrings with URL `...'.
12203
12204 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
12205
12206         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
12207         functions.
12208
12209 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12210
12211         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
12212         say what the mouseover text should be.
12213
12214         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
12215         version of the mm-w3m-safe-url-regexp variable to only download images
12216         in the groups where we want that to happen.
12217
12218         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
12219
12220         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
12221         easier debugging.
12222         (gnus-article-beginning-of-window): Add kludge to allow spacing past
12223         big pictures in the article buffer.
12224
12225         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
12226         gnus-article-html.
12227         (mm-text-html-renderer): gnus-article-html needs curl in addition to
12228         w3m.
12229
12230         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
12231
12232 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12233
12234         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
12235         which doesn't exist.
12236
12237         * message.el (message-inhibit-ecomplete): New variable to allow some
12238         function to inhibit ecomplete address storage.
12239         (message-resend): Disable ecomplete message storage when resending
12240         messages.
12241
12242         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
12243
12244 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12245
12246         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
12247         Save excursion while copying, moving, and deleting articles in order to
12248         prevent the cursor from jumping to unforeseen place.
12249
12250 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12251
12252         * lpath.el: No need to bind bookmark-current-buffer,
12253         bookmark-yank-point and bookmark-make-record-function.
12254
12255 2010-08-17  Glenn Morris  <rgm@gnu.org>
12256
12257         * gnus-sync.el: Require gnus components whose functions are used.
12258
12259         * gnus-art.el (bookmark-make-record-function):
12260         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
12261         Declare for compiler.
12262
12263         * mm-url.el (mml-compute-boundary): Autoload.
12264
12265 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12266
12267         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
12268
12269 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
12270
12271         Typo fix "hoo4a" -> "hook".
12272
12273         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
12274
12275 2010-08-14  Glenn Morris  <rgm@gnu.org>
12276
12277         * gnus-sync.el (gnus-sync): Fix defgroup version.
12278
12279 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
12280
12281         Doc fixes and keep unknown groups (ammended for nunion bug fix).
12282
12283         * gnus-sync.el: Fix docs.
12284         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
12285         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
12286
12287 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12288
12289         Optimizations for gnus-sync.el.
12290
12291         * gnus-sync.el: Add docs about gnus-sync-backend
12292         possibilities.
12293         (gnus-sync-save): Remove unnecessary message.
12294         (gnus-sync-read): Optimize and show what groups were skipped.
12295
12296 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12297
12298         Minor bug fixes for gnus-sync.el.
12299
12300         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
12301         Don't read the sync on get-new-news.
12302
12303         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
12304         quiet.
12305
12306         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
12307         (fix typo).
12308
12309 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
12310
12311         Make saving and restoring of hidden threads work with overlays.
12312         Patch applied by Ted Zlatanov.
12313
12314         * gnus-sum.el (gnus-hidden-threads-configuration)
12315         (gnus-restore-hidden-threads-configuration): Update to deal with text
12316         properties, rather than searching for a magic character.
12317
12318 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12319
12320         New gnus-sync.el library for synchronization of marks.
12321
12322         * gnus-sync.el: New library for synchronization of marks.
12323
12324         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
12325         renamed from `gnus-registry-grep-in-list'.
12326
12327         * gnus-registry.el (gnus-registry-follow-group-p):
12328         Use `gnus-grep-in-list'.
12329
12330         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
12331
12332 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12333
12334         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
12335         determining charset of text fails.
12336
12337 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12338
12339         * nnmail.el (nnmail-get-new-mail-1): Revert.
12340
12341         * nnml.el (nnml-active-number): Make sure names of newly created groups
12342         in nnml-group-alist are encoded.
12343
12344 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12345
12346         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
12347         containing non-ASCII characters in active file for nnml back end.
12348
12349 2010-07-24  David Engster  <dengste@eml.cc>
12350
12351         * mml-smime.el (mml-smime-epg-verify): Also accept the older
12352         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
12353
12354 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
12355
12356         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
12357         tag (Bug#6654).
12358
12359 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12360
12361         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
12362         the article buffer, not the summary buffer.
12363
12364 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12365
12366         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
12367         Emacs 23 as well.
12368
12369 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12370
12371         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
12372         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
12373
12374 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12375
12376         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
12377         Patch applied by Karl Fogel.
12378
12379         * gnus-sum.el (gnus-summary-bookmark-make-record):
12380         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
12381
12382 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12383
12384         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
12385         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
12386         C-w still not working correctly from Article buffers; Thierry's
12387         patch to fix that will be applied after this.
12388
12389         * gnus-art.el (bookmark-make-record-function): New local variable.
12390
12391         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
12392         article buffer.
12393         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
12394
12395 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
12396
12397         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
12398         on changes in bookmark.el.
12399
12400 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12401
12402         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
12403         `no-log' instead of message not to log prompt string.
12404
12405 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
12406
12407         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
12408         the *other* type of HTML form submission.
12409
12410 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
12411
12412         * auth-source.el (auth-source-pick): If choice does not contain a
12413         questioned keyword, set the check to t.
12414
12415 2010-06-12  Romain Francoise  <romain@orebokech.com>
12416
12417         * gnus-util.el (gnus-date-get-time): Move up before first use.
12418
12419 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12420
12421         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
12422         (gnus-article-edit-part): Bind it to make last part that is substituted
12423         or deleted visible.
12424         (gnus-mime-display-single): Buttonize part of which id equals to
12425         gnus-mime-buttonized-part-id.
12426
12427 2010-06-10  Dan Christensen  <jdc@uwo.ca>
12428
12429         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
12430         (gnus-dd-mmm): Use gnus-date-get-time.
12431         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
12432         simplify logic.
12433         (gnus-summary-limit-to-age): Use gnus-date-get-time.
12434         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
12435
12436 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
12437
12438         * auth-source.el (top): Autoload `secrets-list-collections',
12439         `secrets-create-item', `secrets-delete-item'.
12440         (auth-sources): Fix tag string.
12441         (auth-get-source, auth-source-retrieve, auth-source-create)
12442         (auth-source-delete): New defuns.
12443         (auth-source-pick): Rewrite in order to avoid 2 passes.
12444         (auth-source-forget-user-or-password): New parameter USERNAME.
12445         (auth-source-user-or-password): New parameters CREATE-MISSING and
12446         DELETE-EXISTING.  Retrieve password interactively, if needed.
12447
12448 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
12449
12450         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
12451         deleting unused directories when gnus-expert-user is t.
12452
12453 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12454
12455         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
12456         for each temp file when gnus-article-browse-delete-temp is ask.
12457
12458 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12459
12460         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
12461         Replace Lisp calls to delete-backward-char by calls to delete-char.
12462
12463 2010-05-20  Kevin Ryde  <user42@zip.com.au>
12464
12465         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
12466
12467 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
12468
12469         * password-cache.el (password-cache-remove): Fix docstring.
12470
12471 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12472
12473         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
12474         article unless decoding article to be saved.
12475
12476 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12477
12478         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
12479         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
12480         generated within the mm-with-unibyte-current-buffer macro.
12481
12482 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12483
12484         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
12485         to nil when we're in a mml-preview buffer and no group is selected.
12486
12487 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
12488
12489         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
12490         when catching the `C-g'.  Reported by "Leo".
12491
12492 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12493
12494         * message.el (message-forward-make-body-plain)
12495         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
12496         multibyte-string-p.
12497
12498         * lpath.el: Revert.
12499
12500 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12501
12502         * message.el (message-forward-make-body-mml): Assume original message
12503         is multibyte string; error on unibyte.
12504         (message-forward-make-body-plain): Ditto; don't add excessive newline
12505         in body end.
12506
12507         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
12508
12509 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
12510
12511         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
12512         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
12513
12514 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12515
12516         * mm-extern.el (mm-extern-url): Don't use
12517         mm-with-unibyte-current-buffer.
12518         (mm-extern-cache-contents): Use with-current-buffer instead of
12519         save-excursion + set-buffer.
12520
12521 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12522
12523         * mm-util.el (mm-emacs-mule): Remove.
12524
12525 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
12526
12527         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
12528         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
12529         change.
12530
12531 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12532
12533         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
12534         bind the default value of enable-multibyte-characters to nil.
12535
12536 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12537
12538         * message.el (message-forward-make-body-plain)
12539         (message-forward-make-body-mml):
12540         Don't use mm-with-unibyte-current-buffer.
12541
12542 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12543
12544         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
12545
12546 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
12547
12548         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
12549         (Bug#5592).
12550
12551 2010-05-07  Julien Danjou  <julien@danjou.info>
12552
12553         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
12554         it to mm-pipe-part.
12555
12556         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
12557         it is given.
12558
12559 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12560
12561         * binhex.el (binhex-decode-region-internal):
12562         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
12563         (dns-query):
12564         * nnweb.el (nnweb-gmane-search):
12565         * pgg-parse.el (pgg-parse-armor):
12566         * pgg.el (pgg-verify-region):
12567         * sha1.el (sha1-string-external):
12568         * uudecode.el (uudecode-decode-region-internal):
12569         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
12570         XEmacs.
12571
12572         * gnus-art.el (gnus-article-browse-html-parts):
12573         * gnus-group.el (gnus-read-ephemeral-gmane-group):
12574         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
12575         make-temp-file.
12576
12577         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
12578         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
12579         compiling.
12580
12581         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
12582         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
12583         XEmacs when compiling.
12584
12585         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
12586         gnus-pick-mode-off-hook for XEmacs when compiling.
12587         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
12588         gnus-binary-mode-off-hook for XEmacs when compiling.
12589
12590         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
12591         Return nil if char-charset is not available.
12592
12593         * imap.el (imap-disable-multibyte)
12594         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
12595         macros.
12596
12597         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
12598         instead of encode-coding-string.
12599
12600         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
12601         'xemacs) instead of mm-emacs-mule to switch function definitions.
12602         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
12603
12604         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
12605         bind temporary-file-directory for XEmacs;
12606         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
12607         timer-set-function for XEmacs 21.4 and SXEmacs;
12608         bind timer-list for XEmacs 21.4 and SXEmacs;
12609         fbind char-charset and find-charset-region for non-Mule XEmacs;
12610         fbind decode-coding-region, decode-coding-string, detect-coding-region,
12611         encode-coding-region and encode-coding-string for XEmacs having no
12612         file-coding feature.
12613
12614 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
12615
12616         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
12617
12618 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12619
12620         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
12621         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
12622
12623 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
12624
12625         * mm-util.el (mm-decompress-buffer): Use `delete-file';
12626         alias `jka-compr-delete-temp-file' no longer exists.
12627
12628 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12629
12630         Use define-minor-mode in Gnus where applicable.
12631         * mml.el (mml-mode): Use define-minor-mode.
12632         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
12633         (gnus-undo-mode): Use define-minor-mode.
12634         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
12635         (gnus-dead-summary-mode): Use define-minor-mode.
12636         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
12637         Initialize in declaration.
12638         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
12639         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
12640         (gnus-mailing-list-mode): Use define-minor-mode.
12641         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
12642         (gnus-draft-mode): Use define-minor-mode.
12643         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
12644         (gnus-dired-mode): Use define-minor-mode.
12645
12646 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
12647
12648         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
12649         handles on recursive mml-to-mime translation and check them for
12650         boundary delimiter collisions.  Reported by Greg Troxel.
12651
12652 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12653
12654         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
12655
12656 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12657
12658         * mm-util.el (mm-find-buffer-file-coding-system):
12659         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
12660
12661 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
12662
12663         * message.el (message-generate-headers): Record insertion of optional
12664         headers as well.  Otherwise the check to prevent repeated insertion of
12665         optional headers is a no-op.
12666
12667 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
12668
12669         * smime.el: Don't mention CVS.
12670
12671         * nnrss.el (nnrss-fetch): Don't mention CVS.
12672
12673         * nnir.el: Don't mention CVS.
12674
12675 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12676
12677         * gnus-sum.el (gnus-summary-bookmark-make-record):
12678         Add `location' field.
12679
12680 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12681
12682         * lpath.el: Fbind bookmark-default-handler,
12683         bookmark-get-bookmark-record, bookmark-make-record-default,
12684         bookmark-prop-get for Emacs <23 and XEmacs.
12685
12686 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12687
12688         * gnus-sum.el: Add bookmark declarations to silence the compiler.
12689         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
12690         Use with-current-buffer to silence the byte-compiler.
12691         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
12692         bother to require `gnus'.
12693         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
12694
12695 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12696
12697         * gnus-sum.el (gnus-summary-bookmark-make-record)
12698         (gnus-summary-bookmark-jump): New functions.
12699         (gnus-summary-mode): Setup bookmark support.
12700
12701 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
12702
12703         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
12704         if set.
12705
12706 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12707
12708         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
12709         gnus-article-browse-html-save-cid-image; make it work recursively for
12710         forwarded messages as well.
12711         (gnus-article-browse-html-parts): Work when prefix arg is given.
12712         (gnus-article-browse-html-article): Doc fix.
12713
12714 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
12715
12716         * message.el (message-default-mail-headers)
12717         (message-default-headers): Carry the value mail-default-headers over
12718         into message-default-mail-headers, rather than message-default-headers.
12719
12720 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
12721
12722         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
12723         charset.
12724
12725         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
12726         charset into the <meta> tag when the article is encoded to utf-8.
12727
12728 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12729
12730         * gnus-art.el (gnus-article-browse-delete-temp-files):
12731         Delete directories as well.
12732         (gnus-article-browse-html-parts): Work for images that do not specify
12733         file names; delete temp directory when quitting; insert header at the
12734         right place; use file: scheme for image files.
12735
12736 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
12737
12738         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
12739         (gnus-article-browse-html-parts): Use it to make temporary cid image
12740         files in addition to html file so that browser may display them.
12741
12742 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12743
12744         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
12745
12746 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12747
12748         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
12749
12750 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
12751
12752         * auth-source.el (auth-sources): Change default to be simpler.
12753         Explain about Secret Service API sources.  Improve Customize options.
12754         (auth-source-pick): Change to accept any number of search parameters.
12755         Implement fallbacks iteratively, not recursively.  Add scoring on the
12756         second pass and sort by score.  Call Secret Service API when needed.
12757         (auth-source-user-or-password): Use it.  Call Secret Service API
12758         directly when needed to get the user name and the password.
12759
12760 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
12761
12762         * message.el (message-interactive): Doc fix.
12763         (message-qmail-inject-args): Reflow.
12764         (message-kill-to-signature): Fix typo in docstring.
12765
12766         * smiley.el (smiley-buffer): Fix typo in docstring.
12767
12768 2010-03-24  Glenn Morris  <rgm@gnu.org>
12769
12770         * mail-source.el (gnus-message): Declare.
12771         (mail-source-delete-old-incoming): Require gnus-util.
12772
12773 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12774
12775         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
12776
12777         * message.el (ecomplete-setup): Autoload it for Emacs <23.
12778
12779         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
12780         password-cache's default if it is not bound.
12781         (mml-secure-passphrase-cache-expiry): Default to 16 that is
12782         password-cache-expiry's default if it is not bound.
12783
12784         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
12785         available in Emacs 21.
12786
12787         * lpath.el: Suppress compiler warnings for:
12788         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
12789         XEmacs;
12790         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
12791         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
12792         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
12793
12794 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
12795
12796         * auth-source.el (auth-sources): Fix up definition so extra parameters
12797         are always inline.
12798
12799 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
12800
12801         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
12802         wasn't updated after mismatch.  Clear cached mailbox info correctly
12803         when uidvalidity changes.
12804         (nnimap-group-prefixed-name): New function to avoid some code
12805         duplication.
12806         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
12807         (nnimap-request-group): Use it.
12808         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
12809         (nnimap-update-unseen): Significantly improved speed of Gnus startup
12810         with many imap folders.  This is done by caching the group status from
12811         the imap server persistently in a group parameter `imap-status'.  (This
12812         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
12813         but not persistently, so every Gnus startup was still very slow.)
12814
12815 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
12816
12817         * assistant.el (assistant-render-text): Run `widget-setup' and don't
12818         delete the extra newline.  Otherwise editing of :string and :number
12819         types don't work.
12820
12821 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12822
12823         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
12824         secrets.el dependency.
12825         (auth-sources): Add optional user name.  Add secrets.el configuration
12826         choice (unused right now).
12827
12828 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12829
12830         * gnus-sum.el (gnus-summary-make-menu-bar):
12831         Let `gnus-registry-install-shortcuts' fill in the functions.
12832
12833         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
12834         warnings.
12835         (gnus-registry-misc-menus): Variable to hold registry mark menus.
12836         (gnus-registry-install-shortcuts): Populate and use it in a
12837         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
12838
12839 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
12840
12841         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
12842         In-place substitutions for the group name encoding/decoding.
12843         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
12844         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
12845         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
12846         (nnimap-update-unseen, nnimap-request-list)
12847         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
12848         (nnimap-request-set-mark, nnimap-split-to-groups)
12849         (nnimap-split-articles, nnimap-request-newgroups)
12850         (nnimap-request-create-group, nnimap-request-accept-article)
12851         (nnimap-request-delete-group, nnimap-request-rename-group)
12852         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
12853         `encoded-mbx' for consistency.
12854         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
12855         variable `imap-current-mailbox'.
12856
12857         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
12858         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
12859
12860 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
12861
12862         * pop3.el (pop3-display-message-size-flag): Display message size byte
12863         counts during POP3 download.
12864         (pop3-movemail): Use it.
12865         (pop3-list): Implement listing of available messages.
12866
12867 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
12868
12869         * nnir.el (nnir-get-article-nov-override-function): New function to
12870         override the normal NOV retrieval.
12871         (nnir-retrieve-headers): Use it.
12872
12873 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
12874
12875         * auth-source.el (netrc-machine-user-or-password): Autoload.
12876
12877 2010-03-19  Glenn Morris  <rgm@gnu.org>
12878
12879         Stop message.el from loading about 40 libraries it doesn't always need.
12880         The general approach is to autoload rather than require, and to
12881         require in the specific functions rather than the file.  (Bug#5642)
12882
12883         * gmm-utils.el: Don't require wid-edit.
12884         (widget-create-child-value, widget-convert, widget-default-get):
12885         Autoload.
12886
12887         * gnus-util.el: Don't require time-date, netrc.
12888         (message-fetch-field, gnus-group-name-decode): Declare rather than
12889         autoloading.
12890         (gnus-fetch-field): Require message.
12891         (gnus-decode-newsgroups): Require gnus-group.
12892
12893         * ietf-drums.el: Don't require time-date.
12894
12895         * message.el: Don't require hashcash, canlock, ecomplete.
12896         Do require mail-utils.  Require nnheader only when compiling.
12897         (smtpmail-default-smtp-server): Remove declaration.
12898         (message-send-mail-function): Check smtpmail-default-smtp-server
12899         is bound rather than requiring smtpmail.
12900         (message-auto-save-directory, message-insert-signature):
12901         Use expand-file-name rather than nnheader-concat.
12902         (nnheader-insert-file-contents): Autoload.
12903         (hashcash-wait-async): Declare.
12904         (message-send-mail): Only call gnus-setup-posting-charset if
12905         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
12906         (message-send-mail-with-sendmail): Require sendmail.
12907         (canlock-password, canlock-password-for-verify): Declare.
12908         (message-canlock-password): Require canlock.
12909         (nnheader-get-report): Autoload.
12910         (gnus-setup-posting-charset): Declare.
12911         (message-send-news): Require gnus-msg.
12912         (message-make-references, message-make-in-reply-to): Use mail-header-id
12913         rather than the alias mail-header-message-id.
12914         (ecomplete-add-item, ecomplete-save): Declare.
12915         (message-put-addresses-in-ecomplete): Require ecomplete.
12916         (ecomplete-display-matches): Autoload.
12917
12918         * mm-decode.el: Don't require mailcap, gnus-util.
12919         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
12920         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
12921         Autoload.
12922         (mailcap-mime-extensions): Declare.
12923
12924         * mm-encode.el: Don't require mailcap.
12925         (mailcap-extension-to-mime): Autoload.
12926
12927         * mml-sec.el: Don't require password-cache.
12928
12929         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
12930         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
12931         (mml-minibuffer-read-type): Require mailcap.
12932         (mml-preview): Require gnus-msg.
12933
12934         * mml1991.el: Require password-cache.
12935         (password-cache-expiry): Remove declaration.
12936
12937         * mml2015.el: Require password-cache.
12938         (password-cache-expiry): Remove declaration.
12939
12940         * nneething.el (mailcap): Require mailcap.
12941
12942         * nnheader.el (declare-function): Add compatibility stub.
12943         (message-remove-header): Declare rather than autoload.
12944         (nnheader-replace-header): Require message.
12945
12946         * nnimap.el (declare-function): Add compatibility stub.
12947         (netrc-parse, netrc-machine-user-or-password): Declare.
12948         (nnimap-open-connection): Require netrc.
12949
12950         * nntp.el (declare-function): Add compatibility stub.
12951         (netrc-parse, netrc-machine, netrc-get): Declare.
12952         (nntp-send-authinfo): Require netrc.
12953
12954         * rfc2047.el: Don't require qp.
12955         (quoted-printable-encode-region, quoted-printable-decode-string):
12956         Autoload.
12957
12958         * sieve-mode.el: Don't require easymenu.
12959         (easy-menu-add-item): Autoload it.
12960
12961         * spam-stat.el (time-to-number-of-days): Autoload it.
12962
12963 2010-03-19  Glenn Morris  <rgm@gnu.org>
12964
12965         * password-cache.el (password-cache, password-cache-expiry): Autoload.
12966
12967 2010-03-18  Glenn Morris  <rgm@gnu.org>
12968
12969         * hashcash.el (declare-function): Remove duplicate definition.
12970
12971 2010-03-17  Kevin Ryde  <user42@zip.com.au>
12972
12973         * mml.el (mml-read-tag): Unquote values with `read' to reverse
12974         prin1 in mml-insert-tag (just stripping the quotes gave wrong
12975         value if any backslash escapes).
12976
12977 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12978
12979         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
12980         if it is available.  (bug#5647)
12981
12982         * lpath.el: Suppress compiler warning for coding-system-from-name for
12983         Emacs 21 and XEmacs.
12984
12985 2010-03-14  Juri Linkov  <juri@jurta.org>
12986
12987         * hmac-def.el:
12988         * hmac-md5.el:
12989         * netrc.el: Fix keywords.
12990
12991 2010-02-26  Glenn Morris  <rgm@gnu.org>
12992
12993         * message.el (message-send-mail-function): Change the default, so that
12994         it inherits from a customized send-mail-function.  (Bug#5643)
12995
12996 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12997
12998         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
12999         shell-command-to-string signals an error (bug#5299).
13000
13001 2010-02-24  Glenn Morris  <rgm@gnu.org>
13002
13003         * message.el (message-smtpmail-send-it)
13004         (message-send-mail-with-mailclient): Doc fixes.
13005
13006 2010-02-16  Glenn Morris  <rgm@gnu.org>
13007
13008         * message.el (message-default-mail-headers): Change the default value
13009         to ease the transition from mail-mode to message-mode.  (Bug#5555)
13010
13011 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13012
13013         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
13014         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
13015
13016 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
13017
13018         * time-date.el (date-to-time): Doc fix (Bug#5408).
13019
13020 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
13021
13022         * message.el (message-mail): Just pass yank-action on to message-setup.
13023         (message-setup): Handle (FUN . ARGS) form of yank-action.
13024         (message-with-reply-buffer, message-widen-reply)
13025         (message-yank-original): Handle non-buffer values of
13026         message-reply-buffer (Bug#4080).
13027         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
13028
13029 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
13030
13031         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
13032         Fix typo in docstring.
13033
13034 2010-01-08  Jason Rumney  <jasonr@gnu.org>
13035
13036         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
13037         response.
13038
13039 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13040
13041         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
13042
13043         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13044
13045         * message.el (message-check-news-header-syntax): Protect against a
13046         string that `rfc822-addresses' returns when parsing fails.
13047
13048 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13049
13050         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
13051         (gnus-previous-char-property-change): New functions.
13052
13053         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
13054
13055 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
13056
13057         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
13058         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
13059
13060 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
13061
13062         * message.el (message-exchange-point-and-mark): Rework last change to
13063         avoid using optional arg of exchange-point-and-mark, for backward
13064         compatibility.
13065
13066 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
13067
13068         * message.el (message-exchange-point-and-mark):
13069         Call exchange-point-and-mark with an argument rather than setting
13070         mark-active by hand (Bug#5175).
13071
13072 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13073
13074         * nntp.el (nntp-service-to-port): Work for service expressed with
13075         numeric string; replace [:digit:] with [0-9] for XEmacs.
13076
13077 2009-12-17  Glenn Morris  <rgm@gnu.org>
13078
13079         * gnus-group.el (gnus-bug-group-download-format-alist):
13080         Change emacs entry to debbugs.gnu.org.  Bump :version.
13081
13082 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13083
13084         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
13085
13086 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13087
13088         * message.el (message-info): Explain why we use `Info-goto-node'.
13089
13090 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13091
13092         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
13093
13094 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13095
13096         * message.el (message-completion-in-region): New compatibility function.
13097         (message-expand-group): Use it.
13098
13099 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13100
13101         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
13102         with no unread article should be listed if the 2nd arg `predicate' is
13103         given.
13104
13105 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13106
13107         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
13108
13109 2009-11-29  Juri Linkov  <juri@jurta.org>
13110
13111         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
13112         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
13113         on `gnus-recenter'.  (Bug#4698, Bug#4981)
13114
13115 2009-11-26  Kevin Ryde  <user42@zip.com.au>
13116
13117         * sha1.el (sha1-string-external): default-directory "/" in case
13118         otherwise non-existent.  process-connection-type pipe for touch of
13119         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
13120
13121 2009-11-25  Kevin Ryde  <user42@zip.com.au>
13122
13123         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
13124         it's comms related and sgml-mode.el has "comm" on that basis too.
13125
13126 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13127
13128         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
13129         containing tspecial characters if they have been already quoted.
13130
13131 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
13132
13133         * dns-mode.el (auto-mode-alist): Purecopy string.
13134
13135 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13136
13137         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
13138
13139 2009-10-24  Glenn Morris  <rgm@gnu.org>
13140
13141         * gnus-art.el (help-xref-stack-item): Define for compiler.
13142
13143 2009-10-21  Kevin Ryde  <user42@zip.com.au>
13144
13145         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
13146
13147 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13148
13149         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
13150
13151 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13152
13153         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
13154         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
13155
13156 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13157
13158         * gnus.el (gnus-overlay-get): New alias to overlay-get.
13159         (gnus-overlays-in): New alias to overlays-in.
13160
13161         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
13162         gnus-overlay-get, and gnus-delete-overlay.
13163         (gnus-summary-show-thread): Make it work as well for systems in which
13164         next-single-char-property-change is not available.
13165         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
13166
13167         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
13168         (gnus-overlay-get): New alias to extent-property.
13169         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
13170
13171         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
13172         SXEmacs.
13173
13174         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
13175         SXEmacs.
13176
13177 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
13178
13179         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
13180
13181 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
13182
13183         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
13184         and XEmacs that don't have `remove-overlays'.
13185
13186 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13187
13188         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
13189         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
13190         selective display.  Use overlays instead.
13191
13192 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
13193
13194         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
13195
13196 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13197
13198         * spam-stat.el (spam-stat-load): Fix typo in message.
13199
13200 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13201
13202         * dig.el (dig-invoke): Fix typo in docstring.
13203         (query-dig): Reflow docstring.
13204
13205 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
13206
13207         * gnus-art.el (gnus-article-encrypt-body):
13208         * message.el (message-check-recipients):
13209         * mm-util.el (mm-codepage-setup):
13210         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
13211         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
13212
13213 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
13214
13215         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
13216         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
13217         keys from the menu if mm-{sign,encrypt}-option is 'guided.
13218         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
13219         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
13220
13221 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13222
13223         * dig.el: Add "Keywords: comm", as per net-utils.el.
13224
13225 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13226
13227         * dig.el (dig-mode): Use define-derived-mode.
13228
13229 2009-09-19  Glenn Morris  <rgm@gnu.org>
13230
13231         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13232
13233 2009-09-18  Glenn Morris  <rgm@gnu.org>
13234
13235         * gnus-diary.el (gnus-diary-check-message):
13236         * message.el (message-insert-formatted-citation-line):
13237         * nnbabyl.el (top-level):
13238         * nndiary.el (nndiary-schedule):
13239         Fix typos in condition-case handlers.
13240
13241 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13242
13243         * gnus-art.el (gnus-article-edit-part): Work for the buffer
13244         configuration that provides the sole article window in a frame;
13245         position point correctly after deleting a part.
13246
13247 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
13248
13249         * spam.el (spam-unregister-on-reregister): Add boolean variable.
13250         (spam-resolve-registrations-routine): Use it to unregister articles
13251         that change status.
13252
13253 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13254
13255         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
13256         with XEmacs.
13257         (parse-time-string-chars): Use it.
13258
13259 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13260
13261         * imap.el (imap-interactive-login): Better messages.
13262         (imap-open): Fix bug with renamed buffer on reconnect.
13263         (imap-authenticate): Add buffer-local imap-last-authenticator variable
13264         for easier debugging and cleaner code.  On successful (guessed based on
13265         server capabilities) secondary authentication, set imap-state
13266         correctly.
13267         (imap-last-authenticator): Define imap-last-authenticator as a variable
13268         to avoid warnings.
13269
13270 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13271
13272         * nnrss.el (nnrss-request-article): Remove binding of
13273         default-enable-multibyte-characters that has gotten needless by
13274         the 2007-07-13 change in rfc2047-encode-message-header.
13275
13276         * mml.el (mml-insert-multipart): Error on the message header.
13277         (mml-insert-part): Error on the message header; position point at
13278         the end of a MIME tag.
13279
13280 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13281
13282         * time-date.el (autoload): Expand define-obsolete-function-alias into
13283         defalias and make-obsolete for old Emacsen that Gnus supports.
13284         (with-no-warnings): Define it for old Emacsen.
13285         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13286         is available.
13287         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13288         float-time is available; suppress compile warning for time-to-seconds.
13289
13290         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
13291         (gnus-float-time): Alias to float-time if it exists.
13292
13293         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
13294         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
13295         float-time is available; suppress compile warning for time-to-seconds.
13296
13297         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
13298         XEmacs.
13299
13300 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
13301
13302         * imap.el (imap-message-map): Docstring fix.
13303
13304 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13305
13306         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
13307         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
13308         Add the optional argument `encoding' that overrides the default.
13309
13310         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
13311         mm-encode-buffer.
13312
13313 2009-09-04  Glenn Morris  <rgm@gnu.org>
13314
13315         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
13316         mm-disable-multibyte, rather than default-enable-multibyte-characters.
13317         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
13318         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
13319         * mm-util.el (mm-with-unibyte-current-buffer)
13320         (mm-find-buffer-file-coding-system):
13321         * yenc.el (yenc-decode-region): Use default-value rather than
13322         default-enable-multibyte-characters.
13323
13324 2009-09-03  Glenn Morris  <rgm@gnu.org>
13325
13326         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
13327         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
13328         than default-enable-multibyte-characters.
13329
13330 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
13331
13332         * gnus-art.el (gnus-article-read-summary-keys):
13333         Fix gnus-buffer-configuration's value temporarily used.
13334
13335 2009-09-02  Glenn Morris  <rgm@gnu.org>
13336
13337         * gnus-util.el (gnus-float-time): New function.
13338         * gnus-delay.el (gnus-delay-article):
13339         * gnus-sum.el (gnus-thread-latest-date):
13340         * gnus-util.el (gnus-user-date): Use gnus-float-time.
13341         * nnspool.el (nnspool-request-newgroups):
13342         Use gnus-float-time rather than time-to-seconds.
13343         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
13344
13345         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
13346         (gnus-header-subject-face, gnus-header-newsgroups-face)
13347         (gnus-header-name-face, gnus-header-content-face):
13348         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
13349         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
13350         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
13351         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
13352         (gnus-cite-face-11):
13353         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
13354         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13355         (gnus-server-closed-face, gnus-server-denied-face)
13356         (gnus-server-offline-face):
13357         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13358         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13359         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13360         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13361         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13362         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13363         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13364         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13365         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13366         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13367         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13368         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13369         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13370         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
13371         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
13372         (gnus-summary-high-undownloaded-face)
13373         (gnus-summary-low-undownloaded-face)
13374         (gnus-summary-normal-undownloaded-face)
13375         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13376         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13377         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13378         (gnus-splash-face):
13379         * message.el (message-header-to-face, message-header-cc-face)
13380         (message-header-subject-face, message-header-newsgroups-face)
13381         (message-header-other-face, message-header-name-face)
13382         (message-header-xheader-face, message-separator-face)
13383         (message-cited-text-face, message-mml-face):
13384         * sieve-mode.el (sieve-control-commands-face)
13385         (sieve-action-commands-face, sieve-test-commands-face)
13386         (sieve-tagged-arguments-face):
13387         * spam.el (spam-face):
13388         Mark face aliases with "-face" in the name as obsolete.
13389
13390 2009-09-01  Glenn Morris  <rgm@gnu.org>
13391
13392         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
13393         than goto-line.
13394
13395 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13396
13397         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13398         Don't move point if the command is invoked inside the message header.
13399
13400 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13401
13402         * imap.el (imap-send-command): Simplify.
13403         (imap-wait-for-tag): point-max -> buffer-size.
13404
13405 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13406
13407         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
13408         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
13409         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
13410         * nnir.el (nnir-swish-e-index-file):
13411         * gnus-sum.el (gnus-summary-delete-marked-as-read)
13412         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
13413         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
13414         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
13415         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
13416         (gnus-treat-display-xface): Add Emacs version of obsolescence.
13417
13418 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13419
13420         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13421         Don't save excursion.
13422
13423 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13424
13425         * nnheader.el (nnheader-find-file-noselect):
13426         * mm-util.el (mm-insert-file-contents):
13427         Use (default-value 'major-mode) instead of default-major-mode.
13428
13429 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13430
13431         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
13432
13433 2009-08-26  Glenn Morris  <rgm@gnu.org>
13434
13435         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
13436         than placing in files.el.
13437
13438 2009-08-25  Glenn Morris  <rgm@gnu.org>
13439
13440         * nnir.el (top-level): Don't require cl at run-time.
13441         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
13442         Replace cl-function substitute with gnus-replace-in-string.
13443         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
13444         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
13445         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
13446         simplified expansions.
13447
13448 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13449
13450         * dig.el (dig): Add autoload cookie.
13451
13452 2009-08-22  Glenn Morris  <rgm@gnu.org>
13453
13454         * gnus-art.el (gnus-button-patch): Use forward-line rather than
13455         goto-line.
13456
13457 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13458
13459         * parse-time.el (parse-time-string-chars): Save match data.
13460
13461 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13462
13463         * parse-time.el (parse-time-string-chars): Compute using character
13464         classes, to handle non-ascii characters (Bug#3190).
13465
13466 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13467
13468         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
13469
13470         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
13471         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
13472         (gnus-mm-display-part, gnus-mime-display-single)
13473         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
13474         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
13475
13476         * gnus-sum.el
13477         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
13478         (gnus-summary-move-article): Add expirable mark to articles copied or
13479         moved to group that has auto-expire turned on if the option is non-nil.
13480
13481 2009-07-24  Glenn Morris  <rgm@gnu.org>
13482
13483         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
13484         Fix typo.  (Bug#3903)
13485
13486 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13487
13488         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
13489         gnus-article-read-summary-keys rather than gnus-summary-edit-article
13490         that should not be used for draft articles.
13491         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
13492         that has no concern in minor mode keys.
13493         (gnus-article-summary-command, gnus-article-summary-command-nosave):
13494         Abolish.
13495
13496 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13497
13498         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
13499         article without making inquiry to a user for unknown encoding.
13500
13501         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
13502         (nnmaildir--scan): Assume i-node and device number that file-attributes
13503         returns might be cons-cell.
13504
13505         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
13506
13507         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
13508
13509 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
13510
13511         * auth-source.el: Remove docs now in auth.texi.  Don't use
13512         `gnus-message' for logging.  Add new variables `auth-source-debug' and
13513         `auth-source-hide-passwords' and use them.
13514
13515 2009-07-15  Glenn Morris  <rgm@gnu.org>
13516
13517         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
13518
13519 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13520
13521         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
13522         excessive whitespace from the default values of title and description.
13523
13524 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13525
13526         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
13527         mail-fetch-field to fetch Content-Description header in order to
13528         exclude newlines.
13529
13530 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
13531
13532         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
13533         format used by GnuPG 2.0.11.
13534
13535 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13536
13537         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
13538         to deleted part.
13539
13540 2009-05-30  David Engster  <dengste@eml.cc>
13541
13542         * nnmairix.el: Remove old documentation in the commentary block.
13543         (nnmairix-request-group): Do not update active file for nnml back ends.
13544         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
13545         end so that overview files are ignored.
13546         (nnmairix-update-groups): Make updating the groups more robust by using
13547         marks.
13548         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
13549         with dollar characters in message-id.
13550
13551 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
13552
13553         * spam.el: Use dns-query instead of query-dns.  Was renamed on
13554         2008-12-25 in dns.el.
13555
13556 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13557
13558         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
13559         could happen if the text is only composed of spaces and/or tabs.
13560
13561 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
13562
13563         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
13564         when sending a queued message to avoid extra mml tags.
13565
13566 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13567
13568         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
13569
13570 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13571
13572         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
13573         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
13574         rmail-toggle-header for XEmacs;
13575         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
13576
13577 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13578
13579         * gnus-dired.el: Remove autoload for gnus-setup-message.
13580         (gnus-dired-attach): Fake this-command value to prevent Gnus from
13581         displaying Gnus logo; always use compose-mail.
13582
13583 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13584
13585         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
13586
13587 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13588
13589         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
13590         (gnus-nocem-issuers): List currently active issuers; fix custom type.
13591         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
13592         available.
13593         (gnus-nocem-epg-verify): New function.
13594
13595 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
13596
13597         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
13598
13599 2009-02-15  Glenn Morris  <rgm@gnu.org>
13600
13601         * gnus-util.el (rmail-insert-rmail-file-header)
13602         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
13603         autoloads.
13604         (rmail-default-rmail-file): Remove unnecessary declaration.
13605         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
13606
13607 2009-02-14  Glenn Morris  <rgm@gnu.org>
13608
13609         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
13610         variable (only used in gnus-util, which declares it anyway).
13611         (rmail-output-to-rmail-file): Remove autoload of deleted function,
13612         which was only needed by gnus-art (changed to not use it any more).
13613         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
13614         only used in gnus-util, which autoloads it itself.
13615         (rmail-update-summary): Fix autoload.
13616
13617         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
13618         rather than rmail-output-to-rmail-file.
13619
13620 2009-02-07  Glenn Morris  <rgm@gnu.org>
13621
13622         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
13623         autoload of function that no longer exists.
13624         (rmail-toggle-header): Declare.
13625         (message-forward-rmail-make-body): Handle mbox Rmail.
13626
13627 2009-01-31  Glenn Morris  <rgm@gnu.org>
13628
13629         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
13630         2009-01-09 change.
13631
13632 2009-01-31  Dave Love  <fx@gnu.org>
13633
13634         * imap.el (imap-fetch-safe): Bind debug-on-error.
13635         (imap-debug): Add imap-fetch-safe.
13636
13637 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
13638
13639         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
13640         (auth-source-forget-all-cached): New convenience function.
13641         (auth-source-user-or-password): Accept list of modes or a single mode.
13642
13643         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
13644         auth-source modes.
13645
13646         * netrc.el (netrc-machine-user-or-password): Use list of
13647         auth-source modes.
13648
13649         * nnimap.el (nnimap-open-connection): Use list of
13650         auth-source modes.
13651
13652         * nntp.el (nntp-send-authinfo): Use list of
13653         auth-source modes.
13654
13655 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13656
13657         * auth-source.el: Update docs to reflect epa-file-enable is to be used
13658         now.
13659
13660 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13661
13662         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
13663         coding system in XEmacs; add a workaround for XEmacs.
13664
13665         * lpath.el: Fbind coding-system-aliasee.
13666
13667 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13668
13669         * mm-util.el (mm-coding-system-priorities): Protect against nil value
13670         of current-language-environment.
13671
13672 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13673
13674         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
13675         available at runtime.
13676
13677 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13678
13679         * gnus-art.el (article-date-ut): Fix end point of narrowing.
13680
13681 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
13682
13683         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
13684         the greatest positive fixnum value doesn't work under an XEmacs with
13685         bignum support; use the most-positive-fixnum constant instead,
13686         available since Emacs 21.1 with cl and XEmacs 21.1.
13687
13688 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13689
13690         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
13691         XEmacs gets not to work.
13692
13693 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13694
13695         * mm-util.el (mm-coding-system-priorities): Allow the value like
13696         "Japanese (UTF-8)" of current-language-environment.
13697
13698 2009-01-09  Glenn Morris  <rgm@gnu.org>
13699
13700         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
13701         with last-command-event.
13702
13703 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13704
13705         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
13706         in the doc string.
13707
13708         * message.el (message-fix-before-sending): Amend comment.
13709
13710 2009-01-08  Dave Love  <fx@gnu.org>
13711
13712         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
13713
13714 2009-01-07  David Engster  <dengste@eml.cc>
13715
13716         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
13717         simplified server definitions by converting it via
13718         gnus-server-to-method.
13719
13720 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13721
13722         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
13723         parameter's operands.
13724
13725 2009-01-06  David Engster  <dengste@eml.cc>
13726
13727         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
13728         primary select method (for gnus-group-mark-article-as-read).
13729
13730 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
13731
13732         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
13733         `(gnus)Face', not `(gnus)X-Face'.
13734
13735 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13736
13737         * mm-util.el (mm-ucs-to-char): New function.
13738
13739         * mm-url.el (mm-url-decode-entities): Use it.
13740
13741         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
13742         unicode-to-char.
13743
13744 2009-01-05  Dave Love  <fx@gnu.org>
13745
13746         * time-date.el: Require cl for `declare'.
13747
13748 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13749
13750         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
13751         Dave Love.
13752
13753 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13754
13755         * message.el (message-fix-before-sending): Add `eight-bit' to
13756         illegible-text check.
13757
13758 2009-01-03  Michael Olson  <mwolson@gnu.org>
13759
13760         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
13761         `headers' is nil.  This can occur if the IMAP server does not have
13762         permissions to read messages from a folder, but can write new messages
13763         to the folder.
13764         (nnimap-request-article-part): Do not insert `data' if it is nil.
13765
13766         * imap.el (imap-parse-fetch): Courier can insert spurious blank
13767         characters which will confuse `read', so skip past them.
13768
13769 2009-01-01  Dave Love  <fx@gnu.org>
13770
13771         * imap.el (imap-string-to-integer): Fix typo.
13772         (imap-fetch-safe): New function.
13773         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
13774
13775         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
13776
13777         * imap.el (imap-process-connection-type, imap-debug, imap-open):
13778         (imap-parse-greeting): Fix doc strings.
13779         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
13780         (imap-parse-flag-list): Make messages unique.
13781         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
13782
13783         * nnimap.el: Fix author email.
13784         (nnimap-split-rule): Add FIXME comment.
13785         (nnimap-debug): Fix doc string.
13786
13787 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13788
13789         * dns.el (dns-set-servers): Check "Address".  Fix typo.
13790
13791 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
13792
13793         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
13794         nslookup if resolv.conf isn't available.
13795         (dns-query): Rename from query-dns.
13796         (dns-query-cached): Rename from query-dns-cached.
13797
13798 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13799
13800         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
13801         overlay-arrow-position and overlay-arrow-string buffer-local; no need
13802         to check if those variables exist (first appeared in Emacs 18.50).
13803
13804 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13805
13806         * mm-util.el (mm-line-number-at-pos): New function.
13807
13808         * spam-report.el (spam-report-process-queue): Use it.
13809
13810 2008-12-24  David Engster  <dengste@eml.cc>
13811
13812         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
13813         parameters that haven't existed as variables as buffer-local variables.
13814
13815 2008-12-23  Dave Love  <fx@gnu.org>
13816
13817         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
13818         cadar.
13819
13820         * sieve-manage.el (sieve-manage-starttls-p): Rename from
13821         imap-starttls-p.
13822         (sieve-manage-starttls-open): Rename from imap-starttls-open.
13823
13824 2008-12-22  Dave Love  <fx@gnu.org>
13825
13826         * imap.el: Fix author email.  Doc fixes.
13827         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
13828         reply.
13829
13830 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
13831
13832         * spam-report.el (spam-report-gmane-max-requests): New constant.
13833         (spam-report-gmane-wait): New variable.
13834         (spam-report-gmane-ham, spam-report-gmane-spam)
13835         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
13836         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
13837         the server.
13838
13839         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
13840         Add explanations.
13841
13842         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
13843         nnheader-accept-process-output and nnheader-read-timeout if available.
13844         (pop3-movemail): Use it.
13845
13846         * message.el (message-check-news-body-syntax): Fix signature check if
13847         there's an attachment.
13848
13849 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13850
13851         * mm-util.el: Add comments to the mm- emulating functions.
13852
13853 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
13854
13855         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
13856         Reported by Stephen Berman <stephen.berman@gmx.net>.
13857
13858 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13859
13860         * mm-util.el (mm-substring-no-properties): New function.
13861         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
13862         (mm-special-display-p): Enable those lambda forms to be byte compiled.
13863         (mm-string-to-multibyte): Doc fix.
13864
13865         * mml.el (mml-attach-file): Use mm-substring-no-properties.
13866
13867 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13868
13869         * mml.el (mml-attach-file): Strip text properties from file name.
13870         (Bug#1574)
13871
13872 2008-12-16  Glenn Morris  <rgm@gnu.org>
13873
13874         * mm-util.el (mm-charset-override-alist): Declare for compiler.
13875
13876 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13877
13878         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
13879         knows since the charset specified might be a bogus alias that
13880         mm-charset-synonym-alist provides.
13881
13882 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13883
13884         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
13885         "ISO_8859-1".
13886
13887         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
13888
13889 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13890
13891         * mm-util.el (mm-charset-eval-alist):
13892         Define it before mm-charset-to-coding-system.
13893         (mm-charset-to-coding-system): Add optional argument `silent';
13894         define it before mm-charset-override-alist.
13895         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
13896         default value if it can be used in Emacs currently running;
13897         silence mm-charset-to-coding-system.
13898
13899 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13900
13901         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
13902         `allow-override' which says whether to use `mm-charset-override-alist'.
13903         (rfc2047-decode-encoded-words): Use it.
13904
13905         * mm-util.el (mm-charset-override-alist): Fix custom type;
13906         add `(gb2312 . gbk)' to choices.
13907
13908 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13909
13910         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
13911         fast.
13912
13913         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13914
13915         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
13916
13917 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
13918
13919         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
13920         on links.
13921
13922         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13923
13924 2008-12-03  Lute Kamstra  <lute@gnu.org>
13925
13926         * sha1.el: Remove leading * from docstrings of defcustoms,
13927         deffaces, defconsts and defuns.
13928
13929 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13930
13931         * message.el (message-idna-to-ascii-rhs-1): Protect against local
13932         users' addresses that don't have domain parts.
13933         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
13934         rather than message-narrow-to-head since there will be the message
13935         header separator.
13936
13937 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13938
13939         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
13940         since the result is inserted in a unibyte buffer anyway.
13941         (nnimap-demule-use-string-to-multibyte): Remove.
13942         (nnimap-demule): Alias it to mm-string-to-multibyte.
13943
13944 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13945
13946         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
13947         variable for debugging bug#464 and bug#1174.
13948         (nnimap-demule): Use it.
13949
13950 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13951
13952         * gnus-score.el (gnus-score-find-trace): Handle default score in total
13953         score calculation correctly.
13954
13955 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13956
13957         * message.el (message-send-mail): Just set the buffer to unibyte
13958         rather than use mm-with-unibyte-current-buffer which does a lot more.
13959         (message-send-mail-partially): Don't bother with
13960         mm-with-unibyte-current-buffer since it's already been made unibyte by
13961         message-send-mail.
13962
13963 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
13964
13965         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
13966
13967 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
13968
13969         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
13970
13971 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13972
13973         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
13974         require itself and to remove `with-no-warnings'.
13975
13976 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
13977
13978         * starttls.el (starttls-any-program-available): Get the name of the
13979         available TLS layer program.
13980         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
13981         well as the host name in the "opening" message.
13982
13983         * auth-source.el (auth-source-cache, auth-source-do-cache)
13984         (auth-source-user-or-password): Cache passwords and logins by default,
13985         allow override with `auth-source-do-cache'.
13986         (auth-source-forget-user-or-password): Allow users to remove cache
13987         entries if needed.
13988
13989 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
13990
13991         * md4.el (md4-buffer): Fix typo in docstring.
13992         (md4, md4-64): Doc fixes.
13993         (md4-pack-int32): Reflow docstring.
13994
13995 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13996
13997         * ietf-drums.el (ietf-drums-remove-comments): Localize second
13998         condition-case to only the forward-sexp call.
13999
14000 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14001
14002         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
14003         quotes contained.  Make it more robust regardless by an extra
14004         condition-case wrapper.
14005
14006 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14007
14008         * lpath.el: No need to fbind codepage-setup for Emacs 23.
14009
14010 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14011
14012         * nnml.el (nnml-request-expire-articles): Check if the function set to
14013         `nnmail-expiry-target' returns the symbol `delete'.
14014
14015         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
14016
14017         * nnmail.el (nnmail-expiry-target): Fix custom type.
14018
14019 2008-10-02  Glenn Morris  <rgm@gnu.org>
14020
14021         * mm-util.el (mm-codepage-setup): Tweak codepage error.
14022         Silence compiler warning.
14023
14024 2008-10-01  Magnus Henoch  <mange@freemail.hu>
14025
14026         * tls.el (open-tls-stream): Show the actual command being
14027         executed, instead of the format string.
14028
14029 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14030
14031         * lpath.el: Fbind codepage-setup for Emacs 23.
14032
14033 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
14034
14035         * mml.el (mml-menu): Don't assume mml2015 is bound.
14036
14037 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14038
14039         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
14040         exists.
14041
14042 2008-09-27  Glenn Morris  <rgm@gnu.org>
14043
14044         * gnus-util.el (mail-header-remove-comments): Autoload it.
14045
14046 2008-09-27  Andreas Schwab  <schwab@suse.de>
14047
14048         * gnus-util.el (gnus-split-references): Strip comments.
14049         (gnus-parent-id): Likewise.
14050
14051 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
14052
14053         * message.el (message-confirm-send): Fix version.
14054
14055 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14056
14057         * message.el (message-idna-to-ascii-rhs-1): Use
14058         mail-extract-address-components rather than mail-header-parse-addresses
14059         that is an alias by default to ietf-drums-parse-addresses that does not
14060         support non-ASCII names in headers' contents.
14061
14062 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14063
14064         * message.el (message-confirm-send): Fix variable documentation to
14065         avoid the "y/n" wording.
14066
14067 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
14068
14069         * message.el (message-set-auto-save-file-name): Save to a different
14070         filename so multiple messages (especially drafts) can be recovered.
14071
14072 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
14073
14074         * message.el (message-confirm-send): Add appropriate version.
14075
14076 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
14077
14078         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
14079         defvar.
14080
14081 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
14082
14083         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
14084         (mm-pkcs7-enveloped-magic): Ditto.
14085
14086 2008-09-17  Simon Josefsson  <simon@josefsson.org>
14087
14088         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
14089         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
14090
14091 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
14092
14093         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
14094         default, it's better.
14095
14096 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
14097
14098         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
14099         summary line gnus-number property and ignore them (with a warning
14100         message).
14101
14102 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14103
14104         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
14105         macro caddr in the interactive form since it won't be expanded.
14106
14107 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14108
14109         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
14110         `charset'; fix name of function called recursively.
14111         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
14112
14113 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14114
14115         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
14116         (gnus-mime-set-charset-parameters): New function.
14117         (gnus-mime-view-part-as-charset): Use it to correctly display part
14118         specifying wrong charset.
14119
14120 2008-09-08  David Engster  <dengste@eml.cc>
14121
14122         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
14123         in completing-read for back end server.
14124
14125 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
14126
14127         * message.el (message-confirm-send): New variable to confirm sending a
14128         message.
14129         (message-send): Use it.
14130
14131 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
14132
14133         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
14134
14135 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14136
14137         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
14138
14139 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
14140
14141         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
14142         prevent tracking too many groups.
14143         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
14144         Use it.
14145
14146 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
14147
14148         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
14149         moving point to the bottom of the window in order to avoid recentering.
14150
14151 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14152
14153         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
14154
14155         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
14156         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
14157         (gnus-article-beginning-of-window): Fix calculation.
14158
14159 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14160
14161         * gnus-msg.el (gnus-summary-supersede-article)
14162         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
14163         value of gnus-newsgroup-charset to decode non-MIME encoded text in
14164         message header.
14165
14166 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
14167
14168         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
14169         pending output coming after the status change.
14170
14171 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
14172
14173         * message.el:
14174         * gnus-start.el:
14175         * gnus-registry.el: Remove VMS support.
14176
14177 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14178
14179         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
14180         macro.
14181         (rfc2104-hash): Use it.
14182
14183 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
14184
14185         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
14186         (gnus-summary-sort-by-most-recent-date): New commands.
14187         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
14188         and menu entries.
14189
14190 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14191
14192         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
14193         don't redisplay article for raw contents; remove plural articles stuff.
14194
14195         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
14196         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
14197         on gnus-summary-save-article; display results properly.
14198
14199 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14200
14201         * lpath.el: No need to fbind ns-focus-frame.
14202
14203 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14204
14205         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
14206
14207 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14208
14209         * gnus-art.el (gnus-summary-save-in-pipe):
14210         Consider gnus-save-all-headers.
14211
14212 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
14213
14214         * gnus-util.el (ns-focus-frame): Remove declaration.
14215         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
14216         like x.
14217
14218 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
14219
14220         * rfc2104.el (rfc2104-zero): Delete defconst.
14221         (rfc2104-hex-alist): Likewise.
14222         (rfc2104-hex-to-int): Delete func.
14223         (rfc2104-hexstring-to-bitstring): Likewise.
14224         (rfc2104-nybbles): New defconst.
14225         (rfc2104-hash): Rewrite for speed.
14226
14227 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14228
14229         * tls.el (open-tls-stream): Make it work with the 2nd argument
14230         BUFFER that is a string but does not exist as a buffer object, as
14231         mentioned in the doc-string.
14232
14233 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14234
14235         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
14236         SXEmacs.
14237
14238 2008-07-16  Glenn Morris  <rgm@gnu.org>
14239
14240         * gnus-util.el (ns-focus-frame): Declare for compiler.
14241
14242 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14243
14244         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
14245         set as a group parameter.
14246         (gnus-summary-save-in-pipe): Work when it is called independently.
14247         (gnus-summary-pipe-to-muttprint): Don't modify
14248         gnus-summary-pipe-output-default-command.
14249
14250 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14251
14252         * message.el (message-send-mail-with-sendmail):
14253         Display the error message.
14254
14255 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14256
14257         * gnus-art.el (gnus-default-article-saver):
14258         Add gnus-summary-save-in-pipe to choices.
14259         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
14260         gnus-summary-pipe-output-default-command as the default command.
14261         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
14262         instead of gnus-last-shell-command.
14263
14264         * gnus-sum.el (gnus-summary-pipe-output-default-command):
14265         New user option.
14266         (gnus-summary-muttprint-program): Mention the value will be changed.
14267         (gnus-summary-save-article): Force showing of all headers.
14268         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
14269
14270 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
14271
14272         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
14273
14274 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
14275
14276         * nnimap.el (nnimap-id):
14277         * sieve-manage.el (sieve-manage-open): Doc fixes.
14278
14279 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
14280
14281         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
14282         if available.
14283
14284 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14285
14286         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
14287
14288         * nnkiboze.el (nnkiboze-generate-group):
14289         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
14290
14291         * nnmairix.el: Require CL.
14292
14293 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14294
14295         * dgnushack.el: Autoload get-display-table and put-display-table for
14296         XEmacs 21.5.
14297
14298         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
14299         21.4 and SXEmacs.
14300
14301 2008-06-15  David Engster  <dengste@eml.cc>
14302
14303         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
14304
14305 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
14306
14307         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
14308         New macros that expand to an `aset'/`aref' call under Emacs, and to a
14309         runtime choice under XEmacs.
14310
14311         * gnus-sum.el (gnus-summary-set-display-table):
14312         Use `gnus-put-display-table', `gnus-get-display-table',
14313         `gnus-set-display-table' for the display table, instead of `aset'.
14314
14315         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
14316         Use `gnus-put-display-table', `gnus-get-display-table',
14317         `gnus-set-display-table' for the display table.
14318
14319 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14320
14321         * nnmairix.el: Add autoloads.
14322
14323 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14324
14325         * nnmairix.el (nnmairix-delete-recreate-group)
14326         (nnmairix-update-and-clear-marks): Fix error messages.
14327
14328 2008-06-14  David Engster  <dengste@eml.cc>
14329
14330         * nnmairix.el: Upgrade to version 0.6.
14331         (nnmairix-group-toggle-propmarks-this-group)
14332         (nnmairix-group-toggle-readmarks-this-group)
14333         (nnmairix-group-delete-recreate-this-group)
14334         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
14335         (nnmairix-remove-tick-mark-original-article): New commands.
14336         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
14337         (nnmairix-propagate-marks-to-nnmairix-groups)
14338         (nnmairix-only-use-registry, nnmairix-allowfast-default)
14339         (nnmairix-marks-cache, nnmairix-version-output): New variables.
14340         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
14341         functions needed for marks propagation and manipulation of read marks.
14342         (nnmairix-update-groups): New function.
14343         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
14344         (nnmairix-determine-original-group-from-registry)
14345         (nnmairix-determine-original-group-from-path)
14346         (nnmairix-get-group-from-file-path, nnmairix-map-range)
14347         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
14348         New helper functions.
14349         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
14350         keystrokes for new commands.
14351         (nnmairix-delete-and-create-on-change): Doc string cleanup.
14352         (nnmairix-request-group): Check allow-fast group parameter.
14353         (nnmairix-request-create-group): Set allow-fast group parameter if
14354         nnmairix-allowfast-default is set.
14355         (nnmairix-close-group): Propagate marks upon closing if needed.
14356         (nnmairix-group-toggle-threads-this-group): Use new.
14357         nnmairix-group-toggle-parameter helper function.
14358         (nnmairix-search): Better check for empty search result.
14359         (nnmairix-goto-original-article): Use new helper functions for
14360         determining original article.
14361         (nnmairix-show-original-article): Make sure message-id is in brackets.
14362         (nnmairix-call-mairix-binary): Change variable name.
14363         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
14364         helper function.
14365         (nnmairix-widget-toggle-activate): Fix doc string.
14366
14367 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14368
14369         * nnir.el: Require edmacro when compiling with XEmacs.
14370         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
14371         available in Emacs 21.
14372
14373 2008-06-11  Glenn Morris  <rgm@gnu.org>
14374
14375         * gnus-util.el (x-focus-frame):
14376         * gnus.el (image-size):
14377         * mm-decode.el (image-size): Declare.
14378
14379         * gnus-picon.el (declare-function): Add compat definition.
14380         (image-size): Declare.
14381
14382         * gnus-group.el (tool-bar-map):
14383         * gnus-sum.el (tool-bar-map): Define for compiler.
14384
14385         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
14386
14387         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
14388
14389         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
14390         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
14391         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
14392         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
14393         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
14394         * sieve-manage.el, spam-report.el, spam.el:
14395         Remove unnecessary eval-and-compile of autoloads.
14396
14397 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
14398
14399         * auth-source.el: Precise Tramp doc.
14400
14401 2008-06-07  Glenn Morris  <rgm@gnu.org>
14402
14403         * nnmairix.el: Remove unnecessary eval-when-compile.
14404
14405 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14406
14407         * lpath.el: Fbind propertize for XEmacs 21.4.
14408
14409 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
14410
14411         * nnir.el: Move here from ../contrib.
14412
14413 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14414
14415         * gnus-util.el (gnus-read-shell-command): New function.
14416         * mm-decode.el (mm-pipe-part):
14417         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
14418
14419 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14420
14421         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
14422
14423 2008-06-03  Glenn Morris  <rgm@gnu.org>
14424
14425         * pop3.el (nnheader-accept-process-output): Autoload it.
14426
14427 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14428
14429         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
14430         are not 2-digit hexadecimal characters that follow `%'s.
14431
14432 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14433
14434         * message.el (message-bogus-recipient-p): Fix type in doc string.
14435         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
14436         (message-bogus-addresses): Rename from message-bogus-address-regexp.
14437         Improve custom options.
14438         (message-bogus-recipient-p): Adjust accordingly.
14439
14440 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
14441
14442         * parse-time.el (parse-time-months, parse-time-weekdays): Add
14443         long-form month and day names.
14444
14445 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14446
14447         * dgnushack.el: Autoload debug, eudc-expand-inline and
14448         pgg-snarf-keys-region for XEmacs.
14449
14450         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
14451
14452         * nnmairix.el: Require edmacro when compiling with XEmacs.
14453
14454 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
14455
14456         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
14457         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
14458
14459 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14460
14461         * auth-source.el: Add more docs.
14462
14463         * netrc.el (netrc-machine): Always match if the port is not given.
14464
14465 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14466
14467         * nnheader.el (nnheader-read-timeout): Change the default timeout from
14468         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
14469         retrieval faster in some cases, but might make CPU usage larger.
14470         If this has any bad side effects, we might revert this change.
14471
14472         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
14473         seems to make mail retrieval much, much faster.
14474         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
14475         unconditionally.
14476
14477         * gnus-draft.el (gnus-group-send-queue):
14478         Bind message-send-mail-partially-limit to nil to avoid being prompted.
14479
14480 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
14481
14482         * mml.el (mml-attach-buffer): Prompt for `disposition'.
14483
14484         * message.el (message-bogus-address-regexp): Fix and improve custom
14485         type.
14486         (message-setup-hook): Add message-check-recipients as custom option.
14487
14488 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
14489
14490         * message.el (message-cite-function): Remove bogus autoload which crept
14491         in during merge from v5-10.
14492
14493 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14494
14495         * nnimap.el (nnimap-open-connection): Fix login/password bug.
14496
14497         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
14498
14499         * auth-source.el: Preliminary Tramp docs.
14500         (auth-sources): Change the default auth-sources to use
14501         EPA .gpg files.
14502
14503 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
14504
14505         * nntp.el: Autoload `auth-source-user-or-password'.
14506         (nntp-send-authinfo): Use it.
14507
14508         * nnimap.el: Autoload `auth-source-user-or-password'.
14509         (nnimap-open-connection): Use it.
14510
14511         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
14512         for the gnus-message function.
14513         (auth-source-user-or-password): Use it.
14514
14515 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14516
14517         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
14518         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
14519         (rfc2104-hash): Use it.
14520
14521 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
14522
14523         * gnus-art.el (gnus-article-toggle-truncate-lines):
14524         Don't use `iff' in docstring.
14525
14526 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
14527
14528         * gnus-registry.el: Adjusted copyright dates and added a keyword.
14529
14530         * gnus-util.el (gnus-extract-address-component-name)
14531         (gnus-extract-address-component-email): Convenience functions around
14532         `gnus-extract-address-components'.
14533
14534         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14535         Use `gnus-extract-address-component-email' to fix bug of comparing full
14536         sender name to `user-mail-address'.
14537
14538 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
14539
14540         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
14541         catch/throw to optimize.
14542         (gnus-registry-find-keywords): Just use member to find a keyword.
14543
14544 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14545
14546         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
14547         is current before calling gnus-server-prepare.
14548         (gnus-server-setup-buffer, gnus-server-update-server)
14549         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
14550
14551 2008-05-04  Juri Linkov  <juri@jurta.org>
14552
14553         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
14554         (mailcap-file-default-commands): Use mailcap-replace-in-string
14555         instead of replace-regexp-in-string, and mailcap-delete-duplicates
14556         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
14557
14558 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
14559
14560         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
14561
14562 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14563
14564         * gnus.el: Bump version to 0.11.
14565
14566 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14567
14568         * gnus.el: No Gnus v0.10 is released.
14569
14570 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14571
14572         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
14573         hooks.
14574         (gnus-update-read-articles): Speed up non-marks-using users.
14575         (gnus-use-marks): Define gnus-use-marks.
14576         (gnus-propagate-marks): Rename variable to something more sensible.
14577
14578 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
14579
14580         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
14581         (gmm-image-load-path-for-library): Fix typos in docstrings.
14582         (gmm-message): Reflow docstring.
14583
14584 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
14585
14586         * mail-source.el (mail-source-set-1, mail-source-bind):
14587         Move auth-source code out of the macro to clean it up and fix bugs.
14588
14589 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
14590
14591         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
14592         by sender if it's equal to user-mail-address, it's likely to be
14593         useless.
14594
14595         * mail-source.el (mail-source-bind): Don't use user or password if they
14596         are not bound.  Unintern them if they are nil.  Don't use server unless
14597         it's bound, and default it to empty string otherwise.
14598
14599 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
14600
14601         * mail-source.el: Load auth-source.el.
14602         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
14603         get user name or password, if auth-sources is set up.
14604
14605         * gnus-registry.el (gnus-registry-split-strategy): New variable for
14606         strategy of splitting with parent.
14607         (gnus-registry-split-fancy-with-parent)
14608         (gnus-registry-post-process-groups): Use it and fix prior
14609         bug (returning a list as the split result).
14610
14611         * auth-source.el (auth-sources): Remove server parameter.
14612         (auth-source-pick, auth-source-user-or-password)
14613         (auth-source-user-or-password-imap)
14614         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14615         (auth-source-user-or-password-sftp)
14616         (auth-source-user-or-password-smtp): Remove server parameter.
14617
14618 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
14619
14620         * smime.el (smime-sign-region, smime-encrypt-region)
14621         (smime-decrypt-region):
14622         Remove redundant calls to `generate-new-buffer-name'.
14623
14624 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
14625
14626         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
14627         Don't use QP for message/rfc822.
14628         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
14629
14630 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14631
14632         * sieve-manage.el (sieve-string-bytes): Remove.
14633         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
14634         correct byte-length only if the process's coding-system is the same as
14635         the one used internally by Emacs to represent strings.
14636
14637 2008-04-22  Juri Linkov  <juri@jurta.org>
14638
14639         * mailcap.el (mailcap-file-default-commands): New function.
14640
14641 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14642
14643         * message.el (message-signature-separator, message-cite-function):
14644         Change custom version.
14645
14646 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
14647
14648         * tls.el (tls-program): Add -ign_eof argument to call the openssl
14649         commands.
14650         (tls-checktrust): Ditto.
14651
14652 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14653
14654         * mm-decode.el (mm-display-external): Make temp file read-only.
14655
14656 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14657
14658         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
14659         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
14660         `C-c C-f d'.
14661
14662 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
14663
14664         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
14665
14666 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14667
14668         * gnus.el: Bump version to 0.9.
14669
14670 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
14671
14672         * gnus.el: No Gnus v0.8 is released.
14673
14674 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14675
14676         * mail-source.el (mail-source-value):
14677         Prefer fboundp to functionp so it works with macros as well.
14678
14679 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14680
14681         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14682         Fix last change in case the element is not even a symbol.
14683
14684 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14685
14686         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14687         Prefer fboundp to functionp so it works with macros as well.
14688
14689 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
14690
14691         * auth-source.el: Add docs.
14692         (auth-sources): Modify format to support server.
14693         (auth-source-pick, auth-source-user-or-password)
14694         (auth-source-user-or-password-imap)
14695         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14696         (auth-source-user-or-password-sftp)
14697         (auth-source-user-or-password-smtp): Add server parameter.
14698
14699 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
14700
14701         * gnus-registry.el: Initialize the registry when gnus-registry-install
14702         is t.
14703
14704 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14705
14706         * compface.el (uncompface): Make buffer unibyte.
14707
14708 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14709
14710         * mail-source.el (mail-source-value):
14711         Prefer fboundp to functionp so it works with macros as well.
14712
14713 2008-04-05  Glenn Morris  <rgm@gnu.org>
14714
14715         * gnus-ems.el (mm-disable-multibyte): Autoload it.
14716
14717 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14718
14719         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
14720         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
14721
14722         * nnheader.el (nnheader-init-server-buffer): Change buffer's
14723         multibyteness after rather than before erasing it.
14724
14725         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
14726         mm-with-multibyte.
14727         (gnus-request-article-this-buffer): Make sure the proper decoding is
14728         used if gnus-original-article-buffer happens to be unibyte.
14729
14730         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
14731         default-enable-multibyte-characters.
14732
14733         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
14734         default-enable-multibyte-characters.
14735
14736         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
14737
14738         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
14739
14740 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14741
14742         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14743         Fix last change in case the element is not even a symbol.
14744
14745 2008-04-02  Simon Josefsson  <simon@josefsson.org>
14746
14747         * imap.el (imap-enable-exchange-bug-workaround): New variable.
14748         (imap-message-copyuid-1): Use it.
14749         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
14750         J. Williams in
14751         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14752
14753         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
14754         imap-enable-exchange-bug-workaround.
14755         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
14756
14757 2008-04-01  Simon Josefsson  <simon@josefsson.org>
14758
14759         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
14760         a 100 byte status-checks into a 2-3MB transfer for each group.
14761         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
14762         to enable bug workaround or not.
14763         (nnimap-find-minmax-uid): Only enable workaround conditionally.
14764
14765 2008-03-31  Glenn Morris  <rgm@gnu.org>
14766
14767         * message.el (mml2015-use): Declare for compiler.
14768         (message-info): Require mml2015 when appropriate.
14769
14770 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14771
14772         * Makefile.in (EMACS_COMP): Quote directory name that might contain
14773         whitespace.
14774
14775 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14776
14777         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
14778         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
14779         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
14780         (nntp-service-to-port): New function.
14781         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
14782         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
14783         (nntp-open-netcat-stream): New function.
14784         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
14785
14786 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
14787
14788         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
14789
14790 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14791
14792         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
14793
14794 2008-03-28  Magnus Henoch  <mange@freemail.hu>
14795
14796         * dns.el (dns-write): Use set-buffer-multibyte.
14797
14798 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
14799
14800         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
14801
14802 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14803
14804         * message.el (message-signature-separator): Change default.
14805         Improve custom type.
14806         (message-cite-function): Change default to
14807         message-cite-original-without-signature.
14808
14809         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
14810         toggle.
14811
14812         * message.el (message-check-news-body-syntax): Fix signature check.
14813         (message-setup-1): Mark buffer as unmodified _after_ running
14814         message-setup-hook and handling message-alternative-emails.
14815         (message-shorten-references): Be more strict when building list of
14816         valid references to comply with GNKSA.
14817
14818         * gnus-group.el (gnus-read-ephemeral-bug-group)
14819         (gnus-read-ephemeral-debian-bug-group)
14820         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
14821
14822         * message.el (message-info): Don't use booleanp which isn't supported
14823         in Emacs 21 and XEmacs.
14824
14825 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
14826
14827         * gnus-group.el (gnus-gmane-group-download-format): Rename from
14828         gnus-group-gmane-group-download-format.
14829         (gnus-group-read-ephemeral-gmane-group): Rename from
14830         gnus-group-read-ephemeral-gmane-group.
14831         (gnus-read-ephemeral-gmane-group-url): Rename from
14832         gnus-group-read-ephemeral-gmane-group-url.
14833         (gnus-bug-group-download-format-alist): New variable.
14834         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
14835         (gnus-read-ephemeral-emacs-bug-group): New commands.
14836
14837 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14838
14839         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
14840         (gnus-visible-headers): Improve custom type.
14841
14842 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14843
14844         * mml.el (mml-menu): Add workarounds for XEmacs.
14845
14846         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
14847         X-Boundary header.
14848
14849         * message.el (message-simplify-recipients): Fix previous commit.
14850
14851 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14852
14853         * mm-util.el (mm-set-buffer-multibyte): New function.
14854         * mm-decode.el (mm-copy-to-buffer): Use it.
14855
14856         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14857         Prefer fboundp to functionp so it works with macros as well.
14858
14859 2008-03-19  Glenn Morris  <rgm@gnu.org>
14860
14861         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
14862         Accidentally removed in the sync process with Emacs.
14863
14864 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
14865
14866         * message.el (message-alter-recipients-discard-bogus-full-name):
14867         New function.
14868         (message-alter-recipients-function): New variable.
14869         (message-get-reply-headers): Use it.
14870         (message-replace-header): New helper function.
14871         (message-recipients-without-full-name): New variable.
14872         (message-simplify-recipients): New command.
14873
14874         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
14875
14876         * message.el (message-info): Handle EasyPG manual.
14877
14878         * mml.el (mml-menu): Add entry for EasyPG.
14879
14880 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
14881
14882         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
14883         parameter.
14884
14885         * message.el (message-disassociate-draft): Specify drafts group name
14886         fully.
14887
14888 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
14889
14890         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14891         Eliminate unnecessary duplicates from the match list.
14892
14893 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14894
14895         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
14896
14897         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
14898
14899         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
14900         args of `how-many' of which the XEmacs version doesn't take; declare
14901         Info-index-next as function.
14902
14903 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14904
14905         * gnus-score.el (gnus-score-headers): Fix handling of
14906         gnus-inhibit-slow-scoring.
14907
14908         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
14909         string.
14910         (gnus-button-url-regexp): Improve handling of parenthesis.
14911         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
14912         (gnus-button-handle-info-keystrokes): Handle index entries.
14913
14914 2008-03-15  Glenn Morris  <rgm@gnu.org>
14915
14916         * parse-time.el (parse-time-string): Simplify.
14917
14918 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14919
14920         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
14921         Incoming* files.
14922
14923 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
14924
14925         * auth-source.el (auth-sources): Rename from auth-source-choices.
14926         (auth-source-pick): Use it.
14927
14928 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14929
14930         * binhex.el (binhex-decode-region-internal):
14931         * uudecode.el (uudecode-decode-region-internal):
14932         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
14933         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
14934         setting default-enable-multibyte-characters.
14935
14936 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
14937
14938         * auth-source.el (auth-source-protocols)
14939         (auth-source-protocols-customize, auth-source-choices): Add and
14940         modified variable customizations and defaults.
14941         (auth-source-pick, auth-source-user-or-password)
14942         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
14943         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14944         (auth-source-user-or-password-sftp)
14945         (auth-source-user-or-password-smtp): Use new variables and provide an
14946         interface to netrc.el.
14947
14948 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14949
14950         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
14951         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
14952         Make sure the nntp port to specify is a string.
14953
14954 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14955
14956         * nntp.el: Use with-current-buffer.
14957         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
14958         dubious mm-with-unibyte-current-buffer.
14959         (nntp-with-open-group-function): New function extracted from
14960         nntp-with-open-group macro.
14961         (nntp-with-open-group): Use the function, so it's easier to debug.
14962         Add indentation and debugging info.
14963         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
14964         Recommend the use of the netcat alternatives.
14965
14966         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
14967         Avoid mm-string-as-multibyte as well.
14968
14969         * nnweb.el (nnweb-insert-html):
14970         Remove use of nnheader-string-as-multibyte.
14971
14972         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
14973         (nnheader-string-as-multibyte): Remove.
14974
14975         * mm-view.el: Use inhibit-read-only.
14976         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
14977         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
14978         or unibyte-string.
14979
14980         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
14981         (mm-uu-yenc-extract): Use with-current-buffer.
14982
14983         * gnus-soup.el (gnus-soup-send-packet): Don't use
14984         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
14985
14986         * nnmh.el: Use with-current-buffer.
14987         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
14988         mm-string-as-multibyte on the output of mm-encode-coding-string.
14989
14990         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
14991         (nnimap-request-move-article): Use with-current-buffer.
14992
14993         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
14994         inserting the handle-buffer's text, so the implicit multibyte->unibyte
14995         conversion uses string-make-unibyte rather than string-as-unibyte.
14996
14997         * gnus-msg.el: Use with-current-buffer.
14998
14999         * message.el (message-ignored-resent-headers): Add "Delivered-To".
15000
15001 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
15002
15003         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
15004         string for caching if it is 'PIN.
15005
15006 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15007
15008         * lpath.el: Consider the case without Emacs/W3.
15009
15010 2008-03-08  Glenn Morris  <rgm@gnu.org>
15011
15012         * time-date.el (date-to-time, time-subtract, time-add)
15013         (safe-date-to-time): Doc fixes.
15014
15015 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15016
15017         * mail-source.el (mail-source-delete-old-incoming-confirm):
15018         Change default to nil.
15019         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
15020
15021 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15022
15023         * lpath.el: Rearrange.
15024
15025         * gnus-art.el (gnus-narrow-to-page): Position point properly.
15026         (gnus-article-goto-prev-page): Work for articles having ^L's.
15027
15028         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
15029
15030         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
15031
15032 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
15033
15034         * gnus-bookmark.el: Adjust for renames in bookmark.el.
15035         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
15036         (gnus-bookmark-jump): Adjust some variable names.
15037
15038 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
15039
15040         * auth-source.el: New package.
15041         (auth-source-choices): Add customization entry point variable.
15042
15043         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
15044         bug.
15045
15046 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
15047
15048         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
15049         (gnus-registry-initialize, gnus-registry-install-p): Use it.
15050         (gnus-registry-install-shortcuts): Rename from
15051         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
15052         the `gnus-registry-mark-map' keymap dynamically from
15053         `gnus-registry-marks'.  The generated functions update the summary line
15054         when a registry mark is added or deleted, and will call
15055         `gnus-registry-install-p' (see the comments in the code).
15056         (gnus-registry-user-format-function-M): Use concat intelligently.
15057
15058         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
15059         the registry mark functions.
15060
15061 2008-03-05  Glenn Morris  <rgm@gnu.org>
15062
15063         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
15064         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
15065         gnus-art.
15066         (top-level): No need to load own source when compiling.
15067
15068 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15069
15070         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
15071         Suggested by <chris.anderton@zetnet.co.uk>.
15072
15073 2008-03-04  Glenn Morris  <rgm@gnu.org>
15074
15075         * gnus-sum.el (top-level): No need to require gnus when compiling,
15076         since unconditionally required near start of file.
15077         (gnus-summary-display-while-building): Move definition before use.
15078
15079 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15080
15081         * gnus-registry.el (gnus-registry-user-format-function-M):
15082         Add formatting function.
15083
15084 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15085
15086         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
15087         with plists.
15088         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
15089         Use new format.
15090
15091 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15092
15093         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
15094         `where-is-internal' that returns a range of key sequences.
15095
15096 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15097
15098         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
15099
15100         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
15101         (gnus-summary-jump-to-group): Consider windows on other displayed
15102         frames as well.  Similar changes might be needed elsewhere, but that's
15103         the one I've bumped into during my use.
15104
15105         * nndoc.el (nndoc-oe-dbx-type-p):
15106         * gnus-msg.el (gnus-debug):
15107         * gnus-group.el (gnus-update-group-mark-positions):
15108         Use mm-string-to-multibyte.
15109
15110 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15111
15112         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
15113         doesn't handle NotDashEscaped.
15114
15115         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
15116         (mml-dnd-attach-options): Fix typo in custom choice.
15117
15118         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
15119         Change nndoc-article-type to mbox.
15120         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
15121
15122         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
15123         to nil, instead of html2text.
15124
15125         * imap.el (imap-debug): Add `imap-ping-server'.
15126
15127         * gnus-bookmark.el: Add FIXMEs.
15128
15129         * message.el (message-form-letter-separator)
15130         (message-send-form-letter-delay): New variables.
15131         (message-send-form-letter): Use them.  New command to send form
15132         letters.  Requested by Uwe Siart.
15133         (message-send-mail-function): Doc fix.  Add "Other" custom option.
15134
15135 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15136
15137         * Update copyright years.
15138
15139 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15140
15141         Sync from EMACS_22_BASE.
15142
15143         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
15144
15145 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
15146
15147         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
15148         empty author.
15149
15150 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
15151
15152         * gnus-registry.el (gnus-registry-marks): Add variable for
15153         customization of marks and their appearance.
15154         (gnus-registry-read-mark): Use it.
15155         (gnus-registry-do-marks): Add utility function to loop through
15156         `gnus-registry-marks'.
15157         (gnus-registry-install-shortcuts-and-menus): Add function to install
15158         shortcuts and menus.
15159         (gnus-registry-initialize): Use it.
15160         (gnus-registry-default-mark): Clarify documentation.
15161
15162 2008-02-29  Glenn Morris  <rgm@gnu.org>
15163
15164         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
15165         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
15166         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
15167         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
15168         Change defcustom :version from 23.0 to 23.1.
15169
15170 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
15171
15172         * gnus-registry.el (gnus-registry-follow-group-p)
15173         (gnus-registry-post-process-groups): Add functions to aid registry
15174         splitting and improve logging.  Clarify behavior in function
15175         documentation.
15176         (gnus-registry-split-fancy-with-parent): Use them.
15177
15178 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15179
15180         * gnus-art.el: Use with-current-buffer.
15181
15182 2008-02-27  David Engster  <dengste@eml.cc>
15183
15184         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
15185         Express real group name in the response.
15186
15187 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15188
15189         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
15190         (nnmairix-last-server, nnmairix-current-server): Defvar them.
15191         (nnmairix-goto-original-article): Defvar gnus-registry-install and
15192         autoload gnus-registry-fetch-group when compiling.
15193         (nnmairix-request-group-with-article-number-correction):
15194         Remove unreferenced argument passed to nnmairix-call-backend.
15195
15196 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15197
15198         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
15199         (mm-uu-extract): Improve face for low color ttys.
15200         Reported by Sascha Wilde.
15201
15202 2008-02-27  Glenn Morris  <rgm@gnu.org>
15203
15204         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
15205         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
15206         variables to defconsts.  Convert comments to doc-strings.
15207         (nnmairix-last-server, nnmairix-current-server): Convert from free
15208         variables to defvars.  Convert comments to doc-strings.
15209         (gnus-registry-fetch-group): Autoload.
15210         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
15211         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
15212         (nnmairix-widget-build-editable-fields): Use car cddr rather than
15213         caddr.
15214         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
15215         nnmairix-request-group-with-article-number-correction call.
15216         (nnmairix-fast, nnmairix-group): New, less general names, for free
15217         variables passed from nnmairix-request-group to
15218         nnmairix-request-group-with-article-number-correction.  Declare.
15219         (nnmairix-request-group-with-article-number-correction):
15220         Use nnmairix-fast, nnmairix-group rather than fast, group.
15221
15222 2008-02-26  David Engster  <dengste@eml.cc>
15223
15224         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
15225         version 0.5.
15226
15227 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15228
15229         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
15230         instead of making an extra function call.  Don't add the current group
15231         to articles only when they have the group.  Use
15232         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
15233         Reported by David <de_bb@arcor.de>.
15234
15235 2008-02-24  Miles Bader  <miles@gnu.org>
15236
15237         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
15238         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
15239         (mm-find-mime-charset-region):
15240         * mm-bodies.el (mm-encode-body):
15241         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
15242
15243 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15244
15245         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
15246         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
15247
15248 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
15249
15250         * mail-source.el (mail-source-delete-incoming): Change default.
15251         Supplement doc string.
15252
15253         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
15254
15255 2008-02-14  Glenn Morris  <rgm@gnu.org>
15256
15257         * time-date.el (format-seconds): New function.
15258
15259 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15260
15261         * nnmail.el (nnmail-message-id-cache-file): Derive from
15262         `gnus-home-directory'.
15263
15264 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
15265
15266         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
15267         Document negative prefix.
15268
15269         * gnus-group.el (gnus-group-read-group): Document negative prefix.
15270
15271 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15272
15273         * message.el (message-unsent-separator): Add the Exim bounce
15274         separator.
15275
15276 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
15277
15278         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
15279         list.
15280         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
15281         recipient/signer list.
15282
15283 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15284
15285         * Makefile.in (datarootdir): Define.
15286         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
15287         name that might contain whitespace.
15288
15289 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15290
15291         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
15292         fbound (Emacs 23 unicode), signal an error.
15293
15294 2008-02-08  Glenn Morris  <rgm@gnu.org>
15295
15296         * gnus-art.el (pgg-display-output-buffer): Declare as function.
15297
15298 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
15299
15300         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
15301         ports to the calls to `netrc-machine-user-or-password' in addition to
15302         "imap" and "imaps".
15303
15304 2008-02-01  Zhang Wei  <id.brep@gmail.com>
15305
15306         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
15307
15308         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
15309
15310 2008-02-01  Kenichi Handa  <handa@m17n.org>
15311
15312         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
15313         rfc2104-hexstring-to-bitstring and changed to return a byte list.
15314         (rfc2104-hash): Convert the result of concat to unibyte string.
15315
15316 2008-02-01  Dave Love  <fx@gnu.org>
15317
15318         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
15319         coding-system-for-read.
15320         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
15321
15322 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15323
15324         * gnus.el (gnus-group-startup-message): Add `find-image' call before
15325         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
15326         <hanche@math.ntnu.no>.
15327
15328 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15329
15330         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
15331
15332         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
15333
15334 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
15335
15336         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
15337         * message.el (message-beginning-of-line): Use featurep instead of bound
15338         tests in order to resolve conditionals at compile time.
15339
15340 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
15341
15342         * mail-source.el (mail-sources): Add `group' choice.
15343
15344         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
15345         parameter `in-group' to control into which group the articles go.
15346         Add treatment of `group' mail-source.
15347
15348 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15349
15350         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
15351
15352         * mm-decode.el (mm-dissect-buffer): Decode description.
15353
15354         * mml.el (mml-to-mime): Encode message header first.
15355
15356 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15357
15358         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
15359         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
15360
15361         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
15362         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
15363
15364 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
15365
15366         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
15367
15368 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15369
15370         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
15371         prefix keys.
15372         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
15373         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
15374         gnus-xmas.el.
15375
15376         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
15377         (gnus-xmas-article-describe-bindings): New function.
15378         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
15379         gnus-xmas-article-describe-bindings.
15380
15381         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
15382
15383 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
15384
15385         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
15386         Add new variables for article mark management.
15387         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
15388         list of extra data entries which, when present, will indicate that the
15389         article ID should not be trimmed from the registry.
15390         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
15391         functions.
15392         (gnus-registry-read-mark): New function to read a mark name from the
15393         user.
15394         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
15395         (gnus-registry-set-article-mark-internal): New functions to add and
15396         remove marks.
15397         (gnus-registry-get-article-marks): New function to show the marks for
15398         an article, or retrieve them for further use.
15399
15400 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15401
15402         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
15403         keys when no argument is given.
15404
15405 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15406
15407         * imap.el (imap-ping-server): New variable.
15408         (imap-opened): On add extra ping if imap-ping-server is non-nil.
15409         (imap-ping-server): Minor doc string fixes.
15410
15411 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
15412
15413         * imap.el (imap-ping-server): New function.
15414         (imap-opened): Call imap-ping-server.
15415
15416 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15417
15418         * gnus-sum.el (gnus-article-sort-by-random)
15419         (gnus-thread-sort-by-random): Fix doc strings.
15420         Reported by jidanni@jidanni.org.
15421
15422 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15423
15424         * gnus-art.el (gnus-article-describe-bindings): New function.
15425         (gnus-article-read-summary-keys): Use it.
15426         (gnus-article-mode-map): Bind `C-h b' to it.
15427
15428 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15429
15430         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
15431         XEmacs.
15432         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15433         Protect against non-character events.
15434
15435         * lpath.el: Fbind map-keymap for Emacs 21.
15436
15437 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
15438
15439         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
15440         New command.
15441         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
15442         instead of END.  Change name of the temp file.
15443         (gnus-group-gmane-group-download-format): Add doc string.  Make it
15444         customizable.
15445
15446 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15447
15448         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
15449         bind `S W' to gnus-article-wide-reply-with-original; set default
15450         binding to gnus-article-read-summary-send-keys.
15451         (gnus-article-read-summary-keys): Fix the order of keys; display
15452         continuation keys correctly in the echo area; describe bindings
15453         correctly when keys end with `C-h'.
15454         (gnus-article-read-summary-send-keys): New function.
15455         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15456         Work for gnus-article-read-summary-send-keys; display continuation keys
15457         correctly in the echo area.
15458         (gnus-article-reply-with-original): Ignore prefix argument.
15459         (gnus-article-wide-reply-with-original): New function.
15460
15461         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
15462         Emacs 21.
15463
15464 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15465
15466         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
15467         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
15468
15469 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15470
15471         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
15472         (gnus-group-read-ephemeral-gmane-group): New command.
15473
15474 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
15475
15476         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
15477
15478 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15479
15480         * message.el (message-send-mail-function): Increase custom version.
15481
15482         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
15483         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
15484
15485 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15486
15487         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
15488         for the cases where imap-authenticate is called with a nil buffer
15489         parameter.
15490
15491 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15492
15493         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
15494         html parts correctly; support forwarded messages.
15495         (gnus-article-browse-html-article): Remove work buffers.
15496
15497         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
15498         compiling.
15499         (netrc-bound-and-true-p): New macro.
15500         (netrc-parse): Use it instead of bound-and-true-p that is not available
15501         in XEmacs 21.4.
15502
15503 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
15504
15505         * gnus-registry.el (gnus-registry-mark-article)
15506         (gnus-registry-article-marks): Add functionality to mark articles
15507         through the Gnus registry.
15508
15509         * encrypt.el: Clarify documentation for the new pgg method.
15510         (encrypt-file-alist): Add PGG option.
15511         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
15512         functionality.  Abstract password key and messaging to external
15513         functions.
15514         (encrypt-password-key, encrypt-get-passphrase-if-needed)
15515         (encrypt-message-method-and-cipher): Add new convenience external
15516         functions.
15517         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
15518         (encrypt-pgg-process-buffer): Add PGG functionality glue.
15519
15520         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
15521         (netrc-parse): Use encrypt-file-alist to determine if
15522         encrypt-find-model or encrypt-insert-file-contents should be used.
15523
15524         * encrypt.el: Clarify documentation.  Load password-cache or
15525         password, whichever one is found first, instead of autoloading.
15526
15527 2007-12-19  Glenn Morris  <rgm@gnu.org>
15528
15529         * mml.el (message-options-set, message-narrow-to-head)
15530         (message-in-body-p, message-mail-p, message-encode-message-body):
15531         Autoload.
15532         (message-remove-header, message-narrow-to-headers-or-head)
15533         (message-subscribed-p, message-make-mail-followup-to)
15534         (message-position-on-field, message-news-p)
15535         (message-options-set-recipient, message-generate-headers)
15536         (message-sort-headers): Declare as functions.
15537
15538 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15539
15540         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
15541         convention in doc string.
15542
15543 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15544
15545         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
15546         title to html parts.
15547         (gnus-article-browse-html-article): Pass message header to it.
15548
15549         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
15550
15551 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
15552
15553         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
15554         or password compatible with XEmacs.
15555
15556 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15557
15558         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
15559         format document.
15560         (gnus-mime-delete-part): Don't write description line if empty.
15561         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
15562
15563 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
15564
15565         * gnus-sum.el (gnus-summary-mark-unread-as-read)
15566         (gnus-summary-mark-read-and-unread-as-read)
15567         (gnus-summary-mark-current-read-and-unread-as-read)
15568         (gnus-summary-mark-unread-as-ticked): Doc fix.
15569         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
15570
15571 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15572
15573         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
15574         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15575
15576 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15577
15578         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
15579         yes-or-no-p.
15580
15581 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15582
15583         * mm-decode.el (mm-add-meta-html-tag): New function.
15584         (mm-save-part-to-file, mm-pipe-part): Use it.
15585
15586         * gnus-art.el (gnus-article-browse-delete-temp-files):
15587         Use gnus-y-or-n-p instead of y-or-n-p.
15588         (gnus-article-browse-html-parts): Work with message/external-body; use
15589         mm-add-meta-html-tag.
15590
15591 2007-12-11  Glenn Morris  <rgm@gnu.org>
15592
15593         * gnus-cache.el: Require gnus-sum not just when compiling.
15594
15595         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
15596
15597         * gnus-int.el (gnus-server-opened, gnus-status-message):
15598         Move definitions before use.
15599
15600         * mm-decode.el: Require gnus-util.
15601         (mm-remove-part): Only call delete-annotation on XEmacs.
15602
15603         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
15604
15605         * nnmail.el: Require gnus-int.
15606
15607         * spam.el: Move `require's before `eval-when-compile's.
15608
15609         * gnus-ems.el (gnus-alive-p):
15610         * gnus-fun.el (message-goto-eoh):
15611         * gnus-util.el (gnus-group-name-decode):
15612         * mail-source.el (gnus-compress-sequence):
15613         * message.el (Info-goto-node, format-spec):
15614         * mm-bodies.el (message-options-get):
15615         * mm-decode.el (mm-view-pkcs7):
15616         * mm-util.el (gmm-write-region):
15617         * mml-smime.el (mml-compute-boundary)
15618         (gnus-completing-read-with-default):
15619         * mml.el (widget-button-press, gnus-make-hashtable):
15620         * mml1991.el (mm-decode-content-transfer-encoding)
15621         (mm-encode-content-transfer-encoding)
15622         (message-options-get, message-options-set):
15623         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
15624         * nnfolder.el (gnus-request-group):
15625         * nnheader.el (ietf-drums-unfold-fws):
15626         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
15627         * smime.el (gnus-run-mode-hooks):
15628         * spam-stat.el (gnus-message): Autoload.
15629
15630         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
15631         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
15632         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
15633         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
15634         Add declare-function compatibility definition.
15635
15636         * gnus-cache.el (nnvirtual-find-group-art):
15637         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
15638         (gnus-add-image, gnus-add-wash-type):
15639         * gnus-group.el (nnkiboze-score-file):
15640         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
15641         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
15642         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
15643         (message-tokenize-header, gnus-get-buffer-create)
15644         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
15645         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
15646         * gnus.el (gnus-group-decoded-name):
15647         * mail-source.el (imap-capability):
15648         * mm-bodies.el (message-options-set):
15649         * mm-decode.el (gnus-configure-windows):
15650         * mm-extern.el (message-goto-body):
15651         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
15652         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
15653         (epg-sub-key-validity, message-options-set):
15654         * mml.el (widget-event-point, gnus-configure-windows):
15655         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
15656         * mml2015.el (epg-check-configuration, epg-configuration)
15657         (message-options-set):
15658         * nndb.el (nndb-request-article):
15659         * nnfolder.el (gnus-request-create-group):
15660         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
15661         * nnmaildir.el (gnus-group-mark-article-read):
15662         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
15663         * rfc1843.el (message-fetch-field):
15664         * spam.el (gnus-extract-address-components):
15665         Declare as functions.
15666
15667 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15668
15669         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
15670
15671         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
15672
15673         * lpath.el: Fbind run-mode-hooks for Emacs 21;
15674         bind show-trailing-whitespace for XEmacs.
15675
15676 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15677
15678         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
15679         new no-op macro for backward compatibility.
15680
15681         * imap.el (imap-string-to-integer): New function.
15682
15683 2007-12-09  Glenn Morris  <rgm@gnu.org>
15684
15685         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
15686
15687         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
15688         * message.el, mm-view.el, sieve-manage.el, smime.el:
15689         Add declare-function compatibility definition.
15690
15691         * gnus-art.el (w3-region, w3m-region, Info-menu):
15692         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
15693         * gnus-sum.el (gnus-get-predicate):
15694         * gnus-util.el (mm-append-to-file, w32-focus-frame):
15695         * message.el (mail-abbrev-in-expansion-header-p):
15696         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
15697         (w3m-detect-meta-charset, w3m-region):
15698         * sieve-manage.el (password-read, password-cache-add)
15699         (password-cache-remove):
15700         * smime.el (password-read-and-add): Declare as functions.
15701
15702 2007-12-08  David Kastrup  <dak@gnu.org>
15703
15704         * gnus-sum.el (gnus-summary-simplify-subject-query):
15705         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
15706         `message'.
15707
15708 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15709
15710         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
15711         it to bind idna-program, installation-directory, defined-colors, and
15712         face-attribute for XEmacs of the version that compiles defcustom forms.
15713
15714 2007-12-07  Glenn Morris  <rgm@gnu.org>
15715
15716         * gnus-art.el (article-make-date-line): Revert previous change.
15717
15718 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15719
15720         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
15721
15722 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
15723
15724         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
15725         Call gnus-add-to-range ranges only once with a prepared article-list.
15726
15727 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
15728
15729         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
15730         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
15731         group names with backslashes.
15732         Reported by Tassilo Horn <tassilo@member.fsf.org>.
15733
15734 2007-12-06  Deepak Goel  <deego3@gmail.com>
15735
15736         * gnus-art.el (article-make-date-line):
15737         * gnus-start.el (gnus-load):
15738         * pop3.el (pop3-read-response): Fix buggy call to `error'.
15739
15740 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15741
15742         * gnus-art.el (gnus-use-idna):
15743         * gnus-start.el (gnus-site-init-file):
15744         * message.el (message-use-idna):
15745         * mm-uu.el (mm-uu-hide-markers):
15746         * smiley.el (smiley-style): Revert changes that suppress warnings.
15747
15748 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15749
15750         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
15751         specify charset to html source.
15752         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15753
15754 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15755
15756         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
15757         idna-program in order to suppress byte compile warning issued by XEmacs
15758         that came to byte compile the default value section of defcustom forms
15759         recently.
15760
15761         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
15762         value of installation-directory.
15763
15764         * message.el (message-use-idna): Don't directly refer to the value of
15765         idna-program.
15766
15767         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
15768
15769         * smiley.el (smiley-style): Don't directly call face-attribute.
15770
15771 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
15772
15773         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
15774
15775         * gnus-dired.el: Reduce Gnus dependencies.
15776         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
15777         Don't require.  Use autoloads instead.
15778         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
15779         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
15780         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
15781         (gnus-dired-mode): Adjust doc string.
15782         (gnus-dired-mail-mode): New variable.
15783         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
15784         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
15785         (gnus-dired-mail-buffers): New function.  Return mail or message
15786         composition buffers.
15787         (gnus-dired-attach): Use it.
15788         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
15789         NO-DECODE.
15790         (gnus-dired-print): Use `gnus-print-buffer' depending on
15791         `gnus-dired-mail-mode'.
15792
15793 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15794
15795         * rfc2047.el (rfc2047-encoded-word-regexp)
15796         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
15797         explaining what regexp patterns are for.
15798
15799 2007-12-04  Glenn Morris  <rgm@gnu.org>
15800
15801         * password.el: Move to password-cache.el.
15802
15803         * mml1991.el (password-read, password-cache-add, password-cache-remove):
15804         * mml2015.el (password-read, password-cache-add, password-cache-remove):
15805         * mml-smime.el (password-read, password-cache-add)
15806         (password-cache-remove):
15807         No need to autoload, since mml-sec requires password.
15808
15809         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
15810         * message.el (gnus-extract-address-components):
15811         * mml-smime.el (gnus-extract-address-components): Define for compiler.
15812
15813         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
15814         password.
15815
15816 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15817
15818         * mailcap.el: Reduce dependencies.
15819         (mail-header-parse-content-type): Autoload.
15820         (mailcap-delete-duplicates): New alias.
15821         (mailcap-mime-info): Add optional argument NO-DECODE.
15822         (mailcap-mime-types): Use mailcap-delete-duplicates.
15823
15824         * message.el (message-ignored-supersedes-headers): Add "X-ID".
15825
15826 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
15827
15828         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
15829         (imap-parse-status): Upcase status-att for servers that sends them
15830         lower-case (e.g., MS Exchange 2007).
15831
15832 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15833
15834         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
15835         function.
15836
15837         * gnus-uu.el (gnus-uu-decode-yenc): New command.
15838         (gnus-uu-yenc-article): New function.
15839
15840         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
15841
15842         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
15843
15844 2007-12-02  Glenn Morris  <rgm@gnu.org>
15845
15846         * binhex.el (binhex): New custom group.
15847         (binhex-decoder-program, binhex-decoder-switches)
15848         (binhex-use-external): Move to the binhex custom group.
15849
15850         * uudecode.el (uudecode): New custom group.
15851         (uudecode-decoder-program, uudecode-decoder-switches)
15852         (uudecode-use-external): Move to the uudecode custom group.
15853
15854         * netrc.el (top-level): Don't load `encrypt' features.
15855         (netrc-parse): Don't use encrypt.
15856         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
15857
15858         * encrypt.el: Remove file.
15859
15860 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
15861
15862         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
15863         matches on patches.
15864
15865         * gnus-art.el (gnus-article-browse-html-article):
15866         Mention `mm-text-html-renderer' in the doc string.
15867
15868         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
15869         string.  Add comments.
15870
15871         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
15872         if rhs is ASCII.
15873
15874 2007-12-01  Glenn Morris  <rgm@gnu.org>
15875
15876         * mail-source.el (top-level): Require format-spec before
15877         eval-when-compile.
15878
15879 2007-11-30  Glenn Morris  <rgm@gnu.org>
15880
15881         * encrypt.el: Require password, rather than autoloading password-read.
15882
15883 2007-11-29  Glenn Morris  <rgm@gnu.org>
15884
15885         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
15886         (sasl-make-client, sasl-next-step, sasl-step-data)
15887         (sasl-step-set-data): Declare as functions.
15888
15889 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
15890
15891         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
15892
15893 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
15894
15895         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
15896         certs should be verified and what is to be done in the event of a
15897         verification failure.
15898
15899         * gnus.el (gnus-method-to-server): Add an optional parameter so the
15900         caller can indicate whether the cache should be disregarded for this
15901         call.  This way the result of the call is reproducible at all times and
15902         can be considered a canonical server name for the supplied method.
15903         (gnus-agent-method-p): Canonicalize server names by pushing their
15904         method through `gnus-method-to-server' using the no-cache argument.
15905
15906         * gnus-srvr.el (gnus-server-insert-server-line):
15907         Call `gnus-method-to-server' with `no-cache' argument.
15908
15909         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
15910         gnus-agent-possibly-synchronize-flags as this should be called when the
15911         server is actually being opened.
15912         (gnus-agent-possibly-synchronize-flags)
15913         (gnus-agent-possibly-synchronize-flags-server): Move check for the
15914         flags file of an agentized server to the latter function.
15915
15916         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
15917         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
15918         after a connection has been established successfully.
15919
15920 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15921
15922         * gnus-art.el (article-display-face): Force to display face if called
15923         interactively; check if gnus-article-x-face-too-ugly matches author.
15924         (article-display-x-face): Display face even if From header is missing
15925         as article-display-face does.
15926
15927 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
15928
15929         * hashcash.el (message-narrow-to-headers-or-head)
15930         (message-fetch-field, message-goto-eoh)
15931         (message-narrow-to-headers): Declare as functions.
15932
15933 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
15934
15935         * mail-source.el (mail-sources): Default to fetch from file for
15936         compatibility with default of nnmail-spool-file.
15937
15938 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15939
15940         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
15941         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
15942         to look for encoded word that should be encoded again.
15943         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
15944         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
15945         encoding pattern.
15946         (rfc2047-decode-region): Switch strict regexp and loose one according
15947         to rfc2047-allow-irregular-q-encoded-words.
15948
15949 2007-11-25  Romain Francoise  <romain@orebokech.com>
15950
15951         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
15952
15953 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15954
15955         * tls.el (tls-program): Provide more custom choices from
15956         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
15957         (tls-process-connection-type, tls-success): Remove "*" in doc string.
15958
15959 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15960
15961         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
15962         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
15963
15964         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
15965         `nnmail-spool-file'.
15966
15967         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
15968         `nnmail-spool-file'.
15969
15970         * gnus-move.el (gnus-change-server): Ditto.
15971
15972         * gnus-kill.el (gnus-batch-score): Ditto.
15973
15974         * gnus-cache.el (gnus-jog-cache): Ditto.
15975
15976         * gnus-msg.el (gnus-summary-reply):
15977         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
15978
15979 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15980
15981         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
15982         version.  Minor improvement to doc strings.
15983         (tls-program): Add comment.
15984
15985 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
15986
15987         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
15988         (tls-checktrust): New variable.  Check if GNU TLS complained about a
15989         mismatch between the hostname provided in the certificate and the name
15990         of the host connnecting to.
15991         (open-tls-stream): Use them.  Check certificates against trusted root
15992         certificates.
15993
15994 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
15995
15996         * gnus-cache.el (gnus-cache-generate-nov-databases):
15997         Use nnml-generate-nov-databases-directory instead of
15998         nnml-generate-nov-databases-1.
15999
16000 2007-11-24  Glenn Morris  <rgm@gnu.org>
16001
16002         * message.el (message-tool-bar-retro): Update for rename
16003         mail_send.xpm->mail-send.xpm.
16004
16005 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
16006
16007         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
16008         `smime-ldap-search' for Emacs 22 and up.
16009
16010 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16011
16012         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
16013
16014         * message.el (message-send-mail-function): Fix error convention.
16015         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
16016         (message-widen-reply, message-send-mail, message-talkative-question)
16017         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
16018         (message-clone-locals, message-send-news): Use with-current-buffer.
16019         (message-insert-or-toggle-importance): Remove unused var `valid'.
16020         (message-make-references): Remove unused var `new-references'.
16021         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
16022
16023 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
16024
16025         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
16026         (spam-split-symbolic-return-positive): Reflow docstring.
16027         (spam-backends, spam-summary-exit-behavior)
16028         (spam-mark-ham-unread-before-move-from-spam-group)
16029         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
16030         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16031         (spam-clear-cache, spam-backend-check, spam-install-backend)
16032         (spam-install-statistical-backend, spam-list-of-processors)
16033         (spam-group-processor-p, spam-split, spam-bogofilter-score)
16034         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
16035         (spam-check-crm114, spam-initialize, spam-unload-hook):
16036         Fix typos in docstrings.
16037
16038 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16039
16040         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
16041         been checked if they have never been read and those group levels are
16042         higher than the one that a user specified.
16043
16044 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16045
16046         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
16047         foreign groups unless a group level is specified by a user.
16048         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
16049
16050 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
16051
16052         * message.el (message-send-mail-function): Require sendmail.
16053
16054 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
16055
16056         * message.el (message-send-mail-function): Check for smtpmail too.
16057
16058         * utf7.el (utf7-encode, utf7-decode): Use coding system
16059         `utf-7'/`utf-7-imap' from utf-7.el' if available.
16060
16061         * message.el (message-send-mail-function): New function.
16062         (message-send-mail-function): Set default using
16063         message-send-mail-function.  Adjust doc string.
16064         (message-send-mail-with-mailclient): New function.
16065
16066 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
16067
16068         * smime.el (from):
16069         * rfc2047.el (message-posting-charset):
16070         * qp.el (mm-use-ultra-safe-encoding):
16071         * pop3.el (parse-time-months):
16072         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
16073         * nnml.el (files):
16074         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
16075         (jka-compr-compression-info-list, ange-ftp-path-format)
16076         (efs-path-regexp):
16077         * nndiary.el (files):
16078         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
16079         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
16080         (epg-digest-algorithm-alist, inhibit-redisplay)
16081         (password-cache-expiry):
16082         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
16083         (pgg-output-buffer, password-cache-expiry):
16084         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
16085         (efs-path-regexp):
16086         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
16087         (inhibit-redisplay):
16088         * mm-uu.el (file-name, start-point, end-point, entry)
16089         (gnus-newsgroup-name, gnus-newsgroup-charset):
16090         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
16091         (latin-unity-ucs-list):
16092         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
16093         (mm-uu-binhex-decode-function):
16094         * message.el (gnus-message-group-art, gnus-list-identifiers)
16095         (rmail-enable-mime-composing, gnus-local-organization)
16096         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
16097         (gnus-read-active-file, facemenu-add-face-function)
16098         (facemenu-remove-face-function, gnus-article-decoded-p)
16099         (tool-bar-mode):
16100         * mail-source.el (display-time-mail-function):
16101         * gnus-util.el (nnmail-pathname-coding-system)
16102         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
16103         (gnus-original-article-buffer, gnus-user-agent)
16104         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
16105         (xemacs-codename, sxemacs-codename, emacs-program-version):
16106         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
16107         * gnus-start.el (gnus-agent-covered-methods)
16108         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
16109         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
16110         (gnus-newsgroup-headers, gnus-group-list-mode)
16111         (gnus-group-mark-positions, gnus-newsgroup-data)
16112         (gnus-newsgroup-unreads, nnoo-state-alist)
16113         (gnus-current-select-method, mail-sources)
16114         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
16115         (nnmail-spool-file, gnus-cache-active-hashtb):
16116         * gnus-mh.el (mh-lib-progs):
16117         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
16118         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
16119         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
16120         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
16121         (gnus-group-buffer):
16122         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
16123         (font-lock-set-defaults):
16124         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
16125         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
16126         (gnus-summary-post-menu, total-parts, type, condition, length):
16127         * gnus-agent.el (gnus-agent-read-agentview):
16128         * flow-fill.el (show-trailing-whitespace):
16129         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
16130         eval-and-compile wrappers for byte compiler pacifiers.
16131
16132         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
16133         (mm-display-inline-fontify): Check for featurep 'xemacs not
16134         extent-list.
16135
16136         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
16137         itimer-list.
16138         (mm-create-image-xemacs): Only do something for XEmacs.
16139         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
16140
16141         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
16142
16143         * gnus-registry.el (gnus-adaptive-word-syntax-table):
16144         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
16145
16146 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
16147
16148         * nnimap.el (nnimap-split-download-body):
16149         * gnus-demon.el (gnus-demon):
16150         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
16151
16152 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16153
16154         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
16155         New macros.
16156         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
16157         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
16158         copy data from unibyte buffer to multibyte current buffer.
16159         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
16160         to copy data from unibyte current buffer to multibyte buffer.
16161         (nntp-make-process-buffer): Make process buffer unibyte.
16162
16163         * pop3.el (pop3-open-server): Fix typo in Lisp code.
16164
16165 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
16166
16167         * pop3.el (pop3-open-server): Accept and process data more robustly at
16168         connection start to avoid spurious "POP SSL connection failed" errors.
16169
16170 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16171
16172         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
16173         read group names.
16174
16175 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
16176
16177         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
16178
16179 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16180
16181         * nnmail.el (nnmail-parse-active): Make group names unibyte.
16182         (nnmail-save-active): Use a unibyte buffer when saving active file,
16183         which may contain non-ASCII group names.
16184
16185         * nnml.el (nnml-request-group): Decode group names in messages.
16186
16187 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
16188
16189         * message.el (message-citation-line-function)
16190         (message-insert-formatted-citation-line): Fix spelling of
16191         `message-insert-formated-citation-line'.
16192
16193 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
16194
16195         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
16196
16197 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16198
16199         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
16200         nnmail-pathname-coding-system.
16201
16202         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
16203         that a user enters; decode group names in messages.
16204
16205         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
16206
16207 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16208
16209         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
16210
16211         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
16212
16213         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
16214         risky local variable.
16215
16216         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
16217
16218 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
16219
16220         * encrypt.el: Improve documentation to fix function name typo.
16221         Reported by Daiki Ueno <ueno@unixuser.org>.
16222
16223 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16224
16225         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
16226         even if the point is not in the last page of an article.
16227         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
16228         back to the previous page.
16229
16230 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
16231
16232         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
16233
16234 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16235
16236         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
16237
16238 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16239
16240         * message.el (message-check-news-body-syntax):
16241         Avoid mm-string-as-multibyte.
16242         (message-hide-headers): Don't assume (point-min)==1.
16243
16244 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16245
16246         * message.el (message-remove-blank-cited-lines): Fix if remove is
16247         given.
16248         (message-bogus-address-regexp): New variable.
16249         (message-bogus-recipient-p): New function.
16250         (message-check-recipients): New command.
16251         (message-syntax-checks): Add `bogus-recipient'.
16252         (message-fix-before-sending): Add `bogus-recipient'.
16253
16254         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
16255         (gnus-treat-body-boundary): Don't test window-system.
16256
16257 2007-10-28  Leo Liu  <sdl.web@gmail.com>
16258
16259         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
16260
16261 2007-10-28  Miles Bader  <miles@gnu.org>
16262
16263         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
16264         at compile-time too.
16265
16266 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16267
16268         * gnus-msg.el (gnus-message-setup-hook):
16269         Add `message-remove-blank-cited-lines' to options.
16270
16271 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16272
16273         * message.el (message-remove-blank-cited-lines): New function.
16274         Suggested by Karl Plästerer.
16275
16276 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16277
16278         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
16279         mapc.
16280
16281         * imap.el (imap-open): Replace mapcar called for effect with mapc.
16282         (top-level): Use mapc to set functions to be traced for debugging.
16283
16284         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
16285         called for effect with while loop.
16286
16287         * message.el (message-talkative-question): Replace mapcar called for
16288         effect with mapc.
16289
16290         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
16291         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
16292         called for effect with dolist.
16293
16294         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
16295
16296         * nndiary.el: Use dolist instead of mapcar to add diary headers to
16297         gnus-extra-headers and nnmail-extra-headers.
16298
16299         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
16300         called for effect with dolist.
16301         (top-level): Use mapc to set functions to be traced for debugging.
16302
16303         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
16304         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
16305         dolist.
16306
16307         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
16308         Replace mapcar called for effect with mapc.
16309         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
16310         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
16311         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
16312         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
16313
16314         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
16315         remove-if that's a cl function.
16316
16317         * webmail.el (webmail-debug): Replace mapcar called for effect with
16318         dolist.
16319
16320         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
16321         with mapc.
16322
16323 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16324
16325         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
16326         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
16327         with while loop.
16328
16329         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
16330         functions from article-* functions.
16331         (gnus-multi-decode-header): Replace mapcar called for effect with
16332         dolist.
16333
16334         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
16335         (gnus-bookmark-show-details): Replace mapcar called for effect with
16336         while loop.
16337
16338         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
16339         called for effect with while loop.
16340
16341         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
16342         with dolist.
16343
16344         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16345         Replace mapcar called for effect with dolist.
16346
16347         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
16348
16349         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
16350         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
16351         Replace mapcar called for effect with dolist.
16352         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
16353         mapc.
16354
16355         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
16356         Replace mapcar called for effect with dolist.
16357         (gnus-topic-list): Replace mapcar called for effect with mapc.
16358
16359         * gnus.el: Use mapc instead of mapcar to add autoloads.
16360
16361 2007-10-23  Richard Stallman  <rms@gnu.org>
16362
16363         * gnus-group.el (gnus-group-highlight): Mark as risky.
16364
16365 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16366
16367         * gnus.el (gnus-server-to-method): Return method found first in
16368         gnus-newsrc-alist.
16369
16370         * gnus-art.el (gnus-article-highlight-signature)
16371         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
16372         button overlay without the front stickiness.
16373
16374 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
16375
16376         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
16377         overview buffer needed a catch to receive its throw.
16378         (gnus-agent-flush-cache): Declare as interactive to make this function
16379         easier to use.
16380
16381 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
16382
16383         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
16384         `next-line'.
16385
16386 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16387
16388         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
16389         exclude address matching message-dont-reply-to-names.
16390
16391 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16392
16393         * gnus-util.el (gnus-string<): New function.
16394
16395         * gnus-sum.el (gnus-article-sort-by-author)
16396         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
16397
16398 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16399
16400         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
16401         the frame-focus tag is set in gnus-buffer-configuration.
16402
16403 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16404
16405         * gnus-art.el (gnus-article-add-button): Make a button overlay without
16406         the front stickiness.
16407
16408 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16409
16410         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
16411         url pattern; remove duplicate one.
16412         (gnus-article-extend-url-button): New function.
16413         (gnus-article-add-buttons): Use it.
16414         (gnus-button-push): Use concatenated url that it makes.
16415
16416 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
16417
16418         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
16419
16420 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16421
16422         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
16423         Don't hardcode point-min==1.
16424
16425 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
16426
16427         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
16428         Fix comment about "iso8859-1".
16429
16430 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
16431
16432         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
16433         ones returned from the verify-function.
16434
16435         * mm-uu.el (mm-uu-pgp-signed-extract-1):
16436         Call mml2015-extract-cleartext-signature if extraction failed.
16437
16438 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
16439
16440         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
16441         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
16442         failed.
16443
16444 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16445
16446         * Relicense "GPLv2 or later" files to "GPLv3 or later".
16447
16448 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
16449
16450         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
16451         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
16452         recommends to use EasyPG instead of PGG.
16453
16454         * pgg.el: Revert to revision 6.23.2.16.
16455
16456         * pgg-def.el: Revert to revision 6.6.2.14.
16457
16458         * pgg-gpg.el: Revert to revision 6.23.2.34.
16459
16460 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
16461
16462         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
16463         to mark a thread as expirable.  Add variable `hide' to handle hiding of
16464         thread for both the null and zero (kill/expire thread) universal prefix
16465         cases.
16466         (gnus-summary-expire-thread): Add new function to expire a thread,
16467         using gnus-summary-kill-thread.
16468         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
16469         shortcuts for gnus-summary-expire-thread.
16470         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
16471         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
16472
16473 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
16474
16475         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
16476         extras value, so an extras entry can be deleted.
16477         (gnus-registry-delete-extra-entry): Use it.
16478         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
16479         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
16480         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
16481         storage through the gnus-registry, and provide an appropriate API for
16482         it.
16483
16484 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16485
16486         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
16487         Suggested by Leo <sdl.web@gmail.com>.
16488
16489         * gnus.el: Do.
16490
16491 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16492
16493         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
16494         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
16495
16496         * gnus-agent.el (gnus-agent-fetch-headers): Do.
16497
16498         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16499         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
16500
16501 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16502
16503         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
16504         newline.
16505         (nnmbox-request-accept-article): Don't change article in source buffer;
16506         narrow to header to use message-fetch-field rather than
16507         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
16508         (nnmbox-request-replace-article): Quote lines that'll be misidentified
16509         as delimiters; make sure article ends with newline.
16510         (nnmbox-delete-mail): Correct last position of article to be deleted;
16511         ignore X-Gnus-Newsgroup header in article body.
16512         (nnmbox-save-mail): Quote lines looking like delimiters at the right
16513         positions; make sure article ends with newline.
16514
16515         * message.el (message-display-abbrev): Don't infloop when a user
16516         inserts SPC in the beginning of header.
16517
16518         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
16519         coding-system-for-read and coding-system-for-write for XEmacs having no
16520         file-coding feature.
16521
16522         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
16523
16524 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
16525
16526         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
16527         list of groups not followed by default.  Fix type to be regexp.
16528         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
16529
16530 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
16531
16532         * hmac-def.el (define-hmac-function): Switch from old-style to
16533         new-style backquotes.
16534
16535         * md4.el (md4-make-step): Likewise.
16536
16537 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16538
16539         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
16540         raw-text coding system when saving .newsrc file, which may contain
16541         non-ASCII group names.
16542
16543 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16544
16545         * gnus-cus.el (gnus-score-extra): New widget.
16546         (gnus-score-extra-convert): New function.
16547         (gnus-score-customize): Use it for Extra.
16548
16549 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
16550
16551         * mml2015.el (mml2015-extract-cleartext-signature): New function.
16552         (mml2015-mailcrypt-clear-verify): Use it.
16553         (mml2015-gpg-clear-verify): Use it.
16554         (mml2015-pgg-clear-verify): Use it.
16555         (mml2015-epg-clear-verify): Replace the current part with the output
16556         from GnuPG; don't extract the plaintext by itself.
16557
16558         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
16559         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
16560         mml2015-clear-verify-function; don't touch the armor headers or
16561         dash-escaped text here.
16562
16563 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16564
16565         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
16566         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
16567         parts, or application/octet-stream as a last resort.
16568         (gnus-mime-view-part-as-type): Don't toggle display.
16569         (gnus-mime-view-part-as-charset): Don't turn off display before
16570         querying charset.
16571
16572         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
16573         stuff to undisplayer function in Emacs.
16574         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
16575
16576         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
16577         text/calendar parts.
16578
16579 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16580
16581         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
16582         decoding text/calendar parts.
16583
16584         * message.el (message-forward-make-body-mime): Always mark body as
16585         having no illegible text; remove signed-or-encrypted argument.
16586         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
16587
16588         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
16589         (mml-generate-mime-1): Don't encode body if it is specified to be in
16590         raw form; don't make buffer be unibyte when inserting multibyte string.
16591
16592 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16593
16594         * sha1.el: Fix up comment style.
16595         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
16596         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
16597
16598         * hex-util.el: Fix up comment style.
16599         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
16600
16601         * gnus-salt.el: Use with-current-buffer.
16602         (gnus-pick-setup-message): Fix long-standing typo.
16603
16604 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16605
16606         * imap.el (imap-logout-timeout): New variable.
16607         (imap-logout, imap-logout-wait): New functions.
16608         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
16609
16610         * nnimap.el (nnimap-logout-timeout): New server variable.
16611         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
16612         nnimap-logout-timeout.
16613
16614         * gnus-art.el (gnus-article-summary-command-nosave)
16615         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
16616
16617 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16618
16619         * gnus.el (gnus-maximum-newsgroup): New variable.
16620
16621         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
16622         according to gnus-maximum-newsgroup.
16623
16624         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16625         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
16626         Limit the range of articles according to gnus-maximum-newsgroup.
16627
16628 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
16629
16630         * gnus-art.el (gnus-sticky-article): Fix problems described in
16631         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
16632         Don't perform gnus-configure-windows here; reuse existing sticky
16633         article buffer.
16634
16635         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
16636         it doesn't exist in gnus-article-mode.
16637
16638 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16639
16640         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
16641         (gnus-agent-decoded-group-name): New function.
16642         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
16643         (gnus-agent-expire-group-1): Use it; decode group name in messages.
16644
16645 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
16646
16647         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
16648         Add binding for gnus-sticky-article.
16649         (gnus-summary-exit): Don't kill sticky article buffers.
16650
16651         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
16652         article buffer.
16653         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
16654         (gnus-kill-sticky-article-buffers): New commands.
16655
16656 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16657
16658         * nntp.el (nntp-xref-number-is-evil): New server variable.
16659         (nntp-find-group-and-number): If it is non-nil, don't trust article
16660         numbers in the Xref header.
16661
16662 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16663
16664         * gnus-agent.el (gnus-agent-read-group): New function.
16665         (gnus-agent-flush-group, gnus-agent-expire-group)
16666         (gnus-agent-regenerate-group): Use it.
16667         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
16668         nnmail-pathname-coding-system.
16669
16670 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16671
16672         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
16673
16674         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
16675         that are unread as unread, and also as selected so that information of
16676         marks having been changed by a user may be updated when exiting group.
16677
16678 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16679
16680         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
16681
16682 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16683
16684         * gnus-art.el (gnus-mime-display-single): Pass part number that is
16685         calculated ignoring signature parts to gnus-treat-article.
16686
16687 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16688
16689         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
16690         a point here in order to keep the window start.
16691         (gnus-insert-mime-security-button): Make a button overlay without the
16692         front stickiness.
16693         (gnus-mime-display-security): Goto the end of a button.
16694
16695         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
16696
16697 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16698
16699         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
16700         group-name-at-point.
16701         (gnus-group-completing-read): New function that offers decoded
16702         non-ASCII group names for completion.
16703         (gnus-fetch-group, gnus-group-read-ephemeral-group)
16704         (gnus-group-jump-to-group, gnus-group-make-group-simple)
16705         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
16706         (gnus-group-fetch-control): Use it.
16707         (gnus-fetch-group): Use group-name-at-point for the initial value
16708         rather than the default value; use gnus-alive-p.
16709
16710         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
16711         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
16712         (gnus-summary-post-news): Use gnus-group-completing-read.
16713
16714         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
16715         (gnus-read-move-group-name): Decode group name for completion.
16716
16717 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
16718
16719         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
16720         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
16721         Yamaoka slightly modified the code).
16722
16723 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16724
16725         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
16726         (nnmail-split-incoming): Bind it.
16727
16728         * nnml.el (nnml-group-name-charset): New function.
16729         (nnml-decoded-group-name): Use it; don't decode group name if
16730         nnmail-group-names-not-encoded-p is non-nil.
16731         (nnml-encoded-group-name): New function.
16732         (nnml-group-pathname): Inline nnml-decoded-group-name.
16733         (nnml-request-expire-articles): Decode group name in message.
16734         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
16735         nnmail-pathname-coding-system.
16736         (nnml-save-mail, nnml-active-number): Work with decoded group names and
16737         not decoded ones according to nnmail-group-names-not-encoded-p.
16738         (nnml-generate-active-info): Use nnml-encoded-group-name.
16739
16740 2007-08-08  Glenn Morris  <rgm@gnu.org>
16741
16742         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
16743         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
16744         doc-strings and comments.
16745
16746 2007-07-25  Glenn Morris  <rgm@gnu.org>
16747
16748         * Relicense all FSF files to GPLv3 or later.
16749
16750 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16751
16752         * gnus-sum.el (gnus-summary-move-article):
16753         Make gnus-summary-respool-article work.
16754
16755 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
16756
16757         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
16758         string.
16759
16760 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
16761
16762         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
16763         that should be ignored when comparing distant RSS articles with local
16764         ones.
16765         (nnrss-make-hash-index): New function.  Create a hash index according
16766         to the ignored fields.
16767         (nnrss-check-group): Use it.
16768
16769 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16770
16771         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
16772
16773         * gnus-art.el (article-decode-group-name): Decode Xref header too.
16774
16775         * gnus-group.el (gnus-group-make-group): Encode group name here unless
16776         the new optional argument ENCODED is non-nil.
16777         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
16778         coding system for encoding group name.
16779         (gnus-group-make-rss-group): Pass un-encoded group name to
16780         gnus-group-make-group.
16781         (gnus-group-set-info): Tell gnus-group-make-group that group name is
16782         encoded.
16783
16784         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
16785         Encode group name to which articles are moved or copied.
16786         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
16787         coding system for encoding Newsgroup, Followup-To and Xref headers.
16788
16789         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
16790         marks; use nnheader-file-coding-system to write a file.
16791         (nnagent-retrieve-headers): Bind file-name-coding-system to
16792         nnmail-pathname-coding-system.
16793
16794         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
16795
16796         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
16797         (nnml-request-article, nnml-request-create-group)
16798         (nnml-request-rename-group, nnml-find-id)
16799         (nnml-possibly-change-directory, nnml-possibly-create-directory)
16800         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
16801         (nnml-save-marks): Use nnml-group-pathname instead of
16802         nnmail-group-pathname.
16803
16804         (nnml-request-create-group, nnml-request-expire-articles)
16805         (nnml-request-move-article, nnml-request-delete-group)
16806         (nnml-deletable-article-p, nnml-possibly-create-directory)
16807         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
16808         (nnml-open-marks): Bind file-name-coding-system to
16809         nnmail-pathname-coding-system.
16810
16811         (nnml-request-article): Pass server argument to nnml-find-group-number.
16812         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
16813         Pass server argument to nnml-possibly-create-directory.
16814         (nnml-request-accept-article): Pass server argument to
16815         nnml-active-number and nnml-save-mail.
16816         (nnml-find-group-number): Pass server argument to nnml-find-id.
16817         (nnml-request-update-info): Pass server argument to
16818         nnml-marks-changed-p.
16819
16820         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
16821         (nnml-save-mail, nnml-active-number): Add server argument.
16822
16823         (nnml-request-delete-group): Warn if group is missing.
16824         (nnml-get-nov-buffer): Decode group name.
16825         (nnml-generate-active-info): Encode group name.
16826         (nnml-open-marks): Decode group name in messages.
16827
16828 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16829
16830         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
16831         if it is not specified.
16832         (gnus-article-pipe-part, gnus-article-save-part)
16833         (gnus-article-interactively-view-part, gnus-article-copy-part)
16834         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
16835         (gnus-article-inline-part, gnus-article-save-part-and-strip)
16836         (gnus-article-replace-part, gnus-article-delete-part)
16837         (gnus-article-view-part-as-type): Pass raw prefix argument to
16838         gnus-article-part-wrapper.
16839
16840 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16841
16842         * gnus-agent.el (gnus-agent-save-active):
16843         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
16844
16845         * gnus-cache.el (gnus-cache-save-buffers)
16846         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
16847         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
16848         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
16849         (gnus-cache-braid-nov, gnus-cache-braid-heads)
16850         (gnus-cache-generate-active, gnus-cache-rename-group)
16851         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
16852         (gnus-cache-update-overview-total-fetched-for):
16853         Bind file-name-coding-system to nnmail-pathname-coding-system.
16854         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
16855         New variables.
16856         (gnus-cache-decoded-group-name): New function.
16857         (gnus-cache-file-name): Use it.
16858         (gnus-cache-generate-active): Use non-decoded group name for active.
16859
16860         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
16861         right place.
16862         (gnus-write-active-file): Don't break non-ASCII group names.
16863
16864         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
16865         nnmail-pathname-coding-system.
16866
16867         * lpath.el: Bind default-file-name-coding-system,
16868         file-name-coding-system and language-info-alist for XEmacs.
16869
16870         * gnus-uu.el (gnus-uu-decode-save): Typo.
16871
16872 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16873
16874         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
16875
16876 2007-07-14  David Kastrup  <dak@gnu.org>
16877
16878         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
16879         finishing actions if we did not edit the article.
16880
16881 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16882
16883         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
16884         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
16885         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
16886         (gnus-agent-flush-group, gnus-agent-flush-cache)
16887         (gnus-agent-fetch-headers, gnus-agent-load-alist)
16888         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
16889         (gnus-agent-retrieve-headers, gnus-agent-request-article)
16890         (gnus-agent-regenerate-group)
16891         (gnus-agent-update-files-total-fetched-for)
16892         (gnus-agent-update-view-total-fetched-for):
16893         Bind file-name-coding-system to nnmail-pathname-coding-system.
16894         (gnus-agent-group-pathname): Don't encode file names by
16895         nnmail-pathname-coding-system.
16896         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
16897         coding-system-for-write instead of buffer-file-coding-system to
16898         gnus-agent-file-coding-system.
16899
16900         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
16901         Decode group name.
16902
16903         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
16904
16905         * gnus-start.el (gnus-update-active-hashtb-from-killed)
16906         (gnus-read-newsrc-el-file): Make group names unibyte.
16907
16908         * nnmail.el (nnmail-group-pathname): Don't encode file names by
16909         nnmail-pathname-coding-system.
16910
16911         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
16912         (nnrss-request-delete-group): Bind file-name-coding-system to
16913         nnmail-pathname-coding-system.
16914         (nnrss-read-server-data, nnrss-read-group-data):
16915         Bind file-name-coding-system correctly.
16916         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
16917
16918         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
16919         (nntp-server-to-method-cache): New variable.
16920         (nntp-group-pathname): New function that decodes non-ASCII group names.
16921         (nntp-possibly-create-directory, nntp-marks-changed-p)
16922         (nntp-save-marks, nntp-open-marks): Use it.
16923         (nntp-possibly-create-directory, nntp-open-marks):
16924         Bind file-name-coding-system to nnmail-pathname-coding-system.
16925         (nntp-open-marks): Decode group names when bootstrapping marks.
16926
16927         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
16928         Newsgroups and Followup-To headers.
16929
16930 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16931
16932         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16933         (gnus-server-closed-face, gnus-server-denied-face)
16934         (gnus-server-offline-face): Remove variable.
16935         (gnus-server-font-lock-keywords): Use faces that are not aliases.
16936
16937         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
16938         of modifying message-stack directly for XEmacs.
16939
16940         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
16941         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
16942         if the coding-system argument is nil for XEmacs.
16943
16944         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
16945         mm-charset-override-alist.
16946
16947         * rfc2047.el: Don't require base64; require rfc2045 for the function
16948         rfc2045-encode-string.
16949         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
16950         to quote the parameter value.
16951
16952 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16953
16954         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
16955         form in gnus-group-name-charset-method-alist.
16956
16957         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
16958         overrides the default layout edit-form.
16959
16960         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
16961
16962         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
16963
16964 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16965
16966         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
16967         as unfetched articles.
16968
16969 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
16970
16971         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
16972
16973 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16974
16975         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
16976         original back end that keeps marks in the local system.
16977
16978 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16979
16980         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
16981         arg of pop-to-buffer for XEmacs.
16982         (gnus-article-read-summary-keys): Ditto; don't restore window
16983         configuration if summary command ends up with neither article buffer
16984         nor summary buffer; describe bindings if summary keys end with C-h.
16985
16986 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16987
16988         * message.el (message-fix-before-sending): Skip raw message part to be
16989         forwarded while checking illegible text.
16990         (message-forward-make-body-mime, message-forward-make-body):
16991         Mark signed or encrypted raw message as having no illegible text.
16992
16993 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16994
16995         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
16996         (gnus-message-with-timestamp-1): New macro.
16997         (gnus-message-with-timestamp): New function.
16998         (gnus-message): Use them.
16999
17000         * nnheader.el (nnheader-message): Use them.
17001
17002 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
17003
17004         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
17005         .newsrc.eld file.
17006
17007 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17008
17009         * gnus-agent.el (gnus-agent-fetch-headers)
17010         (gnus-agent-retrieve-headers):
17011         Bind gnus-decode-encoded-address-function to identity.
17012
17013         * nntp.el (nntp-send-xover-command): Recognize an xover command is
17014         available also when the server returns simply a dot.
17015
17016         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
17017
17018 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17019
17020         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
17021
17022 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17023
17024         * gnus-ems.el (gnus-x-splash): Make it work.
17025
17026         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
17027         from being used.
17028
17029         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
17030
17031 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17032
17033         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
17034         4th and the 5th arguments.
17035
17036         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
17037         the front stickiness.
17038         (gnus-article-summary-command-nosave): Correct the order of the
17039         arguments passed to pop-to-buffer.
17040         (gnus-article-read-summary-keys): Ditto; make it work properly when the
17041         summary command ends up with the article buffer.
17042
17043         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
17044         the same faces.
17045
17046 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
17047
17048         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
17049
17050 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
17051
17052         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
17053         * gnus-sum.el (gnus-summary-highlight):
17054         * pgg.el (pgg-sign-region, pgg-sign):
17055         * mail-source.el (mail-source-delete-old-incoming-confirm):
17056         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
17057
17058 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17059
17060         * gnus-art.el (gnus-mime-view-part-externally)
17061         (gnus-mime-view-part-internally): Fix predicate function passed to
17062         completing-read.
17063
17064         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
17065
17066         * gnus.el (gnus-update-message-archive-method): Add :version.
17067
17068 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17069
17070         * gnus.el (gnus-update-message-archive-method): New variable.
17071
17072         * gnus-start.el (gnus-setup-news): Update saved "archive" method
17073         according to gnus-message-archive-method if
17074         gnus-update-message-archive-method is non-nil.
17075
17076 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17077
17078         * gnus-sum.el (gnus-summary-limit-to-address): New function.
17079         Suggested by Loic Dachary <loic@dachary.org>.
17080         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17081
17082 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17083
17084         * message.el (message-pop-to-buffer): Add switch-function argument.
17085         (message-mail): Pass switch-function argument to it.
17086
17087 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
17088
17089         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
17090         Improve doc string.
17091
17092 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17093
17094         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
17095         (gnus-header-content):
17096         * gnus-cite.el (gnus-cite-10):
17097         * gnus-srvr.el (gnus-server-closed):
17098         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
17099         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
17100         (gnus-group-mail-3-empty, gnus-group-mail-low)
17101         (gnus-group-mail-low-empty, gnus-splash):
17102         * message.el (message-header-to, message-header-cc)
17103         (message-header-subject, message-header-other, message-header-name)
17104         (message-header-xheader, message-separator, message-cited-text)
17105         (message-mml): Lighten colors of faces used for dark background.
17106
17107 2007-05-24  Simon Josefsson  <simon@josefsson.org>
17108
17109         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
17110         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
17111
17112 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17113
17114         * message.el (message-narrow-to-headers-or-head):
17115         Ignore mail-header-separator in the body.
17116
17117 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17118
17119         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
17120         same as window size.
17121
17122 2007-05-22  Kevin Ryde  <user42@zip.com.au>
17123
17124         * message.el (message-font-lock-keywords): Use message-header-xheader
17125         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
17126         ahead of the anything pattern, to get it recognized.
17127
17128 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17129
17130         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
17131         spam.el loads uses it in the compiled defadvice form.
17132
17133 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
17134
17135         * gnus-sum.el (gnus-articles-to-read)
17136         (gnus-summary-insert-old-articles): Don't truncate group name for
17137         `read-string'.
17138
17139         * gnus-util.el (gnus-limit-string): Delete this function.
17140
17141         * gnus-sum.el (gnus-simplify-subject-fully):
17142         Use `truncate-string-to-width' instead.
17143
17144 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
17145
17146         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
17147         Tell if, on summary exit, the next group has to be selected.
17148         (gnus-summary-exit): Use it.
17149
17150 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
17151
17152         * gnus-art.el (gnus-article-mode): Fix comment about displaying
17153         non-break space.
17154
17155 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17156
17157         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
17158         Check if group is not a directory.
17159         (nnfolder-request-expire-articles): Don't delete articles if the target
17160         group is not available.
17161
17162         * nnml.el (nnml-request-create-group): Properly check if group is not a
17163         file.
17164         (nnml-request-expire-articles): Don't delete articles if the target
17165         group is not available.
17166
17167         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17168         Don't quote characters that are within parentheses.
17169
17170 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17171
17172         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
17173         (gnus-handle-ephemeral-exit): Select article according to it.
17174
17175 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17176
17177         * message.el (message-insert-formated-citation-line): Remove newline.
17178         (message-citation-line-format): Add final \n here so that the user can
17179         avoid a blank line.
17180
17181 2007-05-03  Dan Christensen  <jdc@uwo.ca>
17182
17183         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
17184         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
17185         Update lanl/arXiv support.
17186
17187 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17188
17189         * gnus.el: Bump version number.
17190
17191 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17192
17193         * gnus.el (gnus-version-number): Bump version.
17194
17195 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17196
17197         * gnus.el: No Gnus v0.6 is released.
17198
17199 2007-04-27  Didier Verna  <didier@xemacs.org>
17200
17201         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
17202         * gmm-utils.el (gmm-regexp-concat): ... here.
17203         * message.el: Don't require 'gnus-util.
17204         (message-dont-reply-to-names): Handle name change above.
17205         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
17206
17207 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17208
17209         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
17210         since the initial value varies according to the system.
17211
17212 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17213
17214         * mm-util.el (mm-charset-synonym-alist): Defcustom.
17215
17216 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
17217
17218         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
17219
17220 2007-04-24  Didier Verna  <didier@xemacs.org>
17221
17222         Improve the type of gnus-ignored-from-addresses.
17223         * gnus-util.el (gnus-orify-regexp): New function.
17224         * message.el (gnus-util): Require it.
17225         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
17226         * gnus-sum.el (gnus-ignored-from-addresses): New function.
17227         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
17228
17229 2007-04-24  Didier Verna  <didier@xemacs.org>
17230
17231         * gnus-sum.el:
17232         * gnus-utils.el: Fix some trailing whitespaces.
17233
17234 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17235
17236         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
17237         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
17238         article's Message-ID; refer parent article in summary buffer.
17239
17240         * message.el (message-bounce): Call mime-to-mml.
17241
17242         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
17243         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
17244         optimize and/or forms properly.
17245
17246 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
17247
17248         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
17249         URL.
17250
17251 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17252
17253         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
17254
17255 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17256
17257         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
17258         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
17259         displayed of multipart/alternative part if it is invoked from summary
17260         buffer.
17261
17262         * mm-view.el (mm-inline-text-html-render-with-w3m)
17263         (mm-inline-text-html-render-with-w3m-standalone)
17264         (mm-inline-render-with-function): Use mail-parse-charset by default.
17265
17266 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
17267
17268         * parse-time.el (parse-time-string-chars): Check if CHAR
17269         is less than the length of parse-time-syntax.
17270
17271 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17272
17273         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
17274         from gnus-newsgroup-processable.
17275
17276 2007-04-16  Didier Verna  <didier@xemacs.org>
17277
17278         * gnus-msg.el (gnus-configure-posting-styles):
17279         Handle message-signature-directory properly with :file syntax.
17280         Reported by "Leo".
17281
17282 2007-04-11  Didier Verna  <didier@xemacs.org>
17283
17284         New user option: message-signature-directory.
17285         * gnus-msg.el (gnus-configure-posting-styles): Support it.
17286         * message.el (message-insert-signature): Ditto.
17287         * message.el (message-signature-file): Doc update.
17288         * message.el (message-signature-directory): New.
17289
17290 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17291
17292         * gnus-msg.el (gnus-inews-yank-articles):
17293         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
17294
17295 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17296
17297         * message.el (message-yank-original): Make sure cited text ends with
17298         newline; don't exchange point and mark.
17299
17300 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
17301
17302         * tls.el (open-tls-stream): Properly handle case where there
17303         is no associated buffer.
17304
17305 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
17306
17307         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
17308         message-yank-original, make sure (< mark TEXT point).
17309
17310 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17311
17312         * message.el (message-fill-column): New variable.
17313         (message-mode): Use it.  Add comment on a possible new hook.
17314
17315         * nnmail.el (nnmail-spool-file): Mark as obsolete.
17316         (nnmail-get-new-mail): Reformat.
17317
17318         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
17319
17320         * gmm-utils.el: Fix Commentary.
17321         (gmm-tool-bar-from-list): Fix typo in doc string.
17322
17323 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
17324
17325         * message.el (message-yank-original): Don't switch point and mark
17326         unnecessarily to put point and mark as documented.
17327
17328 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17329
17330         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
17331         from the message heads.
17332
17333 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
17334
17335         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
17336         article buffer does not have a window.  This may not be the best
17337         solution but is certainly better than setting the start of the null,
17338         that is the current, window.
17339
17340 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
17341
17342         * gnus-draft.el (gnus-draft-setup-hook): New hook.
17343         (gnus-draft-setup): Run it.
17344
17345         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
17346         gnus-score-fast-scoring.  Allow regexp.
17347         (gnus-score-headers): Use it.
17348
17349         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
17350         XEmacs.
17351
17352         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
17353         string.
17354         (gnus-button-alist): Also catch `<f1> k ...'.
17355         (gnus-treat-display-x-face): Fix doc string.
17356
17357 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17358
17359         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
17360         evaluation of gnus-extended-version to ensure correct generation of the
17361         User-Agent header when message-generate-headers-first is used.
17362
17363 2007-03-24  Simon Josefsson  <simon@josefsson.org>
17364
17365         * hashcash.el (hashcash-generate-payment-async): Don't crash if
17366         hashcash-path is nil.  Don't call callback with incorrect number of
17367         parameters if val is 0.
17368
17369 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17370
17371         * message.el (message-required-news-headers):
17372         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
17373
17374 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
17375
17376         * tls.el (open-tls-stream): In handshake-waiting loop,
17377         don't wait more if there is output available to process.
17378
17379 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
17380
17381         * tls.el (tls-program): Doc fix.
17382
17383 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17384
17385         * message.el (message-generate-new-buffers): Change the meaning of the
17386         nil value; add `standard' to the choices; treat t as `unique'; improve
17387         doc string.
17388         (gnus-select-frame-set-input-focus): Autoload.
17389         (message-buffer-name): Search for the existing message buffer if
17390         message-generate-new-buffers is nil or `standard'; treat the value t of
17391         message-generate-new-buffers as `unique'.
17392         (message-pop-to-buffer): Raise the frame already displaying the message
17393         buffer; clear the echo area after querying.
17394         (message-setup): Pass the `continue' argument to compose-mail.
17395         (message-mail): Prefer `switch-function' if it is given; search for the
17396         existing message buffer if the `continue' argument is non-nil; pass
17397         continue and switch-function arguments to compose-mail by way of
17398         message-setup.
17399         (message-mail-other-window): Adjust argument of message-setup.
17400         (message-mail-other-frame): Ditto.
17401
17402 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17403
17404         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
17405         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
17406         to turn font-lock on when turning gnus-message-citation-mode on.
17407
17408 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
17409
17410         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
17411         (mml-smime-function-alist): New variable; add epg as the backend.
17412         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
17413         mml-smime- functions instead.
17414         * mm-view.el: Require smime.
17415
17416 2007-03-05  Didier Verna  <didier@xemacs.org>
17417
17418         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
17419         instead of just inheritance for posting styles.
17420         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
17421
17422 2007-02-24  Chris Moore  <dooglus@gmail.com>
17423
17424         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
17425         * pgg-pgp.el (pgg-pgp-encrypt-region):
17426         * pgg-gpg.el (pgg-gpg-encrypt-region):
17427         Check pgg-encrypt-for-me if no other recipients.
17428
17429 2007-02-24  John Paul Wallington  <jpw@pobox.com>
17430
17431         * tls.el (tls-certtool-program): Fix custom type.
17432
17433 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17434
17435         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
17436         and point-at-eol instead of line-(beginning|end)-position.
17437
17438         * assistant.el (assistant-parse-buffer): Ditto.
17439
17440         * netrc.el (netrc-parse-services): Ditto.
17441
17442 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
17443
17444         * mml2015.el (mml2015-epg-find-usable-key): New function.
17445         (mml2015-epg-sign): Use it.
17446         (mml2015-epg-encrypt): Use it.
17447
17448 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17449
17450         * message.el (message-make-in-reply-to): Quote name containing
17451         non-ASCII characters.  It will make the RFC2047 encoder cause an error
17452         if there are special characters.  Reported by NAKAJI Hiroyuki
17453         <nakaji@jp.freebsd.org>.
17454
17455 2007-02-27  Didier Verna  <didier@xemacs.org>
17456
17457         Include the group parameters as well as the topic ones in the
17458         inheritance filter process.
17459         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
17460         argument GROUP-PARAMS-LIST.
17461         * gnus-topic.el (gnus-group-topic-parameters): Use it.
17462
17463 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17464
17465         * nntp.el (nntp-never-echoes-commands)
17466         (nntp-open-connection-functions-never-echo-commands): New variables.
17467         (nntp-send-command): Use them.
17468
17469 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
17470
17471         * mml2015.el (mml2015-epg-verify): Simplify.
17472
17473 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17474
17475         * mml.el (mml-content-disposition-alist): New user option.
17476         (mml-content-disposition): New function.
17477         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
17478         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
17479
17480 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
17481
17482         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
17483         verification.
17484
17485 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17486
17487         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
17488         articles posted in the last 24 hours.
17489
17490 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
17491
17492         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
17493
17494 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
17495
17496         * nntp.el (nntp-send-command): Don't wait for echoes when
17497         nntp-open-ssl-stream is used.
17498
17499 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17500
17501         * gnus-cite.el (gnus-test-font-lock-add-keywords)
17502         (gnus-message-add-citation-keywords)
17503         (gnus-message-remove-citation-keywords): Remove.
17504         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
17505         directly, make the variables in font-lock-defaults buffer-local, add
17506         gnus-message-citation-keywords to them and then update the value of
17507         font-lock-keywords.
17508
17509 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17510
17511         * message.el (message-cite-original-1): Don't call
17512         gnus-article-highlight-citation.
17513
17514         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
17515         citations; fix line count.
17516
17517 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17518
17519         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
17520         (gnus-message-add-citation-keywords)
17521         (gnus-message-remove-citation-keywords): Use it; fix the emulating
17522         versions of font-lock-add-keywords and font-lock-remove-keywords to
17523         work with XEmacs correctly.
17524
17525 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17526
17527         * gnus-cite.el (gnus-cite-face-list): Set the values of
17528         gnus-message-max-citation-depth and gnus-message-citation-keywords.
17529         (gnus-message-max-citation-depth): Use defvar rather than defconst.
17530         (gnus-message-cite-prefix-regexp): New variable.
17531         (gnus-message-search-citation-line): Use it; protect against long
17532         citation prefix; fill match data with nil rather than 0 for XEmacs; set
17533         the 0th match data for Emacs.
17534         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
17535         (gnus-message-add-citation-keywords): Append keywords rather than
17536         prepending; emulate font-lock-add-keywords if it is not available.
17537         (gnus-message-remove-citation-keywords):
17538         Emulate font-lock-remove-keywords if it is not available.
17539
17540         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
17541
17542         * message.el (message-cite-prefix-regexp): Set the value of
17543         gnus-message-cite-prefix-regexp.
17544
17545 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17546
17547         * nnweb.el (nnweb-google-parse-1): Update parser.
17548
17549 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
17550
17551         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
17552
17553 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17554
17555         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17556         regexp.
17557
17558 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17559
17560         * uudecode.el (uudecode-string-to-multibyte): New function emulating
17561         string-to-multibyte.
17562         (uudecode-decode-region-internal): Use it.
17563
17564         * lpath.el: Fbind string-as-multibyte for XEmacs.
17565
17566 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17567
17568         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
17569         Fix custom choice.
17570
17571         * gnus-art.el (gnus-signature-limit): Fix custom choice.
17572
17573 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
17574
17575         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
17576
17577         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
17578         `write-region' to respect `mm-inhibit-file-name-handlers'.
17579
17580 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
17581
17582         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
17583         Use gnus-home-directory instead of "~/" or "$HOME".
17584
17585 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
17586
17587         * encrypt.el (encrypt-insert-file-contents): Add better prompt
17588         to mention filename.
17589         Add comments at beginning regarding usage.
17590         (encrypt-write-file-contents): Change interactive so a string is
17591         acceptable.  If the file has no associated model, show an error instead
17592         of a nonsense prompt.
17593
17594 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17595
17596         * spam.el (spam-bsfilter-ham-switch): Fix typo.
17597         Thanks to Yoshihiko Yamada for kind notification of this typo.
17598
17599 2007-01-12  Kenichi Handa  <handa@m17n.org>
17600
17601         * uudecode.el (uudecode-decode-region-internal): Make it work in a
17602         multibyte buffer.
17603
17604 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
17605
17606         * gnus-score.el (gnus-score-fast-scoring): New variable.
17607         (gnus-score-headers): Use it.
17608
17609         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
17610
17611         * message.el (message-cite-original-1):
17612         Call gnus-article-highlight-citation if requested.
17613         (message-make-from): Allow name and address as optional arguments.
17614
17615         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
17616
17617         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
17618         bugs to doc string.
17619         (gnus-button-alist): Add mid\\|message-id.
17620         (gnus-button-fetch-group): Extend for use in
17621         `browse-url-browser-function'.
17622         (gnus-button-url-regexp): Try to catch paired parentheses like in
17623         Wikipedia URLs.
17624
17625         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
17626         Suggested by Simon Krahnke <overlord@gmx.li>.
17627
17628 2007-01-13  Romain Francoise  <romain@orebokech.com>
17629
17630         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
17631         Update copyright.
17632
17633 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
17634
17635         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
17636
17637 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17638
17639         * gnus-registry.el (gnus-registry-unfollowed-groups)
17640         (gnus-registry-split-fancy-with-parent): Fix documentation.
17641
17642 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17643
17644         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
17645         from nnweb groups.
17646
17647 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17648
17649         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
17650         Xref urls.  Erase buffer before requesting head.
17651
17652         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17653
17654 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17655
17656         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
17657         customizable.
17658
17659 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
17660
17661         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
17662         no signing key is found.
17663         (mml2015-epg-encrypt): Ask user whether to skip or abort if
17664         no encrypting and/or signing key is found.
17665
17666 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17667
17668         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
17669
17670 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17671
17672         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
17673         headers read from disk with the ones newly found in the current search.
17674         This should no longer cause problems, because the article numbers in
17675         Gmane's `nov.php' output are ignored since the previous change.
17676
17677 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17678
17679         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
17680
17681 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17682
17683         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
17684         replace-regexp-in-string; bind url-version; fbind display-images-p and
17685         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
17686         find-face and set-itimer-function for Emacs; bind itimer-list for
17687         Emacs.
17688
17689         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17690
17691 2007-01-01  Romain Francoise  <romain@orebokech.com>
17692
17693         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
17694
17695 2006-12-31  Steve Youngs  <steve@sxemacs.org>
17696
17697         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
17698         `define-minor-mode' macro definition expanded properly.
17699         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
17700         exclude it there.
17701
17702         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
17703         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
17704         `fboundp' test.
17705         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
17706         This is OK to autoload in (S)XEmacs now.
17707
17708 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17709
17710         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
17711         keystroke.
17712         (gnus-summary-limit-to-singletons): Fix typo.
17713
17714         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
17715         else fails.
17716
17717 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17718
17719         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
17720         docstring.
17721
17722         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
17723         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
17724         (gnus-summary-insert-dormant-articles): Fix typo in message.
17725
17726 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
17727
17728         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
17729         nil for XEmacs.
17730         (gnus-message-citation-mode): Don't autoload in XEmacs.
17731
17732         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
17733
17734 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
17735
17736         * nnimap.el (nnimap-expunge-search-string):
17737         Mention nnimap-search-uids-not-since-is-evil in docstring.
17738
17739 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
17740
17741         * spam.el: Revert to make-obsolete-variable because
17742         define-obsolete-variable-alias is not supported in Emacs 21.
17743
17744         * spam.el (spam-ifile-path, spam-ifile-database-path)
17745         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
17746         make-obsolete-variable.
17747         (spam-bsfilter-path, spam-bsfilter-program)
17748         (spam-spamassassin-path, spam-spamassassin-program)
17749         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
17750         Don't use "path" inappropriately.
17751         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
17752         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
17753         variable names.
17754
17755 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
17756
17757         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
17758         summary buffer.
17759
17760         * password.el (password-cache-remove): Use clear-string to burn
17761         password, if available.
17762
17763 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17764
17765         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
17766
17767         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
17768
17769         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
17770         (gnus-message-highlight-citation): Move defcustom here from
17771         gnus-cite.el.
17772         (gnus-message-citation-mode): Autoload.
17773
17774         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
17775         checks to make it compile with XEmacs.
17776         (gnus-message-citation-mode): New minor mode.
17777         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
17778         (gnus-message-highlight-citation): New variables.
17779         (gnus-message-search-citation-line)
17780         (gnus-message-add-citation-keywords)
17781         (gnus-message-remove-citation-keywords)
17782         (turn-on-gnus-message-citation-mode)
17783         (turn-off-gnus-message-citation-mode): New functions.
17784
17785 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
17786
17787         * gnus-cite.el: Enable highlighting of different citation levels in
17788         message-mode.
17789
17790 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17791
17792         * message.el (message-make-fqdn): Fix comment.
17793         (message-bogus-system-names): Add ".local".
17794
17795         * spam.el (spam-ifile-path, spam-ifile-program)
17796         (spam-ifile-database-path, spam-ifile-database)
17797         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
17798         Don't use "path" inappropriately.
17799         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
17800         strings.
17801         (spam-check-ifile, spam-ifile-register-with-ifile)
17802         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
17803         Use new variable names.
17804
17805         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
17806         (gnus-treat-display-smileys): Simplify using
17807         gnus-image-type-available-p.
17808
17809         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
17810         available.
17811
17812         * gnus-xmas.el (gnus-xmas-image-type-available-p):
17813         Use `display-images-p' if available.
17814
17815 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17816
17817         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
17818         one after turning on the buffer's multibyteness instead of decoding
17819         them directly in the unibyte buffer that causes unexpected conversion
17820         in Emacs 23 (unicode).
17821
17822 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17823
17824         * message.el (message-generate-hashcash): Fix custom type.
17825
17826 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17827
17828         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
17829
17830 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17831
17832         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
17833         disconnect icons.  Add help text.
17834
17835 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
17836
17837         * spam.el (spam-extra-header-to-number): CRM114 spam score is
17838         negated to be consistent with the others we handle.
17839
17840 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17841
17842         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
17843         version of gnus-summary-buffer to something, so that we can use two
17844         article buffers at the same time.
17845
17846 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
17847
17848         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
17849         trigger all the extra headers.
17850         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
17851         sorting.
17852
17853 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17854
17855         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
17856         solid groups.
17857
17858 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
17859
17860         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
17861
17862 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
17863
17864         * legacy-gnus-agent.el: Add Copyright notice.
17865
17866 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
17867
17868         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
17869
17870 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17871
17872         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
17873
17874         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
17875         to make it work reliably in CVS Emacs.
17876         (gnus-summary-limit-strange-charsets-predicate)
17877         (gnus-summary-limit-to-predicate): New functions.
17878
17879 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
17880
17881         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
17882         specifying array size.
17883         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
17884         array if it is too small.
17885         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
17886         (gnus-sort-threads-loop): New function.
17887
17888 2006-12-06  Chris Moore  <dooglus@gmail.com>
17889
17890         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
17891         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
17892
17893 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
17894
17895         * mm-url.el (mm-url-predefined-programs): Call curl with correct
17896         options.
17897
17898 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17899
17900         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
17901         DOS-ing the recipient.
17902
17903         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
17904         the headers when creating the mapping to avoid mismappings.
17905         (nnweb-gmane-create-mapping): Always nix out old mapping.
17906
17907 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17908
17909         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
17910         and mm-verify-option to never.
17911
17912 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17913
17914         * message.el (message-signed-or-encrypted-p): New function.
17915         (message-forward-make-body): Use it.
17916
17917         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
17918         Replace encode-coding-string with mm-encode-coding-string.
17919
17920 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17921
17922         * nneething.el (nneething-decode-file-name):
17923         Replace decode-coding-string with mm-decode-coding-string.
17924
17925         * gnus-int.el (gnus-open-server): Say failed server's name.
17926
17927 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17928
17929         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
17930         strings to a single string.  Quote `errors-file-name'.
17931         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
17932         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
17933         Adjust calls.  Use `shell-quote-argument'.
17934
17935 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
17936
17937         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
17938         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
17939
17940         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
17941         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
17942         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
17943         (gnus-group-make-directory-group, gnus-group-transpose-groups):
17944         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
17945         (gnus-subscribe-newsgroup, gnus-1):
17946         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
17947         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
17948         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
17949         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
17950
17951 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17952
17953         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
17954         keystroke.
17955         (gnus-summary-limit-to-bodies): Implement headersp.
17956
17957 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17958
17959         * dns.el (query-dns): Protect against "Process dns deleted" strings.
17960
17961 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17962
17963         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
17964
17965 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17966
17967         * message.el (message-generate-hashcash): Expand range of values to
17968         include `opportunistic'.
17969         (message-send-mail): Use it.
17970
17971 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17972
17973         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
17974         and comment it.
17975
17976         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
17977
17978 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
17979
17980         * gnus-util.el (gnus-extract-address-components): Improve comment.
17981
17982 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17983
17984         * gnus-util.el (gnus-extract-address-components): Work with address in
17985         which the name portion contains @.
17986
17987         * lpath.el: Fbind custom-autoload.
17988
17989 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17990
17991         * gnus.el (gnus-start): Move custom group up.
17992         (gnus-select-method): Don't autoload, but make it available for
17993         `customize-variable'.
17994         (gnus-getenv-nntpserver): Don't autoload.
17995
17996 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
17997
17998         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
17999
18000 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18001
18002         * message.el (message-sendmail-extra-arguments): New variable.
18003         (message-send-mail-with-sendmail): Use it.
18004
18005 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18006
18007         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
18008         mm-with-unibyte-current-buffer to make string unibyte.
18009
18010         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
18011         mm-string-as-multibyte.
18012
18013 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
18014
18015         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
18016         Reported by Werner Koch <wk@gnupg.org>.
18017
18018 2006-11-14  Daiki Ueno  <ueno@p360>
18019
18020         * mml2015.el: Autoload epa-select-keys when compiling.
18021
18022 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18023
18024         * mml2015.el (mml2015-epg-sign): Save the signing keys in
18025         message-options.
18026         (mml2015-epg-encrypt): Save the recipient keys in message-options.
18027
18028 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18029
18030         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
18031         EasyPG (< 0.0.6).
18032         (mml2015-always-trust): New user option.
18033         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
18034         prompt.
18035
18036 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18037
18038         * nntp.el (nntp-authinfo-force): New variable.
18039         (nntp-send-authinfo): Use it.
18040
18041 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
18042
18043         * message.el (message-strip-subject-encoded-words): Allow _not_ to
18044         decode encoded words.  Improve prompt.  Add comment about forwarding.
18045         (message-replacement-char): Move up.
18046
18047 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
18048
18049         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
18050         instead of gnus-intersection because arguments of gnus-sorted-nunion
18051         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
18052
18053 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
18054
18055         * message.el (message-strip-subject-encoded-words): Reformat prompt.
18056         (message-simplify-subject-functions):
18057         Enable message-strip-subject-encoded-words by default.
18058
18059 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
18060
18061         * message.el (message-strip-subject-encoded-words): New function.
18062         (message-simplify-subject-functions): New variable.
18063         (message-simplify-subject): Use it.  Fix typo in doc string.
18064         Support message-strip-subject-encoded-words.
18065
18066 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
18067
18068         * gnus-diary.el (gnus-diary-delay-format-function):
18069         * nndiary.el (nndiary-reminders):
18070         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
18071
18072 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18073
18074         * gnus-art.el (article-hide-boring-headers): Fetch date from
18075         gnus-original-article-buffer to avoid problems with localized date
18076         strings.
18077
18078 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18079
18080         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
18081
18082 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
18083
18084         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18085         New variables.
18086         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18087         (mm-charset-synonym-alist): Move some entries to
18088         mm-codepage-iso-8859-list.
18089         (mm-charset-synonym-alist, mm-charset-override-alist):
18090         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18091
18092 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18093
18094         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
18095
18096 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18097
18098         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
18099         with Emacs 21 and XEmacs.
18100
18101 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
18102
18103         * spam.el (spam-parse-address): New function for better parsing,
18104         catching errors, etc.
18105         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
18106
18107 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18108
18109         * mm-view.el: Add interactive arg to html2text autoload.
18110
18111 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18112
18113         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
18114
18115 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
18116
18117         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18118         New variables.
18119         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18120         (mm-charset-synonym-alist): Move some entries to
18121         mm-codepage-iso-8859-list.
18122
18123         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
18124
18125 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
18126
18127         * message.el (message-citation-line-format)
18128         (message-insert-formated-citation-line): Fix implementation of %E, %N
18129         and %n according to the doc string.
18130
18131 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
18132
18133         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18134         Use car-safe to avoid bad parses.
18135
18136 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18137
18138         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
18139         names.
18140
18141         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
18142
18143 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18144
18145         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
18146         header.
18147
18148         * message.el (message-draft-headers): Add Date.
18149         (message-headers-to-generate): Fix typo in docstring.
18150
18151         * nndraft.el (nndraft-required-headers): New variable.
18152         (nndraft-generate-headers): Use it.
18153
18154         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
18155
18156 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18157
18158         * gnus-registry.el (gnus-registry-wash-for-keywords)
18159         (gnus-registry-find-keywords): New functions to allow easy searching of
18160         articles that are in the registry.
18161
18162 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18163
18164         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18165         Use ietf-drums-parse-address instead of gnus-extract-address-components.
18166         Reported by Damien Elmes <damien@repose.cx>.
18167
18168 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18169
18170         * gnus.el (gnus-mime): Remove unused custom group.
18171
18172 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18173
18174         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
18175         "blank line" when searching for end of armor headers.
18176
18177 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18178
18179         * gmm-utils.el (gmm-write-region): Fix variable name.
18180
18181 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18182
18183         * gmm-utils.el (gmm-write-region): New function based on compatibility
18184         code from `mm-make-temp-file'.
18185
18186         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
18187
18188         * nnmaildir.el (nnmaildir--update-nov)
18189         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
18190         Use `gmm-write-region'.
18191
18192 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18193
18194         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
18195         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18196
18197         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
18198
18199         * message.el (message-replacement-char): New variable.
18200         (message-fix-before-sending): Use it.
18201         (message-simplify-subject): New function to remove duplicate code.
18202         (message-reply, message-followup): Use it.
18203
18204         * gnus-sum.el (gnus-summary-make-menu-bar):
18205         Clarify gnus-summary-limit-to-articles.
18206
18207 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18208
18209         * gnus-util.el (gnus-with-local-quit): New macro.
18210
18211         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
18212
18213 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
18214
18215         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
18216         ignore non-string data.
18217
18218 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18219
18220         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
18221         non-string data (needs to be done in the registry too).
18222
18223 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18224
18225         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
18226         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
18227         (gnus-registry-split-fancy-with-parent)
18228         (gnus-registry-fetch-simplified-message-subject-fast)
18229         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
18230         Remove text properties on ingress into the registry and when it's saved.
18231         (gnus-registry-clean-empty-function): Fix bug with cleaning the
18232         registry from entries with no groups.
18233
18234 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18235
18236         * gnus-util.el (gnus-string-remove-all-properties): Add utility
18237         function to remove string properties.
18238
18239 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18240
18241         * gmm-utils.el (gmm): Adjust custom version.
18242
18243         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
18244         Adjust custom version.
18245
18246         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
18247
18248 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18249
18250         * gnus-art.el (gnus-insert-prev-page-button)
18251         (gnus-insert-next-page-button): Simplify.  Reformat.
18252
18253 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18254
18255         * gnus-art.el (gnus-insert-prev-page-button)
18256         (gnus-insert-next-page-button): Apply gnus-article-button-face.
18257
18258 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
18259
18260         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
18261
18262 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18263
18264         * gnus-art.el (gnus-insert-mime-button)
18265         (gnus-insert-mime-security-button):
18266         Apply gnus-article-button-face to MIME and security buttons.
18267
18268 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
18269
18270         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
18271         readable.
18272
18273 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18274
18275         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
18276
18277 2006-09-20  Steve Youngs  <steve@sxemacs.org>
18278
18279         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
18280         `browse-url-of-file' instead of `browse-url'.
18281
18282 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18283
18284         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18285         regexp.  Articles containing quotation were cut prematurely.
18286
18287 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18288
18289         * message.el (message-cite-original-1): Use nobody by default for the
18290         value of From header.
18291         (message-reply): Ditto.
18292
18293 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
18294
18295         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
18296         to the gnus-info.  This fixes a bug of inline-PGP message verification.
18297         Reported by Michael Piotrowski <mxp@dynalabs.de>.
18298
18299 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
18300
18301         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
18302         mails in the doc string.  Add some URLs in comment.
18303         (pop3-movemail): Warn about pop3-leave-mail-on-server.
18304
18305 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18306
18307         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
18308         backslashes handling and the way to find boundaries of quoted strings.
18309
18310 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
18311
18312         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
18313         mml1991-encrypt-to-self is set and mml1991-signers is not set.
18314         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
18315         mml2015-encrypt-to-self is set and mml2015-signers is not set.
18316
18317 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18318
18319         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
18320         doc string.
18321         (gnus-button-regexp, gnus-button-last): Remove unused variables.
18322
18323 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18324
18325         * lpath.el: Fbind epg-check-configuration.
18326
18327 2006-09-06  Simon Josefsson  <jas@extundo.com>
18328
18329         * mml2015.el (mml2015-use): Doc fix, mention epg.
18330
18331 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18332
18333         * mml2015.el (mml2015-use): Default to epg, if available.
18334
18335 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18336
18337         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
18338         message-sender.
18339         (mml1991-epg-encrypt): Ditto.
18340         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
18341         message-sender.
18342         (mml2015-epg-encrypt): Ditto.
18343
18344 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
18345
18346         * message.el (message-send-mail-with-sendmail): Look for sendmail in
18347         several common directories.
18348
18349 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
18350
18351         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
18352         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
18353
18354 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18355
18356         * gnus-art.el (article-decode-encoded-words): Make it fast.
18357
18358 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18359
18360         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
18361
18362         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
18363         in quoted string into `\'.
18364
18365 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18366
18367         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18368         Use standard-syntax-table.
18369
18370 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18371
18372         * gnus-art.el (gnus-decode-address-function): New variable.
18373         (article-decode-encoded-words): Use it to decode headers which are
18374         assumed to contain addresses.
18375         (gnus-mime-delete-part): Remove useless `or'.
18376
18377         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
18378         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
18379         (gnus-nov-parse-line): Use it to decode From header.
18380         (gnus-get-newsgroup-headers): Ditto.
18381         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
18382
18383         * mail-parse.el (mail-decode-encoded-address-region): New alias.
18384         (mail-decode-encoded-address-string): New alias.
18385
18386         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18387         New function.
18388         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
18389         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
18390         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
18391         (rfc2047-decode-string): Ditto.
18392         (rfc2047-decode-address-region): New function.
18393         (rfc2047-decode-address-string): New function.
18394
18395 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
18396
18397         * message.el (message-caesar-buffer-body): Allow rotating headers.
18398
18399         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
18400
18401         * message.el (message-insert-formated-citation-line): Fix %f.
18402         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
18403
18404 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18405
18406         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
18407         (gnus-bookmark-mouse-available-p): New macro.
18408         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
18409         (gnus-bookmark-bmenu-show-infos): Use it.
18410         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
18411         (gnus-bookmark-bmenu-hide-infos): Ditto.
18412         (gnus-bookmark-remove-properties): New function.
18413         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
18414         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
18415         (gnus-bookmark-write-file): Bind coding-system-for-write.
18416         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
18417         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
18418         group before selecting it.
18419         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
18420         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
18421         quit-window if it is not available; use gnus-mouse-2 and bind it to
18422         gnus-bookmark-bmenu-select-by-mouse.
18423         (gnus-bookmark-show-details): Remove unused variable `details-list'.
18424         (gnus-bookmark-bmenu-select-by-mouse): New function.
18425
18426 2006-08-13  Romain Francoise  <romain@orebokech.com>
18427
18428         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
18429         space.
18430
18431 2006-08-10  Romain Francoise  <romain@orebokech.com>
18432
18433         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
18434         (dns-mode-soa-auto-increment-serial): New user option.
18435         (dns-mode-soa-maybe-increment-serial): New function.
18436         (dns-mode): Add the latter to `write-contents-functions'.
18437
18438 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18439
18440         * compface.el (uncompface): Use binary rather than raw-text-unix.
18441
18442 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18443
18444         * compface.el (uncompface): Make sure the eol conversion doesn't take
18445         place when communicating with the external programs.
18446         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18447
18448 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18449
18450         * nnheader.el (nnheader-insert-head): Fix typo in comment.
18451
18452 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18453
18454         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18455         Make it more robust by parsing author and date independently.
18456
18457 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18458
18459         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
18460
18461 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
18462
18463         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
18464         first matching secret key.
18465         (mml2015-epg-encrypt): Ditto.
18466
18467         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
18468         first matching secret key.
18469         (mml1991-epg-encrypt): Ditto.
18470
18471         * mml2015.el (mml2015-encrypt-to-self): New user option.
18472         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
18473         mml2015-epg-encrypt-to-self is set.
18474
18475         * mml1991.el (mml1991-encrypt-to-self): New variable.
18476         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
18477         mml1991-epg-encrypt-to-self is set.
18478
18479         * mml2015.el (mml2015-signers): New user option.
18480         (mml2015-epg-sign): Reflect the value of mml2015-signers.
18481         (mml2015-epg-encrypt): Allow to select signing keys.
18482
18483         * mml1991.el (mml1991-signers): New variable.
18484         (mml1991-epg-sign): Reflect the value of mml1991-signers.
18485         (mml1991-epg-encrypt): Allow to select signing keys.
18486
18487 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18488
18489         * nnheader.el (nnheader-insert-head): Make it work even if the file
18490         uses CRLF for the line-break code.
18491
18492 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
18493
18494         * mml2015.el: Require mml-sec instead of password.
18495         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
18496         (mml2015-cache-passphrase): Inherit the default value from
18497         mml-secure-cache-passphrase.
18498         (mml2015-passphrase-cache-expiry): Inherit the default value from
18499         mml-secure-passphrase-cache-expiry.
18500
18501         * mml1991.el: Require mml-sec instead of password.
18502         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
18503         (mml1991-cache-passphrase): Inherit the default value from
18504         mml-secure-cache-passphrase.
18505         (mml1991-passphrase-cache-expiry): Inherit the default value from
18506         mml-secure-passphrase-cache-expiry.
18507
18508         * mml-sec.el: Require password.
18509         (mml-secure-verbose): New user option.
18510         (mml-secure-cache-passphrase): New user option.
18511         (mml-secure-passphrase-cache-expiry): New user option.
18512
18513 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
18514             Andreas Vögele  <andreas@altroot.de>   (tiny change)
18515
18516         * pgg-def.el (pgg-truncate-key-identifier):
18517         Truncate the key ID to 8 letters from the end.
18518
18519 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18520
18521         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
18522         workaround for the url package included with Emacs.
18523
18524         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18525
18526 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18527
18528         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
18529         correctly.  This fixes a bug caused by the 2006-05-12 change.
18530
18531 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
18532
18533         * nnmail.el (nnmail-article-group): If splitting raises an error, give
18534         some information about the error when saying that the `bogus' mail
18535         group will be used.
18536
18537 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
18538
18539         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
18540         string.
18541
18542 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
18543
18544         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
18545
18546 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18547
18548         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
18549
18550 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18551
18552         * mml1991.el (mml1991-function-alist): Add epg.
18553         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
18554         (mml1991-epg-encrypt): New functions.
18555
18556 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18557
18558         * mml2015.el (mml2015-verbose): New variable.
18559         (mml2015-cache-passphrase): Ditto.
18560         (mml2015-passphrase-cache-expiry): Ditto.
18561         (mml2015-function-alist): Add epg.
18562         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
18563         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
18564         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
18565         New functions.
18566
18567 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18568
18569         * message.el (message-cite-original-1): Preserve region when removing
18570         quoted text due to X-No-Archive in order to avoid bogus attribution
18571         when citing multiple messages.
18572
18573 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18574
18575         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
18576         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
18577
18578 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
18579
18580         * gnus-diary.el (gnus-user-format-function-d)
18581         (gnus-user-format-function-D): Autoload.
18582
18583         * imap.el (Commentary): Fix typo.
18584
18585         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
18586         2006-04-22 contribution.
18587
18588 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18589
18590         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
18591         It didn't really fix the bogosity I'm seeing with solid web groups.
18592
18593 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18594
18595         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
18596         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
18597         created using server names.  If we use the feature without declaring
18598         it, Gnus does not properly manage server and group state.
18599
18600         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
18601         bound.
18602
18603 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18604
18605         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
18606         looking up the method using GROUP's prefix before inventing a new one.
18607         It is used on killed/unknown groups in various places where returning
18608         an all-new method isn't expected by the caller.
18609
18610         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
18611         and match semantics of gnus-group-real-prefix.
18612
18613 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
18614
18615         * nnmail.el (nnmail-broken-references-mailers): New variable.
18616         (nnmail-ignore-broken-references): New function generalizing
18617         nnmail-fix-eudora-headers.
18618         (nnmail-fix-eudora-headers): Now obsolete.
18619
18620         * gnus-art.el (gnus-button-handle-custom):
18621         Support `customize-apropos*'.
18622
18623 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18624
18625         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
18626
18627         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
18628         articles.
18629
18630 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
18631
18632         * message.el (message-cite-reply-above): New variable.
18633         (message-yank-original): Use it.
18634
18635 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18636
18637         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
18638
18639 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
18640
18641         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
18642         as read.
18643
18644         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
18645
18646 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
18647
18648         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
18649         (gnus-bookmark-default-file): Use gnus-directory.
18650         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
18651         Remove "*" in doc string.
18652         (gnus-bookmark-write-file): Simplify.
18653         (gnus-bookmark-maybe-sort-alist): Use `when'.
18654         (gnus-bookmark-get-bookmark): Fix typo in doc string.
18655         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
18656         Add FIXME about Emacs 21 and XEmacs compatibility.
18657         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
18658         compatibility.
18659         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
18660         compatibility.
18661         (gnus-bookmark-menu-heading): Fix version.
18662
18663 2006-06-19  Bastien Guerry  <bzg@altern.org>
18664
18665         * gnus-bookmark.el: New file.
18666
18667 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18668
18669         * message.el (message-syntax-checks): Doc fix.
18670
18671 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18672
18673         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
18674         unsubscribed groups as if they were killed ones.  It causes duplicate
18675         entries in gnus-newsrc-alist.
18676
18677 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18678
18679         * message.el (message-syntax-checks): Doc fix.
18680         (message-send-mail): Add check for continuation headers.
18681         (message-check-news-header-syntax): Fix regexp used to check for
18682         continuation headers.
18683
18684 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18685
18686         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
18687
18688 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
18689
18690         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
18691
18692 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18693
18694         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
18695         default-truncate-lines.
18696
18697 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18698
18699         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
18700         to fill the utf-8 entry.
18701
18702         * lpath.el: Fbind unicode-precedence-list.
18703
18704 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18705
18706         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18707
18708 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
18709
18710         * gnus-agent.el (directory-files-and-attributes): Move all the way
18711         forward (the third and final move).
18712         (gnus-agent-read-agentview): Trap reconstruction errors due to
18713         nonexistent directory.  Handle by returning nil.
18714
18715 2006-05-30  Didier Verna  <didier@xemacs.org>
18716
18717         * message.el (message-dont-reply-to-names): Update the custom type.
18718         * message.el (message-dont-reply-to-names): New defsubst: potentially
18719         convert a list of regexps into a single one.
18720         * message.el (message-get-reply-headers): Use it.
18721         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
18722
18723 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18724
18725         * gnus-agent.el (directory-files-and-attributes): Move forward.
18726
18727 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18728
18729         * gnus-ml.el (gnus-mailing-list-subscribe)
18730         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
18731         (gnus-mailing-list-message): Fix doc strings.
18732
18733 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18734
18735         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
18736         of doing it manually.
18737
18738 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18739
18740         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
18741         comment.
18742
18743 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
18744
18745         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
18746         (gnus-agent-read-agentview): Fix handling of end-of-file error.
18747         (gnus-agent-read-local): All symbols allocated in my-obarray.
18748         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
18749         (gnus-agent-regenerate-group): Check numeric names to see if they are
18750         messages or groups.
18751         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
18752         better way of do this...)
18753
18754         * gnus-cache.el (gnus-agent-total-fetched-for):
18755         Ignore 'dummy.group' (there should be a better way of do this...)
18756
18757 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18758
18759         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
18760         (gnus-saved-headers): Ditto.
18761         (gnus-default-article-saver): Mention functions may have properties.
18762         (gnus-article-save): Override gnus-save-all-headers and
18763         gnus-saved-headers by :headers property which saver function may have.
18764         (gnus-summary-save-in-file): Add :headers property.
18765         (gnus-summary-write-to-file): Ditto.
18766
18767         * gnus-sum.el (gnus-summary-save-article): Bind
18768         gnus-prompt-before-saving to t when saving many articles in a file;
18769         always show all headers.
18770
18771         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
18772
18773 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
18774
18775         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
18776         marks.
18777
18778         * message.el (message-indent-citation): Add optional arguments to allow
18779         using it outside of message buffers.
18780
18781         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
18782         (gnus-article-treat-unfold-headers): Use it.
18783         (gnus-article-truncate-lines): New variable.
18784         (gnus-article-mode): Use it.
18785         (gnus-article-toggle-truncate-lines): New function.
18786
18787         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18788         Add gnus-article-toggle-truncate-lines.
18789
18790         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
18791         coding system in XEmacs, use binary.
18792
18793 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18794
18795         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
18796         after-load-alist.
18797
18798         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
18799         this function should save decoded articles.
18800         (gnus-summary-write-to-file): Use property to specify this function
18801         should save decoded articles and specify gnus-summary-save-in-file
18802         should be used to save articles other than the first one when saving
18803         many articles.
18804         (gnus-summary-save-body-in-file): Use property to specify this
18805         function should save decoded articles.
18806         (gnus-summary-write-body-to-file): Use property to specify this
18807         function should save decoded articles and specify
18808         gnus-summary-save-body-in-file should be used to save articles other
18809         than the first one when saving many articles.
18810
18811         * gnus-sum.el (gnus-summary-save-article): Simplify.
18812
18813 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18814
18815         * gnus-art.el (gnus-default-article-saver):
18816         Add gnus-summary-write-body-to-file.
18817         (gnus-article-save-coding-system): Don't use coding system object
18818         in XEmacs.
18819         (gnus-read-save-file-name): Add optional `dir-var' argument which
18820         specifies directory in which files are saved; work even if optional
18821         `variable' argument is not specified.
18822         (gnus-summary-write-to-file): Read file name.
18823         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
18824         (gnus-summary-write-body-to-file): New function.
18825
18826         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
18827         (gnus-summary-local-variables): Add it.
18828         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
18829         (gnus-summary-save-article): Remove optional `decode' argument;
18830         determine whether to decode articles by the value of
18831         gnus-default-article-saver; when saving many files using
18832         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
18833         it first and use gnus-summary-save-in-file or
18834         gnus-summary-save-body-in-file thereafter unless
18835         gnus-prompt-before-saving is always; move point to article which
18836         will be saved.
18837         (gnus-summary-save-article-file): Revert.
18838         (gnus-summary-write-article-file): Revert.
18839         (gnus-summary-save-article-body-file): Revert.
18840         (gnus-summary-write-article-body-file): New function.
18841
18842 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18843
18844         * gnus-art.el (gnus-default-article-saver): Doc fix.
18845         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
18846         from gnus-summary-save-article-coding-system, and default to a
18847         certain coding system.
18848         (gnus-output-to-file): Add coding cookie and encode text according
18849         to gnus-article-save-coding-system; don't use mm-append-to-file.
18850
18851         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
18852         gnus-art.el and rename to gnus-article-save-coding-system.
18853         (gnus-summary-save-article): Require gnus-art; don't show all
18854         headers if it decodes articles; don't add coding cookie here;
18855         don't bind mm-text-coding-system-for-write.
18856         (gnus-summary-save-article-file): Save decoded articles.
18857         (gnus-summary-write-article-file): When saving many files, use
18858         gnus-summary-write-to-file first and gnus-summary-save-in-file
18859         thereafter unless gnus-prompt-before-saving is always.
18860         (gnus-summary-save-article-body-file): Save decoded articles.
18861
18862         * lpath.el: Fbind select-safe-coding-system for XEmacs.
18863
18864 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18865
18866         * nnrss.el (nnrss-check-group): Bind hash-index.
18867
18868 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
18869
18870         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
18871         its hash index.  Store this hash in `nnrss-group-data'.
18872         (nnrss-read-group-data): Update accordingly.
18873
18874 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18875
18876         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
18877         entry.
18878
18879         * gnus-sum.el (gnus-summary-make-menu-bar):
18880         Add gnus-article-browse-html-article.
18881
18882 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
18883
18884         * gnus-sum.el (gnus-summary-mime-map):
18885         Add gnus-article-browse-html-article.
18886
18887         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
18888
18889 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18890
18891         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
18892         suitable coding systems in customize.
18893
18894 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
18895
18896         * mail-source.el (mail-sources): Fix custom type.
18897
18898 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18899
18900         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
18901         (gnus-summary-expire-articles-now): Shorten prompt.
18902
18903         * gmm-utils.el (wid-edit): Require.
18904         (defun-gmm): Rename from `gmm-defun-compat'.
18905         (gmm-image-search-load-path): Use it.
18906         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
18907
18908 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18909
18910         * gnus-sum.el (gnus-summary-save-article-coding-system):
18911         New variable.
18912         (gnus-summary-save-article): Add optional `decode' argument.
18913         If it is set and gnus-summary-save-article-coding-system is non-nil,
18914         save decoded article.
18915         (gnus-summary-write-article-file): Save decoded article if
18916         gnus-summary-save-article-coding-system is non-nil.
18917
18918         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
18919         type.
18920
18921 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18922
18923         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
18924
18925 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18926
18927         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
18928         first to test gnus-single-article-buffer which may be buffer-local.
18929
18930         * gnus-sum.el (gnus-summary-setup-buffer):
18931         Make gnus-single-article-buffer buffer-local and nil in ephemeral
18932         group; make gnus-article-buffer, gnus-article-current, and
18933         gnus-original-article-buffer always buffer-local.
18934         (gnus-summary-exit): Kill article buffer belonging to ephemeral
18935         group.
18936         (gnus-handle-ephemeral-exit): Don't move to next summary line.
18937
18938 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
18939
18940         * nnml.el (nnml-request-compact-group): Compressed files might not
18941         have .gz extension.
18942
18943 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18944
18945         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
18946         (mm-copy-to-buffer): Use with-current-buffer.
18947         (mm-display-part): Simplify.
18948         (mm-inlinable-p): Add optional arg `type'.
18949
18950 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18951
18952         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
18953         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
18954         Try harder to show the attachment internally or externally using
18955         gnus-mime-view-part-as-type.
18956
18957 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
18958
18959         * message.el (message-from-style, message-signature-separator)
18960         (message-user-organization-file, message-send-mail-function)
18961         (message-citation-line-function, message-yank-prefix)
18962         (message-indent-citation-function, message-signature)
18963         (message-signature-file, message-signature-insert-empty-line):
18964         Remove autoloads.
18965
18966         * gnus-art.el (gnus-buttonized-mime-types):
18967         Remove "multipart/signed".  Revert 2006-04-26 change.
18968
18969 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18970
18971         * gnus.el (gnus-version-number): Bump version.
18972
18973 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18974
18975         * gnus.el: No Gnus v0.5 is released.
18976
18977 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18978
18979         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
18980         fetching articles by message-id.
18981
18982 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18983
18984         * message.el (hashcash): Require hashcash as normal.
18985
18986         * ecomplete.el (ecomplete-highlight-match-line):
18987         Use point-at-eol.
18988         (ecomplete-highlight-match-line): Use `highlight', because that
18989         face exists in both Emacs and XEmacs.
18990
18991         * message.el (message-display-abbrev): Use point-at-bol.
18992
18993         * mail-source.el: Don't require timer/timer-funcs.
18994
18995         * gnus-async.el: Ditto.
18996
18997         * password.el: Ditto.
18998
18999         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
19000
19001         * mm-url.el: Ditto.
19002
19003         * gnus-xmas.el: Don't require timer-funcs.
19004
19005         * mm-util.el: Require timer/timer-funcs.
19006
19007 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19008
19009         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
19010         Close.
19011
19012 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19013
19014         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
19015         unibyte after clear-decrypt function runs.
19016
19017         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
19018         returns as a unibyte string.
19019
19020 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19021
19022         * lpath.el: Revert.
19023
19024         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
19025         (pgg-gpg-process-sentinel): Revert.
19026
19027         * pgg-pgp.el (pgg-pgp-process-region): Revert.
19028         (pgg-pgp-lookup-key): Revert.
19029
19030         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
19031         (pgg-pgp5-lookup-key): Revert.
19032
19033         * pgg.el (pgg-fetch-key): Revert.
19034
19035 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19036
19037         * lpath.el: Fbind string-as-multibyte for XEmacs.
19038
19039         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
19040         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
19041         (mml1991-pgg-encrypt): Ditto.
19042
19043         * pgg-gpg.el (pgg-string-to-multibyte): New function.
19044         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
19045         a multibyte buffer.
19046
19047         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
19048         (pgg-pgp-lookup-key): Ditto.
19049
19050         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
19051         (pgg-pgp5-lookup-key): Ditto.
19052
19053         * pgg.el (pgg-fetch-key): Ditto.
19054
19055 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
19056
19057         * message.el (message-user-organization-file): Check several
19058         locations of the organization file.
19059
19060         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
19061         Add gnus-article-view-part-as-type.
19062
19063         * gnus-art.el (gnus-article-view-part-as-type): New function.
19064
19065         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
19066         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
19067
19068         * mml.el: Simplify autoload.
19069         (mml-mode): defvar dnd-protocol-alist instead of using
19070         symbol-value.
19071         (mml-default-directory): New variable.
19072         (mml-minibuffer-read-file): Use it.
19073         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
19074
19075         * message.el (message-citation-line-format): New variable.
19076         (message-insert-formated-citation-line): New function.
19077         (message-citation-line-function):
19078         Add `message-insert-formated-citation-line' to custom type.
19079
19080         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
19081         to doc string.
19082
19083         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
19084         depending on mm-verify-option.
19085
19086 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19087
19088         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
19089         binding pgg-* variables; reimplement the section which prevents
19090         MIME header from being signed.
19091         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
19092         pgg-text-mode; remove a blank line at the top of body.
19093
19094         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
19095         lines at the top of body; use gnus-newsgroup-charset if there's no
19096         Charset header.
19097
19098 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19099
19100         * message.el (message-self-insert-commands): Doc fix.
19101
19102         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
19103         (mm-uu-pgp-encrypted-test): Ditto.
19104         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
19105         between header and body; return application/pgp-encrypted handle
19106         if decryption failed; decode decrypted body by charset.
19107
19108         * mm-decode.el (mm-automatic-display): Don't make application/pgp
19109         element match to application/pgp-*.
19110
19111 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19112
19113         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
19114         HTML.
19115
19116 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19117
19118         * mail-source.el (mail-source-call-script): Message the error
19119         string.
19120
19121 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19122
19123         * gnus-util.el (gnus-byte-compile): Use it.
19124
19125 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
19126
19127         * gnus-util.el (kill-empty-logs): New function.
19128
19129 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19130
19131         * message.el (message-mail-alias-type): Doc fix.
19132         (message-mail-alias-type-p): New function.
19133         (message-send): Use it.
19134         (message-mode): Ditto.
19135         (message-strip-forbidden-properties): Ditto.
19136
19137         * ecomplete.el (ecomplete-database-file-coding-system):
19138         New variable.
19139         (ecomplete-save): Use it.
19140         (ecomplete-setup): Use it.
19141
19142 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19143
19144         * message.el (message-self-insert-commands): New variable.
19145         (message-strip-forbidden-properties): Use it.
19146
19147 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19148
19149         * message.el (message-put-addresses-in-ecomplete): Use a regexp
19150         that doesn't make XEmacs choke.
19151
19152 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
19153
19154         * gnus-util.el (gnus-replace-in-string):
19155         Prefer replace-regexp-in-string over of replace-in-string.
19156
19157 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19158
19159         * gnus-util.el (gnus-select-frame-set-input-focus):
19160         Use select-frame-set-input-focus if it is available in XEmacs; use
19161         definition defined in Emacs 22 for old Emacsen.
19162
19163         * dgnushack.el: Autoload unmorse-region for XEmacs.
19164
19165         * lpath.el: Bind cursor-in-non-selected-windows and
19166         select-frame-set-input-focus for XEmacs.
19167
19168 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19169
19170         * mm-view.el (mm-inline-text): Use equal instead of equalp.
19171
19172 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
19173
19174         * gnus-registry.el (gnus-registry-cache-save): Remove text
19175         properties when saving via the temp buffer.
19176
19177 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19178
19179         * message.el (message-generate-hashcash): Honor custom type.
19180
19181 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19182
19183         * message.el (message-generate-hashcash): Default to non-nil when
19184         hashcash is found.
19185
19186         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
19187         (gnus-refer-thread-limit): Increase default to 500.
19188
19189         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
19190
19191         * flow-fill.el (fill-flowed): Allow delete-space.
19192
19193 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19194
19195         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19196         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
19197         Remove autoloads.
19198
19199 2006-04-18  Simon Josefsson  <jas@extundo.com>
19200
19201         * message.el (message-generate-hashcash): Default to.
19202
19203 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19204
19205         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19206         concatenating segments rather than before concatenating them.
19207
19208 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19209
19210         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
19211
19212 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19213
19214         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
19215
19216         * message.el (message-forward-make-body-plain):
19217         Allow message-forward-ignored-headers to be a list.
19218         (message-remove-ignored-headers): Factor out into function.
19219         (message-forward-make-body-mml): Use it.
19220
19221         * imap.el (imap-quote-specials): New function.
19222         (imap-login-auth): Quote specials.
19223
19224         * rfc2231.el (rfc2231-parse-string): Remove dead code.
19225         (rfc2231-parse-string): Allow concatanation of parameters that
19226         aren't contiguous.  The test case is
19227           (mail-header-parse-content-type "message/external-body;
19228             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
19229             access-type=LOCAL-FILE;
19230             name*1*=plugh%2fhello-sailor%2fbing.pdf")
19231
19232 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19233
19234         * nntp.el (nntp-accept-process-output): Return the value of
19235         `nnheader-accept-process-output'.
19236
19237 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19238
19239         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
19240         (gnus-button-alist): Recognize more diff formats.
19241         (gnus-button-patch): Strip directory.
19242
19243 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19244
19245         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
19246         Emacs 22 when setting focus.
19247
19248 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19249
19250         * gnus-art.el (gnus-article-treat-types): Do treatment of
19251         text/x-verbatim parts.
19252         (gnus-button-patch): New command.
19253
19254         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
19255         addresses that contain invalid characters.
19256
19257 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19258
19259         * message.el (message-put-addresses-in-ecomplete):
19260         Use gnus-replace-in-string.
19261         (message-is-yours-p): Use the more correct
19262         mail-header-parse-address instead of
19263         mail-extract-address-components.
19264         (message-put-addresses-in-ecomplete): Fix typo.
19265
19266         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
19267         keystroke.
19268
19269         * gnus-art.el (gnus-treatment-function-alist): Change order of
19270         newsgroups/generic header folding to avoid double-folding.
19271
19272         * message.el (message-hidden-headers): Add X-Draft-From.
19273
19274         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
19275         New command.
19276         (gnus-summary-repeat-search-article-backward): New command.
19277
19278         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
19279         groups in the parent topic.
19280
19281 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
19282
19283         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
19284         (spam-extra-header-to-number): Return the CRM114 number as a
19285         number instead of a string.
19286
19287 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19288
19289         * gnus-art.el (gnus-face-properties-alist): Move here from
19290         gnus-fun.
19291
19292         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
19293
19294 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19295
19296         * message.el (message-strip-forbidden-properties): Only display on
19297         self-insert-command.
19298
19299         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
19300         reindent.
19301         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
19302
19303 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
19304
19305         * smiley.el (smiley-style): Fix typo.
19306
19307 2006-03-23  Kenichi Handa  <handa@m17n.org>
19308
19309         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
19310         instead of set-buffer-multibyte.
19311
19312 2006-03-23  Kenichi Handa  <handa@m17n.org>
19313
19314         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19315         buffer and then decode the buffer text if necessary.
19316         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19317         first, and after mm-encode-body, change the buffer to unibyte.
19318
19319 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19320
19321         * hashcash.el (hashcash-insert-payment-async-2):
19322         Use message-goto-eoh instead of doing it manually.
19323         (mail-add-payment): Use message-narrow-to-header instead of trying
19324         to do the same itself.
19325
19326         * message.el (message-hidden-headers): Add Face.
19327
19328         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
19329         reparenting code.
19330         (gnus-summary-reparent-children): Refactored out code.
19331         (gnus-summary-thread-map): New keystroke.
19332         (gnus-summary-reparent-children): Make into command.
19333
19334         * smiley.el (smiley-style): Default to `medium' if using a large
19335         font.
19336
19337         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
19338         does it itself.
19339
19340         * message.el (message-point-in-header-p): Simplify definition.
19341
19342 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19343
19344         * nnagent.el (nnagent-request-set-mark): Silence log file
19345         writing.
19346         (nnagent-request-set-mark): Use write-region instead of
19347         append-to-file.
19348
19349         * gnus-sum.el (gnus-read-header): Fudge article number if using a
19350         strange select method.
19351
19352         * ecomplete.el (ecomplete-display-matches): Get highlightling
19353         right.
19354         (ecomplete-display-matches): Use literals.
19355         (ecomplete-display-matches): Disable message logging.
19356
19357         * message.el (message-display-abbrev): Small optimization.
19358
19359         * ecomplete.el (ecomplete-display-matches): Allow automatic
19360         display.
19361
19362         * message.el (message-strip-forbidden-properties):
19363         Display abbrevs.
19364         (message-display-abbrev): Get automatic display right.
19365
19366         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
19367         keystrokes.
19368
19369 2006-04-13  Romain Francoise  <romain@orebokech.com>
19370
19371         TODO: Backport to v5-10!
19372
19373         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
19374         Move here (and rename) from gnus-registry.el.
19375
19376         * gnus-registry.el: Require gnus-util.
19377         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
19378
19379 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19380
19381         * gnus-group.el (gnus-group-catchup-current):
19382         Change if-then-else-if-then-else into cond.
19383         (gnus-group-catchup): Indent.
19384         (group-name-at-point): New function.
19385         (gnus-fetch-group): Provide default from thing at point.
19386
19387 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19388
19389         * message.el (message-display-abbrev): Fix regexp.
19390
19391         * ecomplete.el (ecomplete-highlight-match-line):
19392         Reimplement choosing.
19393         (ecomplete-highlight-match-line): Fix up code rewrite, remove
19394         dead variables.
19395
19396         * message.el (message-newline-and-indent): Remove debugging.
19397         (message-display-abbrev): Use new implementation.
19398
19399 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
19400
19401         * gnus-art.el (gnus-article-mode):
19402         Set cursor-in-non-selected-windows to nil.
19403
19404         * smiley.el: Revert previous change.
19405         (smiley-data-directory): defvar it before using it in the
19406         defcustom of `smiley-style'.
19407
19408 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19409
19410         * message.el (message-newline-and-indent): New function.
19411
19412         * ecomplete.el: Implement more bits.
19413
19414         * message.el (message-put-addresses-in-ecomplete): Clean up the
19415         string.
19416
19417         * ecomplete.el (ecomplete-add-item): Chop off decimals.
19418
19419         * gnus-sum.el (gnus-summary-save-parts):
19420         Bind gnus-summary-save-parts-counter and use it to make unique file
19421         names.
19422
19423         * gnus-art.el (gnus-ignored-headers): Add some more headers.
19424
19425         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
19426         parameter to say whether to actually parse the individual
19427         addresses.
19428
19429         * message.el (message-put-addresses-in-ecomplete): New function.
19430         (ecomplete): Require.
19431         (message-mail-alias-type): Add ecomplete as an option.
19432
19433 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
19434
19435         * flow-fill.el (fill-flowed): Remove trailing space from blank
19436         quoted lines.
19437
19438 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19439
19440         * smiley.el (smiley-style): Move definition later to avoid a
19441         compilation warning.
19442
19443 2006-04-12  Kenichi Handa  <handa@m17n.org>
19444
19445         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19446         buffer and then decode the buffer text if necessary.
19447         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19448         first, and after mm-encode-body, change the buffer to unibyte.
19449         Use mm-disable-multibyte instead of set-buffer-multibyte.
19450
19451 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19452
19453         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
19454         Content-Type header instead of Content-Disposition header.
19455         (gnus-mime-inline-part): Ditto.
19456         (gnus-mime-view-part-as-charset): Ignore charset that the part
19457         specifies.
19458
19459         * mm-decode.el (mm-display-part): Work with external parts and
19460         usual parts similarly.
19461
19462         * mm-extern.el (mm-inline-external-body): Use mm-display-part
19463         instead of gnus-display-mime.
19464
19465         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
19466         instead of with-temp-buffer.
19467
19468         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
19469         tag to summarized topics part in order to encode non-ASCII text.
19470
19471 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19472
19473         * smiley.el (smiley-style): New variable.
19474         (smiley-directory): New function.
19475         (smiley-data-directory): Derive from `smiley-style' using
19476         `smiley-directory'.
19477         (smiley-regexp-alist): Add new entries.
19478
19479         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
19480         (gnus-article-browse-delete-temp): Add :version.
19481
19482 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
19483
19484         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
19485         the sieve region.
19486
19487 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19488
19489         * gnus.el (gnus-version-number): Bump version.
19490
19491 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19492
19493         * gnus.el: No Gnus v0.4 is released.
19494
19495 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19496
19497         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
19498         layout.
19499
19500         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
19501         unknown charset.
19502
19503         * message.el (message-header-synonyms): Add Original-To to the
19504         default.
19505
19506         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
19507         optional parameter.
19508
19509 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
19510
19511         * gnus-fun.el (gnus): Require it for gnus-directory.
19512
19513 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19514
19515         * gnus-fun.el (gnus-face-properties-alist): Add :version.
19516
19517 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19518
19519         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
19520
19521 2006-04-05  Simon Josefsson  <jas@extundo.com>
19522
19523         * password.el (password-reset): New function.
19524
19525 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19526
19527         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
19528         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
19529
19530 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19531
19532         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19533         Some whitespace was matched into the url, which broke browsing hits
19534         > 100 when mm-url-use-external was nil.
19535
19536 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19537
19538         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19539         Check gnus-extra-headers for 'Newsgroups.
19540
19541         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
19542         bound.
19543
19544 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
19545
19546         * pgg-gpg.el: Clean up process buffers every time gpg processes
19547         complete.
19548
19549 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
19550
19551         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19552         doc string.
19553
19554 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
19555
19556         * pgg-gpg.el (pgg-gpg-process-filter)
19557         (pgg-gpg-wait-for-completion): Check if buffer is alive.
19558
19559         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
19560         lines, temporary fix.
19561
19562 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19563
19564         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
19565
19566 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
19567
19568         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
19569         default-enable-multibyte-characters.  This reverts the change from
19570         revision 6.17 which is no longer necessary because the passphrase
19571         is sent separately now.  GnuPG messages are unreadable under
19572         multibyte locales with default-enable-multibyte-characters set to
19573         nil.
19574
19575 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
19576
19577         * message.el (message-tool-bar-gnome): Move "spell".
19578
19579 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
19580
19581         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
19582         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
19583         instead.
19584
19585 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
19586
19587         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19588         Improve newsgroups handling for NNTP overviews which don't include
19589         Newsgroups.
19590
19591 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19592
19593         * message.el (message-resend): Bind message-generate-hashcash to nil.
19594
19595 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19596
19597         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
19598         when searching for already-paid recipients.
19599
19600 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
19601
19602         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
19603         passphrases when it is not needed.
19604         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
19605         passphrase stuff from gpg, should only be necessary when you use
19606         gpg with a smartcard.
19607
19608 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19609
19610         * mml.el (mml-insert-mime): Ignore cached contents of
19611         message/external-body part.
19612
19613         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
19614         (mm-insert-part): Ditto.
19615
19616 2006-03-23  Simon Josefsson  <jas@extundo.com>
19617
19618         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
19619         Reiner.
19620         (pgg-gpg-use-agent-p): Use it again.
19621
19622 2006-03-23  Simon Josefsson  <jas@extundo.com>
19623
19624         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
19625         older emacsen.
19626         (pgg-gpg-use-agent-p): Don't use it.
19627
19628 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
19629
19630         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
19631         if we can.
19632
19633 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
19634
19635         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
19636         (pgg-gpg-update-agent): New function.
19637         (pgg-gpg-use-agent-p): New function.
19638         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
19639         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19640         (pgg-gpg-sign-region): Use it.
19641
19642 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19643
19644         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
19645         Reported by Ralf Wachinger <rwachinger@gmx.de>.
19646
19647 2006-03-21  Simon Josefsson  <jas@extundo.com>
19648
19649         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
19650         <wilde@sha-bang.de>.
19651         (pgg-gpg-use-agent): New variable.
19652         (pgg-gpg-process-region): Use it.
19653         (pgg-gpg-encrypt-region): Likewise.
19654         (pgg-gpg-encrypt-symmetric-region): Likewise.
19655         (pgg-gpg-decrypt-region): Likewise.
19656         (pgg-gpg-sign-region): Likewise.
19657         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
19658
19659 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19660
19661         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
19662
19663         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19664         Add comment on version.
19665
19666 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
19667
19668         * smiley.el: Add missing test smiley.
19669
19670 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19671
19672         * mm-decode.el (mm-with-part): New macro.
19673         (mm-get-part): Use it; work with message/external-body as well.
19674         (mm-save-part): Treat name and filename equally.
19675
19676         * mm-extern.el (mm-extern-cache-contents): New function.
19677         (mm-inline-external-body): Use it; force the part to be displayed;
19678         move undisplayer added to the cached handle to the parent.
19679
19680         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
19681         (gnus-mime-view-part-as-type): Work with message/external-body.
19682
19683         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
19684
19685 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19686
19687         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
19688         images in image-load-path.  [Sync with image.el, revision 1.60, in
19689         Emacs.]
19690
19691 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19692
19693         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
19694         path rather than symbol.  Always return list of directories.
19695         Guarantee that image directory comes first.  [Sync with image.el,
19696         revision 1.59, in Emacs.]
19697
19698         * message.el (message-make-tool-bar): Adjust to new API of
19699         `gmm-image-load-path-for-library'.
19700
19701         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19702
19703         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19704
19705 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19706
19707         * gnus-art.el (gnus-article-only-boring-p):
19708         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
19709         intangible text.
19710         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
19711
19712 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
19713
19714         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
19715         Use `defun' instead of `gmm-defun-compat'.
19716
19717 2006-03-14  Simon Josefsson  <jas@extundo.com>
19718
19719         * message.el (message-unique-id): Don't use message-number-base36
19720         if (user-uid) is a float.
19721         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
19722
19723 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19724
19725         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
19726
19727         * gnus-art.el (gnus-mime-display-single): Make sure there is an
19728         empty line between a part and a message part.
19729
19730 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
19731
19732         * smiley.el: Add more test smileys.
19733         (smiley-data-directory, smiley-regexp-alist)
19734         (gnus-smiley-file-types): Fix doc strings.
19735         (smiley-update-cache): Clear smiley-cached-regexp-alist before
19736         adding new elements.
19737         (smiley-mouse-map): Unused code.  Make it a comment.
19738
19739 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19740
19741         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
19742         scan latest NoCeM messages instead of old ones.
19743         (gnus-nocem-check-article): Fix regexps so as to match to PGP
19744         delimiters that are recently used.
19745         (gnus-nocem-load-cache): Add autoload cookie.
19746
19747         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
19748
19749         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
19750         level which is larger than gnus-use-nocem is specified.
19751
19752         * gnus-group.el (gnus-group-get-new-news): Ditto.
19753
19754 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
19755
19756         * gnus-util.el (gnus-tool-bar-update): New function.
19757
19758         * gnus-group.el (gnus-group-update-tool-bar): New variable.
19759         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
19760
19761         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
19762
19763         * gnus-group.el (gnus-group-redraw-when-idle)
19764         (gnus-group-redraw-check): Remove.
19765         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
19766
19767 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19768
19769         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
19770         if optional last element is specified in splits (FIELD VALUE...).
19771
19772 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
19773
19774         * message.el (message-make-tool-bar): Rename gmm-image-load-path
19775         to gmm-image-load-path-for-library.  Call with no-error argument.
19776         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
19777
19778         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19779
19780         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19781
19782         * gmm-utils.el (gmm-image-load-path): Remove alias.
19783
19784 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
19785
19786         * gmm-utils.el (gmm-image-load-path): Add alias.
19787
19788         * nnml.el (nnml-generate-nov-databases-directory): Rename from
19789         nnml-generate-nov-databases-1.
19790         (nnml-generate-nov-databases): Use it.
19791         (nnml-generate-nov-databases-directory): Document no-active
19792         argument.
19793
19794         * gmm-utils.el (gmm-image-load-path-for-library): Return single
19795         directory if path is t.  Add no-error.
19796
19797         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
19798         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19799
19800         * gnus-art.el (gnus-article-browse-delete-temp-files):
19801         Simplify resetting gnus-article-browse-html-temp-list.
19802
19803         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
19804         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
19805         Add example to docstring.  Rename local variables.  Move error
19806         checks to default case in cond and simplify.
19807
19808 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19809
19810         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
19811         handle is multipart when calling it recursively.
19812         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
19813
19814 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
19815
19816         * nnimap.el (nnimap-request-update-info-internal): Optimize.
19817         Don't `gnus-uncompress-range' to avoid excessive memory usage.
19818
19819 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19820
19821         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
19822         is loaded.
19823
19824         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
19825         loaded.
19826
19827 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19828
19829         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
19830         to "Emacs 23 (unicode)" in doc string.
19831
19832         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
19833         "Emacs 23 (unicode)" in comment.
19834
19835 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19836
19837         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
19838
19839         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
19840         characters 160 through 255 in Emacs 23.
19841
19842 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19843
19844         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
19845         gnus-article-browse-html-temp.
19846         (gnus-article-browse-delete-temp): Make it customizable.
19847         Add `file'.  Adjust doc string.
19848         (gnus-article-browse-delete-temp-files): Add argument.
19849         Allow query for each file.  Adjust doc string.
19850         (gnus-article-browse-html-parts):
19851         Add `gnus-article-browse-delete-temp-files' to
19852         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
19853
19854 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
19855
19856         * gnus-art.el (gnus-article-browse-html-temp)
19857         (gnus-article-browse-delete-temp): New variables.
19858         (gnus-article-browse-delete-temp-files): New function.
19859         (gnus-article-browse-html-parts): Use it.
19860
19861 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19862
19863         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
19864
19865         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
19866         string.
19867
19868         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
19869         gnus-summary-insert-new-articles when unplugged.
19870         Remove gnus-summary-search-article-forward.
19871
19872         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
19873         display-visual-class instead of display-color-cells.
19874
19875 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19876
19877         * dgnushack.el: Autoload customize-group for XEmacs.
19878
19879         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
19880         message/* containing non-ASCII text properly.
19881
19882 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
19883
19884         * message.el: Require gmm-utils, remove autoloads.
19885         (message-tool-bar): Set default based on
19886         gmm-tool-bar-style.
19887         (message-tool-bar-gnome): Add gmm-customize-mode.
19888
19889         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
19890         gmm-tool-bar-style.
19891         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
19892
19893         * gnus-group.el (gnus-group-tool-bar): Set default based on
19894         gmm-tool-bar-style.
19895         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
19896
19897         * gmm-utils.el (gmm-image-directory): Rename variable from
19898         gmm-image-load-path.
19899         (gmm-image-load-path): Use gmm-image-directory.
19900         (gmm-customize-mode): New function.
19901         (gmm-tool-bar-style): New variable.
19902
19903         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
19904         gnus-group-redraw-line-number.
19905         (gnus-group-redraw-check): Simplify.
19906         (gnus-group-tool-bar-update): Remove redraw check.
19907         (gnus-group-make-tool-bar): Add redraw check.
19908
19909 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
19910
19911         * gnus-art.el (gnus-button): Add missing parentheses.
19912
19913 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19914
19915         * lpath.el: Fbind line-number-at-pos.
19916
19917 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19918
19919         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
19920
19921 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19922
19923         * gnus-art.el (gnus-button): New face.
19924         (gnus-article-button-face): Use it.
19925
19926         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19927         Add gnus-summary-next-page.  Re-order.
19928
19929         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
19930         next-node are now included.
19931         (gnus-group-redraw-line-number): New internal variable.
19932         (gnus-group-redraw-check): Helper function for updating the tool
19933         bar.
19934         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
19935
19936         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
19937
19938         * spam.el (spam-spamassassin-score-regexp): New internal variable.
19939         (spam-extra-header-to-number, spam-check-spamassassin-headers):
19940         Use it to match format of Spamassassin 3.0 and later.
19941         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
19942         (spam-check-bogofilter)
19943         (spam-bogofilter-register-with-bogofilter): Fix args of
19944         `gnus-error' calls.
19945
19946 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
19947
19948         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
19949         unnecessary interaction when sending queued mails.
19950         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
19951
19952 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
19953
19954         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
19955         first or last are nil.
19956
19957 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19958
19959         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
19960
19961 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19962
19963         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
19964
19965 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19966
19967         * dns.el (query-dns): Protect more against buggy tcp output.
19968
19969 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19970
19971         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
19972         nov.php.
19973
19974 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19975
19976         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
19977         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
19978         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
19979         output on the server side.
19980         (nnweb-google-create-mapping): Update regexps and add some
19981         progress indication.
19982
19983 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
19984
19985         * gnus-group.el (gnus-group-tool-bar-gnome):
19986         Fix gnus-agent-toggle-plugged.  Re-order icons.
19987         (gnus-group-tool-bar-gnome):
19988         Add gnus-group-{prev,next}-unread-group.
19989         (gnus-group-tool-bar-gnome): Re-order icons.
19990
19991         * gnus-sum.el (gnus-summary-tool-bar-gnome):
19992         Move gnus-summary-insert-new-articles.
19993
19994         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
19995         Fix comments.
19996
19997         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
19998         also available in Emacs 21.3.
19999
20000         * message.el (message-fix-before-sending): Change "Emacs 22" to
20001         "Emacs 23 (unicode)" in comment.
20002
20003         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
20004         "Emacs 23 (unicode)" in comment.
20005
20006         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
20007         comment.
20008         (mm-coding-system-p): Add comment about no-MULE XEmacs.
20009
20010         * mm-view.el (mm-fill-flowed): Add :version.
20011
20012 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20013
20014         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
20015         and load-path.
20016
20017 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
20018
20019         * message.el: Autoload gmm-image-load-path.
20020         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
20021         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
20022         consitency.
20023
20024         * gmm-utils.el (gmm-image-load-path): Also search in
20025         "../etc/images".  Don't set gmm-image-load-path if we don't find
20026         the image.
20027
20028 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20029
20030         * gmm-utils.el (gmm-image-load-path): Don't make
20031         `gmm-image-load-path' include subdirectories which the second arg
20032         `image' might specify.
20033
20034         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
20035         subdirectory to icon file names.
20036
20037         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
20038
20039 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20040
20041         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
20042         gmm-image-load-path calls.
20043
20044         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20045
20046         * message.el (message-make-tool-bar): Ditto.
20047
20048         * mml.el (mml-preview): Add comment concerning tool bar icons.
20049
20050         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
20051         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
20052
20053         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
20054         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
20055
20056         * message.el (message-tool-bar-gnome): Use new icon names.
20057         (message-make-tool-bar): Use `gmm-image-load-path'.
20058
20059         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
20060         New functions from MH-E.
20061         (gmm-image-load-path): New variable from MH-E.
20062         (gmm-image-load-path): New function from MH-E.  Add arguments
20063         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
20064         *-image-load-path-called-flag.
20065
20066 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
20067
20068         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
20069
20070 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
20071
20072         * nnimap.el (nnimap-request-move-article): Change folder back to
20073         source group before deleting.
20074
20075 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
20076
20077         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
20078
20079         * gnus-art.el (mm-url-insert-file-contents-external):
20080         Autoload mm-url.
20081
20082         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
20083
20084 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20085
20086         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
20087         coding system which mm-charset-to-coding-system returns for a
20088         given charset is valid.
20089
20090 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
20091
20092         * html2text.el (html2text-remove-tag-list):
20093         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
20094
20095 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
20096
20097         * gnus-cus.el: Revert 2005-10-17 change.
20098
20099 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20100
20101         * gnus-art.el (article-strip-banner):
20102         Call article-really-strip-banner only when the regexp match is made.
20103
20104 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20105
20106         * gnus-art.el (article-strip-banner):
20107         Use gnus-extract-address-components instead of
20108         mail-header-parse-addresses to make it work with non-ASCII text;
20109         remove mail-encode-encoded-word-string.
20110
20111         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
20112         values which are surrounded with \"...\"; make it never cause a
20113         Lisp error; give up parsing of parameters if it failed in
20114         extracting type.
20115
20116 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
20117
20118         * smime.el (smime-cert-by-ldap-1): Fix bug where
20119         `smime-ldap-search' returns results without userCertificates.
20120
20121 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20122
20123         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
20124
20125 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20126
20127         * spam.el (spam-check-spamassassin-headers): Adapt format for
20128         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
20129         <ari@mbf.ocn.ne.jp>.
20130         (spam-list-of-processors): Add spam-use-gmane.
20131
20132 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20133
20134         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
20135         make-temp-file; make it work with XEmacs as well.
20136
20137         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
20138         mm-make-temp-file.
20139
20140         * mm-decode.el (mm-display-external): Use the 3rd arg of
20141         mm-make-temp-file.
20142         (mm-create-image-xemacs): Ditto.
20143
20144 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20145
20146         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
20147         with message-narrow-to-headers.
20148         (gnus-draft-setup): Narrow to header to run message-fetch-field.
20149         (gnus-draft-check-draft-articles): New function.
20150         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
20151
20152 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20153
20154         * gnus-art.el (gnus-article-browse-html-parts):
20155         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
20156         Don't use suffix argument for mm-make-temp-file for Emacs 21
20157         compatibility.  Remove useless `format'.
20158
20159 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20160
20161         * nnweb.el (nnweb-google-wash-article): Update regexps.
20162         (nnweb-group-alist): Use defvoo instead of defvar.
20163
20164 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20165
20166         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
20167         re-loading nn* modules.
20168
20169 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
20170
20171         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
20172         for `tool-bar-mode' and don't check it's default-value.
20173
20174         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20175
20176         * message.el (message-make-tool-bar): Ditto.
20177
20178         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
20179         `substring'.  Shorten tmp-file name.
20180
20181         * gnus.el: Remove bogus comment.
20182
20183 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
20184
20185         * gnus-art.el (gnus-article-browse-html-parts): New function.
20186         (gnus-article-browse-html-article): New function for viewing html
20187         articles with a browser.
20188
20189 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
20190
20191         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
20192         in elisp.
20193         (pgg-gpg-encrypt-symmetric-region): Ditto.
20194         (pgg-gpg-sign-region): Ditto.
20195
20196         * pgg-def.el (pgg-text-mode): New variable.
20197
20198         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
20199         (mml2015-pgg-encrypt): Ditto.
20200
20201         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
20202         (mml1991-pgg-encrypt): Ditto.
20203
20204 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20205
20206         * nnfolder.el (nnfolder-insert-newsgroup-line):
20207         Use message-make-date instead of current-time-string.
20208
20209         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
20210         to gnus-decoded which mm-uu might set.
20211
20212 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20213
20214         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
20215         don't decode quoted parameters; remove misimported Emacs code.
20216         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20217         (rfc2231-decode-encoded-string): Don't use split-string which
20218         behaves differently according to Emacs version; use
20219         mm-decode-coding-region to convert charset to coding-system.
20220         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20221         (rfc2231-encode-string): Remove misimported Emacs code.
20222
20223 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20224
20225         * gnus-art.el (article-decode-charset): Don't use ignore-errors
20226         when calling mail-header-parse-content-type.
20227         (article-de-quoted-unreadable): Ditto.
20228         (article-de-base64-unreadable): Ditto.
20229         (article-wash-html): Ditto.
20230
20231         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
20232         calling mail-header-parse-content-type and
20233         mail-header-parse-content-disposition.
20234         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
20235         mail-header-parse-content-type.
20236
20237         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
20238         insert charset and format parameters; encode description after
20239         inserting it to buffer.
20240         (mml-insert-parameter): Fold lines properly even if a parameter is
20241         segmented into two or more lines; change the max column to 76.
20242
20243         * rfc1843.el (rfc1843-decode-article-body): Don't use
20244         ignore-errors when calling mail-header-parse-content-type.
20245
20246         * rfc2231.el (rfc2231-parse-string): Return at least type if
20247         possible; don't cause an error even if it fails in parsing of
20248         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20249         (rfc2231-encode-string): Don't break lines at the beginning, leave
20250         it to mml-insert-parameter.
20251
20252         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
20253         calling mail-header-parse-content-type.
20254
20255 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
20256
20257         * spam-report.el (spam-report-gmane-use-article-number):
20258         Improve doc string.
20259         (spam-report-gmane-internal): Check if a suitable header was found
20260         in the article.
20261
20262 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20263
20264         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
20265         (rfc2231-encode-string): Make param*=value always begin with LWSP.
20266
20267 2006-02-05  Romain Francoise  <romain@orebokech.com>
20268
20269         Update copyright notices of all files in the gnus directory.
20270
20271 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20272
20273         * nnweb.el (nnweb-request-group): Avoid growing overview files.
20274
20275 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20276
20277         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
20278         segmented lines of parameter value to cope with Thunderbird 1.5
20279         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
20280         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20281         (rfc2231-encode-string): Don't make lines exceeding 76 column.
20282
20283 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
20284
20285         * mml.el (mml-generate-mime-1): Correct the order of inline signed
20286         parts.
20287
20288 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20289
20290         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
20291         there's only one active file for all servers.
20292         (nnweb-request-scan): Make sure nnweb-articles is initialized on
20293         solid groups.  Gnus might have used a FAST request to select the group.
20294         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
20295         and nnweb-search redundantly in the active file.
20296         (nnweb-request-list): Don't list bogus groups.  There can only be one.
20297         (nnweb-request-create-group): Don't use ARGS.
20298         (nnweb-possibly-change-server, nnweb-request-group): Remove some
20299         initializations.  Let nnoo do the work.
20300
20301 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20302
20303         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
20304         Say the part has been decoded.
20305
20306         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
20307
20308 2006-01-31  Kevin Ryde  <user42@zip.com.au>
20309
20310         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
20311         mailcap-viewer-test-cache when there's no 'test clause, since that
20312         will invert the meaning of a "nil" test previously determined by
20313         mailcap-mailcap-entry-passes-test.
20314
20315 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20316
20317         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
20318         compiling.
20319
20320         * gnus-sum.el: Ditto.
20321
20322         * message.el: Don't bind tool-bar-map when compiling.
20323
20324 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
20325
20326         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
20327
20328 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20329
20330         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
20331         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
20332         current Google Groups.
20333
20334 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
20335
20336         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
20337         and tool-bar-mode.
20338
20339         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
20340         and tool-bar-mode.
20341
20342         * message.el (message-tool-bar-update): Simplify.
20343         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
20344
20345         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
20346         gnus-summary-buffer.
20347         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
20348         gnus-summary-reply.
20349
20350         * gmm-utils.el (gmm): Add :version.
20351
20352 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20353
20354         * Makefile.in (clean): New rule.
20355         (distclean): Use it.
20356
20357 2006-01-26  Steve Youngs  <steve@sxemacs.org>
20358
20359         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
20360         Don't autoload.
20361
20362 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20363
20364         * gmm-utils.el (gmm-verbose): Add :group.
20365
20366 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
20367
20368         * message.el: Change some comments WRT tool-bars.
20369
20370         * gnus-sum.el (gnus-summary-tool-bar)
20371         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
20372         (gnus-summary-tool-bar-zap-list): New variables.
20373         (gnus-summary-make-tool-bar): Complete rewrite using
20374         `gmm-tool-bar-from-list'.
20375
20376         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
20377         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
20378         New variables.
20379         (gnus-group-make-tool-bar): Complete rewrite using
20380         `gmm-tool-bar-from-list'.
20381         (gnus-group-tool-bar-update): New function.
20382
20383         * message.el (message-mode-field-menu): Add "Show hidden Headers".
20384
20385 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20386
20387         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
20388         is dissected into a single part of which the type is the same as
20389         the given one; decode charset.
20390
20391 2006-01-21  Kevin Ryde  <user42@zip.com.au>
20392
20393         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
20394         into alists as symbol not string, since that's what
20395         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
20396         look for.
20397
20398 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
20399
20400         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
20401         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
20402
20403         * message.el (message-tool-bar-gnome): Use gmm-ignore.
20404
20405 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20406
20407         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
20408         (gnus-xmas-mime-security-button-menu): New function.
20409
20410         * gnus-art.el (gnus-mime-security-button-commands): New variable.
20411         (gnus-mime-security-button-menu): New definition.
20412         (gnus-mime-security-button-map): Use them.
20413         (gnus-mime-security-button-menu): New function.
20414         (gnus-insert-mime-security-button): Addition to help echo.
20415         (gnus-mime-security-run-function, gnus-mime-security-save-part)
20416         (gnus-mime-security-pipe-part): New functions.
20417
20418         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
20419         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
20420
20421         * mm-decode.el (mm-handle-set-disposition): Remove.
20422         (mm-handle-set-description): Remove.
20423
20424 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20425
20426         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
20427         (mm-w3m-standalone-supports-m17n-p): New function.
20428         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
20429         w3m usage.
20430
20431         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
20432         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
20433
20434 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
20435
20436         * message.el (message-tool-bar-zap-list):
20437         Use gmm-tool-bar-zap-list as custom type.
20438         (message-tool-bar-update): New function.
20439         (message-tool-bar, message-tool-bar-gnome)
20440         (message-tool-bar-retro): Add message-tool-bar-update.
20441         (message-tool-bar-gnome): Add flyspell-buffer.
20442
20443         * gnus-util.el (gnus-error): Describe `args'.
20444
20445         * gmm-utils.el (gmm-error): Describe `args'.
20446         (gmm-tool-bar-zap-list): New widget.
20447         (gmm-tool-bar-from-list): Improve description of `zap-list'.
20448
20449 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20450
20451         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
20452         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
20453         the number of recursive calls.
20454
20455         * mm-decode.el (mm-handle-set-disposition): New macro.
20456         (mm-handle-set-description): New macro.
20457
20458 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20459
20460         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
20461         encoding.
20462
20463 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20464
20465         * message.el (message-tool-bar-zap-list, message-tool-bar)
20466         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
20467         (message-tool-bar-local-item-from-menu): Remove.
20468         (message-tool-bar-map): Replace by `message-make-tool-bar'.
20469         (message-make-tool-bar): New function.
20470         (message-mode): Use `message-make-tool-bar'.
20471
20472         * gmm-utils.el: New file.
20473         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
20474         (gmm-lazy): New widget copied from `nnmail.el'.
20475         (gmm-tool-bar-from-list): New function for creating customizable
20476         tool bars.
20477         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
20478         output.
20479         (gmm): Add :prefix to defgroup.
20480
20481 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
20482
20483         * gmm-utils.el (gmm-widget-p): New function.
20484
20485 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20486
20487         * mml.el (mml-attach-file): Describe `description' in doc string.
20488         (mml-menu): Add Emacs MIME manual and PGG manual.
20489
20490 2006-01-20  Richard M. Stallman  <rms@gnu.org>
20491
20492         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
20493
20494 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
20495
20496         * nntp.el (nntp-end-of-line): Doc fix.
20497
20498 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
20499
20500         * imap.el (imap-open): Handle case where buffer is a buffer
20501         object.
20502
20503 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20504
20505         * gnus-delay.el (gnus-delay): Don't autoload.
20506         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20507         to be re-loaded when customizing the `gnus-delay' group.
20508
20509 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
20510
20511         * message.el (message-insert-citation-line): Use newlines.
20512
20513 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20514
20515         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20516         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
20517         these routines, so the passphrase can be managed externally and
20518         passed in to the system.
20519         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20520         pgg-add-passphrase-to-cache function.
20521
20522         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20523         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
20524         these routines, so the passphrase can be managed externally and
20525         passed in to the system.
20526         (pgg-pgp5-sign-region): Use new name of
20527         pgg-add-passphrase-to-cache function.
20528
20529 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20530
20531         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20532         part of the decoded armor to find the key-identifier.
20533         (pgg-gpg-lookup-key-owner): New function to return the
20534         human-readable identifier of a key owner.
20535         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
20536         itself.
20537         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20538         the key value) if we have a key and can match it against a secret
20539         key.  Also, added a note pointing out fact that the prompt only
20540         indicates the first matching key.
20541
20542         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
20543         pgg-decrypt-region.
20544         (pgg-add-passphrase-to-cache): Rename from
20545         `pgg-add-passphrase-cache' to reduce confusion (all callers
20546         changed).
20547         (pgg-remove-passphrase-from-cache): Rename from
20548         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20549         changed).
20550         (pgg-read-passphrase, pgg-add-passphrase-cache)
20551         (pgg-remove-passphrase-cache): Add informative docstrings.
20552         (pgg-decrypt): Convey provided passphrase in subordinate call to
20553         pgg-decrypt-region.
20554
20555 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20556
20557         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20558         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20559         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20560         'passphrase' argument, so the passphrase can be managed externally
20561         and then passed in to the system.
20562
20563         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20564         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
20565         so the passphrase cache can be used reliably with identifiers
20566         besides a pgp packet's key id.
20567
20568         * pgg-gpg.el (pgg-gpg-encrypt-region)
20569         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20570         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
20571         these routines, so the passphrase can be managed externally and
20572         passed in to the system.
20573
20574         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20575         'notruncate' argument, so the passphrase cache can be used
20576         reliably with identifiers besides a pgp packet's key id.
20577
20578 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
20579
20580         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20581         symmetric encryption.
20582         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20583         encrypted session key.
20584         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20585         message ask for the passphrase in a proper way.
20586
20587         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20588         New user commands for symmetric encryption.
20589
20590 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20591
20592         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
20593
20594         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
20595
20596 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
20597
20598         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
20599
20600 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20601
20602         * mm-decode.el (mm-inlined-types): Add application/pgp.
20603         (mm-automatic-display): Ditto.
20604
20605         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
20606         part as text.
20607
20608 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20609
20610         * nnrss.el: Update copyright.
20611         (nnrss-opml-import): Query whether to subscribe to each entry.
20612
20613         * gnus-art.el:
20614         * gnus-sum.el:
20615         * gnus-xmas.el:
20616         * messagexmas.el:
20617         * mm-uu.el:
20618         * mm-view.el: Update copyright.
20619
20620 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
20621
20622         * message.el (message-info): New function.
20623         (message-mode-menu): Add it.
20624         Update copyright.
20625
20626         * ChangeLog: Fix and update copyright.
20627
20628 2006-01-13  Romain Francoise  <romain@orebokech.com>
20629
20630         * message.el (message-forward-subject-name-subject): Prefer the
20631         address to 'nowhere' if the sender has no name.
20632         Fix typo.  Update copyright year.
20633
20634 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20635
20636         * gnus-art.el (article-wash-html):
20637         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
20638         (gnus-article-wash-html-with-w3m-standalone): New function.
20639
20640         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
20641         mm-inline-text-html-render-with-w3m-standalone.
20642         (mm-text-html-washer-alist): Map w3m-standalone to
20643         gnus-article-wash-html-with-w3m-standalone.
20644         (mm-inline-text-html-render-with-w3m-standalone): New function.
20645
20646 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
20647
20648         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
20649         Improve LaTeX.
20650
20651 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20652
20653         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
20654         (nnrss-request-article): Render text/plain parts as HTML.
20655
20656         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
20657         the buffer.
20658
20659 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
20660
20661         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
20662         custom definition of `gnus-posting-styles'.
20663
20664         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
20665         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
20666
20667 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20668
20669         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
20670         Use nntp for bug archive.
20671
20672 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20673
20674         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
20675         parts.
20676         (nnrss-normalize-date): New function converts ISO 8601 date into
20677         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20678         (nnrss-check-group): Use it.
20679
20680 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20681
20682         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
20683
20684         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
20685         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20686         (nnrss-insert-w3): Ditto.
20687
20688 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20689
20690         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
20691         the articles to be forwarded including the case where neither a
20692         number of articles nor a region is specified.
20693
20694 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20695
20696         * nnrss.el (nnrss-request-article): Fix last change; fill
20697         text/plain parts.
20698
20699 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20700
20701         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
20702         in text/plain part.
20703         (nnrss-check-group): Don't add excessive newline to dc:subject.
20704
20705 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
20706
20707         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
20708         article.
20709
20710 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
20711
20712         * nnml.el: Don't require gnus-bcklg.  Autoload it.
20713         (nnml-use-compressed-files, nnml-save-mail): Support other
20714         comression programs such as bzip2.
20715
20716 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20717
20718         * dns.el (query-dns): Make sure we check the buffer size before
20719         removing tcp headers.
20720
20721 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20722
20723         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
20724         remove MIME buttons associated with multipart/alternative parts.
20725         (gnus-mime-display-alternative): Tag buttons using `article-type'
20726         text property.
20727
20728         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
20729         associated with multipart/alternative parts.
20730
20731         * gnus-art.el (gnus-signature-separator): Fix custom type.
20732
20733         * mm-decode.el (mm-inlined-types): Fix custom type.
20734         (mm-keep-viewer-alive-types): Ditto.
20735         (mm-automatic-display): Ditto.
20736         (mm-attachment-override-types): Ditto.
20737         (mm-inline-override-types): Ditto.
20738         (mm-automatic-external-display): Ditto.
20739
20740 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
20741
20742         * spam-report.el (spam-report-user-mail-address)
20743         (spam-report-user-agent): New variables.
20744         (spam-report-url-ping-plain): Use spam-report-user-agent.
20745
20746 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
20747
20748         * gnus-art.el (gnus-button-handle-custom): Do not just use
20749         `customize-apropos' for any "M-x customize-*" button but the
20750         function called for.  Accept both the function name and its
20751         argument in order to achieve this.
20752         (gnus-button-alist): Remove support for "custom:" URL's.
20753         Pass function name to `gnus-button-handle-custom' in case of "M-x
20754         customize-*" buttons.
20755
20756 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20757
20758         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
20759         multipart/alternative and add xref to mm-discouraged-alternatives
20760         in doc string.
20761
20762         * mm-decode.el (mm-discouraged-alternatives): Add xref to
20763         gnus-buttonized-mime-types in doc string.
20764
20765 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
20766
20767         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
20768         Suggest image/.* in the doc string.
20769
20770 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
20771
20772         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
20773         message-marks (Debian bug#342521).
20774
20775 2005-12-12  Simon Josefsson  <jas@extundo.com>
20776
20777         * password.el (password-read-from-cache): Add.
20778         (password-read): Use it.
20779
20780 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20781
20782         * rfc2047.el (rfc2047-charset-to-coding-system):
20783         Recognize us-ascii as a MIME charset.
20784
20785         * mm-bodies.el (mm-decode-content-transfer-encoding):
20786         Protect against the case where the 2nd arg TYPE is nil.
20787
20788 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20789
20790         * pop3.el (pop3-stream-type): Fix custom version.
20791
20792         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
20793
20794 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20795
20796         * mm-decode.el (mm-display-external): Add missing cdr.
20797
20798 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20799
20800         * mm-decode.el (mm-display-external): Use nametemplate (defined in
20801         RFC1524) if it is in mailcap or add a suffix according to
20802         mailcap-mime-extensions when generating a temp filename; postpone
20803         deleting a temp file for 2 seconds for some wrappers, shell
20804         scripts, and so on, which might exit right after having started a
20805         viewer command as a background job.
20806
20807 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20808
20809         * nntp.el (nntp-marks-directory): Fix custom group.
20810
20811         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
20812         steps when < 10.
20813
20814         * gnus-start.el (gnus-no-server-1):
20815         Mention `gnus-level-default-subscribed' in doc string.
20816
20817 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20818
20819         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
20820         parens.
20821
20822 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20823
20824         * gnus-xmas.el (gnus-use-toolbar): Revert.
20825         (gnus-xmas-setup-toolbar): Use global default-toolbar if
20826         gnus-use-toolbar is default.
20827
20828         * messagexmas.el (message-use-toolbar): Revert.
20829         (message-setup-toolbar): Use global default-toolbar if
20830         message-use-toolbar is default.
20831
20832 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20833
20834         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
20835         according to default-toolbar-visible-p.
20836
20837         * messagexmas.el (message-use-toolbar): Ditto.
20838
20839 2005-11-26  Dave Love  <fx@gnu.org>
20840
20841         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
20842         (tls-program, tls-success): Provide openssl alternative.
20843
20844         * starttls.el: Doc fixes.
20845         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
20846         SERVICE to PORT.
20847
20848         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
20849         port null or service name.
20850         (starttls-negotiate): Autoload.
20851
20852 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20853
20854         * message.el (message-kill-to-signature): Fix interactive spec.
20855
20856 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20857
20858         * pop3.el (pop3-open-server): Recognize a string as a service name.
20859
20860 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
20861
20862         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
20863
20864 2005-11-23  Dave Love  <fx@gnu.org>
20865
20866         Add pop3s, pop3/starttls.
20867
20868         * pop3.el (pop3-authentication-scheme): Clarify doc.
20869         (open-tls-stream, starttls-open-stream): Autoload.
20870         (pop3-stream-type): New.
20871         (pop3-open-server): Use it.
20872
20873         * mail-source.el (mail-sources): Fix some :types.  Add stream type
20874         for POP.
20875         (mail-source-keyword-map): Add :stream for POP.
20876         (mail-source-fetch-pop): Use pop3-stream-type.
20877
20878 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20879
20880         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
20881         of current-time-string.
20882
20883 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
20884
20885         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
20886         date header.
20887
20888 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20889
20890         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
20891         it can seriously impact performance as it bypasses the agent's
20892         local caches.
20893
20894 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20895
20896         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
20897         must be explicitly online rather than "not explicitly offline" for
20898         its flags to be synchronized.
20899
20900         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
20901         that gnus-uu-unmark-thread will function correctly.
20902
20903         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
20904         1024K is instead displayed as 1M.
20905
20906 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20907
20908         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
20909
20910 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
20911
20912         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
20913
20914 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
20915
20916         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
20917         error message to display actual error condition.
20918         (gnus-agent-save-local): Avoid saving symbols that are bound to
20919         nil as they simply result in a warning message in
20920         gnus-agent-read-local.
20921
20922 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20923
20924         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
20925         rather than make-variable-buffer-local for file-precious-flag.
20926
20927 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20928
20929         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
20930         for duplicates which are removed.  The invalid sort check then
20931         triggers a rescan after the sort as sorting may have moved
20932         duplicate entries such that they can be cheaply detected.
20933
20934 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20935
20936         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
20937
20938 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
20939
20940         * gnus-agent.el (gnus-agent-article-alist-save-format):
20941         Change internal variable to a custom variable.  Change default value
20942         from compressed(2) to uncompressed(1).
20943         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
20944         support for uncompressed agentview files.  Taken together, reading
20945         the agentview file should now be 6-7 times faster.
20946
20947 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
20948
20949         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
20950         as a buffer-local variable.  This avoids creating truncated
20951         dribble files as a result of a hang up, eg.
20952
20953 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
20954
20955         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
20956         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
20957         XEmacs.
20958
20959 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20960
20961         * gnus-start.el (gnus-start-draft-setup):
20962         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
20963
20964         * gnus.el (gnus-splash): Change custom group.
20965         (gnus-group-get-parameter, gnus-group-parameter-value):
20966         Describe allow-list argument.
20967
20968         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
20969         string.
20970
20971 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20972
20973         * gnus-art.el (gnus-default-article-saver): Add user-defined
20974         `function' to custom type.
20975
20976 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20977
20978         * imap.el (imap-open): Handle case where buffer is a buffer
20979         object.
20980
20981 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
20982
20983         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
20984         long lines.
20985         (gnus-cache-delete-group): Wrap doc strings.
20986
20987         * gnus-agent.el (gnus-agent-rename-group)
20988         (gnus-agent-delete-group): Wrap doc strings.
20989
20990 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20991
20992         * messagexmas.el (message-use-toolbar): Change the valid values
20993         into default, top, bottom, left, and right.
20994         (message-toolbar-thickness): New variable.
20995         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
20996         well.
20997         (message-setup-toolbar): Make it work.
20998
20999         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
21000         (gnus-use-toolbar): Change the valid values into default, top,
21001         bottom, left, and right.
21002         (gnus-toolbar-thickness): New variable.
21003         (gnus-xmas-setup-toolbar): New function.
21004         (gnus-xmas-setup-group-toolbar): Use it.
21005         (gnus-xmas-setup-summary-toolbar): Use it.
21006
21007 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21008
21009         * gnus-start.el (gnus-1): Add "native" to
21010         gnus-predefined-server-alist.
21011
21012         * gnus.el (gnus-method-to-server): Don't add "native" to the
21013         lists here, because that leads to problems when
21014         gnus-select-method is bound.
21015
21016 2005-11-09  Simon Josefsson  <jas@extundo.com>
21017
21018         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
21019         use (not sort-by-date) instead.
21020
21021 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21022
21023         * gnus-delay.el (gnus-delay-group): Don't autoload.
21024         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21025         to be re-loaded when customizing the `gnus-delay' group.
21026
21027 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
21028
21029         * message.el: Revert last changes.
21030         (message-insert-citation-line): Use newlines.
21031
21032 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
21033
21034         * message.el (message-courtesy-message)
21035         (message-mark-insert-begin, message-mark-insert-end)
21036         (message-elide-ellipsis, message-cancel-message)
21037         (message-add-header, message-change-subject)
21038         (message-cross-post-followup-to-header)
21039         (message-cross-post-insert-note, message-reduce-to-to-cc)
21040         (message-widen-reply, message-delete-not-region)
21041         (message-kill-to-signature, message-insert-signature)
21042         (message-insert-importance-high, message-insert-importance-low)
21043         (message-insert-or-toggle-importance)
21044         (message-insert-disposition-notification-to)
21045         (message-indent-citation, message-yank-original)
21046         (message-cite-original-without-signature, message-cite-original)
21047         (message-insert-citation-line, message-position-on-field)
21048         (message-fix-before-sending, message-send-mail-partially)
21049         (message-send-mail, message-send-mail-with-sendmail)
21050         (message-send-mail-with-qmail, message-send-news)
21051         (message-check-news-header-syntax, message-generate-headers)
21052         (message-insert-courtesy-copy, message-fill-address)
21053         (message-fill-header, message-shorten-references)
21054         (message-setup-1, message-cancel-news)
21055         (message-forward-make-body-plain, message-forward-make-body-mime)
21056         (message-forward-make-body-mml, message-encode-message-body)
21057         (message-forward-make-body-digest-plain)
21058         (message-forward-make-body-digest-mime)
21059         (message-use-alternative-email-as-from): Insert `hard-newline'
21060         instead of ordinary newlines.
21061
21062 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21063
21064         * message.el (message-generate-headers): Downcase the argument
21065         given to message-check-element.
21066
21067 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
21068
21069         * nntp.el (nntp-authinfo-rejected): New error condition.
21070         (nntp-wait-for): Use new error condition to signal authentication
21071         error.
21072         (nntp-retrieve-data): Rethrow new error condition to break out of
21073         recursive call to nntp-send-authinfo.
21074
21075 2005-11-08  Romain Francoise  <romain@orebokech.com>
21076
21077         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
21078         (gnus-summary-exit-map): Bind to `Z p'.
21079         (gnus-summary-make-menu-bar): Add menu item.
21080
21081 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
21082
21083         * gnus-art.el (gnus-article-treat-custom): Add `first'.
21084         (gnus-treat-*): Add `first' in all doc strings.
21085
21086         * gnus-group.el (gnus-group-compact-group): Fix typo.
21087
21088 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21089
21090         * gnus.el (gnus-parameters-case-fold-search): New variable.
21091         (gnus-parameters-get-parameter): Use it.
21092
21093         * gnus-score.el (gnus-home-score-file): Doc fix.
21094
21095 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
21096
21097         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
21098
21099 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21100
21101         * mm-util.el (mm-special-display-p): New function.
21102
21103         * mml.el (mml-preview): Use it; doc fix.
21104
21105 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21106
21107         * imap.el (imap-open): Handle case where buffer is a buffer object.
21108
21109 2005-10-29  Romain Francoise  <romain@orebokech.com>
21110
21111         * message.el (message-fix-before-sending): Fix comment.
21112
21113 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21114
21115         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
21116
21117 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21118
21119         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
21120         Used in gnus-score.el.
21121
21122 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
21123
21124         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
21125
21126 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
21127
21128         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
21129         whitespace removed in revision 7.8.  Use concatenated string to
21130         protect trailing whitespace.
21131
21132 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
21133
21134         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
21135         (nnimap-request-expire-articles): Use it to avoid sending 'UID
21136         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
21137         Courier IMAP ("some version from 2004").  Mostly based on similar
21138         code in the same function.
21139
21140 2005-10-26  Didier Verna  <didier@xemacs.org>
21141
21142         * gnus-group.el (gnus-group-compact-group): Invalidate original
21143         article buffer.
21144         * gnus-srvr.el (gnus-server-compact-server): Ditto.
21145         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
21146         NOV database and in article itself.
21147         Invalidate article backlog.
21148
21149 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21150
21151         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
21152
21153 2005-10-26  Simon Josefsson  <jas@extundo.com>
21154
21155         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
21156         part of 2004-07-25 change.
21157
21158 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21159
21160         * message.el (message-display-completion-list): New function.
21161         (message-expand-group): Use it; make sure the Completions buffer
21162         is modifiable.
21163 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21164
21165         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
21166         user-mail-name is an empty string.
21167
21168 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21169
21170         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
21171         depending on gnus-score-decay-constant.
21172
21173         * encrypt.el (encrypt-insert-file-contents)
21174         (encrypt-write-file-contents): Don't use `gnus-message'.
21175
21176         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
21177         arguments.
21178         (mm-uu-type-alist): Add message-marks and insert-marks.
21179         Pass arguments to mm-uu-verbatim-marks-extract.
21180         (mm-uu-hide-markers): New variable.
21181         (mm-uu-extract): Use face similar to `gnus-cite-3'.
21182
21183         * gnus-fun.el (gnus-convert-image-to-x-face-command)
21184         (gnus-convert-image-to-face-command): Use "convert" by default to
21185         allow other input image formats.
21186         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
21187         accordingly.
21188
21189 2005-10-23  Simon Josefsson  <jas@extundo.com>
21190
21191         * imap.el (imap-gssapi-program): Align command line parameters
21192         with latest GNU SASL.
21193         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
21194
21195 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21196
21197         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
21198         HTML.
21199         (nnslashdot-request-article): Ditto.
21200
21201         * lpath.el (featurep): Add nobreak-char-display.
21202
21203 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21204
21205         * mail-source.el (mail-source-fetch-pop): Require pop3.
21206         (mail-source-check-pop): Ditto.
21207
21208 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21209
21210         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
21211         errors.
21212
21213 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
21214
21215         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
21216         (gnus-treat-strip-leading-blank-lines): Improve doc string.
21217
21218         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
21219
21220         * mm-bodies.el (mm-decode-string):
21221         Call `mm-charset-to-coding-system' with allow-override argument.
21222
21223 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21224
21225         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
21226         (rfc2047-charset-to-coding-system): New function.
21227         (rfc2047-decode-encoded-words): New function.
21228         (rfc2047-decode-region): Use them.
21229         (rfc2047-decode-cte): Remove.
21230         (rfc2047-parse-and-decode): Remove.
21231         (rfc2047-decode): Remove.
21232
21233 2005-10-15  Kenichi Handa  <handa@m17n.org>
21234
21235         * rfc2047.el (rfc2047-decode-cte): New function.
21236         (rfc2047-decode-region): Change the way to decode successive
21237         encoded-words: decode B- or Q-encoding in each encoded-word,
21238         concatenate them, and decode it as charset.
21239
21240 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21241
21242         * lpath.el: Fbind codepage-setup for XEmacs.
21243
21244 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
21245
21246         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
21247         widget-move-and-invoke.
21248         (gnus-custom-mode): Use gnus-custom-map.
21249
21250 2005-10-15  Bill Wohler  <wohler@newt.com>
21251
21252         * message.el (message-tool-bar-map): Rename image file from
21253         mail_send to mail/send.
21254
21255 2005-10-16  Masatake YAMATO  <jet@gyve.org>
21256
21257         * message.el (message-expand-group): Pass the common
21258         prefix substring of completion to `display-completion-list'.
21259
21260 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
21261
21262         * mml-sec.el (mml-secure-method): New internal variable.
21263         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
21264         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
21265         New functions using mml-secure-method.
21266
21267         * mml.el (mml-mode-map): Add key bindings for those functions.
21268         (mml-menu): Simplify security menu entries.  Suggested by Jesper
21269         Harder <harder@myrealbox.com>.
21270         (mml-attach-file, mml-attach-buffer, mml-attach-external):
21271         Goto end of message if point is the headers of the message.
21272
21273         * message.el (message-in-body-p): New function.
21274
21275         * assistant.el: Autoload gnus-util and netrc.
21276
21277         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
21278         Use `mm-charset-override-alist' only when decoding.
21279
21280         * mm-bodies.el (mm-decode-body):
21281         Call `mm-charset-to-coding-system' with allow-override argument.
21282
21283         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
21284         `filename' from Content-Disposition if Content-Type doesn't
21285         provide `name'.
21286         (gnus-mime-view-part-as-type): Set default instead of
21287         initial-input.
21288
21289 2005-10-09  Daniel Brockman  <daniel@brockman.se>
21290
21291         * format-spec.el (format-spec): Propagate text properties of % spec.
21292
21293 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21294
21295         * gnus-art.el (gnus-treat-predicate): Add `first'.
21296
21297 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21298
21299         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
21300         (mm-charset-override-alist): New variable.
21301         (mm-charset-to-coding-system): Use it.
21302         (mm-codepage-setup): New helper function.
21303         (mm-charset-eval-alist): New variable.
21304         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
21305         Warn about unknown charsets.
21306
21307         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
21308
21309 2005-10-04  David Hansen  <david.hansen@gmx.net>
21310
21311         * nnrss.el (nnrss-request-article): Add support for the comments tag.
21312         (nnrss-check-group): Ditto.
21313
21314 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
21315
21316         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
21317         Rename x-gnus-verbatim to x-verbatim.
21318         (mm-uu-type-alist): Fix regexp for verbatim-marks.
21319
21320         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
21321         x-verbatim.
21322
21323         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
21324
21325         * gnus-util.el (gnus-remove-duplicates): Remove.
21326
21327         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
21328         instead of gnus-remove-duplicates.
21329
21330         * message.el (message-remove-duplicates): Remove.
21331         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
21332         message-remove-duplicates.
21333
21334         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
21335         available, else use implementation from `delete-dups'.
21336
21337         * message.el (message-insert-expires): New function.
21338         (message-mode-map): Add key binding.
21339         (message-mode-field-menu): Add menu entry.
21340         (message-mode): Document it.
21341         (message-make-expires-date): Use `message-make-date'.
21342
21343 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
21344
21345         * message.el (message-make-expires-date): New function.
21346
21347 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21348
21349         * Makefile.in (list-installed-shadows): New entry.
21350         (install): Use it.
21351         (remove-installed-shadows): New entry.
21352
21353         * dgnushack.el (dgnushack-default-load-path): New variable.
21354         (dgnushack-find-lisp-shadows): New function.
21355         (dgnushack-remove-lisp-shadows): New function.
21356
21357 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21358
21359         * Makefile.in (install-el-elc): New entry.
21360         (install): Use it so that .el files are necessarily installed.
21361
21362 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21363
21364         * time-date.el: Autoload parse-time-string, XEmacs needs it.
21365
21366 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21367
21368         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
21369         function rather than the diff-mode.el package.
21370         (mm-display-external): Use with-current-buffer.
21371         (mm-viewer-completion-map, mm-viewer-completion-map):
21372         Move initialization inside declaration.
21373
21374 2005-09-29  Simon Josefsson  <jas@extundo.com>
21375
21376         * spam.el: Load hashcash when compiling, to avoid warnings.
21377         Don't autoload mail-check-payment.
21378         (spam-check-hashcash): Define unconditionally, since hashcash.el
21379         is part of Gnus now.  Ignore errors from payment checking.
21380
21381 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
21382
21383         * message.el (message-bold-region, message-unbold-region):
21384         Rename from `bold-region' and `unbold-region'.
21385
21386         * message.el: Remove useless autoloads.
21387
21388 2005-09-28  Simon Josefsson  <jas@extundo.com>
21389
21390         * message.el (message-use-idna): Default to t.
21391         (message-use-idna): Test whether encoding works too.  Doc fix.
21392
21393 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21394
21395         * nntp.el (nntp-warn-about-losing-connection): Remove.
21396
21397 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
21398
21399         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
21400         customizable.  Change default value.
21401         (mm-uu-diff-groups-regexp): Change default value.
21402         (mm-uu-type-alist): Add doc string.
21403         (mm-uu-configure): Add doc string.  Make it interactive.
21404         (mm-uu-tex-groups-regexp): New variable.
21405         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
21406         (mm-uu-type-alist): Add LaTeX documents.
21407         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
21408         of "text/verbatim".
21409         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
21410
21411         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
21412         instead of "text/verbatim".
21413
21414         * message.el (message-mark-inserted-region)
21415         (message-mark-insert-file): Use slrn style marks when called with
21416         prefix argument.
21417
21418 2005-09-27  Simon Josefsson  <jas@extundo.com>
21419
21420         * message.el (message-idna-to-ascii-rhs-1): Reformat.
21421
21422 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
21423
21424         * message.el (message-remove-duplicates): New function.
21425         Implementation borrowed from `gnus-remove-duplicates'.
21426         (message-idna-to-ascii-rhs): Also encode idna addresses in
21427         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21428         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
21429         only ask about the same idna domain once per header and also tell
21430         in what header to replace the idna domain.
21431
21432         * gnus-art.el (article-decode-idna-rhs): Also decode idna
21433         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21434         (article-decode-idna-rhs): Fix regexp so that all idna-address in
21435         a header is decoded and not just the last one.
21436
21437 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21438
21439         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
21440         has been decoded.
21441
21442         * mm-decode.el (mm-automatic-display): Add text/verbatim.
21443         (mm-insert-part): Don't modify text if it has been decoded.
21444
21445         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
21446         decoded.
21447
21448         * mm-view.el (mm-inline-text): Don't strip text props unless
21449         decoding enriched or richtext parts.
21450
21451 2005-09-25  Romain Francoise  <romain@orebokech.com>
21452
21453         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
21454         * gnus-start.el (gnus-subscribe-interactively):
21455         * gnus-uu.el (gnus-uu-grab-articles):
21456         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
21457         space.
21458
21459 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21460
21461         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
21462         * mm-view.el (mm-view-pkcs7-decrypt):
21463         * gnus-sum.el (gnus-summary-limit-to-extra)
21464         (gnus-summary-respool-article, gnus-read-move-group-name):
21465         * gnus-score.el (gnus-summary-increase-score):
21466         * gnus-util.el (gnus-completing-read-with-default):
21467         * gnus-art.el (gnus-read-save-file-name)
21468         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
21469         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
21470         * message.el (message-check-news-header-syntax):
21471         Follow convention for reading with the minibuffer.
21472
21473 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
21474
21475         * spam-report.el (spam-report-url-ping-plain):
21476         Use gnus-extended-version as User-Agent.
21477
21478         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
21479         default value is nil.
21480
21481         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
21482         (mm-uu-verbatim-marks-extract): New function.
21483         (mm-uu-extract): New face.
21484         (mm-uu-copy-to-buffer): Use it.
21485
21486         * spam-report.el (spam-report-gmane-ham): Rename from
21487         `spam-report-gmane-unspam'.
21488         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
21489         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
21490
21491         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
21492         Autoload.
21493         (spam-report-gmane-unregister-routine):
21494         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
21495
21496 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
21497
21498         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
21499         (spam-report-gmane-unregister-routine): Add support for gmane
21500         unregistration.
21501
21502         * spam-report.el (spam-report-gmane-unspam)
21503         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
21504         (spam-report-gmane): Change to take a single article and do unspam
21505         registration.
21506
21507 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21508
21509         * mm-url.el (mm-url-decode-entities): Fix regexp.
21510
21511 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21512
21513         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
21514         default to nil, to be able to use Gnus at all.  If the default
21515         switches to something else, then the function should be fixed not
21516         be exceedingly slow.
21517
21518 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
21519
21520         * gnus-start.el (gnus-activate-group): If the server is nil, don't
21521         fail hard.
21522
21523         * spam-report.el: Add better Keywords line.
21524
21525         * spam.el: Add Maintainer and better Keywords line.
21526
21527 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21528
21529         * gnus-art.el (gnus-article-replace-part)
21530         (gnus-mime-replace-part): New functions.
21531         (gnus-mime-action-alist, gnus-mime-button-commands)
21532         (gnus-mime-save-part-and-strip): Add file argument.
21533         (gnus-article-part-wrapper): Add interactive argument.
21534
21535         * gnus-sum.el (gnus-summary-mime-map):
21536         Add `gnus-article-replace-part'.
21537
21538 2005-09-19  Didier Verna  <didier@xemacs.org>
21539
21540         The nnml compaction feature:
21541         * nnml.el (nnml-request-compact-group): New function.
21542         * nnml.el (nnml-request-compact): New function.
21543         * gnus-int.el (gnus-request-compact-group): New function.
21544         * gnus-int.el (gnus-request-compact): New function.
21545         * gnus-group.el (gnus-group-compact-group): New function.
21546         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
21547         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
21548         * gnus-srvr.el (gnus-server-compact-server): New function.
21549         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
21550         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
21551
21552 2005-09-18  Deepak Goel  <deego@gnufans.org>
21553
21554         * sieve.el (sieve-help): Fix `message' call: first arg should be a
21555         format spec.
21556
21557 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21558
21559         * gnus.el (gnus-group-startup-message): Bind image-load-path.
21560
21561 2005-09-15  Romain Francoise  <romain@orebokech.com>
21562
21563         * message.el (message-fill-paragraph): Clarify docstring.
21564
21565 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21566
21567         * gnus-art.el (gnus-mime-display-part): Protect against broken
21568         MIME messages.
21569
21570 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21571
21572         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
21573         before parsing header.
21574
21575 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
21576
21577         * html2text.el (html2text-replace-list): Add new entities.
21578
21579 2005-09-11  Romain Francoise  <romain@orebokech.com>
21580
21581         * message.el (message-alternative-emails): Improve docstring.
21582         (message-setup-1): Call `message-use-alternative-email-as-from'
21583         after `message-setup-hook' to give it precedence over posting
21584         styles, etc.
21585         (message-use-alternative-email-as-from): Add docstring.
21586         Remove the original From header if present.
21587
21588         * nnml.el (nnml-compressed-files-size-threshold): New variable.
21589         (nnml-save-mail): Use it.
21590
21591         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
21592         articles.  Add new argument `silent'.
21593         (gnus-uu-mark-all): Report the total number of marked articles.
21594
21595 2005-09-10  Romain Francoise  <romain@orebokech.com>
21596
21597         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
21598         (gnus-uu-mark-series): Likewise.
21599
21600 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
21601
21602         * spam-report.el (spam-report-gmane): Fix generation of spam
21603         report URL.
21604
21605 2005-09-10  Simon Josefsson  <jas@extundo.com>
21606
21607         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
21608         t, based on discussion on the ding list with Robert Epprecht
21609         <epprecht@solnet.ch>.
21610
21611 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
21612
21613         * spam-report.el (spam-report-gmane): Make it work without
21614         X-Report-Spam header.  Gmane now only provides Archived-At.
21615         This is only used if `spam-report-gmane-use-article-number' is nil.
21616         (spam-report-gmane-spam-header): Remove.  Not used anymore.
21617
21618         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
21619         make `gnus-summary-sort-by-recipient' work with threading.
21620
21621         * nnweb.el (nnweb-google-wash-article): Print a message if article
21622         is not available.
21623
21624 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21625
21626         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
21627         change.  Decode text/* parts content before displaying.
21628
21629 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
21630
21631         * mml-smime.el: Remove defvar of gnus-extract-address-components.
21632
21633 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21634
21635         * mm-view.el (mm-display-inline-fontify): Disable support modes.
21636
21637         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
21638         url-package-name, url-package-version,
21639         w3m-cid-retrieve-function-alist, w3m-current-buffer,
21640         w3m-display-inline-images, and w3m-minor-mode-map.
21641
21642 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
21643
21644         * message.el (message-tab-body-function): Fix mismatched custom type.
21645
21646         * gnus.el (gnus-group-change-level-function): Ditto.
21647
21648         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
21649
21650         * gnus-art.el (gnus-signature-limit)
21651         (gnus-article-mime-part-function): Ditto.
21652
21653 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21654
21655         * mml.el (mml-mode): Silence the byte compiler.
21656
21657         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
21658         using `(sit-for 0)' before moving the point to the specified part;
21659         skip unbuttonized parts.
21660         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
21661         return to the summary window if gnus-auto-select-part is non-nil.
21662
21663 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
21664
21665         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
21666         New variables.
21667         (mml-dnd-attach-file, mml-mode): Use them.
21668
21669         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
21670         Make fetching article by MID work again for Google Groups.
21671         Add FIXME concerning gnus-group-make-web-group.
21672
21673         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
21674         Don't depend on Gnus by using mail-extract-address-components if
21675         gnus-extract-address-components is not bound.
21676
21677 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21678
21679         * gnus-art.el (gnus-mime-display-security): Don't display the
21680         signature, but only the signed part.
21681
21682 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21683
21684         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
21685
21686         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
21687         list, not listp.
21688
21689 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
21690
21691         * mm-encode.el (mm-encode-content-transfer-encoding):
21692         Likewise when encoding.
21693
21694         * mm-bodies.el (mm-decode-content-transfer-encoding):
21695         De-canonicalize CRLF for all text content types, not just
21696         text/plain.
21697
21698 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21699
21700         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
21701         valid article; point arrow and cursor at the MIME button.
21702
21703 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21704
21705         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
21706         Suggested by Dan Christensen <jdc@uwo.ca>.
21707
21708         * mm-decode.el (mm-save-part): Enable change of prompt.
21709
21710 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
21711
21712         * gnus-msg.el (gnus-inews-add-send-actions):
21713         Make `message-post-method' lambda parameter ARG `&optional'.
21714
21715 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21716
21717         * gnus-sum.el (gnus-summary-mime-map):
21718         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
21719         gnus-article-jump-to-part.
21720
21721         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
21722         (gnus-article-edit-part): Use it.
21723         (gnus-article-part-wrapper): Add no-handle argument.
21724         (gnus-article-save-part-and-strip, gnus-article-delete-part):
21725         New functions.
21726
21727 2005-08-29  Romain Francoise  <romain@orebokech.com>
21728
21729         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
21730         docstring.
21731         (gnus-face-from-file): Likewise.
21732
21733 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21734
21735         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
21736         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
21737         non-nil.
21738         (gnus-auto-select-part): New variable.
21739         (gnus-article-jump-to-part): New function.
21740         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
21741         (gnus-mime-delete-part): Allow selecting specified part after
21742         deleting or stripping parts.
21743         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
21744         part if argument is bogus.
21745
21746 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
21747
21748         * gnus-art.el (w3m-minor-mode-map):
21749         * gnus-spec.el (gnus-newsrc-file-version):
21750         * gnus-util.el (nnmail-active-file-coding-system)
21751         (gnus-original-article-buffer, gnus-user-agent):
21752         * gnus.el (gnus-ham-process-destinations)
21753         (gnus-parameter-ham-marks-alist)
21754         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
21755         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
21756         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
21757         * mm-decode.el (gnus-current-window-configuration):
21758         * mm-extern.el (gnus-article-mime-handles):
21759         * mm-url.el (url-current-object, url-package-name)
21760         (url-package-version):
21761         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
21762         (smime-keys, w3m-cid-retrieve-function-alist)
21763         (w3m-current-buffer, w3m-display-inline-images)
21764         (w3m-minor-mode-map):
21765         * mml-smime.el (gnus-extract-address-components):
21766         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
21767         (gnus-newsrc-hashtb, message-default-charset)
21768         (message-deletable-headers, message-options)
21769         (message-posting-charset, message-required-mail-headers)
21770         (message-required-news-headers):
21771         * mml1991.el (mc-pgp-always-sign):
21772         * mml2015.el (mc-pgp-always-sign):
21773         * nnheader.el (nnmail-extra-headers):
21774         * rfc1843.el (gnus-decode-encoded-word-function)
21775         (gnus-decode-header-function, gnus-newsgroup-name):
21776         * spam-stat.el (gnus-original-article-buffer): Add defvars.
21777
21778 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
21779
21780         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
21781         the end of the date treatments.
21782
21783 2005-08-15  Simon Josefsson  <jas@extundo.com>
21784
21785         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
21786         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
21787         Capello and Romain Francoise.
21788         (pgg-fetch-key-function): Remove, not used?
21789         (pgg-insert-url-with-w3): Require url, to get
21790         url-insert-file-contents regardless of where it is defined.
21791
21792 2005-08-13  Romain Francoise  <romain@orebokech.com>
21793
21794         * message.el (message-cite-original-1): New function.
21795         (message-cite-original): Use it.
21796         (message-cite-original-without-signature): Ditto.
21797
21798 2005-08-08  Romain Francoise  <romain@orebokech.com>
21799
21800         * message.el (message-yank-empty-prefix): New variable.
21801         (message-indent-citation): Use it.
21802         (message-cite-original-without-signature): Respect X-No-Archive.
21803
21804 2005-08-08  Simon Josefsson  <jas@extundo.com>
21805
21806         * pgg.el: Autoload url-insert-file-contents instead of loading
21807         w3/url.
21808         (pgg-insert-url-with-w3): Don't load url here.
21809
21810 2005-08-07  Jesper Harder  <harder@phys.au.dk>
21811
21812         * message.el (message-kill-to-signature): Don't insert newline at
21813         bol.
21814         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
21815
21816 2005-08-06  Romain Francoise  <romain@orebokech.com>
21817
21818         * message.el (message-user-fqdn): Fix typo in docstring.
21819
21820 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
21821
21822         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
21823
21824         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
21825
21826 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21827
21828         * mm-bodies.el (mm-encode-body): Use coding system rather than
21829         charset to encode text.
21830
21831         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
21832         number of charsets if utf-8 is available (XEmacs).
21833
21834 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
21835
21836         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
21837         taken from `gnus-button-mid-or-mail-regexp'.
21838         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
21839         (gnus-button-alist): Improve regexp for domain part of the MIDs
21840         for news:localpart@domain buttons.
21841         (gnus-button-ctan-directory-regexp): Update.
21842
21843 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21844
21845         * sieve-manage.el (sieve-manage-interactive-login):
21846         Use make-local-variable rather than make-variable-buffer-local.
21847         (sieve-manage-open): Ditto.
21848         (sieve-manage-authenticate): Ditto.
21849
21850         * mml.el (mml-generate-mime-1): Make the content type default to
21851         text/plain if the filename is not specified.
21852
21853 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21854
21855         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
21856         instead of insert-buffer.
21857
21858         * message.el (message-yank-original): Ditto; set the mark at the
21859         end of the yanked message.
21860
21861 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21862
21863         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
21864         lines to scroll rather than to stop it.
21865
21866         * mml.el (mml-generate-default-type): Add doc string.
21867         (mml-generate-mime-1): Use mm-default-file-encoding or make it
21868         default to application/octet-stream when determining the content
21869         type if it is not specified for the part or the mml contents; add
21870         a comment about mml-generate-default-type.
21871
21872 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
21873
21874         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
21875         make it default to application/octet-stream when determining the
21876         content type if it is not specified for the external contents.
21877
21878 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21879
21880         * rfc2231.el (rfc2231-parse-string): Take care that not only a
21881         segmented parameter but also other parameters might be there.
21882
21883 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21884
21885         * mm-decode.el (mm-display-external): Delete temp file, directory
21886         and buffer immediately if the external process is exited.
21887
21888 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21889
21890         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
21891         fewer lines than that of scroll-margin.
21892         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
21893
21894 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21895
21896         * gnus-art.el (gnus-article-next-page): Revert.
21897         (gnus-article-beginning-of-window): New macro.
21898         (gnus-article-next-page-1): Use it.
21899         (gnus-article-prev-page): Ditto.
21900         (gnus-article-edit-part): Use insert-buffer-substring instead of
21901         insert-buffer.
21902         (gnus-article-edit-exit): Ditto.
21903
21904         * gnus-util.el (gnus-beginning-of-window): Remove.
21905         (gnus-end-of-window): Remove.
21906
21907         * lpath.el: Don't bind header-line-format and scroll-margin.
21908
21909 2005-07-25  Simon Josefsson  <jas@extundo.com>
21910
21911         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
21912         to have the url package without w3.  Reported by Daiki Ueno
21913         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
21914
21915 2005-07-20  Didier Verna  <didier@xemacs.org>
21916
21917         * gnus-diary.el: Remove the description comment (nndiary is now
21918         properly documented in the Gnus manual).
21919         Fix the spelling of "Back End".
21920         * nndiary.el: Ditto.
21921         Fix the copyright notice.
21922
21923 2005-07-18  Romain Francoise  <romain@orebokech.com>
21924
21925         * gnus-sum.el (gnus-summary-to-prefix)
21926         (gnus-summary-newsgroup-prefix): New variables.
21927         (gnus-summary-from-or-to-or-newsgroups): Use them.
21928
21929 2005-07-17  Romain Francoise  <romain@orebokech.com>
21930
21931         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
21932         space as it's generally not especially interesting to the user.
21933
21934 2005-07-16  Romain Francoise  <romain@orebokech.com>
21935
21936         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
21937         nil to avoid prompting and file modification if one of the
21938         messages at the top of the nnfolder file contains a copyright
21939         notice.
21940         Update copyright notice.
21941
21942         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
21943         instead of `current-time-string' as the latter creates a time
21944         string that is not RFC 2822 compliant (it lacks the zone).
21945         Update copyright notice.
21946
21947 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21948
21949         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
21950         for text/rtf.  Display default in prompt.  Pass default for M-n.
21951
21952         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
21953
21954 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21955
21956         * gnus-msg.el (gnus-button-mailto):
21957         Remove save-selected-window-window hackery because it relies on
21958         save-selected-window internals.
21959
21960 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21961
21962         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
21963         (gnus-article-next-page-1): Use gnus-beginning-of-window.
21964         (gnus-article-prev-page): Ditto.
21965
21966         * gnus-util.el (gnus-beginning-of-window): New function.
21967         (gnus-end-of-window): New function.
21968
21969         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
21970
21971 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21972
21973         * gnus-score.el (gnus-score-edit-all-score):
21974         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
21975         gnus-message.
21976
21977 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21978
21979         * gnus-msg.el (gnus-button-mailto):
21980         Remove save-selected-window-window hackery because it relies on
21981         save-selected-window internals.
21982
21983 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21984
21985         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
21986         add-minor-mode.
21987         (gnus-binary-mode): Ditto.
21988
21989         * gnus-topic.el (gnus-topic-mode): Ditto.
21990
21991 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
21992
21993         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
21994         (gnus-article-prev-page): Take scroll-margin into consideration.
21995
21996 2005-07-04  Lute Kamstra  <lute@gnu.org>
21997
21998         Update FSF's address in GPL notices.
21999
22000 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
22001
22002         * gnus.el (gnus-exit):
22003         * gnus-group.el (gnus-group-icons):
22004         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
22005
22006         * gnus-nocem.el (gnus-nocem):
22007         * message.el (message-various, message-buffers, message-sending)
22008         (message-interface, message-forwarding, message-insertion)
22009         (message-headers, message-news, message-mail):
22010         * pgg-gpg.el (pgg-gpg):
22011         * pgg-parse.el (pgg-parse):
22012         * pgg-pgp.el (pgg-pgp):
22013         * pgg-pgp5.el (pgg-pgp5):
22014         * pop3.el (pop3): Finish `defgroup' description with period.
22015
22016 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22017
22018         * gnus-art.el (article-display-face): Improve the efficiency.
22019         (article-display-x-face): Ditto; remove gray x-face stuff.
22020
22021 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22022
22023         * gnus-art.el (article-display-face): Correct the position in
22024         which Faces are inserted.
22025
22026 2005-06-29  Didier Verna  <didier@xemacs.org>
22027
22028         * gnus-art.el (article-display-face): Display faces in correct
22029         order.
22030
22031 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22032
22033         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
22034         (gnus-fill-real-hashtb): Use hash table instead of obarray.
22035         (gnus-nocem-check-article): Fetch the Type header.
22036         (gnus-nocem-message-wanted-p): Fix the way to examine types.
22037         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
22038         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
22039         make sure gnus-nocem-hashtb is initialized.
22040         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
22041         (gnus-nocem-unwanted-article-p): Ditto.
22042
22043         * pgg.el (pgg-verify): Return the verification result.
22044
22045 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22046
22047         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
22048         is ascii.
22049
22050 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
22051
22052         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
22053         `show-nonbreak-escape'.
22054
22055 2005-06-23  Lute Kamstra  <lute@gnu.org>
22056
22057         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
22058
22059         * dig.el (dig-mode):
22060         * smime.el (smime-mode): Use gnus-run-mode-hooks.
22061
22062 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
22063
22064         * nnimap.el (nnimap-split-download-body): Fix spellings.
22065
22066 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
22067
22068         * gnus-art.el (gnus-article-encrypt-body):
22069         * gnus-cus.el (gnus-score-customize):
22070         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
22071         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
22072
22073 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
22074
22075         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
22076         header by looking for magic "MII" at the beginning.
22077
22078 2005-06-16  Miles Bader  <miles@gnu.org>
22079
22080         * gnus-xmas.el (gnus-xmas-group-startup-message):
22081         Use renamed gnus-splash face.
22082
22083         * assistant.el (assistant-field): Remove "-face" suffix from face name.
22084         (assistant-field-face): New backward-compatibility alias for renamed
22085         face.
22086         (assistant-render-text): Use renamed assistant-field face.
22087
22088         * spam.el (spam): Remove "-face" suffix from face name.
22089         (spam-face): New backward-compatibility alias for renamed face.
22090         (spam-face, spam-initialize): Use renamed spam face.
22091
22092         * message.el (message-header-to, message-header-cc)
22093         (message-header-subject, message-header-newsgroups)
22094         (message-header-other, message-header-name)
22095         (message-header-xheader, message-separator, message-cited-text)
22096         (message-mml): Remove "-face" suffix from face names.
22097         (message-header-to-face, message-header-cc-face)
22098         (message-header-subject-face, message-header-newsgroups-face)
22099         (message-header-other-face, message-header-name-face)
22100         (message-header-xheader-face, message-separator-face)
22101         (message-cited-text-face, message-mml-face):
22102         New backward-compatibility aliases for renamed faces.
22103         (message-font-lock-keywords): Use renamed message faces.
22104
22105         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
22106         (sieve-test-commands, sieve-tagged-arguments):
22107         Remove "-face" suffix from face names.
22108         (sieve-control-commands-face, sieve-action-commands-face)
22109         (sieve-test-commands-face, sieve-tagged-arguments-face):
22110         New backward-compatibility aliases for renamed faces.
22111         (sieve-control-commands-face, sieve-action-commands-face)
22112         (sieve-test-commands-face, sieve-tagged-arguments-face):
22113         Use renamed sieve faces.
22114
22115         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
22116         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
22117         (gnus-group-news-3-empty, gnus-group-news-4)
22118         (gnus-group-news-4-empty, gnus-group-news-5)
22119         (gnus-group-news-5-empty, gnus-group-news-6)
22120         (gnus-group-news-6-empty, gnus-group-news-low)
22121         (gnus-group-news-low-empty, gnus-group-mail-1)
22122         (gnus-group-mail-1-empty, gnus-group-mail-2)
22123         (gnus-group-mail-2-empty, gnus-group-mail-3)
22124         (gnus-group-mail-3-empty, gnus-group-mail-low)
22125         (gnus-group-mail-low-empty, gnus-summary-selected)
22126         (gnus-summary-cancelled, gnus-summary-high-ticked)
22127         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
22128         (gnus-summary-high-ancient, gnus-summary-low-ancient)
22129         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
22130         (gnus-summary-low-undownloaded)
22131         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
22132         (gnus-summary-low-unread, gnus-summary-normal-unread)
22133         (gnus-summary-high-read, gnus-summary-low-read)
22134         (gnus-summary-normal-read, gnus-splash):
22135         Remove "-face" suffix from face names.
22136         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
22137         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
22138         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
22139         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
22140         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
22141         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
22142         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
22143         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
22144         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
22145         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
22146         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
22147         (gnus-summary-selected-face, gnus-summary-cancelled-face)
22148         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
22149         (gnus-summary-normal-ticked-face)
22150         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
22151         (gnus-summary-normal-ancient-face)
22152         (gnus-summary-high-undownloaded-face)
22153         (gnus-summary-low-undownloaded-face)
22154         (gnus-summary-normal-undownloaded-face)
22155         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
22156         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
22157         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
22158         (gnus-splash-face):
22159         New backward-compatibility aliases for renamed faces.
22160         (gnus-group-startup-message): Use renamed gnus faces.
22161
22162         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
22163         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
22164         (gnus-server-agent): Remove "-face" suffix from face names.
22165         (gnus-server-agent-face, gnus-server-opened-face)
22166         (gnus-server-closed-face, gnus-server-denied-face)
22167         (gnus-server-offline-face):
22168         New backward-compatibility aliases for renamed faces.
22169         (gnus-server-agent-face, gnus-server-opened-face)
22170         (gnus-server-closed-face, gnus-server-denied-face)
22171         (gnus-server-offline-face): Use renamed gnus faces.
22172
22173         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
22174         Remove "-face" suffix from face names.
22175         (gnus-picon-xbm-face, gnus-picon-face):
22176         New backward-compatibility aliases for renamed faces.
22177
22178         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
22179         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
22180         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
22181         (gnus-cite-11): Remove "-face" suffix from face names.
22182         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
22183         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
22184         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
22185         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
22186         New backward-compatibility aliases for renamed faces.
22187         (gnus-cite-attribution-face, gnus-cite-face-list)
22188         (gnus-article-boring-faces): Use renamed gnus faces.
22189
22190         * gnus-art.el (gnus-signature, gnus-header-from)
22191         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
22192         (gnus-header-content): Remove "-face" suffix from face names.
22193         (gnus-signature-face, gnus-header-from-face)
22194         (gnus-header-subject-face, gnus-header-newsgroups-face)
22195         (gnus-header-name-face, gnus-header-content-face):
22196         New backward-compatibility aliases for renamed faces.
22197         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
22198
22199         * gnus-sum.el (gnus-summary-selected-face)
22200         (gnus-summary-highlight): Use renamed gnus faces.
22201         * gnus-group.el (gnus-group-highlight): Likewise.
22202
22203 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
22204
22205         * gnus-sieve.el (gnus-sieve-article-add-rule):
22206         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
22207         * spam-stat.el (spam-stat-buffer-change-to-spam)
22208         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
22209
22210         * message.el (message-is-yours-p):
22211         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
22212
22213 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22214
22215         * mm-view.el (mm-inline-text): Withdraw the last change.
22216
22217 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22218
22219         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
22220         executing enriched-decode.
22221
22222 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22223
22224         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
22225         charset of tar files.
22226
22227 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
22228
22229         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
22230
22231 2005-06-04  Lute Kamstra  <lute@gnu.org>
22232
22233         * nnfolder.el (nnfolder-read-folder): Make sure that undo
22234         information is never recorded.
22235
22236 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22237
22238         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
22239
22240 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22241
22242         * pop3.el (pop3-apop): Run md5 in the binary mode.
22243
22244         * starttls.el (starttls-set-process-query-on-exit-flag):
22245         Use eval-and-compile.
22246
22247 2005-05-31  Simon Josefsson  <jas@extundo.com>
22248
22249         * smime.el (smime-replace-in-string): Define.
22250         (smime-cert-by-ldap-1): Use it.
22251
22252 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22253
22254         * gnus-art.el (article-display-x-face): Replace
22255         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22256
22257         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
22258         set-process-query-on-exit-flag or process-kill-without-query.
22259
22260         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
22261         loop instead of replace-regexp.
22262
22263         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
22264         instead of process-kill-without-query if it is available.
22265
22266         * lpath.el: Fbind ldap-search-entries.
22267
22268         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
22269         instead of find-file-hooks if it is available.
22270
22271         * mml1991.el: Bind pgg-default-user-id when compiling.
22272
22273         * mml2015.el: Bind pgg-default-user-id when compiling.
22274
22275         * nndraft.el (nndraft-request-associate-buffer):
22276         Use write-contents-functions instead of write-contents-hooks if it is
22277         available.
22278
22279         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
22280         instead of find-file-hooks if it is available.
22281
22282         * nntp.el (nntp-open-connection): Replace
22283         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22284         (nntp-open-ssl-stream): Ditto.
22285         (nntp-open-tls-stream): Ditto.
22286
22287         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
22288         set-process-query-on-exit-flag or process-kill-without-query.
22289         (starttls-open-stream-gnutls): Use it instead of
22290         process-kill-without-query.
22291         (starttls-open-stream): Ditto.
22292
22293 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
22294
22295         * smime.el (smime-cert-by-ldap-1): Don't use
22296         replace-regexp-in-string.
22297
22298 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
22299
22300         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
22301
22302         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
22303         in PEM format.  Adjust to the XEmacs compatibility.
22304
22305 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
22306
22307         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
22308         by `string-to-number'.
22309         * gnus-agent.el (gnus-agent-regenerate-group)
22310         (gnus-agent-fetch-articles): Ditto.
22311         * gnus-art.el (gnus-button-fetch-group): Ditto.
22312         * gnus-cache.el (gnus-cache-generate-active)
22313         (gnus-cache-articles-in-group): Ditto.
22314         * gnus-group.el (gnus-group-set-current-level)
22315         (gnus-group-insert-group-line): Ditto.
22316         * gnus-score.el (gnus-score-set-expunge-below)
22317         (gnus-score-set-mark-below, gnus-summary-score-effect)
22318         (gnus-summary-score-entry): Ditto.
22319         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
22320         (gnus-soup-pack): Ditto.
22321         * gnus-spec.el (gnus-xmas-format): Ditto.
22322         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
22323         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
22324         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
22325         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
22326         * nndb.el (nndb-get-remote-expire-response): Ditto.
22327         * nndiary.el (nndiary-parse-schedule-value)
22328         (nndiary-string-to-number, nndiary-request-replace-article)
22329         (nndiary-request-article): Ditto.
22330         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
22331         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
22332         * nneething.el (nneething-make-head): Ditto.
22333         * nnfolder.el (nnfolder-request-article)
22334         (nnfolder-retrieve-headers): Ditto.
22335         * nnheader.el (nnheader-file-to-number): Ditto.
22336         * nnkiboze.el (nnkiboze-request-article): Ditto.
22337         * nnmail.el (nnmail-process-unix-mail-format)
22338         (nnmail-process-babyl-mail-format): Ditto.
22339         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
22340         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
22341         (nnmh-request-create-group, nnmh-request-list-1)
22342         (nnmh-request-group, nnmh-request-article): Ditto.
22343         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
22344         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
22345         * nnsoup.el (nnsoup-make-active): Ditto.
22346         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
22347         * nntp.el (nntp-find-group-and-number)
22348         (nntp-retrieve-headers-with-xover): Ditto.
22349         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
22350         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
22351         (pgg-format-key-identifier): Ditto.
22352         * pop3.el (pop3-last, pop3-stat): Ditto.
22353         * qp.el (quoted-printable-decode-region): Ditto.
22354
22355         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
22356         of concat.
22357
22358 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22359
22360         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
22361
22362         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
22363
22364         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
22365
22366         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
22367
22368         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
22369
22370         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
22371
22372         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
22373         (gnus-carpal-mode): Ditto.
22374
22375         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
22376         (gnus-browse-mode): Ditto.
22377
22378         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
22379
22380         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
22381
22382 2005-05-29  Richard M. Stallman  <rms@gnu.org>
22383
22384         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
22385
22386 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22387
22388         * gnus-util.el (gnus-run-mode-hooks): New function.
22389
22390         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
22391
22392         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
22393         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
22394
22395 2005-05-27  Lute Kamstra  <lute@gnu.org>
22396
22397         * dns-mode.el (dns-mode): Specify customization group.
22398
22399 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
22400
22401         * gnus-agent.el (gnus-agent-make-mode-line-string):
22402         Use mode-line-highlight as mouse-face.
22403
22404 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22405
22406         * canlock.el (canlock): Change the parent group to news.
22407
22408         * deuglify.el (gnus-outlook-deuglify): Add :group.
22409
22410         * dig.el (dig): Add :group.
22411
22412         * dns-mode.el (dns-mode): Add :group.
22413
22414         * encrypt.el (encrypt): Add :group.
22415
22416         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
22417         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
22418         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
22419         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
22420         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
22421
22422         * gnus-diary.el (gnus-diary): Add :group.
22423
22424         * gnus.el (gnus-group-news-1-face): Add :group.
22425         (gnus-group-news-1-empty-face): Ditto.
22426         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
22427         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
22428         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
22429         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
22430         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
22431         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
22432         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
22433         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
22434         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
22435         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
22436         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
22437         (gnus-summary-high-ticked-face): Ditto.
22438         (gnus-summary-low-ticked-face): Ditto.
22439         (gnus-summary-normal-ticked-face): Ditto.
22440         (gnus-summary-high-ancient-face): Ditto.
22441         (gnus-summary-low-ancient-face): Ditto.
22442         (gnus-summary-normal-ancient-face): Ditto.
22443         (gnus-summary-high-undownloaded-face): Ditto.
22444         (gnus-summary-low-undownloaded-face): Ditto.
22445         (gnus-summary-normal-undownloaded-face): Ditto.
22446         (gnus-summary-high-unread-face): Ditto.
22447         (gnus-summary-low-unread-face): Ditto.
22448         (gnus-summary-normal-unread-face): Ditto.
22449         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
22450         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
22451
22452         * hashcash.el (hashcash): New custom group.
22453         (hashcash-default-payment): Add :group.
22454         (hashcash-payment-alist): Ditto.
22455         (hashcash-default-accept-payment): Ditto.
22456         (hashcash-accept-resources): Ditto.
22457         (hashcash-path): Ditto.
22458         (hashcash-extra-generate-parameters): Ditto.
22459         (hashcash-double-spend-database): Ditto.
22460         (hashcash-in-news): Ditto.
22461
22462         * message.el (message-minibuffer-local-map): Add :group.
22463
22464         * netrc.el (netrc): Add :group.
22465
22466         * sieve-manage.el (sieve-manage-log): Add :group.
22467         (sieve-manage-default-user): Diito.
22468         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
22469         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
22470         (sieve-manage-authenticators): Ditto.
22471         (sieve-manage-authenticator-alist): Ditto.
22472         (sieve-manage-default-port): Ditto.
22473
22474         * sieve-mode.el (sieve-control-commands-face): Add :group.
22475         (sieve-action-commands-face): Ditto.
22476         (sieve-test-commands-face): Ditto.
22477         (sieve-tagged-arguments-face): Ditto.
22478
22479         * smime.el (smime): Add :group.
22480
22481         * spam-report.el (spam-report): Add :group.
22482
22483         * spam.el (spam, spam-face): Add :group.
22484
22485 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22486
22487         * nntp.el (nntp-next-result-arrived-p): Some news servers may
22488         return \n.\n.\n at the end of articles.  Protect against that.
22489         (nntp-with-open-group): Allow debugging.
22490
22491         * nnheader.el (mail-header-set-extra): Make into a function
22492         because I just could't understand how to quote the list properly.
22493
22494         * dns.el (query-dns-cached): New function.
22495
22496 2005-05-26  Lute Kamstra  <lute@gnu.org>
22497
22498         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
22499
22500 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22501
22502         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
22503
22504         * gnus-art.el: Don't autoload mail-extract-address-components.
22505
22506         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
22507         eval-and-compile to evaluate it.
22508
22509         * hashcash.el: Don't autoload executable-find.
22510
22511         * nndb.el: Don't declare the nndb back end two or more times; don't
22512         autoload news-reply-mode, news-setup, cancel-timer and telnet.
22513
22514         * nntp.el: Autoload format-spec instead of format; use
22515         eval-and-compile to evaluate autoload forms.
22516
22517 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
22518
22519         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
22520
22521 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22522
22523         * gnus.el (gnus-version-number): Bump version.
22524
22525 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22526
22527         * gnus.el: No Gnus v0.3 is released.
22528
22529 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22530
22531         * lpath.el (featurep): Bind show-nonbreak-escape.
22532
22533 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22534
22535         * gnus-art.el (gnus-article-edit-part): Disable undo.
22536
22537 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22538
22539         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
22540         gnus-article-date-lapsed-new-header is t if date timer is active;
22541         skip headers in which the original date value is empty.
22542         (gnus-article-save-original-date): Redefine it as a macro.
22543         (gnus-display-mime): Use it.
22544
22545 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22546
22547         * gnus-art.el (article-date-ut): Support converting date in
22548         forwarded parts as well.
22549         (gnus-article-save-original-date): New function.
22550         (gnus-display-mime): Use it.
22551
22552 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
22553
22554         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
22555         enclosure element of <item>.
22556
22557 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
22558
22559         * message.el (message-kill-buffer-query): Rename from
22560         `message-kill-buffer-query-if-modified'.  Add :version.
22561
22562 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22563
22564         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
22565         window layout.
22566
22567 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22568
22569         * mml.el: Autoload dnd when compiling.
22570
22571 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
22572
22573         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
22574         x-dnd-*.
22575
22576 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22577
22578         * qp.el (quoted-printable-encode-region): Save excursion.
22579
22580 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
22581
22582         * message.el (message-kill-buffer-query-if-modified): Add new variable
22583         so the user can kill a modified message buffer quickly.
22584         (message-kill-buffer): Use it.
22585
22586 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22587
22588         * lpath.el: Fbind display-time-event-handler; don't fbind
22589         string-to-multibyte.
22590
22591         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
22592
22593 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22594
22595         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
22596         contained in text because xml.el decodes entities) with LFs.
22597
22598 2005-04-11  Lute Kamstra  <lute@gnu.org>
22599
22600         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
22601         differently.
22602
22603 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22604
22605         * mm-util.el (mm-detect-coding-region): Typo.
22606
22607 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22608
22609         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
22610
22611 2005-04-06  Deepak Goel  <deego@gnufans.org>
22612
22613         * spam-stat.el (spam-stat-score-buffer): Add a call to a
22614         user-function allow user modifications of the scores.
22615         (spam-stat-score-buffer-user): New function, to allow
22616         user-computed modifications to the score.
22617         (spam-stat-score-buffer-user-functions): List of additional
22618         scoring functions.
22619         (spam-stat-error-holder): Global temporary error holder.
22620         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
22621         variable.
22622
22623 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
22624
22625         * gnus-registry.el (gnus-registry-clean-empty-function)
22626         (gnus-registry-trim, gnus-registry-fetch-groups)
22627         (gnus-registry-delete-group): Groups that match
22628         `gnus-registry-ignored-groups' are removed from the registry
22629         entries, not just ignored for splitting.  This helps clean up the
22630         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
22631         to get all the groups a message ID is in.
22632
22633         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
22634         (spam-stat-split-fancy): Change "threshhold" to "threshold".
22635         (spam-stat-score-buffer-user-functions): Add :number custom type.
22636
22637 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22638
22639         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
22640         argument in XEmacs.
22641
22642         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
22643         (nnrss-request-group): Decode group name first.
22644         (nnrss-request-article): Make a text/plain article if mml-to-mime
22645         failed.
22646         (nnrss-get-encoding): Return a compatible encoding according to
22647         nnrss-compatible-encoding-alist.
22648         (nnrss-find-el): Use consp instead of listp.
22649         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
22650
22651 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22652
22653         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
22654         which Emacs 20 doesn't support.
22655         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
22656
22657 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
22658
22659         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
22660         silence the byte compiler inside the defun.
22661
22662         * gnus-demon.el (parse-time-string): Add autoload.
22663
22664         * gnus-delay.el (parse-time-string): Add autoload.
22665
22666         * gnus-art.el (parse-time-string): Add autoload.
22667
22668         * nnultimate.el (parse-time): Require for `parse-time-string'.
22669
22670 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
22671
22672         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
22673
22674         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
22675
22676         * smime.el (smime-ldap-host-list): Add :version.
22677
22678 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
22679
22680         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
22681         pass it to `gnus-browse-read-group'.
22682         (gnus-browse-read-group): Add NUMBER argument and pass it to
22683         `gnus-group-read-ephemeral-group'.
22684
22685         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
22686         argument and pass it to `gnus-group-read-group'.
22687
22688 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
22689
22690         * mm-util.el (mm-xemacs-find-mime-charset): Only call
22691         mm-xemacs-find-mime-charset-1 if we have the mule feature
22692         available at runtime.
22693
22694 2005-03-25  Werner Lemberg  <wl@gnu.org>
22695
22696         * nnmaildir.el: Replace `illegal' with `invalid'.
22697
22698 2005-03-23  Lute Kamstra  <lute@gnu.org>
22699
22700         * time-date.el: Add comment on time value formats.
22701         Don't require parse-time.
22702         (with-decoded-time-value): New macro.
22703         (encode-time-value): New function.
22704         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22705         (days-to-time): Return a valid time value when arg is huge.
22706         (time-since): Use time-subtract.
22707         (time-to-number-of-days): Use time-to-seconds.
22708
22709 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22710
22711         * gnus-start.el (gnus-display-time-event-handler):
22712         Check display-time-timer at runtime rather than only at load time
22713         in case display-time-mode is turned off in the mean time.
22714
22715 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
22716
22717         * nnimap.el (nnimap-open-connection): Print which authinfo file is
22718         used.
22719
22720         * nneething.el (nneething-map-file-directory): Derive from
22721         `gnus-directory'.
22722
22723         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
22724         the To/Cc button.
22725
22726 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
22727
22728         * nnmaildir.el (nnmaildir-request-accept-article):
22729         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
22730
22731 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22732
22733         * gnus-async.el: Require timer-funcs at compile time when in
22734         XEmacs for `run-with-idle-timer'.
22735
22736 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22737
22738         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
22739         autoloaded function.
22740
22741 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22742
22743         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
22744
22745 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
22746
22747         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
22748
22749 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22750
22751         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
22752         Add gnus-expert-user to default.
22753
22754 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
22755
22756         * nnimap.el (nnimap-open-server): Ditto.
22757
22758         * imap.el (imap-authenticate): Fix typo.
22759
22760 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
22761
22762         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
22763         buffer (since IMAP server might return FETCH response out of
22764         order, and the nntp buffer must be sorted).
22765
22766 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
22767
22768         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
22769         comparison on string.
22770
22771         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
22772         (gnus-agent-score): Rename category keywords to match gnus-cus.
22773         (gnus-agent-summary-fetch-series): Modify to protect against
22774         gnus-agent-summary-fetch-group clearing processable flags.
22775         (gnus-agent-synchronize-group-flags): Update live group buffer as
22776         synchronization may occur due to the user toggle the plugged
22777         status.
22778         (gnus-agent-fetch-group-1): Clear downloadable flag when article
22779         successfully downloaded.
22780         (gnus-agent-expire-group-1): Avoid using markers when the overview
22781         is in ascending order; greatly improves performance.
22782         (gnus-agent-regenerate-group):
22783         Use gnus-agent-synchronize-group-flags to reset read status in both
22784         gnus and server.
22785         (gnus-agent-update-files-total-fetched-for): Fix initial size.
22786
22787 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
22788
22789         * message.el: Don't autoload former message-utils variables.
22790         (message-strip-subject-trailing-was): Change doc string.
22791
22792         * nnweb.el: Fixes for `gnus-group-make-web-group'.
22793         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
22794         (nnweb-google-search): Add "hl=en" here.
22795         (nnweb-google-parse-1, nnweb-google-create-mapping):
22796         Don't hardcode URL.
22797
22798 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
22799
22800         * message.el (message-get-reply-headers, message-followup):
22801         Mention related variables `message-use-followup-to' and
22802         `message-use-mail-followup-to', in the information buffer.
22803
22804         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
22805         of broken groups(-beta).google.com.
22806
22807 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
22808
22809         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
22810         parameter to invoked gnus-request-move-article; remove the
22811         redundant gnus-sum-hint-move-is-internal variable; apply the marks
22812         all at once instead of once per article.
22813         (gnus-summary-remove-process-mark): Accept a list of articles as
22814         well as a single article for processing.
22815
22816         * gnus-int.el (gnus-request-move-article): Add move-is-internal
22817         parameter.
22818
22819         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
22820
22821         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
22822
22823         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
22824         parameter.
22825
22826         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
22827         parameter.
22828
22829         * nnimap.el (nnimap-request-move-article): Add move-is-internal
22830         parameter and remove the gnus-sum-hint-move-is-internal variable.
22831
22832         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
22833         parameter.
22834
22835         * nndraft.el (nndraft-request-move-article): Add move-is-internal
22836         parameter.
22837
22838         * nndiary.el (nndiary-request-move-article): Add move-is-internal
22839         parameter.
22840
22841         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
22842
22843         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
22844         parameter.
22845
22846         * nnagent.el (nnagent-request-move-article): Add move-is-internal
22847         parameter.
22848
22849 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22850
22851         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
22852         a more conservative way.
22853
22854 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22855
22856         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
22857         buffer, so it moves the window's cursor.
22858
22859 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
22860
22861         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
22862         `mm-dissect-multipart' and receive the from field as an (optional)
22863         argument from `mm-dissect-multipart'.
22864         (mm-dissect-multipart): Receive the from field as an argument and
22865         pass it on when we call `mm-dissect-buffer' on MIME parts.
22866         Fixes verification/decryption of signed/encrypted MIME parts.
22867
22868 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
22869
22870         * gnus-sum.el (gnus-summary-move-article):
22871         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
22872         whatever it calls (right now, only nnimap-request-move article
22873         respects it).
22874
22875         * nnimap.el (nnimap-request-move-article):
22876         When gnus-sum-hint-move-is-internal is set, don't do the extra
22877         nnimap-request-article.
22878
22879 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
22880
22881         * nnheader.el (nnheader-find-file-noselect): Add doc string.
22882
22883         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
22884         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
22885
22886         * gnus-sum.el (gnus-summary-caesar-message):
22887         Apply `gnus-treat-article' after rotation.
22888
22889         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
22890         doc string.
22891
22892 2005-02-22  Simon Josefsson  <jas@extundo.com>
22893
22894         * encrypt.el (encrypt-password-cache-expiry): Remove (use
22895         `password-cache-expiry' instead).  Reported by Arne Jørgensen
22896         <arne@arnested.dk>.
22897         (encrypt): Add password-cache and password-cache-expiry as group
22898         members.
22899
22900 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
22901
22902         * smime.el (smime-ldap-host-list): Doc fix.
22903         (smime-ask-passphrase): Use `password-read-and-add' to read (and
22904         cache) password.
22905         (smime-sign-region): Use it.
22906         (smime-decrypt-region): Use it.
22907         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
22908         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
22909         fails.
22910         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
22911         certificate from DER to PEM format rather than calling openssl.
22912
22913         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
22914
22915         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
22916         for signing/encryption.
22917
22918         * mml.el (mml-parse-1): Use them.
22919
22920 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
22921
22922         * nnrss.el (nnrss-verbose): Remove.
22923         (nnrss-request-group): Use `nnheader-message' instead.
22924
22925 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
22926
22927         * nnrss.el (nnrss-verbose): New variable.
22928         (nnrss-request-group): Make it say nnrss is requesting a group.
22929
22930 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
22931
22932         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
22933         Handle news URL with given port correctly.
22934
22935 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22936
22937         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
22938         containing special characters.
22939
22940         * gnus-sum.el (gnus-summary-edit-article): Ditto.
22941
22942         * mml.el (mime-to-mml): Ditto.
22943
22944         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
22945         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
22946         (rfc2047-decode-region): Quote decoded words containing special
22947         characters when rfc2047-quote-decoded-words-containing-tspecials
22948         is non-nil.
22949
22950 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
22951
22952         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
22953
22954         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
22955
22956 2005-02-15  Simon Josefsson  <jas@extundo.com>
22957
22958         * nnimap.el (nnimap-debug): Doc fix.
22959
22960         * imap.el (imap-debug): Doc fix.
22961
22962 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22963
22964         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
22965
22966 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
22967
22968         * gnus.el (spam-contents): Improve docs for spam-contents
22969         parameter in its variable incarnation.
22970
22971 2005-02-14  Simon Josefsson  <jas@extundo.com>
22972
22973         * smime-ldap.el: Use require instead of load-library for ldap.
22974         (smime-ldap-search): Indent.
22975         (smime-ldap-search-internal): Shorten line.
22976
22977         * smime.el (smime-cert-by-dns): Add doc-string.
22978         (smime-cert-by-ldap-1): Indent.
22979
22980         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
22981         mml-smime-get-dns-ldap.
22982         (mml-smime-encrypt-query): Use new function.  Default to ldap.
22983
22984 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
22985
22986         * smime.el: Require smime-ldap.
22987         (smime-ldap-host-list): New variable.
22988         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
22989
22990         * mml-smime.el (mml-smime-encrypt-query): New function.
22991         (mml-smime-encrypt-query): Use it.
22992
22993         * smime-ldap.el: New file.
22994
22995 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22996
22997         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
22998
22999 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
23000
23001         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
23002         argument in doc string.  Make query for type more clear.
23003
23004 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
23005
23006         * gnus.el (gnus-group-startup-message): Search for gnus images in
23007         etc/images/gnus.
23008         * mm-util.el (mm-image-load-path): Likewise.
23009         * smiley.el (smiley-data-directory): Search for smilies in
23010         etc/images/smilies.
23011
23012 2005-02-09  Kim F. Storm  <storm@cua.dk>
23013
23014         Change Emacs release version from 21.4 to 22.1 throughout.
23015         Change Emacs development version from 21.3.50 to 22.0.50.
23016
23017 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23018
23019         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
23020
23021         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
23022         non-Mule XEmacs as well.
23023         (mm-decompress-buffer): Signal an error intentionally if it does
23024         not decompress compressed data because auto-compression-mode is
23025         disabled.
23026
23027 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
23028
23029         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
23030         an ID in the registry even if it has no groups.
23031
23032 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23033
23034         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
23035         merge it into mm-decompress-buffer.
23036         (gnus-mime-copy-part): Use the MIME part charset, the value which
23037         a user specified or gnus-newsgroup-charset for decoding, like
23038         gnus-mime-inline-part does; set buffer-file-coding-system to tell
23039         save-buffer what was used.  Suggested by Kevin Ryde
23040         <user42@zip.com.au>.
23041         (gnus-mime-inline-part): Allow the name parameter as well as the
23042         filename parameter; force decompressing of compressed data; always
23043         display contents being not decoded as unibyte.
23044
23045         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
23046         as well as the filename parameter.
23047
23048         * mm-util.el (mm-decompress-buffer):
23049         Merge gnus-mime-jka-compr-maybe-uncompress.
23050         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
23051         of compressed data.
23052
23053 2005-02-08  Simon Josefsson  <jas@extundo.com>
23054
23055         * imap.el (imap-log): Doc fix.
23056
23057 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23058
23059         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
23060         the coding cookies; decompress compressed parts.
23061
23062         * mml.el (mml-generate-mime-1): Add the charset parameter according
23063         to the value which a user specified manually or the coding cookie.
23064
23065         * mm-util.el (mm-string-to-multibyte): New function.
23066         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
23067         (mm-coding-system-to-mime-charset): New function.
23068         (mm-decompress-buffer): New function.
23069         (mm-find-buffer-file-coding-system): New function.
23070
23071         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
23072         (mm-display-inline-fontify): Rewrite for decoding and decompressing
23073         parts.
23074
23075 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23076
23077         * mm-view.el (mm-display-inline-fontify): Decode a part according
23078         to the charset parameter.
23079
23080 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23081
23082         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
23083         prefix arg is neither nil nor a number, as info specifies.
23084
23085 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23086
23087         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
23088         timestamps.
23089
23090 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
23091
23092         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
23093         groups error checking and notify user.
23094
23095 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
23096
23097         * message.el (message-send-mail-function): Check existence of
23098         sendmail-program first before using default value
23099         `message-send-mail-with-sendmail'.  Otherwise use more generic
23100         `smtpmail-send-it'.
23101
23102 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23103
23104         * nntp.el (nntp-request-update-info): Always return nil.
23105
23106 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23107
23108         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
23109
23110 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23111
23112         * message.el (message-beginning-of-line): Change the behavior when
23113         invoked between BOL and : so that it first moves backward.
23114
23115 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23116
23117         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
23118         article buffer when editing of the article is discarded.
23119         (gnus-article-prepare): Revert.
23120
23121 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23122
23123         * gnus-art.el (gnus-article-prepare):
23124         Remove message-strip-forbidden-properties from the local hook.
23125
23126 2005-01-27  Simon Josefsson  <jas@extundo.com>
23127
23128         * password.el (password-cache-add): Only start one timer per key.
23129         Reported by Derek Atkins <warlord@MIT.EDU>.
23130
23131 2005-01-26  Steve Youngs  <steve@sxemacs.org>
23132
23133         * run-at-time.el: Remove.  It is no longer needed as
23134         timer-funcs.el in the xemacs-base package has a working version of
23135         `run-at-time'.
23136
23137         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
23138
23139         * password.el: Require timer-funcs instead of run-at-time in
23140         XEmacs.
23141         Remove `password-run-at-time' macro.
23142         (password-cache-add): Use `run-at-time' instead of
23143         `password-run-at-time'.
23144
23145         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
23146         Remove `nnheader-cancel-function-timers' alias,
23147         `cancel-function-timers' exists in XEmacs in timer-funcs.
23148
23149         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
23150         for `run-with-idle-timer'.
23151
23152         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
23153         for `run-at-time'.
23154
23155         * mm-url.el: Require timer-funcs at compile time when in XEmacs
23156         for `with-timeout'.
23157
23158         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
23159         the same as for XEmacs 21.4.
23160         No need to ignore `run-with-idle-timer', this function exists in
23161         XEmacs now in timer-funcs.el in the xemacs-base package.
23162         (dgnushack-compile): No need to delete
23163         run-at-time.el from the list of files to compile because it
23164         doesn't exist anymore.
23165
23166 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23167
23168         * mml.el (mml-generate-mime-1): Convert string into unibyte when
23169         inserting " *mml*" buffer's contents into a unibyte temp buffer.
23170
23171 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
23172
23173         * mail-source.el (mail-source-fetch-imap): Search for ^From case
23174         sensitively.
23175
23176 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
23177
23178         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
23179
23180 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23181
23182         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
23183         which will be inserted according to the multibyteness of a buffer
23184         rather than the type of contents.  Suggested by ARISAWA Akihiro
23185         <ari@mbf.ocn.ne.jp>.
23186
23187         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
23188         of string which old xml.el may return rather than a string.
23189
23190 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23191
23192         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
23193
23194 2005-01-16  Simon Josefsson  <jas@extundo.com>
23195
23196         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
23197         idn/idna.el isn't available.
23198         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
23199         <michael@waxrat.com>.
23200
23201         * hashcash.el: Remove non-FSF copyright header.
23202
23203         * hashcash.el (hashcash-extra-generate-parameters): New variable.
23204         (hashcash-generate-payment): Use it.
23205         (hashcash-generate-payment-async): Use it.
23206
23207 2005-01-15  Simon Josefsson  <jas@extundo.com>
23208
23209         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
23210         Suggested by Raymond Scholz <ray-2005@zonix.de>.
23211
23212         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
23213         gnus-summary-idna-message.
23214         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
23215         (gnus-summary-idna-message): New function.
23216
23217 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
23218
23219         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
23220         gnus-novice-user.
23221
23222 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23223
23224         * nnrss.el (nnrss-request-delete-group): Delete entries in
23225         nnrss-group-alist as well.
23226         (nnrss-save-server-data): Insert newline.
23227
23228 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
23229
23230         * gnus.el (gnus-user-agent): Use list of symbols instead of
23231         symbols.  Display full version number for (S)XEmacs.
23232         Optionally display (S)XEmacs codename.
23233
23234         * gnus-util.el (gnus-emacs-version): Update for new
23235         `gnus-user-agent'.
23236
23237         * gnus-msg.el (gnus-extended-version): Make it possible to omit
23238         Gnus version.
23239
23240 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23241
23242         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
23243         which is unreadable in some setups.
23244
23245 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23246
23247         * gnus-spec.el (gnus-update-format-specifications): Flush the
23248         group format spec cache if it doesn't support decoded group names.
23249
23250 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
23251
23252         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
23253         Allow to apply decay on score files matching a regexp.
23254
23255 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23256
23257         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
23258         compatibility in %g and %c.
23259
23260 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23261
23262         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
23263         name for only %g and %c.
23264         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
23265         of gnus-tmp-group to decoded group name.
23266         (gnus-group-make-rss-group): Exclude `/'s from group names.
23267
23268 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23269
23270         * nnrss.el (nnrss-get-encoding): Fix regexp.
23271
23272 2004-12-27  Simon Josefsson  <jas@extundo.com>
23273
23274         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
23275         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
23276         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
23277
23278 2004-12-17  Kim F. Storm  <storm@cua.dk>
23279
23280         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
23281
23282         * gnus-sum.el (gnus-summary-mode-map): Likewise.
23283
23284 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23285
23286         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
23287
23288 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23289
23290         * nnrss.el: Require rfc2047 and mml.
23291         (nnrss-file-coding-system): New variable.
23292         (nnrss-format-string): Redefine it as an inline function.
23293         (nnrss-decode-group-name): New function.
23294         (nnrss-string-as-multibyte): Remove.
23295         (nnrss-retrieve-headers): Decode group name; don't use
23296         nnrss-format-string.
23297         (nnrss-request-group): Decode group name.
23298         (nnrss-request-article): Decode group name; allow a Message-ID as
23299         well as an article number; don't use nnrss-format-string; encode a
23300         Message-ID string which may contain non-ASCII characters; use
23301         mml-to-mime to compose a MIME article.
23302         (nnrss-request-expire-articles): Decode group name.
23303         (nnrss-request-delete-group): Decode group name.
23304         (nnrss-fetch): Clarify error message.
23305         (nnrss-read-server-data): Use insert-file-contents instead of load;
23306         bind file-name-coding-system; use multibyte buffer.
23307         (nnrss-save-server-data): Bind coding-system-for-write to the
23308         value of nnrss-file-coding-system; bind file-name-coding-system;
23309         add coding cookie.
23310         (nnrss-read-group-data): Use insert-file-contents instead of load;
23311         bind file-name-coding-system; use multibyte buffer.
23312         (nnrss-save-group-data): Bind coding-system-for-write to the
23313         value of nnrss-file-coding-system; bind file-name-coding-system.
23314         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
23315         make it work with non-ASCII text.
23316         (nnrss-find-el): Make it work with old xml.el as well.
23317
23318 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23319
23320         * nnrss.el (nnrss-get-encoding): New function.
23321         (nnrss-fetch): Use unibyte buffer initially; bind
23322         coding-system-for-read while performing mm-url-insert; remove ^Ms;
23323         decode contents according to the encoding attribute.
23324         (nnrss-save-group-data): Add coding cookie.
23325         (nnrss-mime-encode-string): New function.
23326         (nnrss-check-group): Use it to encode subject and author.
23327
23328 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
23329
23330         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
23331         imaginary variable.
23332
23333 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23334
23335         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
23336         correctly even if there are wide characters.
23337
23338 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
23339
23340         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
23341         downcased symbol names; make a new cache instead of reusing
23342         bbdb-hashtable.
23343
23344 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23345
23346         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
23347         concatenating segments rather than before concatenating them.
23348         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23349
23350         * message.el (message-get-reply-headers): Bind `extra'.
23351
23352 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23353
23354         * message.el (message-extra-wide-headers): New variable.
23355         (message-get-reply-headers): Use it.
23356
23357 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23358
23359         * gnus-agent.el (gnus-agent-group-path): Decode group name.
23360         (gnus-agent-group-pathname): Ditto.
23361
23362         * gnus-cache.el (gnus-cache-file-name): Decode group name.
23363
23364         * gnus-group.el (gnus-group-make-group): Decode group name.
23365         (gnus-group-make-rss-group): Register the group data after opening
23366         the nnrss group.
23367
23368 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
23369
23370         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
23371         by expiry now get marked as read.
23372
23373 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23374
23375         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
23376
23377 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
23378
23379         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
23380         unify Latin characters in XEmacs.
23381         (mm-find-mime-charset-region): Use it.
23382
23383 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23384
23385         * gnus-util.el (gnus-delete-directory): New function.
23386
23387         * gnus-agent.el (gnus-agent-delete-group): Use it.
23388
23389         * gnus-cache.el (gnus-cache-delete-group): Use it.
23390
23391 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23392
23393         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
23394         names.
23395
23396 2004-12-16  Simon Josefsson  <jas@extundo.com>
23397
23398         * hashcash.el (hashcash-payment-alist): Fix custom :type.
23399
23400 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23401
23402         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
23403
23404         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
23405         (gnus-group-set-current-level): Decode group name.
23406
23407 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
23408
23409         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
23410         failed.
23411
23412 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23413
23414         * gnus-group.el (gnus-group-delete-group): Decode group name.
23415         (gnus-group-make-rss-group): Encode group name.
23416         (gnus-group-catchup-current): Decode group name.
23417         (gnus-group-kill-group): Decode group name.
23418
23419 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23420
23421         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
23422
23423 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23424
23425         * gnus-group.el (gnus-group-make-rss-group):
23426         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
23427
23428         * gnus-start.el (gnus-setup-news): Honor user's setting to
23429         gnus-message-archive-method.  Suggested by Lute Kamstra
23430         <lute@gnu.org>.
23431
23432 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
23433
23434         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
23435         global counterparts of the buffer-local variables.
23436
23437 2004-11-16  Romain Francoise  <romain@orebokech.com>
23438
23439         * gnus-sum.el (gnus-summary-exit): Don't clear the global
23440         counterparts of the buffer-local variables.
23441
23442 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23443
23444         * message.el (message-forbidden-properties): Fix typo in doc
23445         string.
23446
23447 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23448
23449         * gnus-util.el (gnus-replace-in-string): Add doc string.
23450
23451         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
23452         to avoid problems when splitting mails with many recipients.
23453
23454 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23455
23456         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
23457         pop-to-buffer, covered by the subsequent gnus-configure-windows.
23458
23459 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
23460
23461         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
23462         if there is no hashtable in memory or file modification time is
23463         newer than cached timestamp.
23464
23465 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
23466
23467         * gnus-sum.el (gnus-summary-limit-to-recipient):
23468         Implement not-matching option.
23469
23470 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
23471
23472         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
23473         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
23474         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
23475         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
23476         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
23477         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
23478
23479 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23480
23481         * message.el (message-forward-make-body-mml): Remove headers
23482         according to message-forward-ignored-headers if a message is decoded.
23483
23484 2004-12-02  Romain Francoise  <romain@orebokech.com>
23485
23486         * message.el (message-forward-make-body-plain): Always remove
23487         headers according to message-forward-ignored-headers.
23488
23489 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
23490
23491         * spam.el (spam-summary-prepare-exit): Remove the
23492         gnus-summary-limit pop for now, it has problems with ham marks for
23493         me.
23494
23495 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
23496
23497         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
23498         correctly.
23499
23500 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
23501
23502         * format-spec.el (format-spec): Message the char.
23503
23504 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
23505
23506         * gnus-art.el (gnus-split-methods): Reformat comments.
23507
23508         * spam.el (spam-summary-prepare-exit): Remove article limits
23509         before exiting the summary buffer.
23510
23511 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23512
23513         * lpath.el: Remove bbdb-create-internal, bbdb-records,
23514         spam-BBDB-register-routine and spam-enter-ham-BBDB.
23515
23516         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
23517         order to silence the byte compiler.
23518
23519         * spam.el: Fix the way to silence the byte compiler, which
23520         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
23521         bbdb-search-simple, spam-BBDB-register-routine,
23522         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
23523         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
23524         spam-stat-buffer-is-spam, spam-stat-load,
23525         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
23526         spam-stat-save and spam-stat-split-fancy.
23527
23528 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23529
23530         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
23531         which may confuse users.
23532         (canlock-password-for-verify): Ditto.
23533
23534         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
23535
23536         * gnus-art.el (gnus-emphasis-alist): Ditto.
23537
23538         * gnus-registry.el (gnus-registry-max-entries): Ditto.
23539
23540         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
23541
23542         * gnus-start.el (gnus-save-killed-list): Ditto.
23543
23544         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
23545         (gnus-sum-thread-tree-root): Ditto.
23546         (gnus-sum-thread-tree-false-root): Ditto.
23547         (gnus-sum-thread-tree-single-indent): Ditto.
23548
23549         * message.el (message-courtesy-message): Ditto.
23550         (message-archive-note): Ditto.
23551         (message-subscribed-address-file): Ditto.
23552         (message-user-fqdn): Ditto.
23553
23554         * spam-report.el (spam-report-gmane-regex): Ditto.
23555
23556         * spam.el (spam-blackhole-good-server-regex): Ditto.
23557
23558 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23559
23560         * mml.el (mml-preview): Widen the message buffer before copying
23561         the contents to the preview buffer; sort headers before previewing.
23562
23563         * message.el (message-hidden-headers): Fix the way to avoid a bug
23564         in the `repeat' widget in Emacs 21.3 or earlier.
23565
23566 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23567
23568         * message.el (message-hidden-headers): Default to "^References:".
23569         Improve customization type.  Suggested by Reiner Steib
23570         <Reiner.Steib@gmx.de>.
23571
23572 2004-11-25  Romain Francoise  <romain@orebokech.com>
23573
23574         * message.el (message-strip-forbidden-properties): Remove check for
23575         obsolete `message-hidden' text property, hidden headers are not
23576         accessible in the buffer anymore.
23577
23578 2004-11-22  Romain Francoise  <romain@orebokech.com>
23579
23580         * message.el (message-header-format-alist): Add `From' in list
23581         so that it can be sorted.
23582         (message-fix-before-sending): Widen and sort headers before
23583         sending.
23584         (message-hide-headers): Use narrowing to hide headers by moving
23585         them to the top of the buffer and narrowing to the region
23586         underneath.
23587
23588 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23589
23590         * message.el (message-strip-forbidden-properties):
23591         Bind buffer-read-only (etc) to nil.
23592
23593 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23594
23595         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
23596         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23597
23598 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
23599
23600         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
23601
23602 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23603
23604         * dns.el (query-dns): Use sit-for to time instead of
23605         accept-process-output, since that doesn't seem to work on udp
23606         sockets.
23607
23608 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23609
23610         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
23611
23612 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
23613
23614         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
23615         doc string.  Improve doc string.
23616
23617 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23618
23619         * nntp.el (nntp-request-update-info): Return nil if
23620         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
23621         may not call gnus-activate-group which uselessly issues the GROUP
23622         commands for all nntp groups and wastes time.  Reported by Romain
23623         Francoise <romain@orebokech.com>.
23624
23625         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
23626
23627 2004-11-15  Simon Josefsson  <jas@extundo.com>
23628
23629         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
23630         headers separately.
23631         (gnus-button-openpgp): New function, inspired by Jochen Küpper
23632         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
23633
23634 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
23635
23636         * gnus-start.el (gnus-convert-old-newsrc):
23637         Assign legacy-gnus-agent to 5.10.7.
23638
23639 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23640
23641         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
23642         start of the lines.
23643
23644 2004-11-14  Magnus Henoch  <mange@freemail.hu>
23645
23646         * hashcash.el (hashcash-default-payment): Change default to 20.
23647         (hashcash-default-accept-payment): Change default to 20.
23648         (hashcash-process-alist): New variable.
23649         (hashcash-generate-payment-async): Add.
23650         (hashcash-already-paid-p): Add.
23651         (hashcash-insert-payment): Don't generate payments twice.
23652         (hashcash-insert-payment-async): Add.
23653         (hashcash-insert-payment-async-2): Add.
23654         (hashcash-cancel-async): Add.
23655         (hashcash-wait-async): Add.
23656         (hashcash-processes-running-p): Add.
23657         (hashcash-wait-or-cancel): Add.
23658         (mail-add-payment): New optional argument.  Conditionally start
23659         asynchronous calculation.
23660         (mail-add-payment-async): Add.
23661
23662         * message.el (message-send-mail): Wait for asynchronous hashcash
23663         results.  Don't clobber existing X-Hashcash headers.
23664         (message-setup-1): Call mail-add-payment-async when
23665         message-generate-hashcash is non-nil.
23666
23667 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
23668
23669         * message.el (message-use-alternative-email-as-from): Examine the
23670         From header as well; use message-make-from in order to include a
23671         user's full name.
23672
23673 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23674
23675         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
23676         default; improve customization type.
23677         (gnus-emphasis-custom-with-format): New macro.
23678         (gnus-emphasis-custom-value-to-external): New function.
23679         (gnus-emphasis-custom-value-to-internal): New function.
23680
23681 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23682
23683         * dns.el (query-dns): Resolve reverse addresses.
23684
23685 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23686
23687         * gnus-group.el (gnus-group-get-new-news): Use it.
23688
23689         * gnus-start.el (gnus-check-reasonable-setup): New function.
23690
23691 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23692
23693         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
23694         "Args out of range" error.  Reported by Arnaud Giersch
23695         <arnaud.giersch@free.fr>.
23696
23697 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23698
23699         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
23700
23701 2004-11-04  Richard M. Stallman  <rms@gnu.org>
23702
23703         * spam.el (spam group): Add :version.
23704
23705         * pgg-def.el (pgg group): Add :version.
23706
23707 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23708
23709         * gnus-art.el (gnus-article-edit-article): Don't associate the
23710         article buffer with a draft file.  This is a temporary measure
23711         against the 2004-08-22 change to gnus-article-edit-mode.
23712
23713 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23714
23715         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
23716         (html2text-format-tags): Remove unused variable `attr'.
23717
23718 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
23719
23720         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
23721
23722         * tls.el (tls-process-connection-type, tls-success)
23723         (tls-certtool-program): Add :version.
23724
23725         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
23726         (starttls-extra-arguments, starttls-process-connection-type)
23727         (starttls-connect, starttls-failure, starttls-success): Add :version.
23728
23729         * spam-stat.el (spam-stat): Add :version.
23730
23731         * sieve.el (sieve): Add :version.
23732
23733         * sha1.el (sha1): Add :version.
23734         (sha1-use-external): Remove redundant version.
23735
23736         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
23737         (nnmail-cache-ignore-groups, nnmail-spool-hook)
23738         (nnmail-split-fancy-match-partial-words)
23739         (nnmail-split-lowercase-expanded): Add :version.
23740
23741         * nndiary.el (nndiary): Add :version.
23742
23743         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
23744
23745         * mml-sec.el (mml-default-sign-method)
23746         (mml-default-encrypt-method, mml-signencrypt-style-alist):
23747         Add :version.
23748
23749         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
23750
23751         * mm-url.el (mm-url-use-external, mm-url-program)
23752         (mm-url-arguments): Add :version.
23753
23754         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
23755         (mm-attachment-file-modes, mm-decrypt-option)
23756         (mm-w3m-safe-url-regexp): Add :version.
23757
23758         * message.el (message-cite-prefix-regexp)
23759         (message-sendmail-envelope-from, message-minibuffer-local-map)
23760         (message-user-fqdn, message-completion-alist): Add :version.
23761
23762         * gnus-win.el (gnus-configure-windows-hook)
23763         (gnus-use-frames-on-any-display): Add :version.
23764
23765         * gnus-art.el (gnus-article-address-banner-alist)
23766         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
23767         (gnus-treat-from-picon, gnus-treat-mail-picon)
23768         (gnus-treat-x-pgp-sig): Add :version.
23769
23770         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
23771         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
23772         (gnus-summary-article-delete-hook)
23773         (gnus-summary-display-while-building): Add :version.
23774
23775         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
23776         (gnus-get-top-new-news-hook): Add :version.
23777
23778         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
23779         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
23780
23781         * gnus-registry.el (gnus-registry): Add :version.
23782
23783         * gnus-spec.el (gnus-use-correct-string-widths)
23784         (gnus-make-format-preserve-properties): Add :version.
23785
23786         * gnus.el (gnus-group-charter-alist)
23787         (gnus-group-fetch-control-use-browse-url)
23788         (gnus-install-group-spam-parameters): Add :version.
23789
23790         * gnus-diary.el (gnus-diary): Add :version.
23791
23792         * gnus-delay.el (gnus-delay): Add :version.
23793
23794         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
23795         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
23796         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
23797         Add :version.
23798
23799         * gnus-agent.el (gnus-agent-max-fetch-size)
23800         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
23801         (gnus-agent-prompt-send-queue): Add :version.
23802
23803         * deuglify.el (gnus-outlook-deuglify): Add :version.
23804
23805         * html2text.el: Beautify code.  Improve doc strings.
23806         Some checkdoc cleanup.
23807         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
23808
23809 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
23810
23811         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
23812
23813 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
23814
23815         * gnus-registry.el (gnus-registry-hashtb): Create the registry
23816         when package is loaded.
23817
23818         * spam.el (spam-summary-score-preferred-header): Add global preference
23819         for people who want to override the default SpamAssassin over
23820         Bogofilter preference (when both are set).
23821         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
23822         (spam-user-format-function-S):
23823         Check spam-summary-score-preferred-header.
23824         (spam-extra-header-to-number): Add X-Bogosity header parsing.
23825         (spam-user-format-function-S): Format the score correctly.
23826
23827 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23828
23829         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
23830         signature file.  Suggested by Manoj Srivastava
23831         <srivasta@golden-gryphon.com>.
23832
23833         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
23834         iso-2022-jp even in the Japanese language environment.
23835         Suggested by Jason Rumney <jasonr@gnu.org>.
23836
23837 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23838
23839         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
23840         use the same characters as the dummy marks; make it free from
23841         getting affected by the language environment.
23842         (gnus-summary-read-group-1): Update mark positions only when the
23843         format spec is updated.
23844
23845         * gnus-spec.el (gnus-update-format-specifications): Return a list
23846         of updated types.
23847
23848 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23849
23850         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
23851         of boundp to check if display-warning is available.
23852
23853 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
23854
23855         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
23856
23857 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23858
23859         * nnspool.el (nnspool-spool-directory): Use news-path if the
23860         news-directory variable is not bound.
23861
23862         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
23863         function instead of display-warning if it is not available.
23864
23865 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
23866
23867         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
23868         v5-10: Use `point-at-bol'.
23869
23870 2004-10-26  Simon Josefsson  <jas@extundo.com>
23871
23872         * hashcash.el: Fix URL in comment, reported by Cheng Gao
23873         <chenggao@gmail.com>.
23874
23875 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
23876
23877         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
23878         instead.
23879
23880 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
23881
23882         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
23883         to remove a server from the nnimap-server-buffer-alist.
23884         (nnimap-open-connection, nnimap-close-server): Use it.
23885
23886         * gnus-encrypt.el: Remove file in favor of encrypt.el.
23887
23888 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23889
23890         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
23891         running the major-mode function.
23892
23893 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23894
23895         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
23896         dummy marks in the right way.
23897
23898 2004-10-18  David Edmondson  <dme@dme.org>
23899
23900         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
23901         excessively.
23902
23903 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
23904
23905         * gnus-util.el (gnus-split-references): Accept a nil references
23906         string and go on blissfully.
23907
23908         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
23909         cases where the references string is non-nil but has no references.
23910
23911         * encrypt.el: Add autoload tags.
23912
23913         * spam.el (spam-resolve-registrations-routine): Remove article
23914         from unregistration list too.  Reported by David Hanak
23915         <dhanak@isis.vanderbilt.edu>
23916
23917 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
23918
23919         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
23920         nil.  Change custom type.
23921
23922 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
23923
23924         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
23925
23926         * gnus-sum.el (gnus-summary-move-article): Use it.
23927
23928 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
23929
23930         * encrypt.el: Add autoload cookies.
23931
23932         * spam.el (spam-backend-article-list-property)
23933         (spam-backend-get-article-todo-list)
23934         (spam-backend-put-article-todo-list)
23935         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
23936         Resolve registrations separately.
23937         (spam-register-routine): Format comments.
23938         (spam-unregister-routine, spam-register-routine): Always call with
23939         specific-articles, no default list.
23940         (spam-summary-prepare-exit): Use the spam-classifications function.
23941
23942         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
23943         gnus-encrypt.el.
23944
23945         * encrypt.el: Copied from gnus-encrypt.el.
23946
23947         * gnus-encrypt.el: Commented that it's obsolete.
23948
23949 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23950
23951         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
23952         (gnus-score-save): Use it.
23953
23954         * message.el (message-bury): Use `window-dedicated-p'.
23955
23956 2004-10-15  Simon Josefsson  <jas@extundo.com>
23957
23958         * pop3.el (top-level): Don't require nnheader.
23959         (pop3-read-timeout): Add.
23960         (pop3-accept-process-output): Add.
23961         (pop3-read-response, pop3-retr): Use it.
23962
23963 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
23964
23965         * spam.el (spam-register-routine): Move comment.
23966         (spam-verify-bogofilter): Use 'unknown for the initial
23967         spam-bogofilter-valid state, not 'never.
23968
23969         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
23970         for netrc-machine.
23971
23972         * nnimap.el (nnimap-open-connection):
23973         Use netrc-machine-user-or-password.
23974
23975 2004-10-17  Richard M. Stallman  <rms@gnu.org>
23976
23977         * gnus-registry.el (gnus-registry-unload-hook):
23978         Set as a variable with add-hook.
23979
23980         * nnspool.el (nnspool-spool-directory): Use news-directory instead
23981         of news-path.
23982
23983         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
23984
23985         * spam.el: Delete duplicate `provide'.
23986         (spam-unload-hook): Set as a variable with add-hook.
23987
23988 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
23989
23990         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
23991         in the doc string.
23992
23993         * message.el (message-ignored-news-headers)
23994         (message-ignored-supersedes-headers)
23995         (message-ignored-resent-headers)
23996         (message-forward-ignored-headers): Improve custom type.
23997
23998 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23999
24000         * message.el (message-tokenize-header): Fix 2004-09-06 change
24001         which used point-min in the wrong place.
24002
24003 2004-10-12  Simon Josefsson  <jas@extundo.com>
24004
24005         * tls.el (tls-certtool-program): New variable.
24006         (tls-certificate-information): New function, based on
24007         ssl-certificate-information.
24008
24009 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24010
24011         * compface.el: Move the version of ELisp-based uncompface program
24012         to the contrib directory because of the copyright problem.
24013
24014 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
24015
24016         * message.el (message-kill-buffer): Raise the current frame.
24017
24018 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
24019
24020         * gnus-sum.el: Mention that multibyte characters don't work as marks.
24021
24022         * gnus.el (message-y-or-n-p): Autoload.
24023
24024         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
24025         (pop3-password-required, pop3-authentication-scheme)
24026         (pop3-leave-mail-on-server): Make customizable.
24027         (pop3): New custom group.
24028         (pop3-retr): Remove `sleep-for' statements.
24029         Suggested by Dave Love <fx@gnu.org>.
24030
24031         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
24032         Windows/DOS.
24033
24034         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24035         (imap-parse-body): Fix incorrect use of `assert'.
24036         Suggested by Dave Love <fx@gnu.org>.
24037
24038         * mml.el (mml-minibuffer-read-disposition): Require match.
24039         Suggested by Dave Love <fx@gnu.org>.
24040
24041 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
24042
24043         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
24044         doc string.
24045
24046 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24047
24048         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
24049
24050 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24051
24052         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
24053         instead of calling `mm-insert-inline', to decode text/* parts
24054         before displaying them.
24055
24056 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24057
24058         * mm-uu.el (mm-uu-text-plain-type): New variable.
24059         (mm-uu-pgp-signed-extract-1): Use it.
24060         (mm-uu-pgp-encrypted-extract-1): Use it.
24061         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
24062         bind mm-uu-text-plain-type with that value.
24063         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
24064         mm-uu-dissect.
24065
24066 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24067
24068         * gnus-group.el (gnus-update-group-mark-positions):
24069         * gnus-sum.el (gnus-update-summary-mark-positions):
24070         * message.el (message-check-news-body-syntax):
24071         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
24072         of string-as-multibyte.
24073
24074 2004-10-05  Juri Linkov  <juri@jurta.org>
24075
24076         * gnus-group.el (gnus-update-group-mark-positions):
24077         * gnus-sum.el (gnus-update-summary-mark-positions):
24078         * message.el (message-check-news-body-syntax):
24079         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
24080         8-bit unibyte values to a multibyte string for search functions.
24081
24082 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24083
24084         * mm-uu.el (mm-uu-dissect): Allow optional arg.
24085         (mm-uu-dissect-text-parts): New function.
24086
24087         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
24088         dissect text parts.
24089
24090         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
24091         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
24092
24093         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
24094
24095         * gnus-topic.el (gnus-topic-hierarchical-parameters):
24096         Use gnus-current-topics instead of gnus-current-topic.
24097
24098 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
24099
24100         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
24101
24102 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
24103
24104         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
24105         where appropriate.
24106
24107         * nnml.el (nnml-generate-active-info): do.
24108
24109         * nndiary.el (nndiary-generate-active-info): do.
24110
24111         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
24112         (gnus-topic-move): do.
24113
24114         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
24115         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
24116
24117         * gnus-srvr.el (gnus-server-prepare)
24118         (gnus-server-open-all-servers): do.
24119
24120         * gnus-msg.el (gnus-summary-cancel-article)
24121         (gnus-summary-resend-message)
24122         (gnus-summary-mail-crosspost-complaint): do.
24123
24124         * gnus-move.el (gnus-change-server): do.
24125
24126         * gnus-group.el (gnus-group-unmark-all-groups)
24127         (gnus-group-set-current-level): do.
24128
24129 2004-10-04  Simon Josefsson  <jas@extundo.com>
24130
24131         * message.el (message-generate-hashcash): Doc fix.
24132
24133 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
24134
24135         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
24136         avoid infinite recursion via gnus-get-function.
24137
24138 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
24139
24140         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
24141
24142         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
24143
24144         * nnmail.el (nnmail-split-history): do.
24145
24146         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
24147         (nnml-request-delete-group): do.
24148
24149         * nnslashdot.el (nnslashdot-read-groups): do.
24150
24151         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
24152         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
24153
24154         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
24155         (nnspool-sift-nov-with-sed): Use last.
24156         (nnspool-retrieve-headers-with-nov): Use mapc.
24157         (nnspool-request-newgroups): Use dolist.
24158         (nnspool-request-group): Use last.
24159
24160         * nntp.el (nntp-read-server-type): Use dolist.
24161
24162         * nnvirtual.el (nnvirtual-create-mapping)
24163         (nnvirtual-update-read-and-marked): Use dolist.
24164         (nnvirtual-convert-headers): Simplify.
24165
24166 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24167
24168         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24169         Add support for sync'ing tick marks.
24170
24171 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24172
24173         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
24174         there's no visible header.
24175
24176 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24177
24178         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24179         When necessary, pass full group name to gnus-request-set-marks.
24180
24181 2004-10-01  Simon Josefsson  <jas@extundo.com>
24182
24183         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
24184         acroread.
24185
24186 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24187
24188         * spam-report.el (spam-report-gmane): Fix interactive.
24189
24190         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
24191
24192         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
24193         when writing file.
24194         (gnus-agent-synchronize-flags): Don't default to being
24195         interactive.
24196
24197 2004-09-30  Simon Josefsson  <jas@extundo.com>
24198
24199         * message.el (message-generate-hashcash): Add.
24200         (message-send-mail): Use it, call mail-add-payment.
24201
24202 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
24203
24204         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
24205
24206 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
24207
24208         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
24209         gnus-requst-update-info with explicit code to sync the in-memory
24210         info read flags with the marks being sync'd to the backend.
24211
24212         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
24213
24214 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24215
24216         * spam.el (spam-verify-bogofilter): Add new function.
24217         (spam-check-bogofilter)
24218         (spam-bogofilter-register-with-bogofilter): Use it.
24219         (spam-verify-bogofilter): Add small fixes.
24220
24221 2004-09-28  Simon Josefsson  <jas@extundo.com>
24222
24223         * hashcash.el (hashcash-generate-payment): Revert.
24224
24225 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24226
24227         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24228         Use gnus-extract-references instead of gnus-split-references.
24229
24230         * gnus-util.el (gnus-extract-references): Add new function, analogous
24231         to gnus-split-references but extracts only the message-ID without
24232         anything extra.
24233
24234         * hashcash.el (hashcash-generate-payment)
24235         (hashcash-check-payment): Do the right thing if hashcash-path is
24236         nil (because the hashcash program could not be found).
24237
24238         * spam.el (spam-use-hashcash): Remove comment.
24239
24240 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
24241
24242         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
24243         (gnus-cache-enter-article, gnus-cache-remove-article)
24244         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
24245
24246         * gnus-async.el (gnus-async-prefetch-remove-group): do.
24247
24248         * gnus-art.el (article-hide-boring-headers)
24249         (article-translate-strings, article-display-face)
24250         (gnus-article-mime-match-handle-first)
24251         (gnus-article-highlight-headers)
24252         (gnus-article-add-buttons-to-head): do.
24253
24254 2004-09-27  Simon Josefsson  <jas@extundo.com>
24255
24256         * hashcash.el: New version, from
24257         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
24258         ../contrib/.
24259
24260 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24261
24262         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
24263
24264 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
24265
24266         * gnus-dup.el (gnus-dup-open): Use mapc.
24267         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
24268
24269         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
24270         Reported by Stefan Wiens <s.wi@gmx.net>.
24271
24272         * gnus.el (gnus-shutdown): Use dolist.
24273
24274         * gnus-undo.el (gnus-undo): Use mapc.
24275
24276         * nnrss.el (nnrss-generate-active): do.
24277
24278         * message.el (message-cite-original-without-signature)
24279         (message-cite-original): Use mapc.
24280         (message-do-actions, message-make-forward-subject): Use dolist.
24281
24282 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24283
24284         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
24285         deletion to remove entire duplicate line.  Fixes merged article
24286         number bug.
24287
24288 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24289
24290         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
24291         servers that are offline.  Avoids having gnus-agent-toggle-plugged
24292         first ask if you want to open a server and then, even when you
24293         responded with no, asking if you want to synchronize the server's
24294         flags.
24295         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
24296         multi-line expressions.
24297         (gnus-agent-synchronize-group-flags): New internal function.
24298         Updates marks in memory (in the info structure) AND in the
24299         backend.
24300
24301         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
24302
24303         * nnagent.el (nnagent-request-set-mark):
24304         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
24305         method, to ensure that synchronization updates marks in the
24306         backend and in the info (in memory) structure.
24307
24308 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24309
24310         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
24311         convention fully; don't miss the root article of a thread; make
24312         the X-Draft-From header with correct article numbers.
24313
24314 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
24315
24316         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
24317         unless plugged.  Disable the agent so that an open failure causes
24318         an error.
24319
24320         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
24321         Revert 2004-09-21 change.  The backend must be opened while
24322         synchronizing flags even when the backend stores the flags
24323         locally.
24324
24325 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
24326
24327         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
24328         in `header' match.  Reported by Svend Tollak Munkejord.
24329
24330         * message.el (message-cite-original): Fix use of
24331         `message-cite-articles-with-x-no-archive'.
24332
24333 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24334
24335         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
24336         (gnus-window-to-buffer): Ditto.
24337
24338         * mml.el (mml-preview-buffer): New variable.
24339         (mml-preview): Manage window layout with gnus-buffer-configuration.
24340
24341         * gnus-msg.el (gnus-setup-message): Put article numbers into the
24342         X-Draft-From header even if those articles aren't quoted.
24343
24344 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
24345
24346         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
24347         (gnus-request-set-mark, gnus-request-update-mark): Use new
24348         g-s-t-u-l-m to decide to use backend even when unplugged.
24349
24350 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24351
24352         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
24353         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
24354
24355 2004-09-20  Simon Josefsson  <jas@extundo.com>
24356
24357         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
24358         "utf-16-le".
24359
24360 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24361
24362         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
24363
24364 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
24365
24366         * uudecode.el (uudecode-use-external): Add :version.
24367
24368         * smime.el (smime-CA-file, smime-encrypt-cipher)
24369         (smime-dns-server): Add :version.
24370
24371         * smiley.el (gnus-smiley-file-types): Add :version.
24372
24373         * sha1.el (sha1-use-external): Add :version.
24374
24375         * pgg-def.el (pgg-query-keyserver): Add :version.
24376
24377         * nnmail.el (nnmail-fancy-expiry-targets)
24378         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
24379         Add :version.
24380
24381         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
24382         (nnimap-retrieve-groups-asynchronous): Add :version.
24383         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
24384
24385         * mml.el (mml-content-disposition-parameters)
24386         (mml-insert-mime-headers-always): Add :version.
24387
24388         * mm-util.el (mm-coding-system-priorities): Add :version.
24389
24390         * mm-decode.el (mm-inline-text-html-with-images)
24391         (mm-keep-viewer-alive-types, mm-external-terminal-program)
24392         (mm-verify-option): Add :version.
24393         (mm-text-html-renderer): Change :version.
24394
24395         * message.el (message-fcc-externalize-attachments)
24396         (message-required-headers, message-draft-headers)
24397         (message-subject-trailing-was-query)
24398         (message-subject-trailing-was-ask-regexp)
24399         (message-subject-trailing-was-regexp, message-mark-insert-begin)
24400         (message-mark-insert-end, message-archive-header)
24401         (message-archive-note, message-cross-post-default)
24402         (message-cross-post-note, message-followup-to-note)
24403         (message-cross-post-note-function, message-use-mail-followup-to)
24404         (message-subscribed-address-functions)
24405         (message-subscribed-address-file, message-subscribed-addresses)
24406         (message-subscribed-regexps, message-allow-no-recipients)
24407         (message-yank-cited-prefix, message-signature-insert-empty-line)
24408         (message-hidden-headers, message-hierarchical-addresses)
24409         (message-mail-user-agent, message-use-idna)
24410         (message-valid-fqdn-regexp)
24411         (message-strip-special-text-properties, message-header-synonyms)
24412         (message-beginning-of-line, message-tab-body-function): Add :version.
24413         (message-insert-canlock, message-wide-reply-confirm-recipients):
24414         Change :version.
24415
24416         * mail-source.el (mail-source-ignore-errors): Add :group, :type
24417         and :version.
24418         (mail-source-delete-old-incoming-confirm)
24419         (mail-source-movemail-program): Add :version.
24420
24421         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
24422         (gnus-agent-cache, gnus-agent): Change :version.
24423
24424         * gnus-util.el (gnus-use-byte-compile): Change :version.
24425
24426         * gnus-sum.el (gnus-summary-make-false-root-always)
24427         (gnus-summary-default-high-score)
24428         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
24429         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
24430         (gnus-read-all-available-headers, gnus-article-emulate-mime)
24431         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
24432         (gnus-sum-thread-tree-single-indent)
24433         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
24434         (gnus-sum-thread-tree-leaf-with-other)
24435         (gnus-sum-thread-tree-single-leaf): Add :version.
24436         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
24437         (gnus-article-loose-mime): Change :version.
24438
24439         * gnus-start.el (gnus-backup-startup-file)
24440         (gnus-save-startup-file-via-temp-buffer): Add :version.
24441
24442         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
24443         (gnus-server-offline-face): Add :version.
24444
24445         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
24446
24447         * gnus-msg.el (gnus-gcc-externalize-attachments)
24448         (gnus-debug-files, gnus-debug-exclude-variables)
24449         (gnus-discouraged-post-methods): Change :version.
24450         (gnus-confirm-mail-reply-to-news)
24451         (gnus-confirm-treat-mail-like-news): Add :version.
24452
24453         * gnus-int.el (gnus-server-unopen-status): Add :version.
24454
24455         * gnus-group.el (gnus-group-jump-to-group-prompt)
24456         (gnus-large-ephemeral-newsgroup)
24457         (gnus-fetch-old-ephemeral-headers): Add :version.
24458
24459         * gnus-fun.el (gnus-x-face-directory)
24460         (gnus-convert-pbm-to-x-face-command)
24461         (gnus-convert-image-to-x-face-command)
24462         (gnus-convert-image-to-face-command): Add :version.
24463
24464         * gnus-delay.el (gnus-delay-default-hour): Add :version.
24465
24466         * gnus-cite.el (gnus-cite-blank-line-after-header)
24467         (gnus-article-boring-faces): Add :version.
24468
24469         * gnus-art.el (gnus-buttonized-mime-types)
24470         (gnus-inhibit-mime-unbuttonizing)
24471         (gnus-treat-display-face)
24472         (gnus-treat-body-boundary): Change :version.
24473         (gnus-body-boundary-delimiter, gnus-picon-databases)
24474         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
24475         (gnus-treat-date-english, gnus-treat-fold-headers)
24476         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
24477         (gnus-treat-mail-picon, gnus-treat-wash-html)
24478         (gnus-article-encrypt-protocol)
24479         (gnus-use-idna, gnus-article-over-scroll)
24480         (gnus-mime-display-multipart-alternative-as-mixed)
24481         (gnus-mime-display-multipart-related-as-mixed)
24482         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
24483         (gnus-ctan-url, gnus-button-ctan-handler)
24484         (gnus-button-handle-ctan-bogus-regexp)
24485         (gnus-button-ctan-directory-regexp)
24486         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
24487         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
24488         (gnus-button-man-level, gnus-button-emacs-level)
24489         (gnus-button-message-level, gnus-button-browse-level): Add :version.
24490
24491         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
24492         (gnus-agent-go-online): Change :version.
24493         (gnus-agent-expire-unagentized-dirs)
24494         (gnus-agent-auto-agentize-methods): Add :version.
24495
24496         * flow-fill.el (fill-flowed-display-column)
24497         (fill-flowed-encode-column): Add :version.
24498
24499         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
24500         (gnus-outlook-deuglify-unwrap-max)
24501         (gnus-outlook-deuglify-cite-marks)
24502         (gnus-outlook-deuglify-unwrap-stop-chars)
24503         (gnus-outlook-deuglify-no-wrap-chars)
24504         (gnus-outlook-deuglify-attrib-cut-regexp)
24505         (gnus-outlook-deuglify-attrib-verb-regexp)
24506         (gnus-outlook-deuglify-attrib-end-regexp)
24507         (gnus-outlook-display-hook): Add :version.
24508
24509         * binhex.el (binhex-use-external): Add :version.
24510
24511 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
24512
24513         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
24514         and `invisible'.
24515
24516 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
24517
24518         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
24519         in gnus-registry-trim.
24520
24521 2004-09-13  Simon Josefsson  <jas@extundo.com>
24522
24523         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
24524
24525         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
24526
24527         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
24528         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24529         <yamaoka@jpl.org>.
24530         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
24531         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24532         <yamaoka@jpl.org>.
24533
24534         * sieve.el (sieve-manage-mode): Ditto.
24535
24536 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
24537
24538         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
24539
24540 2004-09-11  Simon Josefsson  <jas@extundo.com>
24541
24542         * dns-mode.el: Add.
24543
24544         * mm-view.el (mm-display-dns-inline): Add.
24545
24546         * mm-decode.el (mm-inline-media-tests): Add text/dns.
24547         (mm-automatic-display): Ditto.
24548
24549         * mailcap.el (mailcap-mime-data): Add text/dns.
24550         (mailcap-mime-extensions): Map .soa to text/dns.
24551
24552 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
24553
24554         * gnus-art.el (article-decode-mime-words, article-babel)
24555         (gnus-article-highlight-signature, gnus-article-add-buttons)
24556         (gnus-signature-toggle): Remove unnecessary bindings of
24557         `inhibit-read-only' inherited from v5.10 merge.
24558
24559 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24560
24561         * nntp.el (nntp): New customization group.
24562         (nntp-authinfo-file): Add customization group.
24563
24564         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
24565
24566         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
24567
24568         * gnus.el (to-address, to-list, subscribed)
24569         (large-newsgroup-initial): Ditto.
24570
24571         * flow-fill.el (fill-flowed-display-column)
24572         (fill-flowed-encode-column): Ditto.
24573
24574 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24575
24576         * message.el (message-tokenize-header, message-send-mail-with-qmail):
24577         Use point-min rather than 1.
24578         (message-send-mail): Use buffer-size rather than point-max.
24579
24580         * gnus-sum.el (gnus-summary-search-article-forward):
24581         Signal a specific `search-failed' rather than a generic `error'.
24582
24583         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
24584         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
24585         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
24586
24587 2004-09-10  Simon Josefsson  <jas@extundo.com>
24588
24589         * nndb.el (require): Remove tcp and duplicate cl.
24590
24591 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24592
24593         * gnus-agent.el (directory-files-and-attributes): Move forward.
24594
24595 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24596
24597         * gnus-agent.el (directory-files-and-attributes):
24598         Optionally defined to support XEmacs.
24599
24600 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24601
24602         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
24603         to avoid run-time CL dependencies.
24604         (gnus-agent-unfetch-articles): New function.
24605         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
24606         article numbers even when local .overview file is missing.
24607         (gnus-agent-read-article-number): New function.  Only accepts
24608         27-bit article numbers.
24609         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
24610         Use gnus-agent-read-article-number.
24611         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
24612         from backend while recognizing that article numbers in .overview
24613         must be valid.
24614         (gnus-agent-update-files-total-fetched-for):
24615         Use directory-files-and-attributes to improve performance.
24616         * gnus-int.el (gnus-request-move-article):
24617         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
24618         improve performance.
24619
24620         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
24621         some users confused by references to .newsrc when they only have a
24622         .newsrc.eld file.
24623         (gnus-convert-mark-converter-prompt)
24624         (gnus-convert-converter-needs-prompt): Fix use of property list.
24625         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
24626         New function.  Used internally to only display 'gnus converting
24627         files' message when actually necessary.
24628
24629         * gnus-sum.el (): Remove (require 'gnus-agent) as required
24630         methods now autoloaded.
24631
24632 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24633
24634         * gnus-sum.el (gnus-summary-insert-subject): Remove list
24635         identifiers.
24636
24637 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
24638
24639         * gnus-picon.el: Fix indentation and closing parenthesis.
24640
24641 2004-09-01  Simon Josefsson  <jas@extundo.com>
24642
24643         * message.el (message-canlock-generate): Require sha1, not
24644         sha1-el.  (Can we get rid of this require altogether?  It is ugly
24645         to require within a function.  Sadly, if sha1.el isn't loaded, the
24646         let binding in m-c-g will hide the defcustom definition, which is
24647         bad.)
24648
24649         * canlock.el: Require sha1, not sha1-el.
24650
24651         * message.el: Don't autoload sha1 (there is a autoload cookie in
24652         sha1.el).
24653
24654         * sha1-el.el: Rename to sha1.el.
24655
24656 2004-08-30  Juanma Barranquero  <lektu@terra.es>
24657
24658         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
24659
24660 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24661
24662         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
24663
24664 2004-08-30  Kim F. Storm  <storm@cua.dk>
24665
24666         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
24667
24668         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
24669         Add :group 'nnimap.
24670
24671 2004-08-30  Andreas Schwab  <schwab@suse.de>
24672
24673         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
24674         ?* and ?\;.
24675
24676         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
24677         and ?\' to symbol instead of whitespace.
24678
24679 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24680
24681         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
24682
24683         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
24684         instead of re-search-forward.
24685
24686         * gnus-uu.el (gnus-uu-save-article): Ditto.
24687         (gnus-uu-post-encode-uuencode): Ditto.
24688
24689         * html2text.el (html2text-clean-list-items): Ditto.
24690         (html2text-clean-dtdd): Ditto.
24691         (html2text-format-tags): Ditto.
24692
24693         * message.el (message-send-mail-with-sendmail): Fix regexp.
24694         (message-fill-field-general): Use search-forward instead of
24695         re-search-forward.
24696         (unbold-region): Ditto.
24697
24698         * nnrss.el (nnrss-request-article): Ditto.
24699
24700         * nnslashdot.el (nnslashdot-request-article): Ditto.
24701
24702         * nnweb.el (nnweb-gmane-wash-article): Ditto.
24703
24704         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
24705         "Unrecognized menu descriptor" error in XEmacs.
24706
24707 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24708
24709         * gnus-sum.el (gnus-read-header): Don't remove a header for the
24710         parent article of a sparse article in the thread hashtb.
24711
24712 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
24713
24714         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
24715         (nnmail-expand-newtext): Lowercase expanded entries if
24716         nnmail-split-lowercase-expanded is non-nil.
24717
24718 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24719
24720         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
24721
24722         * gnus-group.el (gnus-group-line-format-alist): Convert the value
24723         of gnus-tmp-news-method into string under XEmacs.  It will be
24724         passed to gnus-correct-length which takes only a string argument.
24725
24726 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24727
24728         * gnus-util.el (gnus-bind-print-variables): New macro.
24729         (gnus-prin1): Use it.
24730         (gnus-prin1-to-string): Use it.
24731         (gnus-pp): New function.
24732         (gnus-pp-to-string): New function.
24733
24734         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
24735         Replace pp-to-string with gnus-pp-to-string.
24736         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
24737         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
24738         * gnus-msg.el (gnus-debug): Ditto.
24739         * gnus-score.el (gnus-score-save): Ditto.
24740         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
24741         gnus-pp-to-string.
24742         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
24743         with gnus-pp.
24744         * score-mode.el (gnus-score-pretty-print): Ditto.
24745         * webmail.el (webmail-debug): Ditto.
24746
24747 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24748
24749         * gnus-art.el (article-display-face, article-display-x-face):
24750         Use buffer-read-only.
24751
24752 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24753
24754         * gnus-art.el (article-hide-list-identifiers):
24755         Bind inhibit-read-only as t.
24756
24757 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
24758
24759         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
24760
24761 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24762
24763         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
24764         (gnus-narrow-to-page): Don't assume point-min == 1.
24765         (gnus-article-edit-mode): Derive from message-mode.
24766
24767         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
24768         point-min == 1.
24769
24770         * imap.el (imap-parse-address-list, imap-parse-body-ext):
24771         Disable incorrect use of `assert'.
24772
24773         * message.el (message-mode): Set comment-start-skip.
24774
24775
24776 2004-08-22  Sam Steingold  <sds@gnu.org>
24777
24778         * pop3.el (pop3-leave-mail-on-server): New user variable.
24779         (pop3-movemail): Delete mail only when it is nil.
24780
24781 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
24782
24783         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
24784
24785         * mml.el (mml-preview): Use `pop-to-buffer'.
24786
24787         * message.el (message-goto-mail-followup-to): Insert after "To".
24788         (message-carefully-insert-headers): Add comment.
24789
24790         * gnus.el: Remove unused variable `gnus-article-check-size'.
24791
24792         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
24793
24794         * gnus-art.el (gnus-button-alist):
24795         Improve `gnus-button-handle-library' entry.
24796
24797 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
24798
24799         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
24800         Use downcase, since XEmacs capitalizes error messages differently.
24801
24802 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
24803
24804         * nntp.el: Add (require 'gnus) due to reference to
24805         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
24806
24807 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
24808
24809         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
24810         Bind `mm-fill-flowed'.
24811
24812         * mm-decode.el (mm-dissect-singlepart): Check it.
24813
24814 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
24815
24816         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
24817         'imap' for netrc parsing.
24818
24819 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
24820
24821         * mailcap.el (mailcap-mime-data): Mark as risky.
24822
24823 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24824
24825         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
24826         may be included in the encoded word.
24827         (rfc2047-encode): Don't append a space if the encoded word
24828         includes close parenthesis.
24829
24830 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24831
24832         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
24833         of text within parentheses.
24834
24835 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
24836
24837         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
24838         (gnus-encrypt-write-file-contents): Make the password key the file
24839         name PLUS the cipher, not just the cipher.  Also remove failed
24840         passwords from the cache.
24841
24842 2004-08-06  Simon Josefsson  <jas@extundo.com>
24843
24844         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
24845         Doc fix.
24846
24847 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24848
24849         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
24850         LWSP.
24851
24852 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
24853
24854         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24855         Try to append in-reply-to: data to the references: header.
24856
24857         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
24858         (netrc-parse): Use gnus-encrypt.el functions.
24859
24860         * gnus-encrypt.el: Add new file for encryption support; currently
24861         does only a few GPG ciphers and an internal XOR cipher.
24862
24863         * password.el: Add comments on using password-read-and-add.
24864         (password-read-and-add): Add function to read and add the
24865         password to the cache at once.
24866
24867 2004-07-28  Simon Josefsson  <jas@extundo.com>
24868
24869         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
24870         parameter (but don't use it, for now).
24871
24872         * imap.el (imap-ssl-open): Use imap-process-connection-type,
24873         instead of hard coding to nil.
24874
24875 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24876
24877         * mm-view.el (mm-inline-image-emacs): Open lines under an image
24878         as mm-inline-image-xemacs does.
24879
24880 2004-07-26  Simon Josefsson  <jas@extundo.com>
24881
24882         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
24883         Revert part of 2004-07-17 change below.
24884
24885 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24886
24887         * rfc2047.el (rfc2047-encode-region): Don't infloop.
24888         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24889
24890 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24891
24892         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
24893         quotes that actually start with ">" at the beginning of the
24894         lines.
24895
24896 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24897
24898         * rfc2047.el (rfc2047-encode-region): Fix last change.
24899         (rfc2047-encode-parameter): Remove useless concat.
24900
24901 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24902
24903         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
24904         encode special characters; fix some kind of misconfigured headers;
24905         signal a real error if debug-on-quit or debug-on-error is non-nil.
24906         (rfc2047-encode-max-chars): New variable.
24907         (rfc2047-encode-1): Use it.
24908         (rfc2047-encode-parameter): New function.
24909
24910         * mml.el (mml-insert-parameter): Remove an excessive space.
24911
24912 2004-07-17  Simon Josefsson  <jas@extundo.com>
24913
24914         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
24915         Kai Grossjohann <kai@emptydomain.de>.
24916         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
24917         (gnus-group-make-menu-bar): Ditto.
24918
24919         * gnus-util.el (gnus-group-server): Add.
24920
24921 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
24922
24923         * message.el (message-clone-locals): Clone sendmail and smtp
24924         variables.
24925
24926 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24927
24928         * rfc2047.el (rfc2047-encode-region): Fix last change.
24929
24930 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24931
24932         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
24933         characters as non-special.
24934
24935 2004-07-09  Simon Josefsson  <jas@extundo.com>
24936
24937         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
24938         Users will lose all flag changes made while unplugged with
24939         e.g. nntp unless flag synchronization happens, thus `nil' is not a
24940         good default.  See numerous reports on ding mailing list.
24941
24942 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24943
24944         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
24945         add generate-head-function and generate-article-function to the
24946         rfc822-forward entry.
24947         (nndoc-rfc822-forward-generate-article): New function.
24948         (nndoc-rfc822-forward-generate-head): New function.
24949
24950         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
24951
24952 2004-07-06  Dan Christensen  <jdc@uwo.ca>
24953
24954         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
24955         respect display group parameter and gnus-summary-expunge-below.
24956         (gnus-articles-to-read): Remove unused reference to display group
24957         parameter.
24958
24959 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24960
24961         * nnheader.el (nnheader-uniquify-message-id): New experimental
24962         variable.
24963         (nnheader-nov-read-message-id): Use it.
24964
24965         * spam-report.el (spam-report-gmane): Add interactive.
24966
24967 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24968
24969         * mm-encode.el (mm-content-transfer-encoding-defaults):
24970         Use qp-or-base64 for the application/* types.
24971
24972 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
24973
24974         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
24975
24976 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
24977
24978         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
24979         trim value.
24980
24981 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24982
24983         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
24984         New macro and function.
24985         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
24986
24987 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24988
24989         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
24990         after-load-alist.
24991
24992 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24993
24994         * gnus-group.el (gnus-group-get-new-news-this-group):
24995         Don't update info that isn't there.
24996
24997 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
24998
24999         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
25000         entry.
25001
25002 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25003
25004         * mm-view.el (mm-inline-render-with-function): Use multibyte
25005         buffer; decode html source by charset.
25006
25007         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
25008
25009         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
25010         Mule-UCS is loaded under XEmacs.
25011         (mm-mime-mule-charset-alist): Avoid duplicated entries.
25012
25013 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
25014
25015         * nnheader.el (nnheader-max-head-length): Increase to 8192.
25016
25017 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25018
25019         * mm-util.el (mm-coding-system-p): Return a coding-system.
25020         (mm-mime-mule-charset-alist): Use shift_jis instead of
25021         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
25022         entries for the mime charsets iso-2022-jp-3 and shift_jis.
25023         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
25024         instead of japanese-shift-jis and iso-latin-1 respectively in
25025         order to share the default value with both Emacs and XEmacs-mule.
25026         (mm-mule-charset-to-mime-charset):
25027         Make mm-coding-system-priorities effective.
25028         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
25029         while predicating of candidates upon the priorities.
25030
25031 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
25032
25033         * gnus-sum.el (gnus-summary-make-menu-bar):
25034         Add gnus-uu-invert-processable.
25035
25036         * gnus.el: Autoload gnus-uu-invert-processable.
25037
25038 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25039
25040         * mm-util.el (mm-with-multibyte-buffer): New macro.
25041
25042         * rfc2047.el (rfc2047-encode-string): Use it.
25043         (rfc2047-encode-region): Move point to the end of the region after
25044         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
25045
25046 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25047
25048         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
25049         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
25050
25051 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25052
25053         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
25054         (gnus-cite-parse): Ignore quoted envelope From_.
25055         Suggested by Karl Chen <quarl@nospam.quarl.org>.
25056
25057 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
25058
25059         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
25060         invalid addresses.
25061
25062 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
25063
25064         * spam.el: Change section markers, revise TODO list.
25065         (spam-backends): Make new master list of all installed backends.
25066         (spam-summary-exit-behavior): Add new variable to determine how
25067         messages moves are done at summary exit.
25068         (spam-move-spam-nonspam-groups-only)
25069         (spam-process-ham-in-nonham-groups)
25070         (spam-process-ham-in-spam-groups): Remove variables, the
25071         spam-summary-exit-behavior variable should be used to manage this
25072         behavior.
25073         (spam-old-ham-articles, spam-old-spam-articles): Remove.
25074         (spam-old-articles): Add variable, replacing spam-old-ham-articles
25075         and spam-old-spam-articles.
25076         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
25077         Add empty variables, placeholders for the backends they represent.
25078         (spam-set-difference): Move, unchanged.
25079         (spam-list-of-processors): Declare OBSOLETE, not used anymore
25080         unless the user has a processor variable.
25081         (spam-classifications, spam-classification-valid-p)
25082         (spam-backend-properties, spam-backend-property-valid-p)
25083         (spam-backend-function-type-valid-p)
25084         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
25085         (spam-report-articles-gmane, spam-report-articles-resend):
25086         Remove functions, they are not needed.
25087         (spam-install-backend-super, spam-backend-list)
25088         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
25089         (spam-backend-function, spam-backend-ham-registration-function)
25090         (spam-backend-spam-registration-function)
25091         (spam-backend-ham-unregistration-function)
25092         (spam-backend-spam-unregistration-function)
25093         (spam-backend-statistical-p, spam-backend-mover-p)
25094         (spam-install-backend-alias, spam-install-checkonly-backend)
25095         (spam-install-mover-backend, spam-install-nocheck-backend)
25096         (spam-install-backend, spam-install-statistical-backend)
25097         (spam-install-statistical-checkonly-backend): Add backend installation
25098         support.
25099         (spam-summary-prepare-exit): Rewrite to use the new backend code.
25100         (spam-group-processor-p): Use the new backend code and respect the
25101         summary exit behavior.
25102         (spam-mark-spam-as-expired-and-move-routine): Remove.
25103         (spam-summary-prepare): Change to use the new spam-old-articles
25104         variable.
25105         (spam-copy-or-move-routine, spam-copy-spam-routine)
25106         (spam-move-spam-routine, spam-copy-ham-routine)
25107         (spam-move-ham-routine): Add code to copy/move ham or spam.
25108         (spam-fetch-field-fast): Improve doc and code, plus allow the
25109         'number request.
25110         (spam-list-of-checks, spam-list-of-statistical-checks):
25111         Remove variables.
25112         (spam-split, spam-find-spam): Use the new backend code.
25113         (spam-registration-functions): Remove variable.
25114         (spam-unregister-routine): Add convenience wrapper.
25115         (spam-log-undo-registration, spam-register-routine)
25116         (spam-log-processing-to-registry)
25117         (spam-log-unregistration-needed-p): Rename "check" to "backend"
25118         where possible.
25119         (spam-check-gmane-xref, spam-check-regex-headers)
25120         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
25121         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
25122         (spam-check-bogofilter-headers, spam-check-spamoracle)
25123         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
25124         (spam-check-crm114-headers): Use the spam-split-group that
25125         spam-split prepares, no need to determine it every time.
25126
25127         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
25128         to the nnheader-parse-naked-head call.
25129
25130         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
25131
25132         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
25133         the nnheader-nov-read-message-id call.
25134
25135 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25136
25137         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
25138         gnus-activate-group twice.  Suggested by Markus Peter
25139         <warp@spin.de>.
25140
25141 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
25142
25143         * gnus-art.el (gnus-article-time-format): Exchange the order of
25144         day and month in the default value; fix customization type.
25145         (article-date-ut): Use add-text-properties.
25146         (article-make-date-line): Use message-make-date instead of
25147         current-time-string.
25148
25149         * message.el (message-fetch-field): Don't use set-text-properties.
25150         (message-make-date): Simplify.
25151
25152         * messagexmas.el (message-xmas-make-date): New function.
25153         (message-xmas-redefine): Defalias message-make-date to it.
25154
25155 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25156
25157         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
25158         (rfc2047-encode-region): Treat text within parentheses as special;
25159         show the original text when error has occurred.
25160
25161         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
25162         already-computed method to gnus-activate-group.
25163
25164         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
25165         same select-methods identical Lisp objects.
25166
25167         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
25168         object when modifying the info.
25169
25170 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25171
25172         * gnus-srvr.el (gnus-server-set-info): Remove the server from
25173         gnus-opened-servers since it has never been opened with the new
25174         configuration yet.
25175
25176 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25177
25178         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
25179         arg to nnheader-generate-fake-message-id.
25180
25181 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
25182
25183         * nnheader.el (nnheader-generate-fake-message-id): Accept a
25184         number and build a fake message ID localized to a group and
25185         article number (so it's repeatable from that point on).
25186         (nnheader-fake-message-id-p): Change regex to accomodate new fake
25187         ID format.
25188
25189         * gnus-sum.el (gnus-get-newsgroup-headers):
25190         Call nnheader-generate-fake-message-id with the article number.
25191
25192 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
25193
25194         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
25195         end-of-buffer.
25196
25197 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25198
25199         * message.el (message-ignored-supersedes-headers): Add Approved.
25200
25201 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
25202
25203         * rfc2047.el (rfc2047-encode-message-header): Remove useless
25204         goto-char.
25205         (rfc2047-encode): Fold the line before encoding.
25206
25207 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25208
25209         * rfc2047.el (rfc2047-encode-message-header): Disabled header
25210         folding -- not all headers can be folded, and this should be done
25211         by the message composition mode.  Probably.  I think.
25212
25213 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25214
25215         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
25216         fast.
25217
25218         * gnus-ems.el (gnus-remove-image): Don't use
25219         message-text-with-property; remove only the image found first.
25220
25221         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
25222         found first.
25223
25224 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
25225
25226         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
25227
25228 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25229
25230         * message.el (message-text-with-property): Make it fast and accept
25231         optional arguments.
25232         (message-strip-forbidden-properties): Use it.
25233         (message-fix-before-sending): Follow the m-t-w-p change.
25234
25235         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
25236
25237 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25238
25239         * gnus-art.el (article-hide-headers): Don't change the buffer
25240         mistakenly when performing mml-preview even if
25241         gnus-single-article-buffer is nil.
25242
25243 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
25244
25245         * message.el (message-expand-name-databases): New user option.
25246         (message-expand-name): Use it.
25247
25248 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
25249
25250         * spam.el (spam-report-articles-resend)
25251         (spam-report-resend-register-routine): Allow ham reporting.
25252         (spam-report-resend-register-ham-routine): Add wrapper.
25253         (spam-registration-functions): Add ham resending functions.
25254         (spam-list-of-processors): Add ham resend processor.
25255
25256         * gnus.el (ham-resend-to): Add new group parameter.
25257         (spam-process): Add ham resend option.
25258
25259         * spam-report.el (spam-report-resend): Allow reporting ham.
25260         (spam-report-resend-ham): Add wrapper.
25261
25262 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25263
25264         * message.el (message-cite-articles-with-x-no-archive):
25265         New variable.
25266         (message-cite-original): Use it.
25267
25268 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25269
25270         * message.el (message-cite-original): Respect X-No-Archive.
25271
25272 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25273
25274         * gnus-art.el (article-hide-headers): Refer to the values for
25275         gnus-ignored-headers and gnus-visible-headers in the summary
25276         buffer since a user may have set them as group parameters.
25277
25278 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
25279
25280         * assistant.el (assistant-node-name): Add convenience function.
25281         (assistant-render-text, assistant-render-node): Add error handling,
25282         plus handle multiple next nodes.
25283         (assistant-find-next-node): Comment out for now.
25284         (assistant-find-next-nodes): Add function, returns list of next
25285         nodes.
25286
25287 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
25288
25289         * mail-source.el (mail-source-directory): Fix doc-string.
25290
25291 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
25292
25293         * assistant.el (assistant-render-text, assistant-eval): Add :set
25294         widget type, which is different because it takes and returns a
25295         list.  Much hilarity ensues.
25296
25297 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
25298
25299         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
25300
25301         * gnus-group.el (gnus-group-get-new-news-this-group):
25302         Add doc-string.
25303
25304         * gnus-start.el (gnus-activate-group): Add doc-string.
25305
25306 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25307
25308         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
25309
25310 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
25311
25312         * assistant.el (assistant-render-text): Try to add a :set
25313         widget, more to come.
25314
25315         * spam.el (spam-group-spam-contents-p): Handle empty groupname
25316         strings.
25317         (spam-report-articles-resend)
25318         (spam-register-routine): Do registration iff any articles warrant
25319         it.
25320         (spam-summary-prepare-exit): Change log message for nil group
25321         destinations.
25322
25323 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
25324
25325         * spam.el (spam-report-resend-register-routine):
25326         Allow spam-report-resend-to to be a group parameter or a global value.
25327
25328 2004-05-26  Simon Josefsson  <jas@extundo.com>
25329
25330         * starttls.el: Merge with my GNUTLS based starttls.el.
25331         (starttls-gnutls-program, starttls-use-gnutls)
25332         (starttls-extra-arguments, starttls-process-connection-type)
25333         (starttls-connect, starttls-failure, starttls-success):
25334         New variables.
25335         (starttls-program, starttls-extra-args): Doc fix.
25336         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
25337         New functions.
25338         (starttls-negotiate, starttls-open-stream):
25339         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
25340         function if it is set.
25341
25342 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25343
25344         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
25345         structured fields.
25346
25347 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25348
25349         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
25350
25351 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
25352
25353         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
25354         Add variable.
25355         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
25356         assigning the spam-mark to new messages.
25357
25358 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
25359
25360         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
25361
25362 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25363
25364         * dgnushack.el: Autoload customize-set-variable for XEmacs.
25365
25366         * rfc2047.el (rfc2047-encodable-p): Don't move point.
25367         (rfc2047-decode): Treat the ascii coding-system as raw-text by
25368         default.
25369
25370 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
25371
25372         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
25373         correct data.
25374
25375 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
25376
25377         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
25378         (spam-group-processor-p): Fix function.
25379         (spam-group-processor-multiple-p)
25380         (spam-group-spam-processor-report-gmane-p)
25381         (spam-group-spam-processor-report-resend-p)
25382         (spam-group-spam-processor-bogofilter-p)
25383         (spam-group-spam-processor-blacklist-p)
25384         (spam-group-spam-processor-ifile-p)
25385         (spam-group-ham-processor-ifile-p)
25386         (spam-group-spam-processor-spamoracle-p)
25387         (spam-group-spam-processor-crm114-p)
25388         (spam-group-ham-processor-bogofilter-p)
25389         (spam-group-spam-processor-stat-p)
25390         (spam-group-ham-processor-stat-p)
25391         (spam-group-ham-processor-whitelist-p)
25392         (spam-group-ham-processor-BBDB-p)
25393         (spam-group-ham-processor-spamoracle-p)
25394         (spam-group-ham-processor-copy-p): Remove functions with some
25395         prejudice against unneeded code.
25396         (spam-report-articles-resend)
25397         (spam-report-resend-register-routine): Allow the group/topic
25398         spam-resend-to value to override spam-report-resend-to.
25399         (spam-summary-prepare-exit): Invoke spam-group-processor-p
25400         properly now.
25401
25402         * gnus.el (spam-resend-to): Add group/topic parameter.
25403         (spam-process): Move the OBSOLETE processors to the end of the
25404         choices.
25405
25406 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
25407
25408         * spam-report.el (spam-report-resend-to, spam-report-resend):
25409         Start with resend-to set to nil, and then ask the user if necessary.
25410         (spam-report-resend): spam-report-resend takes a list of articles, not
25411         separate article numbers.
25412
25413 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25414
25415         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
25416         addition to emacs-w3m.
25417
25418 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25419
25420         * assistant.el (assistant-authinfo-data): New function.
25421         (assistant-eval): Eval for entire assistant.
25422
25423         * netrc.el (netrc-services-file): New variable.
25424         (netrc-parse-services): New function.
25425         (netrc-find-service-name): New function.
25426         (netrc-find-service-number): New function.
25427         (netrc-port-equal): New function.
25428         (netrc-machine): Use it.
25429
25430         * nnimap.el (nnimap-open-connection): Use netrc.
25431
25432         * gnus-util.el (gnus-netrc-get): Remove aliases.
25433
25434         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
25435
25436         * assistant.el (wid-edit): Fix compilation.
25437
25438         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
25439
25440 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
25441
25442         * gnus-util.el (gnus-set-file-modes): New function.  (small
25443         patch).
25444
25445 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25446
25447         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
25448
25449         * assistant.el (assistant-render-node): Fix up rendering and
25450         read-only text.
25451         (assistant-render-node): Reset.
25452         (assistant-make-read-only): Not sticky.
25453
25454 2004-05-20  Danny Siu  <dsiu@adobe.com>
25455
25456         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
25457         centered even when gnus-auto-center-summary is t.
25458
25459 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25460
25461         * dns.el (dns-get-txt-answer): New function.
25462         (dns-read-txt): Ditto.
25463         (query-dns): Use it.
25464
25465 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25466
25467         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
25468         active for foreign groups even if the group level is higher than
25469         the specified value.
25470
25471 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25472
25473         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
25474         non-active groups.
25475
25476         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
25477
25478 2004-05-20  Magnus Henoch  <mange@freemail.hu>
25479
25480         * dns.el (dns-read-type): Add support for SVR.  (small patch)
25481
25482 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
25483
25484         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
25485         (spam-crm114-header, spam-crm114-spam-switch)
25486         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
25487         (spam-crm114-positive-spam-header)
25488         (spam-crm114-database-directory, spam-list-of-processors)
25489         (spam-group-spam-processor-crm114-p)
25490         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
25491         (spam-generic-score, spam-list-of-checks)
25492         (spam-list-of-statistical-checks, spam-registration-functions)
25493         (spam-check-crm114-headers, spam-crm114-score)
25494         (spam-check-crm114, spam-crm114-register-with-crm114)
25495         (spam-crm114-register-spam-routine)
25496         (spam-crm114-unregister-spam-routine)
25497         (spam-crm114-register-ham-routine)
25498         (spam-crm114-unregister-ham-routine): Add CRM114 support.
25499
25500 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
25501
25502         * gnus.el: Add spam-use-crm114.
25503
25504         * spam.el (spam-list-of-processors, spam-registration-functions):
25505         Add spam-use-resend.
25506         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
25507         (spam-report-articles-gmane): Add doc fix.
25508         (spam-report-articles-resend, spam-report-resend-register-routine):
25509         Add wrappers around spam-report-resend-to.
25510
25511         * spam-report.el (spam-report-resend-to, spam-report-resend):
25512         Add support for resending spam.
25513         (spam-report-gmane): Fix line length >80.
25514
25515         * gnus.el (spam-process): Add spam-use-resend.
25516
25517 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25518
25519         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
25520         number of processed spam messages.
25521         (spam-ham-copy-or-move-routine): Return the number of processed
25522         ham messages.
25523         (spam-summary-prepare-exit): Use the above values to decide
25524         whether status messages shouled be displayed.
25525
25526 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
25527
25528         * rfc2047.el (rfc2047-encode-function-alist): Rename from
25529         `rfc2047-encoding-function-alist' in order to avoid conflicting
25530         with the old version.
25531         (rfc2047-encode-region): Concatenate words containing non-ASCII
25532         characters in structured fields; don't encode space-delimited
25533         ASCII words even in unstructured fields; don't break words at
25534         char-category boundaries.
25535         (rfc2047-encode-1): New function.
25536         (rfc2047-encode): Use it; encode text so that it occupies the
25537         maximum width within 76-column; work correctly on Q encoding for
25538         iso-2022-* charsets.
25539         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
25540         sure not to break a line just after the header name.
25541         (rfc2047-b-encode-region): Remove.
25542         (rfc2047-b-encode-string): New function.
25543         (rfc2047-q-encode-region): Remove.
25544         (rfc2047-q-encode-string): New function.
25545
25546         * mm-util.el (mm-replace-in-string): New function.
25547
25548 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25549
25550         * gnus-msg.el (gnus-inews-make-draft-meta-information):
25551         Really get it right.
25552         (gnus-inews-make-draft): Really.
25553
25554 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
25555
25556         * nnmh.el (nnmh-request-list-1): Don't check the link count
25557         before descending.  (small patch)
25558
25559 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25560
25561         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
25562         stuff.
25563
25564         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
25565         Match on real group name.
25566
25567         * gnus-art.el (gnus-signature-limit): Doc fix.
25568
25569         * gnus-msg.el (gnus-inews-make-draft): Quote list.
25570
25571         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
25572
25573 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
25574
25575         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
25576         isn't a string.
25577
25578 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25579
25580         * gnus-draft.el (gnus-draft-send):
25581         Bind rfc2047-encode-encoded-words.
25582
25583         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
25584         (rfc2047-encodable-p): Say that =? needs encoding.
25585         (rfc2047-encode-encoded-words): New variable.
25586
25587         * gnus-group.el (gnus-group-select-group): Doc fix.
25588
25589         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
25590
25591         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
25592         to nil.
25593
25594         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
25595
25596         * nnheader.el (nnheader-get-lines-and-char): New function.
25597
25598 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
25599
25600         * gnus-msg.el (gnus-summary-followup-with-original):
25601         Document yanking of region when active.
25602
25603 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25604
25605         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
25606         groups if the group level is higher than the specified value.
25607
25608 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25609
25610         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
25611         (gnus-group-jump-to-group): Add prefix argument using
25612         `gnus-group-jump-to-group-prompt'.  Query before jumping to
25613         non-active group.
25614
25615         * compface.el (uncompface): Be verbose when changing
25616         `uncompface-use-external'.
25617
25618         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
25619         handle manual section.
25620
25621 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25622
25623         * gnus-art.el (gnus-button-alist): Revert previous change.
25624
25625 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25626
25627         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
25628
25629 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25630
25631         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
25632         whether backend can accept message.
25633
25634         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
25635
25636 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
25637
25638         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25639         Avoid creating directory when nntp-marks-is-evil is true.
25640         Reported by Reiner Steib.
25641
25642 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25643
25644         * gnus-picon.el (gnus-picon-insert-glyph):
25645         Add optional `nostring' argument.
25646
25647 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25648
25649         * gnus-picon.el (gnus-picon-style): New variable.
25650         (gnus-picon-transform-address): Support `gnus-picon-style'.
25651
25652 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25653
25654         * message.el (message-fill-field): Return point.
25655         (message-generate-headers): Go to end of field.
25656
25657         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
25658         stuff for non-living groups.
25659
25660 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25661
25662         * gnus-art.el (gnus-article-followup-with-original)
25663         (gnus-article-reply-with-original): gnus-mark-active-p ->
25664         gnus-region-active-p.
25665
25666 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
25667
25668         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
25669         only when there is spam or ham to be processed.
25670
25671 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25672
25673         * mail-source.el (mail-source-delete-crash-box): Refactor.
25674         (mail-source-fetch): Use it.
25675         (mail-source-fetch-file): Ditto.
25676         (mail-source-fetch-directory): Run postscript in loop.
25677         (mail-source-fetch-pop): Delete.
25678         (mail-source-fetch-maildir): Ditto.
25679         (mail-source-fetch-imap): Ditto.
25680
25681         * imap.el (imap-authenticators): Comment out sasl.
25682
25683         * message.el (message-skip-to-next-address): New function.
25684         (message-fill-header-address): Refactor.
25685         (message-fill-address): Use it.
25686         (message-delete-address): Use it.
25687         (message-fill-header-general): Refactor.
25688         (message-fill-field-address): Rename.
25689         (message-narrow-to-field): Find the start of the header.
25690         (message-header-format-alist): Don't pre-fill.
25691         (message-fill-header): Remove.
25692         (message-insert-header): New function.
25693         (message-shorten-references): Use it.
25694
25695         * rfc2047.el (rfc2047-field-value): Strip props.
25696
25697         * mail-parse.el (mail-header-make-address): New alias.
25698
25699         * ietf-drums.el (ietf-drums-make-address): New function.
25700
25701         * imap.el: Add compiler directives.
25702
25703         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
25704
25705         * gnus-art.el (article-decode-idna-rhs): Don't use
25706         message-idna-inside-rhs-p.
25707
25708 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25709
25710         * message.el (message-idna-inside-rhs-p): Remove.
25711         (message-idna-to-ascii-rhs-1): Use proper address parsing.
25712
25713         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
25714         false positives.
25715
25716 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
25717
25718         * imap.el (imap-sasl-make-mechanisms): Use sasl.
25719
25720 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25721
25722         * nneething.el (nneething-file-name): Don't create spurious
25723         files.
25724
25725         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
25726         (gnus-inews-do-gcc): Remove sleep.
25727
25728         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
25729         part under point.
25730
25731         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
25732         (gnus-agent-regenerate-group): Using nil messages aren't valid.
25733
25734 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
25735
25736         * spam.el (spam-summary-prepare-exit): Fix (length).
25737
25738 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
25739
25740         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
25741         as expired without moving it" message when there are spam
25742         messages left.
25743
25744 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
25745
25746         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
25747         header is not nil.
25748
25749 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
25750
25751         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25752         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
25753         (nntp-marks-changed-p): New arg SERVER.
25754         (nntp-request-update-info): Adjust caller.
25755
25756 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
25757
25758         * nntp.el (nntp-save-marks): Pass missing arg.
25759
25760 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
25761
25762         * nntp.el: Support marks.
25763         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
25764         (nntp-marks-modtime, nntp-marks-directory): New variables.
25765         (nntp-request-set-mark, nntp-request-update-info)
25766         (nntp-possibly-create-directory, nntp-marks-changed-p)
25767         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
25768         New functions.
25769
25770 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
25771
25772         * gnus-xmas.el (gnus-xmas-select-lowest-window)
25773         (gnus-xmas-redefine): Rename.
25774
25775         * gnus-score.el (gnus-score-insert-help):
25776         Use gnus-select-lowest-window.
25777
25778         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
25779         appt-select-lowest-window and rename to gnus-select-lowest-window.
25780
25781         * gnus.el: do.
25782
25783 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25784
25785         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
25786         encodings of MIME-encoded words, in order to improve
25787         interoperability with several broken MUAs.
25788
25789 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25790
25791         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
25792         tags, only when charsets are not specified in headers.
25793         (mm-inline-text-html-render-with-w3m): Ditto.
25794
25795         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
25796         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
25797
25798 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25799
25800         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
25801         instead of MIME-decoded from fields when checking
25802         `gnus-article-address-banner-alist'.
25803
25804 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
25805
25806         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
25807         description rather than subject.
25808
25809 2004-05-02  Steve Youngs  <steve@youngs.au.com>
25810
25811         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
25812
25813 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25814
25815         * gnus.el (gnus-version-number): Bump.
25816
25817 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25818
25819         * gnus.el: No Gnus v0.2 is released.
25820
25821 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25822
25823         * gnus-agent.el (gnus-agent-read-agentview):
25824         Inline gnus-uncompress-range.
25825
25826 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25827
25828         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
25829         `exec-installed-p'.
25830
25831 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25832
25833         * gnus.el (spam-process, spam-autodetect-methods):
25834         Add bsfilter and bsfilter-headers.
25835
25836         * spam.el (spam-bsfilter): New customize group.
25837         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
25838         (spam-bsfilter-header, spam-bsfilter-probability-header)
25839         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
25840         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
25841         (spam-bsfilter-database-directory): New options.
25842         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
25843         (spam-list-of-statistical-checks, spam-registration-functions):
25844         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
25845         (spam-bsfilter-score): New command.
25846         (spam-check-bsfilter-headers, spam-check-bsfilter)
25847         (spam-bsfilter-register-with-bsfilter)
25848         (spam-bsfilter-register-spam-routine)
25849         (spam-bsfilter-unregister-spam-routine)
25850         (spam-bsfilter-register-ham-routine)
25851         (spam-bsfilter-unregister-ham-routine): New functions.
25852         (spam-generic-score): Support bsfilter; Accept an optional argument
25853         to recalcurate spam score even if scoring header has already been
25854         added.
25855         (spam-bogofilter-score, spam-spamassassin-score): Accept an
25856         optional argument to recalcurate spam score even if scoring header
25857         has already been added.
25858
25859 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
25860
25861         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
25862         strings!  Reported by David D. Smith <davidsmith@acm.org>.
25863         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
25864         link is missing.
25865
25866 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
25867
25868         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
25869         (html2text-get-attr): Rewrite.
25870
25871         * message.el (message-setup-1): Remove redundant put-text-property
25872         on mail-header-separator.
25873
25874 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
25875
25876         * gnus-registry.el (gnus-registry-cache-whitespace)
25877         (gnus-registry-action, gnus-registry-spool-action)
25878         (gnus-registry-split-fancy-with-parent): Change message levels
25879         from 5 to 3 or 7, as needed.
25880
25881         * spam.el (spam-summary-prepare-exit)
25882         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
25883         (spam-split, spam-find-spam, spam-log-undo-registration)
25884         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
25885         level from 5 to 6.
25886
25887 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25888
25889         * gnus-ems.el: Autoload appt-select-lowest-window (revert
25890         2004-03-04 change).
25891
25892 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
25893
25894         * sieve-manage.el (sieve-manage-open):
25895         * nnweb.el (nnweb-insert-html):
25896         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
25897         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
25898         * nnspool.el (nnspool-request-group):
25899         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
25900         * nnml.el (nnml-request-update-info):
25901         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
25902         (nnmh-request-create-group, nnmh-update-gnus-unreads):
25903         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
25904         (nnimap-request-set-mark):
25905         * nnfolder.el (nnfolder-request-update-info):
25906         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
25907         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
25908         * gnus-uu.el (gnus-uu-find-articles-matching):
25909         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
25910         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
25911         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
25912         * gnus-nocem.el (gnus-nocem-scan-groups):
25913         * gnus-int.el (gnus-start-news-server):
25914         * gnus-group.el (gnus-group-make-kiboze-group)
25915         (gnus-group-browse-foreign-server):
25916         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
25917         Use mapc when appropriate.
25918
25919 2004-04-22  Dan Christensen  <jdc@uwo.ca>
25920             Adam Sjøgren  <asjo@koldfront.dk>
25921             Wes Hardaker  <wes@hardakers.net>
25922             Michael Shields  <shields@msrl.com>
25923
25924         * spam.el (spam-necessary-extra-headers): Get the extra headers we
25925         may need for spam sorting and scoring.
25926         (spam-user-format-function-S): Add user format function suitable for
25927         general use.
25928         (spam-article-sort-by-spam-status): Add sorting function for summary
25929         sorting.
25930         (spam-extra-header-to-number): Add function to get a score from a
25931         header.
25932         (spam-summary-score): Add function to get a numeric score from the
25933         headers.
25934         (spam-generic-score): Fix function doc, was in wrong place.
25935         (spam-initialize): Take symbols when it's run, and install the
25936         extra headers that spam-necessary-extra-headers thinks we need.
25937
25938 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
25939
25940         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
25941         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25942
25943 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
25944
25945         * gnus-sum.el (gnus-set-global-variables)
25946         (gnus-build-all-threads, gnus-get-newsgroup-headers)
25947         (gnus-article-get-xrefs, gnus-summary-best-group)
25948         (gnus-summary-next-article, gnus-summary-enter-digest-group)
25949         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
25950         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
25951         Use with-current-buffer.
25952
25953 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
25954
25955         * spam.el (spam-summary-prepare-exit): Simplify logic.
25956         (spam-fetch-article-header): Read the article header if it's not
25957         available.
25958         (spam-list-articles): Simplify logic.
25959         (spam-filelist-register-routine): Fix bug with unregister-list.
25960
25961         * gnus-registry.el: Fix comments at beginning.
25962
25963 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
25964
25965         * message.el (message-cater-to-broken-inn): Remove.
25966         (message-shorten-references): Make sure the total folded length of
25967         References is shorter than 998 characters to cater to a bug in INN
25968         2.3.  Also, don't pretend that references aren't folded -- this
25969         hasn't worked for a while.
25970
25971 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25972
25973         * gnus-agent.el (gnus-agentize):
25974         gnus-agent-send-mail-real-function no longer set to current value
25975         of message-send-mail-function but rather a lambda that calls
25976         message-send-mail-function.  The change makes the agent real-time
25977         responsive to user changes to message-send-mail-function.
25978
25979 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25980
25981         * legacy-gnus-agent.el
25982         (gnus-agent-convert-to-compressed-agentview): Fix typos with
25983         help from Florian Weimer <fw@deneb.enyo.de>
25984
25985 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25986
25987         * nnmail.el (nnmail-cache-insert): Revert last change.
25988
25989 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25990
25991         * nnmail.el (nnmail-cache-insert): Always check whether
25992         nnmail-cache-ignore-groups matches a group name.
25993
25994 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
25995
25996         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
25997         (spam-find-spam, spam-log-processing-to-registry)
25998         (spam-log-registered-p, spam-log-unregistration-needed-p)
25999         (spam-log-undo-registration): Use gnus-message instead of
26000         gnus-error, none of these errors are fatal.
26001
26002         * gnus-registry.el (gnus-registry-clean-empty-function)
26003         (gnus-registry-clean-empty): Remove only empty entries without
26004         extra data.
26005
26006 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
26007
26008         * spam-stat.el (spam-stat-buffer-change-to-spam)
26009         (spam-stat-buffer-change-to-non-spam): Change (error) to
26010         (gnus-message 8) invocation.
26011
26012 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26013
26014         * nntp.el (nntp-via-netcat-command): New variable.
26015         (nntp-via-netcat-switches): New variable.
26016         (nntp-open-via-rlogin-and-netcat): New function.
26017         (nntp-open-connection-function): Doc fix.
26018         (nntp-telnet-command): Doc fix.
26019         (nntp-end-of-line): Doc fix.
26020         (nntp-via-rlogin-command): Doc fix.
26021         (nntp-via-user-name): Doc fix.
26022         (nntp-via-address): Doc fix.
26023
26024 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26025
26026         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
26027         error in Emacs 21.1.
26028
26029 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
26030
26031         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
26032
26033 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26034
26035         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
26036         (gnus-agent-with-refreshed-group): New macro.
26037         (gnus-agent-rename-group): New function.
26038         (gnus-agent-delete-group): New function.
26039         (gnus-agent-save-group-info): Use gnus-command-method when
26040         `method' parameter is nil.  Don't write nil entries into the
26041         active file.
26042         (gnus-agent-get-group-info): New function.
26043         (gnus-agent-fetch-articles):
26044         Use gnus-agent-update-files-total-fetched-for to increment disk space
26045         used.
26046         (gnus-agent-fetch-headers, gnus-agent-save-alist):
26047         Use gnus-agent-update-view-total-fetched-for to increment disk space
26048         used.
26049         (gnus-agent-get-local): Add optional parameters to avoid calling
26050         gnus-group-real-name and gnus-find-method-for-group.
26051         (gnus-agent-set-local): Delete stored entry if either min, or max,
26052         are nil.
26053         (gnus-agent-fetch-session): Reworded error/quit messages.
26054         On quit, use gnus-agent-regenerate-group to record existance of any
26055         articles fetched to disk before the quit occurred.
26056         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
26057         gnus-agent-update-view-total-fetched-for, and
26058         gnus-agent-update-files-total-fetched-for to decrement disk space
26059         used.
26060         (gnus-agent-retrieve-headers):
26061         Use gnus-agent-update-view-total-fetched-for to increment disk space
26062         used.
26063         (gnus-agent-regenerate-group): Replace gnus-group-update-group
26064         with gnus-agent-update-files-total-fetched-for to decrement disk
26065         space and fresh group buffer.
26066         (gnus-agent-inhibit-update-total-fetched-for): New variable.
26067         (gnus-agent-need-update-total-fetched-for): New variable.
26068         (gnus-agent-update-files-total-fetched-for): New function.
26069         (gnus-agent-update-view-total-fetched-for): New function.
26070         (gnus-agent-total-fetched-for): New function.
26071
26072         * gnus-cache.el (gnus-cache-save-buffers):
26073         Use gnus-cache-update-overview-total-fetched-for to change disk space
26074         used by this group.
26075         (gnus-cache-possibly-enter-article):
26076         Use gnus-cache-update-file-total-fetched-for to increment disk space
26077         used by this group.
26078         (gnus-cache-possibly-remove-article):
26079         Use gnus-cache-update-file-total-fetched-for to decrement disk space
26080         used by this group.
26081         (gnus-cache-generate-nov-databases): Purge total fetched cache.
26082         (gnus-cache-rename-group): New function.
26083         (gnus-cache-delete-group): New function.
26084         (gnus-cache-inhibit-update-total-fetched-for): New variable.
26085         (gnus-cache-need-update-total-fetched-for): New variable.
26086         (gnus-cache-with-refreshed-group): New macro.
26087         (gnus-cache-update-file-total-fetched-for): New function.
26088         (gnus-cache-update-overview-total-fetched-for): New function.
26089         (gnus-cache-rename-group-total-fetched-for): New function.
26090         (gnus-cache-delete-group-total-fetched-for): New function.
26091         (gnus-cache-total-fetched-for): New function.
26092
26093         * gnus-group.el: Require gnus-sum and autoload functions to
26094         resolve warnings when gnus-group.el compiled alone.
26095         (gnus-group-line-format): Document new %F.
26096         (size of Fetched data) group line format; identifies disk space
26097         used by agent and cache.
26098         (gnus-group-line-format-alist): Define new F format.
26099         (gnus-total-fetched-for): New function.
26100         (gnus-group-delete-group): No longer update
26101         gnus-cache-active-altered as gnus-request-delete-group now keeps
26102         the cache in sync.
26103         (gnus-group-list-active): Let the agent store a server's active
26104         list if currently plugged.
26105
26106         * gnus-int.el (gnus-request-delete-group):
26107         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
26108         local disk in sync with the server.
26109         (gnus-request-rename-group):
26110         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
26111         local disk in sync with the server.
26112
26113         * gnus-start.el (gnus-get-unread-articles):
26114         Cosmetic simplification to logic.
26115
26116         * gnus-util.el (gnus-rename-file): New function.
26117
26118 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
26119
26120         * mm-util.el (mm-image-load-path): Handle nil in load-path.
26121
26122 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
26123
26124         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
26125         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
26126
26127 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
26128
26129         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
26130         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
26131
26132 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
26133
26134         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
26135
26136 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
26137
26138         * spam.el (spam-set-difference): Add function to replace
26139         gnus-set-difference in spam.el.
26140         (spam-summary-prepare-exit): Use spam-set-difference.
26141
26142 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
26143
26144         * gnus-registry.el (gnus-registry-cache-file): Update to use
26145         gnus-dribble-directory OR gnus-home-directory OR ~.
26146         (gnus-registry-split-fancy-with-parent): Fix doc.
26147
26148 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26149
26150         * message.el (message-exchange-point-and-mark):
26151         Use message-mark-active-p.  Suggested by Jesper Harder
26152         <harder@ifa.au.dk>.
26153
26154 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26155
26156         * message.el (message-exchange-point-and-mark): Don't activate
26157         region if it was inactive.  Suggested by Hiroshi Fujishima
26158         <pooh@nature.tsukuba.ac.jp>.
26159
26160 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26161
26162         * gnus-art.el (article-display-face): Display Faces in the same
26163         order as X-Faces.
26164
26165 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26166
26167         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
26168
26169 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26170
26171         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
26172         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
26173         (gnus-article-mime-hierarchy): Remove.
26174         (gnus-article-mime-hierarchy-next): Remove.
26175         (gnus-article-mode): Revert 2004-03-19 change.
26176         (gnus-article-setup-buffer): Revert 2004-03-19 change.
26177         (gnus-insert-mime-button): Revert 2004-03-19 change.
26178         (gnus-mime-accumulate-hierarchy): Remove.
26179         (gnus-mime-enter-multipart): Remove.
26180         (gnus-mime-leave-multipart): Remove.
26181         (gnus-mime-display-part): Revert 2004-03-19 change.
26182         (gnus-mime-display-alternative): Revert 2004-03-19 change.
26183
26184         * mml.el (mml-preview): Revert 2004-03-19 change.
26185
26186 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
26187
26188         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
26189
26190 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26191
26192         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
26193         t while entering a file name using the mm-with-multibyte macro.
26194         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26195
26196         * mm-util.el (mm-with-multibyte): New macro.
26197
26198 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26199
26200         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
26201         New user option.
26202         (gnus-mime-multipart-functions): Doc and customization fix.
26203         (gnus-article-mime-hierarchy): New variable.
26204         (gnus-article-mime-hierarchy-next): New variable.
26205         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
26206         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
26207         gnus-article-mime-hierarchy-next to nil.
26208         (gnus-insert-mime-button): Show hierarchy numbers.
26209         (gnus-mime-accumulate-hierarchy): New function.
26210         (gnus-mime-enter-multipart): New function.
26211         (gnus-mime-leave-multipart): New function.
26212         (gnus-mime-display-part): Recompute hierarchical MIME structure.
26213         (gnus-mime-display-alternative): Show hierarchy numbers.
26214
26215         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
26216         gnus-article-mime-hierarchy-next to nil.
26217
26218 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
26219
26220         * dns.el: Don't require gnus-xmas.
26221
26222 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
26223
26224         * mml.el (mml-generate-mime-1): Don't use format=flowed with
26225         inline PGP.
26226         (mml-menu): Disable mml-quote-region if mark is inactive.
26227
26228 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26229
26230         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
26231         when the group's active is not available.
26232
26233 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26234
26235         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
26236         error.
26237
26238 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
26239
26240         * imap.el (imap-store-password): New variable.
26241         (imap-interactive-login): Use it.
26242         Suggested by Mark Plaksin <happy@mcplaksin.org>.
26243
26244 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26245
26246         * gnus-art.el (gnus-article-read-summary-keys): Restore new
26247         window-start and hscroll to summary window.
26248
26249 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26250
26251         * gnus-start.el (gnus-convert-old-newsrc): Only write the
26252         conversion message to newsrc-dribble when an actual conversion is
26253         performed.
26254
26255 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
26256
26257         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
26258
26259 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26260
26261         * mm-decode.el (mm-complicated-handles): New function reviving
26262         former definition of mm-multiple-handles.
26263
26264         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
26265         (gnus-mime-delete-part): Use it.
26266
26267 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26268
26269         * gnus-agent.el (gnus-agent-read-local):
26270         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
26271         avoid the implicit assumption that they will always be equal.
26272         (gnus-agent-save-local): Bind buffer-file-coding-system, not
26273         coding-system-for-write, as the with-temp-file macro first prints
26274         to a buffer then saves the buffer.
26275
26276 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26277
26278         * gnus-art.el (gnus-article-edit-part): New function.
26279         (gnus-mime-save-part-and-strip): Use it; do query instead of
26280         signaling an error; don't use mm-multiple-handles.
26281         (gnus-mime-delete-part): Ditto.
26282
26283 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26284
26285         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
26286         old file versions.
26287         (gnus-group-prepare-hook): Remove function that converted list
26288         form of gnus-agent-expire-days to group properties.
26289
26290         * gnus-int.el: Autoload gnus-agent-regenerate-group.
26291         (gnus-request-accept-article): Re-indented.
26292
26293         * gnus-start.el (gnus-convert-old-newsrc): Registered new
26294         converters to handle old agent file formats.  Add logic for a
26295         "backup before upgrading warning".
26296         (gnus-convert-mark-converter-prompt): Developers can mark
26297         functions as needing (default), or not needing,
26298         gnus-convert-old-newsrc's "backup before upgrading warning".
26299         (gnus-convert-converter-needs-prompt): Tests whether the user
26300         should be protected from potentially irreversable changes by the
26301         function.
26302
26303         * legacy-gnus-agent.el: New.  Provides converters that are only
26304         loaded when gnus-convert-old-newsrc needs to call them.
26305
26306 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26307
26308         * mail-source.el (mail-source-touch-pop): Doc fix.
26309
26310         * message.el (message-smtpmail-send-it): Doc fix.
26311
26312 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
26313
26314         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
26315
26316         * nnmail.el (nnmail-split-fancy): do.
26317
26318         * gnus-kill.el (gnus-kill, gnus-execute): do.
26319
26320 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
26321
26322         * gnus-sum.el (gnus-widget-reversible-match)
26323         (gnus-widget-reversible-to-internal)
26324         (gnus-widget-reversible-to-external): New functions.
26325         (gnus-widget-reversible): New widget.
26326         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
26327
26328 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
26329
26330         * gnus-sum.el (gnus-thread-sort-functions)
26331         (gnus-article-sort-functions): Document `(not F)' items.
26332
26333 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
26334
26335         * spam.el (spam-use-gmane-xref): Add new backend.
26336         (spam-gmane-xref-spam-group): Add variable to control the name of the
26337         Gmane spam group.
26338         (spam-blackhole-servers, spam-blackhole-good-server-regex)
26339         (spam-regex-headers-spam, spam-regex-headers-ham)
26340         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
26341         (spam-list-of-checks): Add spam-use-gmane-xref to list of
26342         backends and checks.
26343         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
26344
26345         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
26346         an autodetect method.
26347
26348 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26349
26350         * gnus-int.el (gnus-request-accept-article): Inform the agent that
26351         articles are being added to a group.
26352         (gnus-request-replace-article): Inform the agent that articles
26353         need to be uncached as the cached contents are no longer valid.
26354
26355 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26356
26357         * binhex.el: Don't autoload executable-find.
26358
26359         * canlock.el: Don't autoload mail-fetch-field.
26360
26361         * dgnushack.el: Autoload c-mode for XEmacs.
26362
26363         * gnus-ems.el: Don't autoload appt-select-lowest-window.
26364
26365         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
26366         rmail-dont-reply-to and rmail-output.
26367
26368         * gnus-score.el: Don't autoload ffap-string-at-point.
26369
26370         * gnus-setup.el: Don't autoload sc-cite-original.
26371
26372         * imap.el: Don't autoload base64-decode-string,
26373         base64-encode-string and md5.
26374
26375         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
26376         and rmail-msg-restore-non-pruned-header.
26377
26378         * mm-decode.el: Don't autoload executable-find.
26379
26380         * mm-url.el: Don't autoload executable-find.
26381
26382         * mm-view.el: Don't autoload diff-mode.
26383
26384         * nndb.el: Don't autoload news-reply-mode, news-setup,
26385         cancel-timer and telnet.
26386
26387         * password.el: Don't autoload run-at-time for Emacs.
26388
26389         * sha1-el.el: Don't autoload executable-find.
26390
26391         * sieve-mode.el: Don't autoload c-mode.
26392
26393         * uudecode.el: Don't autoload executable-find.
26394
26395 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26396
26397         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
26398         (gnus-agent-possibly-alter-active): Avoid null in numeric
26399         comparison.
26400         (gnus-agent-set-local): Refuse to save null in local object table.
26401         (gnus-agent-regenerate-group): The REREAD parameter can now be a
26402         list of articles that will be marked as unread.
26403
26404 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26405
26406         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
26407
26408 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
26409
26410         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
26411         language tags.
26412
26413 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
26414
26415         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
26416         Don't bind "obarray".
26417
26418         * gnus-sum.el (gnus-thread-sort-functions):
26419         Add `gnus-thread-sort-by-most-recent-number' and
26420         `gnus-thread-sort-by-most-recent-date'.
26421         Reported by Kai Grossjohann <kai@emptydomain.de>.
26422
26423 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
26424
26425         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
26426
26427 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26428
26429         * gnus-cus.el (gnus-agent-customize-category):
26430         Remove ignore-errors macro reference that required cl to be loaded at
26431         run-time.
26432
26433         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
26434         single-interval range of the form (min . max).  Previously the
26435         range had to look like ((min . max)).  Likewise, return
26436         (min . max) rather than ((min . max)).
26437         (gnus-range-map): Use gnus-range-normalize to accept
26438         single-interval range.
26439
26440         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
26441         the cache, but not the agent, now appear with their usual face.
26442
26443         * dgnushack.el (loaddir): New variable that is bound to the
26444         directory containing the dgnushack.el file.  Use loaddir, rather
26445         than srcdir, to update load-path.  Change lets dgnushack compile
26446         code in directories other than GNUS/lisp.
26447
26448 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
26449
26450         * lpath.el: Don't bind w3m-safe-url-regexp.
26451
26452         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
26453         w3m-safe-url-regexp variable buffer-local.
26454
26455         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26456
26457 2004-02-27  Simon Josefsson  <jas@extundo.com>
26458
26459         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
26460         gnus-group-real-prefix.
26461         (gnus-summary-move-article): Use it, instead of
26462         gnus-group-real-prefix.
26463
26464 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26465
26466         * lpath.el: Bind w3m-safe-url-regexp.
26467
26468         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
26469         w3m-safe-url-regexp variable buffer-local and set it as the value
26470         of mm-w3m-safe-url-regexp.
26471
26472         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26473
26474         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
26475         parsing gnus-posting-styles when the message is not for replying.
26476
26477         * dgnushack.el: Autoload sgml-mode for XEmacs.
26478
26479         * nnrss.el (nnrss-opml-export):
26480         Use mm-set-buffer-file-coding-system instead of
26481         set-buffer-file-coding-system.
26482
26483 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
26484
26485         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
26486         of checkdoc.el).
26487         * nnrss.el: do.
26488         * gnus-mlspl.el: do.
26489         * gnus-ml.el: do.
26490         * gnus-srvr.el: do.
26491
26492         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
26493
26494 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
26495
26496         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
26497         Corrections to custom-manual links.
26498
26499         * gnus-art.el (gnus-article): Ditto.
26500
26501         * mm-decode.el (mime-display, mime-security): Ditto.
26502
26503 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26504
26505         * flow-fill.el: Typo.
26506
26507 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
26508
26509         * spam-wash.el: New file.
26510
26511 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
26512
26513         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
26514
26515 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
26516
26517         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
26518         to be run with new-articles as LIST1, not LIST2.
26519         (spam-registration-functions): Add spam-use-ham-copy as a nil
26520         registration backend.
26521
26522 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26523
26524         * spam-stat.el (spam-stat-washing-hook): New option.
26525         (spam-stat-buffer-words): Use it.
26526         (spam-stat-process-directory, spam-stat-test-directory):
26527         Use insert-file-contents-literally.
26528         (spam-stat-coding-system): New variable.
26529         (spam-stat-load, spam-stat-save): Use it.
26530
26531 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26532
26533         * spam-report.el (spam-report-plug-agent):
26534         Quote spam-report-url-to-file and spam-report-url-ping-plain.
26535
26536 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
26537
26538         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
26539         Allow / in mailto URLs.
26540
26541 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
26542
26543         * spam-report.el (spam-report-process-queue): Fix interactive use.
26544         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
26545         (spam-report-unplug-agent): Doc fixes.
26546         (spam-report-url-ping-mm-url, spam-report-url-to-file)
26547         (spam-report-agentize, spam-report-deagentize): Autoload.
26548
26549 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26550
26551         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
26552
26553         * message.el (message-setup-fill-variables): Add mml tags to
26554         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
26555         <ajk@iu.edu>.
26556         (message-mode): Don't modify paragraph-separate there.
26557
26558 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26559
26560         * compface.el (uncompface-use-external): Default to undecided.
26561         (uncompface-use-external-threshold): New variable.
26562         (uncompface-float-time): New macro.
26563         (uncompface): Determine whether to use the external decoder if
26564         uncompface-use-external is undecided.
26565
26566 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26567
26568         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
26569         after images.
26570
26571         * gnus-art.el (gnus-mime-display-single): Remove dead code.
26572
26573 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
26574
26575         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
26576
26577         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
26578
26579         * gnus-sum.el (gnus-summary-limit-to-age)
26580         (gnus-summary-limit-children): do.
26581
26582         * gnus-int.el (gnus-request-scan): do.
26583
26584         * gnus-group.el (gnus-group-suspend): do.
26585
26586         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
26587
26588         * gnus-cite.el (gnus-cite-parse-attributions): do.
26589
26590         * gnus-agent.el (gnus-summary-set-agent-mark)
26591         (gnus-agent-regenerate-group): do.
26592
26593         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
26594
26595         * binhex.el (binhex-decode-region-internal): do.
26596
26597 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26598
26599         * gnus-fun.el (gnus-face-properties-alist): New user option.
26600         (gnus-display-x-face-in-from): Use it.
26601
26602         * gnus-art.el (article-display-face): Ditto.
26603
26604         * compface.el (uncompface-use-external): Default to nil.
26605
26606 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
26607
26608         * nntp.el (nntp-erase-buffer): New function.
26609         (nntp-retrieve-data, nntp-send-command)
26610         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
26611         (nntp-possibly-change-group): Use it.
26612
26613         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
26614         Use with-current-buffer.
26615
26616 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
26617
26618         * compface.el: Merge the ELisp-based uncompface program.
26619         (compface): New customization group.
26620         (uncompface-use-external): New user option.
26621         (uncompface): Call uncompface-internal if uncompface-use-external
26622         is nil.
26623         (uncompface-internal): New function.  Note that there are also
26624         some other functions and variables added for this function.
26625
26626 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
26627
26628         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
26629         if necessary.
26630
26631 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
26632
26633         * spam-report.el (spam-report-unplug-agent)
26634         (spam-report-plug-agent, spam-report-deagentize)
26635         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
26636         Add support for the Agent in spam-report: when unplugged, report to a
26637         file; when plugged, submit all the requests.
26638
26639         * spam.el (spam-register-routine): Fix message about
26640         registration.
26641
26642 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
26643
26644         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
26645         dependencies.
26646         (rfc2047-encode): Use it.
26647
26648         * gnus-art.el (gnus-button-marker-list): Move before first
26649         reference.
26650
26651         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
26652         (imap-parse-body): Fix format string mismatch.
26653
26654         * gnus-score.el (gnus-summary-increase-score): do.
26655
26656         * nnrss.el (nnrss-close): New function.
26657
26658 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
26659
26660         * nnrss.el (nnrss-make-filename): New function.
26661         (nnrss-request-delete-group, nnrss-read-server-data)
26662         (nnrss-save-server-data, nnrss-read-group-data)
26663         (nnrss-save-group-data): Use it.
26664         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
26665         (nnrss-read-server-data, nnrss-read-group-data): Use load.
26666         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
26667
26668 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
26669
26670         * mml.el (mml-compute-boundary-1): Don't uncompress files.
26671
26672 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
26673
26674         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
26675         files.
26676
26677         * message.el (message-generate-headers-first): Don't quote nil
26678         and t in docstrings.
26679
26680         * imap.el (imap-id): do.
26681
26682         * gnus-agent.el (gnus-agent-consider-all-articles)
26683         (gnus-agent-queue-mail): do.
26684
26685 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
26686
26687         * spam-report.el (spam-report-process-queue): New function.
26688         Process requests from `spam-report-requests-file'.
26689         (spam-report-process-queue): Doc fix.
26690
26691 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
26692
26693         * spam.el (spam-register-routine)
26694         (spam-log-processing-to-registry, spam-log-registered-p)
26695         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26696         Change "check" to "spam-check" for semi-clarity.
26697
26698 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
26699
26700         * pop3.el: Require nnheader.
26701
26702         * mml-smime.el: Require cl.  Autoload message-fetch-field.
26703
26704         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
26705
26706         * gnus-picon.el: Require cl.
26707
26708         * gnus-fun.el: Require gnus-ems and gnus-util.
26709
26710         * gnus.el (gnus-method-to-server): Move defsubst before first use.
26711
26712         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
26713
26714         * gnus-art.el (gnus-article-edit-mode): Define before first
26715         reference.
26716
26717 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
26718
26719         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
26720         (gnus-uu-post-encoded): Use point-at-bol.
26721
26722         * gnus-topic.el (gnus-group-active-topic-p): do.
26723
26724         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
26725
26726         * gnus-group.el (gnus-group-kill-region): do.
26727
26728         * gnus-art.el (article-date-ut): do.
26729
26730         * message.el (message-fetch-field): Remove redundant
26731         case-fold-search binding.
26732         (message-narrow-to-field): Simplify.
26733
26734 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
26735
26736         * spam.el (spam-directory): Derive from `gnus-directory'.
26737
26738         * spam-report.el (spam-report-url-to-file)
26739         (spam-report-requests-file): New function and variable for offline
26740         reporting.
26741         (spam-report-url-ping-function): Add `spam-report-url-to-file'
26742         and user defined function.
26743         (spam-report-url-ping-mm-url): Remove doubled slash.
26744
26745 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
26746
26747         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
26748
26749 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
26750
26751         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
26752         Fix format string mismatch.
26753
26754         * sieve.el (sieve-deactivate-all): do.
26755
26756         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
26757
26758         * nnlistserv.el (nnlistserv-kk-wash-article): do.
26759
26760         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
26761
26762         * mm-bodies.el (mm-7bit-chars): Don't include \r.
26763
26764 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
26765
26766         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
26767         the list of checks.
26768
26769 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
26770
26771         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
26772         padding.
26773
26774 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
26775
26776         * mm-view.el (mm-fill-flowed): New variable.
26777         (mm-inline-text): Use it.
26778
26779 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
26780
26781         * spam.el (spam-spamassassin-register-ham-routine)
26782         (spam-spamassassin-register-spam-routine): Fix function names.
26783
26784 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26785
26786         * gnus.el (gnus-tmp-grouplens): Remove.
26787         (gnus-summary-line-format): Remove grouplens.
26788
26789         * gnus-group.el (gnus-group-line-format): Ditto.
26790
26791         * gnus-spec.el (gnus-format-specs): Ditto.
26792         (gnus-update-format-specifications): Flush the group format spec
26793         cache if there's the grouplens stuff.
26794         (gnus-parse-simple-format): Replace %l with the empty string.
26795
26796 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
26797
26798         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
26799         omission.
26800
26801 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26802
26803         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
26804         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26805
26806 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26807
26808         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
26809         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
26810         New macros and functions.
26811         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
26812         Handle > NLINK_MAX messages.
26813         * nnmaildir.el (nnmaildir-request-set-mark):
26814         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
26815
26816 2004-01-25  Alex Schroeder  <alex@gnu.org>
26817
26818         * spam-stat.el (spam-stat-process-directory-age): New option.
26819         (spam-stat-process-directory): Use it.
26820
26821 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
26822
26823         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
26824         (spam-stat-save): Accept prefix argument.
26825
26826 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
26827
26828         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
26829         links" error.
26830
26831 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26832
26833         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
26834         the rest of the and/or forms.
26835
26836 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26837
26838         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
26839         compatibility with old .newsrc.eld files.
26840
26841         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
26842
26843         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
26844
26845         * gnus-start.el (gnus-1): do.
26846
26847         * gnus-group.el (gnus-group-line-format-alist): do.
26848
26849         * gnus.el (gnus-use-grouplens, gnus-visual): do.
26850
26851         * gnus-gl.el: Remove.
26852
26853 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26854
26855         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
26856         marks consisting of a single range {for example, (3 . 5)} rather
26857         than a list of a single range { ((3 . 5)) }.
26858
26859 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26860
26861         * spam-stat.el (spam-stat-store-gnus-article-buffer):
26862         Use with-current-buffer.
26863         (spam-stat-store-current-buffer): Use insert-buffer-substring to
26864         avoid consing a string.
26865
26866         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
26867         Remove obsolete entries for big5 and gb2312.
26868
26869 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26870
26871         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
26872         uncompressed list.
26873
26874 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
26875
26876         * spam-stat.el (spam-stat-strip-xref): New function.
26877         (spam-stat-process-directory): Use it.
26878
26879         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
26880         here -- it's done in message-fetch-field.
26881
26882 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26883
26884         * gnus-agent.el (gnus-agent-queue-mail)
26885         (gnus-agent-prompt-send-queue): New variables.
26886         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
26887         * gnus-draft.el (gnus-group-send-queue): Pass the group name
26888         "nndraft:queue" along to gnus-draft-send.
26889         Use gnus-agent-prompt-send-queue.
26890         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
26891         is "nndraft:queue".  Suggested by Gaute Strokkenes
26892         <gs234@srcf.ucam.org>
26893
26894         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
26895         (agent-enable-undownloaded-faces): Add.
26896         (gnus-agent-cat-groups): Use eval-and-compile, not
26897         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
26898         method of gnus-agent-cat-groups even when the buffer has been
26899         evaled.
26900         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
26901         delete gnus-agent-save-active-1.
26902         (gnus-agent-save-groups): Delete.  Identical to
26903         gnus-agent-save-active.
26904         (gnus-agent-write-active): No longer adjust agent's copy of active
26905         file as agent's adjustments are now stored in their own
26906         file.  Remove optional parameter.
26907         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
26908         servers.  Add use of min/max range limits from server's local
26909         file.
26910         (gnus-agent-save-alist): Remove unused optional argument.
26911         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
26912         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
26913         (gnus-agent-set-local): A per-server file that keeps min/max range
26914         limits for articles known to the agent.  Provides a fast mechanism
26915         for altering many active ranges.
26916         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
26917         active file (local makes it unnecessary).
26918         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
26919
26920         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
26921         (agent-enable-undownloaded-faces): Add.
26922
26923         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
26924         disable it when sending to "nndraft:queue".
26925         (gnus-group-send-queue): Add safety check to avoid sending queue
26926         when unplugged.
26927
26928         * gnus-group.el (gnus-group-catchup): Use new
26929         gnus-sequence-of-unread-articles, not
26930         gnus-list-of-unread-articles, to avoid exhausting memory with huge
26931         numbers of articles.  Use gnus-range-map to avoid having to
26932         uncompress the unread list.
26933         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
26934         Fix invalid ange-ftp reference.
26935
26936         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
26937         (gnus-sorted-range-intersection): Intersection of two ranges
26938         without requiring that they first be uncompressed.
26939
26940         * gnus-start.el (gnus-activate-group): Unless blocked by the
26941         caller, possibly expand the active range to include both cached
26942         and agentized articles.
26943         (gnus-convert-old-newsrc): Rewrote in anticipation of having
26944         multiple version-dependent converters.
26945         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
26946         gnus-agent-save-active.
26947         (gnus-save-newsrc-file): Save dirty agent range limits.
26948
26949         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
26950         gnus-agent-possibly-alter-active.
26951         (gnus-adjust-marked-articles): Faster handling of simple lists.
26952
26953 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
26954
26955         * spam-stat.el (spam-stat-test-directory): New optional argument
26956         displays a list of files detected.  Suggested by Andrew Cohen
26957         <cohen@andy.bu.edu>.
26958         (spam-stat-buffer-words-with-scores): Don't narrow and change
26959         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
26960
26961 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
26962
26963         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
26964         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
26965         (spam-spamassassin-arguments)
26966         (spam-spamassassin-spam-flag-header)
26967         (spam-spamassassin-positive-spam-flag-header)
26968         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
26969         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
26970         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
26971         (spam-list-of-processors, spam-list-of-checks)
26972         (spam-list-of-statistical-checks, spam-registration-functions)
26973         (spam-check-spamassassin-headers, spam-check-spamassassin)
26974         (spam-spamassassin-score)
26975         (spam-spamassassin-register-with-sa-learn)
26976         (spam-spamassassin-register-spam-routine)
26977         (spam-spamassassin-register-ham-routine)
26978         (spam-assassin-register-spam-routine)
26979         (spam-assassin-register-ham-routine): Add SpamAssassin support.
26980         (spam-bogofilter-score): Fix to show article before scoring.
26981
26982 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
26983
26984         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
26985         default scoring function.
26986         (spam-generic-score): Call spam-spamassassin-score if
26987         spam-use-spamassassin or spam-use-spamassassin-headers is on;
26988         spam-bogofilter-score otherwise.
26989
26990         * gnus.el (spam-process, spam-autodetect-methods):
26991         Add spamassassin and spamassassin-headers.
26992
26993 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
26994
26995         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
26996         Suppress unnecessary messages.
26997
26998 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
26999
27000         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
27001         make-hash-table.
27002
27003 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27004
27005         * canlock.el (base64-encode-string): Don't autoload it.
27006
27007 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
27008
27009         * run-at-time.el: Remove useless (require 'itimer),
27010         eval-and-compile and (featurep 'xemacs).
27011
27012 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
27013
27014         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
27015         GROUP is a virtual group.
27016
27017 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
27018
27019         * gnus.el: Autoload `message-y-or-n-p'.
27020
27021 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
27022
27023         * pgg-parse.el: Remove unnecessary (require 'custom).
27024
27025         * pgg-def.el: do.
27026
27027         * nnmail.el: do.
27028
27029         * gnus-undo.el: do.
27030
27031         * gnus-picon.el: do.
27032
27033         * gnus-util.el: do.
27034
27035 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
27036
27037         * gnus-sum.el (gnus-pick-line-number): Add autoload.
27038
27039 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27040
27041         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
27042         handle, as well as a list.
27043
27044         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
27045         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
27046         (mm-w3m-cid-retrieve): Simplify.
27047
27048 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
27049
27050         * message.el (message-kill-to-signature): Allow prefix arg to
27051         specify number of lines to keep before signature.
27052
27053 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
27054
27055         * message.el (message-kill-to-signature): Change docstring.
27056
27057 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27058
27059         * canlock.el: Always require sha1-el.
27060         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
27061
27062         * message.el: Autoload sha1 only when compiling.
27063
27064         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
27065         eudc-expand-inline for XEmacs.
27066
27067 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
27068
27069         * message.el (message-canlock-generate): Require sha1-el.
27070
27071 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
27072
27073         * message.el (message-expand-name): Silence the byte compiler.
27074
27075         * lpath.el: Add detect-coding-system.
27076
27077         * dgnushack.el (dgnushack-compile): Remove obsolete check for
27078         cus-edit.
27079
27080 2004-01-13  Simon Josefsson  <jas@extundo.com>
27081
27082         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
27083         Invoke gnus-score-mode.
27084         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27085
27086         * gnus-range.el (gnus-compress-sequence): Doc fix.
27087         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
27088
27089 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27090
27091         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
27092
27093 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
27094
27095         * spam.el (spam-get-article-as-string): Update to use
27096         gnus-request-article-this-buffer, much simpler.
27097         (spam-get-article-as-buffer): Remove.
27098
27099 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
27100
27101         * message.el (message-expand-name): Use EUDC if the user uses that.
27102
27103 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27104
27105         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
27106         character for the encoding to avoid consing a string.
27107
27108         * rfc2047.el (rfc2047-decode-string): Don't cons a string
27109         unnecessarily.
27110
27111         * mm-util.el (mm-replace-chars-in-string): Remove.
27112
27113         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
27114         of mm-replace-chars-in-string.
27115
27116 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
27117
27118         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
27119
27120         * mm-util.el (mm-subst-char-in-string): Support inplace.
27121
27122         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
27123         a new string in every iteration.  Use shy groups.
27124
27125 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
27126
27127         * gnus-srvr.el (gnus-browse-unsubscribe-group):
27128         * gnus-soup.el (gnus-soup-group-brew):
27129         * gnus-msg.el (gnus-put-message):
27130         * gnus-move.el (gnus-group-move-group-to-server):
27131         * gnus-kill.el (gnus-batch-score):
27132         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
27133         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
27134         (gnus-group-update-group, gnus-group-read-group)
27135         (gnus-group-make-group, gnus-group-make-help-group)
27136         (gnus-group-make-archive-group, gnus-group-make-directory-group)
27137         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
27138         (gnus-group-sort-by-unread, gnus-group-catchup)
27139         (gnus-group-unsubscribe-group, gnus-group-kill-group)
27140         (gnus-group-yank-group, gnus-group-set-info)
27141         (gnus-group-list-groups):
27142         * gnus.el (gnus-generate-new-group-name):
27143         * gnus-delay.el (gnus-delay-send-queue):
27144         * nnvirtual.el (nnvirtual-catchup-group):
27145         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
27146         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
27147         (gnus-group-prepare-topics, gnus-topic-check-topology):
27148         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
27149         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
27150         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
27151         (gnus-group-make-articles-read):
27152         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
27153         (gnus-group-change-level, gnus-kill-newsgroup)
27154         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
27155         (gnus-get-unread-articles, gnus-make-articles-unread)
27156         (gnus-make-ascending-articles-unread): Use accessor
27157         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
27158         to get group information for improved readability.
27159
27160
27161 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27162
27163         * gnus-art.el (article-decode-mime-words, article-babel)
27164         (gnus-article-highlight-signature, gnus-article-add-buttons)
27165         (gnus-signature-toggle): Use gnus-with-article-buffer.
27166
27167         * gnus-art.el (gnus-article-highlight-headers)
27168         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
27169
27170         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
27171         (gnus-article-set-globals, gnus-request-article-this-buffer)
27172         (gnus-button-message-id, gnus-article-maybe-hide-headers)
27173         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
27174         (gnus-mime-display-alternative): Use with-current-buffer.
27175
27176 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27177
27178         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
27179         also under 80 char limit, and call gnus-error if needed.
27180         (spam-fetch-article-header): Fix - it was a
27181         buffer-local variable (gnus-newsgroup-data).
27182         (spam-find-spam): Use spam-generate-fake-headers, forget about
27183         spam-insert-fake-headers.
27184         (spam-insert-fake-headers): Remove.
27185
27186 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27187
27188         * deuglify.el (gnus-article-outlook-unwrap-lines)
27189         (gnus-outlook-rearrange-article)
27190         (gnus-outlook-repair-attribution-outlook)
27191         (gnus-outlook-repair-attribution-block)
27192         (gnus-outlook-repair-attribution-other): Remove redundant
27193         save-excursion.
27194
27195 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27196
27197         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
27198         (spam-fetch-field-subject-fast)
27199         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
27200         (spam-fetch-article-header): Add functions to deal with Gnus
27201         internals for fast retrieval of article header data.
27202         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
27203
27204 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27205
27206         * pop3.el (pop3-md5): Remove.
27207         (pop3-apop): Replace pop3-md5 with md5.
27208
27209         * mm-bodies.el: base64 is always built-in.
27210
27211         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
27212         Use with-current-buffer.
27213
27214 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27215
27216         * canlock.el (canlock-insert-header): Remove excessive grouping in
27217         regexp.
27218
27219         * gnus-sum.el (gnus-summary-read-document): Ditto.
27220
27221         * gnus-uu.el (gnus-uu-part-number): Ditto.
27222
27223         * html2text.el (html2text-remove-tags): Ditto.
27224         (html2text-format-tags): Ditto.
27225         (html2text-format-single-elements): Ditto.
27226
27227         * mml.el (mml-parse-1): Ditto.
27228
27229 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27230
27231         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
27232
27233         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
27234
27235         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
27236
27237         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
27238
27239 2003-11-15  Simon Josefsson  <jas@extundo.com>
27240
27241         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
27242         (pgg-gpg-lookup-key): Use regexp match instead of
27243         split-string (split-string is different between emacs 21.2 and
27244         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
27245
27246 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27247
27248         * gnus-art.el (gnus-mime-view-all-parts)
27249         (gnus-article-part-wrapper, gnus-article-view-part):
27250         Use with-current-buffer.
27251
27252 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27253
27254         * spam.el (spam-disable-spam-split-during-ham-respool)
27255         (spam-spamoracle-database, spam-cache-lookups)
27256         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
27257         (spam-group-ham-mark-p, spam-group-spam-mark-p)
27258         (spam-group-ham-marks, spam-group-spam-marks)
27259         (spam-group-spam-contents-p, spam-group-ham-contents-p)
27260         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
27261         also add spam-use-blackholes to the statistical checks.
27262         (spam-fetch-field-fast): Add interface to fetching fields, may
27263         become a macro.
27264         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
27265         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
27266         (spam-insert-fake-headers): Fake an article when needed.
27267         (spam-find-spam): Fake article when possible.
27268         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
27269         (spam-check-bogofilter-headers): Use message-fetch-field instead
27270         of nnmail-fetch-field.
27271
27272 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
27273
27274         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
27275
27276 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27277
27278         * spam.el (spam-split): Do not require spam-use-CHECK to be
27279         enabled if that check is passed to spam-split explicitly; also
27280         fix so 'spam doesn't get converted to spam-split-group when
27281         spam-split-symbolic-return is t.
27282         (spam-find-spam): Find registrations of the article and use those
27283         instead of re-running spam-split to find the spam/ham
27284         classification of the article.
27285         (spam-log-processing-to-registry, spam-log-registered-p)
27286         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27287         Use gnus-error instead of gnus-message.
27288         (spam-log-registration-type): Add function to determine the
27289         classification of a message based on registry entries; will
27290         return nil if both 'spam and 'ham are found.
27291         (spam-check-BBDB): Expand all the BBDB macros here so we can have
27292         a reasonably fast local cache without the loading errors.
27293         (spam-cache-lookups): Set to t by default.
27294         (spam-find-spam): Don't try to guess spam-cache-lookups.
27295         (spam-enter-whitelist, spam-enter-blacklist): Clear the
27296         spam-caches entry.
27297         (spam-filelist-build-cache, spam-filelist-check-cache):
27298         Fix caching of whitelist/blacklist entries.
27299         (spam-check-whitelist, spam-check-blacklist):
27300         Invoke spam-from-listed-p with a type, not a cache variable.
27301         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
27302
27303 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27304
27305         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
27306
27307         * nnmail.el (nnmail-split-fancy): do.
27308
27309         * mml.el (mml-parse): do.
27310
27311         * gnus-score.el (gnus-enter-score-words-into-hashtb)
27312         (gnus-score-adaptive): do.
27313
27314 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27315
27316         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
27317         (gnus-mime-button-map): Don't set keymap parent.
27318         (gnus-button-ctan-directory-regexp): Use shy grouping.
27319         (gnus-prev-page-map): Don't set keymap parent.
27320         (gnus-prev-page-map): Remove duplicated one.
27321         (gnus-next-page-map): Don't set keymap parent.
27322         (gnus-mime-security-button-map): Ditto.
27323
27324         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
27325         version number.
27326
27327         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
27328
27329 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27330
27331         * canlock.el (canlock-sha1-function): Remove.
27332         (canlock-sha1-function-for-verify): Remove.
27333         (canlock-openssl-program): Remove.
27334         (canlock-openssl-args): Remove.
27335         (canlock-ignore-errors): Remove.
27336         (canlock-sha1-with-openssl): Remove.
27337         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
27338         (canlock-verify): Don't use canlock-ignore-errors.
27339
27340         * sha1-el.el (sha1-string-external): Make it can return a string
27341         in binary form.
27342         (sha1-region-external): Ditto.
27343         (sha1-string-internal): Ditto.
27344         (sha1-region-internal): Ditto.
27345         (sha1-region): Ditto.
27346         (sha1-string): Ditto.
27347         (sha1): Ditto.
27348
27349 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27350
27351         * spam.el (spam-report-articles-gmane): New command.
27352
27353 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27354
27355         * gnus.el: Don't make unnecessary *Group* buffer when loading.
27356
27357         * run-at-time.el (run-at-time-saved): Remove.
27358         (run-at-time): Doc fix.
27359
27360 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27361
27362         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
27363         (gnus-summary-limit-map): Add it.
27364         (gnus-summary-make-menu-bar): do.
27365
27366 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
27367
27368         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
27369         Make attempt at some caching support (done for BBDB only now).
27370         (spam-find-spam): Set spam-cache-lookups if there are more than 2
27371         addresses to be checked.
27372         (spam-clear-cache-BBDB): Add function, to be invoked by
27373         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
27374         (spam-check-BBDB): Check and use the caches, if
27375         spam-cache-lookups is on, remove superfluous (provide).
27376
27377 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
27378
27379         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
27380
27381 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
27382
27383         * run-at-time.el (run-at-time-saved): Move to after the definition
27384         of `run-at-time'.
27385
27386         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
27387
27388 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27389
27390         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
27391         mm-w3m-local-map-property.
27392
27393         * mm-view.el (mm-w3m-mode-map): Remove.
27394         (mm-w3m-local-map-property): Remove.
27395         (mm-inline-text-html-render-with-w3m): Don't use
27396         mm-w3m-local-map-property.
27397
27398 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27399
27400         * run-at-time.el: New file.
27401
27402         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
27403         under Emacs.
27404
27405         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
27406         of gnus-set-text-properties.
27407
27408         * gnus-uu.el (gnus-uu-save-article): Ditto.
27409
27410         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
27411
27412         * gnus-cite.el (gnus-cite-parse): Ditto.
27413
27414         * gnus-art.el (gnus-button-push): Use set-text-properties instead
27415         of gnus-.
27416
27417         * gnus-xmas.el (run-at-time): Require run-at-time.
27418
27419         * gnus.el: Change calls to nnheader-run-at-time and
27420         password-run-at-time throughout to use run-at-time directly.
27421
27422         * password.el: Remove definition of run-at-time.
27423
27424         * nnheaderxm.el: Remove definition of run-at-time.
27425
27426 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
27427
27428         * mml.el (mml-minibuffer-read-disposition): Show attachment type
27429         in prompt.
27430
27431 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27432
27433         * messagexmas.el (message-xmas-redefine): Alias
27434         `message-make-caesar-translation-table' to
27435         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
27436         version.
27437
27438         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
27439         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
27440         `gnus-xmas-set-text-properties'.
27441         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
27442         `gnus-xmas-completing-read'.
27443         (gnus-xmas-completing-read): Removed.
27444         (gnus-xmas-open-network-stream): Removed.
27445
27446         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
27447         XEmacs version.
27448
27449         * dns.el (dns-make-network-process): Use `open-network-stream'
27450         instead of `gnus-xmas-open-network-stream'.
27451
27452         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
27453
27454         * .cvsignore: Add auto-autoloads.el, custom-load.el.
27455
27456 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27457
27458         * gnus-art.el (gnus-mime-display-alternative)
27459         (gnus-insert-mime-button, gnus-insert-mime-security-button)
27460         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
27461         Don't use gnus-local-map-property.
27462
27463         * gnus-util.el (gnus-local-map-property): Remove.
27464
27465         * mm-view.el (mm-view-pkcs7-decrypt):
27466         Replace gnus-completing-read-maybe-default with completing-read.
27467
27468         * gnus-util.el (gnus-completing-read): do.
27469         (gnus-completing-read-maybe-default): Remove.
27470
27471 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27472
27473         * password.el: Only autoload `run-at-time' if not XEmacs.
27474         Only autoload the itimer functions if XEmacs.
27475
27476 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27477
27478         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
27479         XEmacsen.
27480
27481         * dgnushack.el: Autoload executable-find for XEmacs.
27482
27483 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27484
27485         * gnus-art.el (gnus-read-string): Remove.
27486         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
27487         read-string.
27488
27489 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
27490
27491         * netrc.el: Autoload password-read.
27492         (netrc): Add configuration group.
27493         (netrc-encoding-method, netrc-openssl-path):
27494         Add variables for encoding and decoding of files with symmetric
27495         ciphers.
27496         (netrc-encode): Add assistant function to encode a file with
27497         netrc-encoding-method.
27498         (netrc-parse): Add interactive parameter, added optional
27499         decoding if netrc-encoding-method is non-nil but otherwise
27500         behavior is standard.
27501         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
27502         Do s/encode/encrypt/ everywhere.
27503
27504         * spam.el: Remove executable-find autoload.
27505
27506 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27507
27508         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
27509
27510         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
27511
27512 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
27513
27514         * gnus-art.el (gnus-treat-ansi-sequences)
27515         (article-treat-ansi-sequences): New variable and function.
27516         Suggested by Dan Jacobson <jidanni@jidanni.org>.
27517
27518         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
27519         Use it.
27520
27521 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27522
27523         * mm-util.el (mm-quote-arg): Remove.
27524
27525         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
27526         shell-quote-argument.
27527
27528         * gnus-uu.el (gnus-uu-command): do.
27529
27530         * gnus-sum.el (gnus-summary-insert-pseudos): do.
27531
27532         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
27533         with make-char.
27534
27535         * mm-util.el (mm-make-char): Remove.
27536
27537         * mml.el (mml-mode): Replace gnus-add-minor-mode with
27538         add-minor-mode.
27539
27540         * gnus-undo.el (gnus-undo-mode): do.
27541
27542         * gnus-topic.el (gnus-topic-mode): do.
27543
27544         * gnus-sum.el (gnus-dead-summary-mode): do.
27545
27546         * gnus-start.el (gnus-slave-mode): do.
27547
27548         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
27549
27550         * gnus-ml.el (gnus-mailing-list-mode): do.
27551
27552         * gnus-gl.el (gnus-grouplens-mode): do.
27553
27554         * gnus-draft.el (gnus-draft-mode): do.
27555
27556         * gnus-dired.el (gnus-dired-mode): do.
27557
27558         * gnus-ems.el (gnus-add-minor-mode): Remove.
27559
27560         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27561         Replace gnus-char-width with char-width.
27562
27563         * gnus-ems.el (gnus-char-width): Remove.
27564
27565         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27566         Replace gnus-char-width with char-width.
27567
27568         * gnus-ems.el (gnus-char-width): Remove.
27569
27570         * spam-stat.el (with-syntax-table): Remove with-syntax-table
27571         definition.
27572         Remove Emacs 20 hash table compatibility code.
27573
27574         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
27575         20 compatibility code.
27576
27577         * spam.el (spam-point-at-eol): Replace with point-at-eol.
27578
27579         * smime.el (smime-point-at-eol): Replace with point-at-eol.
27580
27581         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
27582         Replace with point-at-{eol,bol}.
27583
27584         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
27585
27586         * imap.el (imap-point-at-eol): Replace with point-at-eol.
27587
27588         * flow-fill.el (fill-flowed-point-at-bol)
27589         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
27590
27591         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
27592         Replace with point-at-{eol,bol} throughout all files.
27593
27594 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
27595
27596         * ntlm.el (ntlm-string-as-unibyte): New macro.
27597         (ntlm-build-auth-response): Use it.
27598
27599         Remove Emacs 20 stuff:
27600         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
27601         (butlast, mapc, remove): Remove the compiler macros.
27602         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
27603         of delq and copy-sequence.
27604         * gnus-art.el (popup-menu): Remove the compiler macro.
27605         * nnmail.el (nnmail-split-fancy): Don't support customizing with
27606         Emacs 20.
27607
27608 2004-01-05  Simon Josefsson  <jas@extundo.com>
27609
27610         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
27611         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
27612         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
27613         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
27614         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
27615         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
27616         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
27617         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
27618         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
27619         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
27620         ntlm-string-permute, string-lshift into ntlm-string-lshift,
27621         string-xor into ntlm-string-xor.
27622         Suggested by Jesper Harder <harder@myrealbox.com>.
27623
27624         * ntlm.el: Don't include poem.
27625
27626         * md4.el (print-int32, print-string-hexa): Remove.
27627         Suggested by Jesper Harder <harder@myrealbox.com>.
27628
27629         * sasl-ntlm.el, ntlm.el, md4.el: New files.
27630
27631         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
27632         probably breaks emacs with DL patch, but do we care? Is anyone
27633         still using the DL stuff?)
27634
27635         * sieve-manage.el: Use the password package.
27636         (sieve-manage-read-passwd): Remove.
27637         (sieve-manage-interactive-login): Use password.  Re-add
27638         condition-case around loop.
27639
27640         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
27641         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
27642         Use the password package.
27643
27644 2003-02-19  Simon Josefsson  <jas@extundo.com>
27645
27646         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
27647         token.
27648
27649 2002-08-07  Simon Josefsson  <jas@extundo.com>
27650
27651         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
27652         (sieve-manage-authenticators)
27653         (sieve-manage-authenticator-alist): Add some SASL mechs.
27654         (sieve-sasl-auth): New function.
27655         (sieve-manage-cram-md5-auth)
27656         (sieve-manage-plain-auth): Rewrite using SASL library.
27657         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
27658         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
27659         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
27660         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
27661
27662 2004-01-05  Simon Josefsson  <jas@extundo.com>
27663
27664         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
27665         New files.
27666
27667 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27668
27669         * gnus-group.el (gnus-no-groups-message): Update.
27670
27671         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
27672
27673 2003-11-09  Simon Josefsson  <jas@extundo.com>
27674
27675         * imap.el: Support for ID IMAP extension (RFC 2971).
27676         (imap-local-variables): Add imap-id.
27677         (imap-id): New variable.
27678         (imap-id): New function.
27679         (imap-parse-response): Parse untagged ID response.
27680         * nnimap.el (nnimap-id): New variable.
27681         (nnimap-open-connection): Use it.
27682
27683 2003-12-28  Simon Josefsson  <jas@extundo.com>
27684
27685         * gnus-score.el (gnus-score-edit-all-score): New.
27686         * gnus-group.el (gnus-group-score-map): Bind it to W e.
27687
27688 2004-01-04  Simon Josefsson  <jas@extundo.com>
27689
27690         * password.el: Add.
27691
27692 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
27693
27694         * dns.el (dns-query-types): Fix typo.
27695         (dns-query-types): New function.
27696         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
27697         PTR and SOA replies, see RFC 1035.
27698
27699 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27700
27701         * gnus.el (gnus-logo-color-style): Change colors to `no'.
27702
27703         * Move to Changelog.2.
27704
27705 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27706
27707         * gnus.el (gnus-version-number): Bump version.
27708
27709 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27710
27711         * gnus.el: No Gnus v0.1 is released.
27712
27713 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27714
27715         * gnus.el: No Gnus v0.0 is released.
27716
27717 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27718
27719         * gnus.el (gnus-version-number): Bump.
27720         (gnus-version): No.
27721
27722 See ChangeLog.2 for earlier changes.
27723
27724   Copyright (C) 2004-2014 Free Software Foundation, Inc.
27725
27726   This file is part of GNU Emacs.
27727
27728   GNU Emacs is free software: you can redistribute it and/or modify
27729   it under the terms of the GNU General Public License as published by
27730   the Free Software Foundation, either version 3 of the License, or
27731   (at your option) any later version.
27732
27733   GNU Emacs is distributed in the hope that it will be useful,
27734   but WITHOUT ANY WARRANTY; without even the implied warranty of
27735   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27736   GNU General Public License for more details.
27737
27738   You should have received a copy of the GNU General Public License
27739   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
27740
27741 ;; Local Variables:
27742 ;; coding: utf-8
27743 ;; fill-column: 79
27744 ;; add-log-time-zone-rule: t
27745 ;; End: